-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathColorPicker.Designer.cs
305 lines (299 loc) · 13.4 KB
/
ColorPicker.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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
namespace fCraft.ConfigGUI {
partial class ColorPicker {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose( bool disposing ) {
if( disposing && (components != null) ) {
components.Dispose();
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent() {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( ColorPicker ) );
this.b0 = new System.Windows.Forms.Button();
this.b8 = new System.Windows.Forms.Button();
this.b1 = new System.Windows.Forms.Button();
this.b9 = new System.Windows.Forms.Button();
this.b2 = new System.Windows.Forms.Button();
this.ba = new System.Windows.Forms.Button();
this.b3 = new System.Windows.Forms.Button();
this.bb = new System.Windows.Forms.Button();
this.b4 = new System.Windows.Forms.Button();
this.bc = new System.Windows.Forms.Button();
this.b5 = new System.Windows.Forms.Button();
this.bd = new System.Windows.Forms.Button();
this.bf = new System.Windows.Forms.Button();
this.b7 = new System.Windows.Forms.Button();
this.be = new System.Windows.Forms.Button();
this.b6 = new System.Windows.Forms.Button();
this.bCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// b0
//
this.b0.BackColor = System.Drawing.Color.Black;
this.b0.ForeColor = System.Drawing.Color.White;
this.b0.Location = new System.Drawing.Point( 9, 7 );
this.b0.Margin = new System.Windows.Forms.Padding( 0 );
this.b0.Name = "b0";
this.b0.Size = new System.Drawing.Size( 130, 40 );
this.b0.TabIndex = 0;
this.b0.Text = "Black - 0";
this.b0.UseVisualStyleBackColor = false;
//
// b8
//
this.b8.BackColor = System.Drawing.Color.DimGray;
this.b8.ForeColor = System.Drawing.Color.White;
this.b8.Location = new System.Drawing.Point( 139, 7 );
this.b8.Margin = new System.Windows.Forms.Padding( 0 );
this.b8.Name = "b8";
this.b8.Size = new System.Drawing.Size( 130, 40 );
this.b8.TabIndex = 8;
this.b8.Text = "Gray - 8";
this.b8.UseVisualStyleBackColor = false;
//
// b1
//
this.b1.BackColor = System.Drawing.Color.Navy;
this.b1.ForeColor = System.Drawing.Color.White;
this.b1.Location = new System.Drawing.Point( 9, 47 );
this.b1.Margin = new System.Windows.Forms.Padding( 0 );
this.b1.Name = "b1";
this.b1.Size = new System.Drawing.Size( 130, 40 );
this.b1.TabIndex = 1;
this.b1.Text = "Navy - 1";
this.b1.UseVisualStyleBackColor = false;
//
// b9
//
this.b9.BackColor = System.Drawing.Color.RoyalBlue;
this.b9.ForeColor = System.Drawing.Color.White;
this.b9.Location = new System.Drawing.Point( 139, 47 );
this.b9.Margin = new System.Windows.Forms.Padding( 0 );
this.b9.Name = "b9";
this.b9.Size = new System.Drawing.Size( 130, 40 );
this.b9.TabIndex = 9;
this.b9.Text = "Blue - 9";
this.b9.UseVisualStyleBackColor = false;
//
// b2
//
this.b2.BackColor = System.Drawing.Color.Green;
this.b2.ForeColor = System.Drawing.Color.White;
this.b2.Location = new System.Drawing.Point( 9, 87 );
this.b2.Margin = new System.Windows.Forms.Padding( 0 );
this.b2.Name = "b2";
this.b2.Size = new System.Drawing.Size( 130, 40 );
this.b2.TabIndex = 2;
this.b2.Text = "Green - 2";
this.b2.UseVisualStyleBackColor = false;
//
// ba
//
this.ba.BackColor = System.Drawing.Color.Lime;
this.ba.ForeColor = System.Drawing.Color.Black;
this.ba.Location = new System.Drawing.Point( 139, 87 );
this.ba.Margin = new System.Windows.Forms.Padding( 0 );
this.ba.Name = "ba";
this.ba.Size = new System.Drawing.Size( 130, 40 );
this.ba.TabIndex = 10;
this.ba.Text = "Lime - a";
this.ba.UseVisualStyleBackColor = false;
//
// b3
//
this.b3.BackColor = System.Drawing.Color.Teal;
this.b3.ForeColor = System.Drawing.Color.White;
this.b3.Location = new System.Drawing.Point( 9, 127 );
this.b3.Margin = new System.Windows.Forms.Padding( 0 );
this.b3.Name = "b3";
this.b3.Size = new System.Drawing.Size( 130, 40 );
this.b3.TabIndex = 3;
this.b3.Text = "Teal - 3";
this.b3.UseVisualStyleBackColor = false;
//
// bb
//
this.bb.BackColor = System.Drawing.Color.Aqua;
this.bb.ForeColor = System.Drawing.Color.Black;
this.bb.Location = new System.Drawing.Point( 139, 127 );
this.bb.Margin = new System.Windows.Forms.Padding( 0 );
this.bb.Name = "bb";
this.bb.Size = new System.Drawing.Size( 130, 40 );
this.bb.TabIndex = 11;
this.bb.Text = "Aqua - b";
this.bb.UseVisualStyleBackColor = false;
//
// b4
//
this.b4.BackColor = System.Drawing.Color.Maroon;
this.b4.ForeColor = System.Drawing.Color.White;
this.b4.Location = new System.Drawing.Point( 9, 167 );
this.b4.Margin = new System.Windows.Forms.Padding( 0 );
this.b4.Name = "b4";
this.b4.Size = new System.Drawing.Size( 130, 40 );
this.b4.TabIndex = 4;
this.b4.Text = "Maroon - 4";
this.b4.UseVisualStyleBackColor = false;
//
// bc
//
this.bc.BackColor = System.Drawing.Color.Red;
this.bc.ForeColor = System.Drawing.Color.White;
this.bc.Location = new System.Drawing.Point( 139, 167 );
this.bc.Margin = new System.Windows.Forms.Padding( 0 );
this.bc.Name = "bc";
this.bc.Size = new System.Drawing.Size( 130, 40 );
this.bc.TabIndex = 12;
this.bc.Text = "Red - c";
this.bc.UseVisualStyleBackColor = false;
//
// b5
//
this.b5.BackColor = System.Drawing.Color.Purple;
this.b5.ForeColor = System.Drawing.Color.White;
this.b5.Location = new System.Drawing.Point( 9, 207 );
this.b5.Margin = new System.Windows.Forms.Padding( 0 );
this.b5.Name = "b5";
this.b5.Size = new System.Drawing.Size( 130, 40 );
this.b5.TabIndex = 5;
this.b5.Text = "Purple - 5";
this.b5.UseVisualStyleBackColor = false;
//
// bd
//
this.bd.BackColor = System.Drawing.Color.Magenta;
this.bd.ForeColor = System.Drawing.Color.Black;
this.bd.Location = new System.Drawing.Point( 139, 207 );
this.bd.Margin = new System.Windows.Forms.Padding( 0 );
this.bd.Name = "bd";
this.bd.Size = new System.Drawing.Size( 130, 40 );
this.bd.TabIndex = 13;
this.bd.Text = "Magenta - d";
this.bd.UseVisualStyleBackColor = false;
//
// bf
//
this.bf.BackColor = System.Drawing.Color.White;
this.bf.ForeColor = System.Drawing.Color.Black;
this.bf.Location = new System.Drawing.Point( 139, 287 );
this.bf.Margin = new System.Windows.Forms.Padding( 0 );
this.bf.Name = "bf";
this.bf.Size = new System.Drawing.Size( 130, 40 );
this.bf.TabIndex = 15;
this.bf.Text = "White - f";
this.bf.UseVisualStyleBackColor = false;
//
// b7
//
this.b7.BackColor = System.Drawing.Color.Silver;
this.b7.ForeColor = System.Drawing.Color.Black;
this.b7.Location = new System.Drawing.Point( 9, 287 );
this.b7.Margin = new System.Windows.Forms.Padding( 0 );
this.b7.Name = "b7";
this.b7.Size = new System.Drawing.Size( 130, 40 );
this.b7.TabIndex = 7;
this.b7.Text = "Silver - 7";
this.b7.UseVisualStyleBackColor = false;
//
// be
//
this.be.BackColor = System.Drawing.Color.Yellow;
this.be.ForeColor = System.Drawing.Color.Black;
this.be.Location = new System.Drawing.Point( 139, 247 );
this.be.Margin = new System.Windows.Forms.Padding( 0 );
this.be.Name = "be";
this.be.Size = new System.Drawing.Size( 130, 40 );
this.be.TabIndex = 14;
this.be.Text = "Yellow - e";
this.be.UseVisualStyleBackColor = false;
//
// b6
//
this.b6.BackColor = System.Drawing.Color.Olive;
this.b6.ForeColor = System.Drawing.Color.White;
this.b6.Location = new System.Drawing.Point( 9, 247 );
this.b6.Margin = new System.Windows.Forms.Padding( 0 );
this.b6.Name = "b6";
this.b6.Size = new System.Drawing.Size( 130, 40 );
this.b6.TabIndex = 6;
this.b6.Text = "Olive - 6";
this.b6.UseVisualStyleBackColor = false;
//
// bCancel
//
this.bCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.bCancel.Font = new System.Drawing.Font( "Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)) );
this.bCancel.Location = new System.Drawing.Point( 88, 330 );
this.bCancel.Name = "bCancel";
this.bCancel.Size = new System.Drawing.Size( 100, 25 );
this.bCancel.TabIndex = 16;
this.bCancel.Text = "Cancel";
this.bCancel.UseVisualStyleBackColor = true;
//
// ColorPicker
//
this.AutoScaleDimensions = new System.Drawing.SizeF( 8F, 13F );
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size( 278, 367 );
this.Controls.Add( this.bCancel );
this.Controls.Add( this.bf );
this.Controls.Add( this.b7 );
this.Controls.Add( this.be );
this.Controls.Add( this.b6 );
this.Controls.Add( this.bd );
this.Controls.Add( this.b5 );
this.Controls.Add( this.bc );
this.Controls.Add( this.b4 );
this.Controls.Add( this.bb );
this.Controls.Add( this.b3 );
this.Controls.Add( this.ba );
this.Controls.Add( this.b2 );
this.Controls.Add( this.b9 );
this.Controls.Add( this.b1 );
this.Controls.Add( this.b8 );
this.Controls.Add( this.b0 );
this.Font = new System.Drawing.Font( "Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)) );
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject( "$this.Icon" )));
this.Margin = new System.Windows.Forms.Padding( 4, 3, 4, 3 );
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ColorPicker";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ColorPicker";
this.ResumeLayout( false );
}
#endregion
private System.Windows.Forms.Button b0;
private System.Windows.Forms.Button b8;
private System.Windows.Forms.Button b1;
private System.Windows.Forms.Button b9;
private System.Windows.Forms.Button b2;
private System.Windows.Forms.Button ba;
private System.Windows.Forms.Button b3;
private System.Windows.Forms.Button bb;
private System.Windows.Forms.Button b4;
private System.Windows.Forms.Button bc;
private System.Windows.Forms.Button b5;
private System.Windows.Forms.Button bd;
private System.Windows.Forms.Button bf;
private System.Windows.Forms.Button b7;
private System.Windows.Forms.Button be;
private System.Windows.Forms.Button b6;
private System.Windows.Forms.Button bCancel;
}
}