-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKeystroke.Designer.cs
166 lines (159 loc) · 7.98 KB
/
Keystroke.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
namespace KeystrokeMod
{
partial class Keystroke
{
/// <summary>
/// Variable nécessaire au concepteur.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Nettoyage des ressources utilisées.
/// </summary>
/// <param name="disposing">true si les ressources managées doivent être supprimées ; sinon, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Code généré par le Concepteur Windows Form
/// <summary>
/// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
/// le contenu de cette méthode avec l'éditeur de code.
/// </summary>
private void InitializeComponent()
{
this.pnlKeystroke = new System.Windows.Forms.Panel();
this.btnBackward = new System.Windows.Forms.Button();
this.btnRight = new System.Windows.Forms.Button();
this.btnLeft = new System.Windows.Forms.Button();
this.btnSpace = new System.Windows.Forms.Button();
this.btnLeftClick = new System.Windows.Forms.Button();
this.btnRightClick = new System.Windows.Forms.Button();
this.btnForward = new System.Windows.Forms.Button();
this.pnlKeystroke.SuspendLayout();
this.SuspendLayout();
//
// pnlKeystroke
//
this.pnlKeystroke.BackColor = System.Drawing.Color.Wheat;
this.pnlKeystroke.Controls.Add(this.btnForward);
this.pnlKeystroke.Controls.Add(this.btnRightClick);
this.pnlKeystroke.Controls.Add(this.btnLeftClick);
this.pnlKeystroke.Controls.Add(this.btnSpace);
this.pnlKeystroke.Controls.Add(this.btnLeft);
this.pnlKeystroke.Controls.Add(this.btnRight);
this.pnlKeystroke.Controls.Add(this.btnBackward);
this.pnlKeystroke.Location = new System.Drawing.Point(13, 13);
this.pnlKeystroke.Name = "pnlKeystroke";
this.pnlKeystroke.Size = new System.Drawing.Size(200, 274);
this.pnlKeystroke.TabIndex = 0;
//
// btnBackward
//
this.btnBackward.BackColor = System.Drawing.Color.White;
this.btnBackward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnBackward.Font = new System.Drawing.Font("Minecraft", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnBackward.Location = new System.Drawing.Point(72, 134);
this.btnBackward.Name = "btnBackward";
this.btnBackward.Size = new System.Drawing.Size(55, 55);
this.btnBackward.TabIndex = 0;
this.btnBackward.Text = "S";
this.btnBackward.UseVisualStyleBackColor = false;
//
// btnRight
//
this.btnRight.BackColor = System.Drawing.Color.White;
this.btnRight.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRight.Font = new System.Drawing.Font("Minecraft", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRight.Location = new System.Drawing.Point(133, 134);
this.btnRight.Name = "btnRight";
this.btnRight.Size = new System.Drawing.Size(55, 55);
this.btnRight.TabIndex = 1;
this.btnRight.Text = "D";
this.btnRight.UseVisualStyleBackColor = false;
//
// btnLeft
//
this.btnLeft.BackColor = System.Drawing.Color.White;
this.btnLeft.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLeft.Font = new System.Drawing.Font("Minecraft", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLeft.Location = new System.Drawing.Point(11, 134);
this.btnLeft.Name = "btnLeft";
this.btnLeft.Size = new System.Drawing.Size(55, 55);
this.btnLeft.TabIndex = 2;
this.btnLeft.Text = "A";
this.btnLeft.UseVisualStyleBackColor = false;
//
// btnSpace
//
this.btnSpace.BackColor = System.Drawing.Color.White;
this.btnSpace.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSpace.Location = new System.Drawing.Point(11, 195);
this.btnSpace.Name = "btnSpace";
this.btnSpace.Size = new System.Drawing.Size(177, 36);
this.btnSpace.TabIndex = 3;
this.btnSpace.Text = "__________________________";
this.btnSpace.UseVisualStyleBackColor = false;
//
// btnLeftClick
//
this.btnLeftClick.BackColor = System.Drawing.Color.White;
this.btnLeftClick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLeftClick.Font = new System.Drawing.Font("Minecraft", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnLeftClick.Location = new System.Drawing.Point(10, 237);
this.btnLeftClick.Name = "btnLeftClick";
this.btnLeftClick.Size = new System.Drawing.Size(86, 27);
this.btnLeftClick.TabIndex = 4;
this.btnLeftClick.Text = "Gauche";
this.btnLeftClick.UseVisualStyleBackColor = false;
//
// btnRightClick
//
this.btnRightClick.BackColor = System.Drawing.Color.White;
this.btnRightClick.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRightClick.Font = new System.Drawing.Font("Minecraft", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnRightClick.Location = new System.Drawing.Point(102, 237);
this.btnRightClick.Name = "btnRightClick";
this.btnRightClick.Size = new System.Drawing.Size(86, 27);
this.btnRightClick.TabIndex = 5;
this.btnRightClick.Text = "Droite";
this.btnRightClick.UseVisualStyleBackColor = false;
//
// btnForward
//
this.btnForward.BackColor = System.Drawing.Color.White;
this.btnForward.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnForward.Font = new System.Drawing.Font("Minecraft", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnForward.Location = new System.Drawing.Point(72, 73);
this.btnForward.Name = "btnForward";
this.btnForward.Size = new System.Drawing.Size(55, 55);
this.btnForward.TabIndex = 6;
this.btnForward.Text = "W";
this.btnForward.UseVisualStyleBackColor = false;
//
// Keystroke
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.pnlKeystroke);
this.Name = "Keystroke";
this.Text = "Form1";
this.Load += new System.EventHandler(this.Keystroke_Load);
this.pnlKeystroke.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlKeystroke;
private System.Windows.Forms.Button btnForward;
private System.Windows.Forms.Button btnRightClick;
private System.Windows.Forms.Button btnLeftClick;
private System.Windows.Forms.Button btnSpace;
private System.Windows.Forms.Button btnLeft;
private System.Windows.Forms.Button btnRight;
private System.Windows.Forms.Button btnBackward;
}
}