Free cookie consent management tool by TermsFeed Policy Generator

source: branches/FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape.Views/BoxChart/ColorValueView.Designer.cs @ 13401

Last change on this file since 13401 was 7128, checked in by epitzer, 12 years ago

#1696 Integrate fitness landscape analysis plugins from Heureka! repository.

File size: 32.9 KB
Line 
1namespace HeuristicLab.Analysis.FitnessLandscape.BoxChart {
2  partial class ColorValueView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      System.Windows.Forms.GroupBox hsvBox;
27      System.Windows.Forms.Label hueLabel;
28      System.Windows.Forms.Label saturationLabel;
29      System.Windows.Forms.Label brightnessLabel;
30      System.Windows.Forms.GroupBox pickerBox;
31      System.Windows.Forms.GroupBox colorBox;
32      System.Windows.Forms.GroupBox rgbBox;
33      System.Windows.Forms.Label label1;
34      System.Windows.Forms.Label label2;
35      System.Windows.Forms.Label label3;
36      this.hueScrollBar = new System.Windows.Forms.HScrollBar();
37      this.hueUpDown = new System.Windows.Forms.NumericUpDown();
38      this.saturationScrollBar = new System.Windows.Forms.HScrollBar();
39      this.saturationUpDown = new System.Windows.Forms.NumericUpDown();
40      this.brightnessScrollBar = new System.Windows.Forms.HScrollBar();
41      this.brightnessUpDown = new System.Windows.Forms.NumericUpDown();
42      this.colorWheelPanel = new System.Windows.Forms.Panel();
43      this.brightnessPanel = new System.Windows.Forms.Panel();
44      this.colorPanel = new System.Windows.Forms.Panel();
45      this.redScrollBar = new System.Windows.Forms.HScrollBar();
46      this.redUpDown = new System.Windows.Forms.NumericUpDown();
47      this.greenScrollBar = new System.Windows.Forms.HScrollBar();
48      this.greenUpDown = new System.Windows.Forms.NumericUpDown();
49      this.blueScrollBar = new System.Windows.Forms.HScrollBar();
50      this.blueUpDown = new System.Windows.Forms.NumericUpDown();
51      this.colorDialog = new System.Windows.Forms.ColorDialog();
52      this.defaultColors = new System.Windows.Forms.GroupBox();
53      this.panel2 = new System.Windows.Forms.Panel();
54      this.panel1 = new System.Windows.Forms.Panel();
55      this.panel3 = new System.Windows.Forms.Panel();
56      this.panel4 = new System.Windows.Forms.Panel();
57      this.panel5 = new System.Windows.Forms.Panel();
58      this.panel6 = new System.Windows.Forms.Panel();
59      this.panel7 = new System.Windows.Forms.Panel();
60      this.panel8 = new System.Windows.Forms.Panel();
61      this.panel9 = new System.Windows.Forms.Panel();
62      this.panel10 = new System.Windows.Forms.Panel();
63      this.panel11 = new System.Windows.Forms.Panel();
64      this.panel12 = new System.Windows.Forms.Panel();
65      this.panel13 = new System.Windows.Forms.Panel();
66      this.panel14 = new System.Windows.Forms.Panel();
67      this.panel15 = new System.Windows.Forms.Panel();
68      this.panel16 = new System.Windows.Forms.Panel();
69      this.panel17 = new System.Windows.Forms.Panel();
70      this.panel18 = new System.Windows.Forms.Panel();
71      this.panel19 = new System.Windows.Forms.Panel();
72      this.panel20 = new System.Windows.Forms.Panel();
73      this.panel21 = new System.Windows.Forms.Panel();
74      this.panel22 = new System.Windows.Forms.Panel();
75      this.panel23 = new System.Windows.Forms.Panel();
76      this.panel24 = new System.Windows.Forms.Panel();
77      hsvBox = new System.Windows.Forms.GroupBox();
78      hueLabel = new System.Windows.Forms.Label();
79      saturationLabel = new System.Windows.Forms.Label();
80      brightnessLabel = new System.Windows.Forms.Label();
81      pickerBox = new System.Windows.Forms.GroupBox();
82      colorBox = new System.Windows.Forms.GroupBox();
83      rgbBox = new System.Windows.Forms.GroupBox();
84      label1 = new System.Windows.Forms.Label();
85      label2 = new System.Windows.Forms.Label();
86      label3 = new System.Windows.Forms.Label();
87      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
88      hsvBox.SuspendLayout();
89      ((System.ComponentModel.ISupportInitialize)(this.hueUpDown)).BeginInit();
90      ((System.ComponentModel.ISupportInitialize)(this.saturationUpDown)).BeginInit();
91      ((System.ComponentModel.ISupportInitialize)(this.brightnessUpDown)).BeginInit();
92      pickerBox.SuspendLayout();
93      colorBox.SuspendLayout();
94      rgbBox.SuspendLayout();
95      ((System.ComponentModel.ISupportInitialize)(this.redUpDown)).BeginInit();
96      ((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).BeginInit();
97      ((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).BeginInit();
98      this.defaultColors.SuspendLayout();
99      this.SuspendLayout();
100      //
101      // nameTextBox
102      //
103      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
104      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
105      this.nameTextBox.Size = new System.Drawing.Size(310, 20);
106      //
107      // infoLabel
108      //
109      this.infoLabel.Location = new System.Drawing.Point(374, 3);
110      //
111      // hsvBox
112      //
113      hsvBox.Controls.Add(this.hueScrollBar);
114      hsvBox.Controls.Add(this.hueUpDown);
115      hsvBox.Controls.Add(hueLabel);
116      hsvBox.Controls.Add(saturationLabel);
117      hsvBox.Controls.Add(brightnessLabel);
118      hsvBox.Controls.Add(this.saturationScrollBar);
119      hsvBox.Controls.Add(this.saturationUpDown);
120      hsvBox.Controls.Add(this.brightnessScrollBar);
121      hsvBox.Controls.Add(this.brightnessUpDown);
122      hsvBox.Location = new System.Drawing.Point(3, 313);
123      hsvBox.Name = "hsvBox";
124      hsvBox.Size = new System.Drawing.Size(378, 100);
125      hsvBox.TabIndex = 26;
126      hsvBox.TabStop = false;
127      hsvBox.Text = "HSV";
128      //
129      // hueScrollBar
130      //
131      this.hueScrollBar.Location = new System.Drawing.Point(79, 21);
132      this.hueScrollBar.Maximum = 360;
133      this.hueScrollBar.Name = "hueScrollBar";
134      this.hueScrollBar.Size = new System.Drawing.Size(244, 17);
135      this.hueScrollBar.TabIndex = 16;
136      this.hueScrollBar.ValueChanged += new System.EventHandler(this.hueScrollBar_ValueChanged);
137      //
138      // hueUpDown
139      //
140      this.hueUpDown.Location = new System.Drawing.Point(326, 19);
141      this.hueUpDown.Maximum = new decimal(new int[] {
142            360,
143            0,
144            0,
145            0});
146      this.hueUpDown.Name = "hueUpDown";
147      this.hueUpDown.Size = new System.Drawing.Size(44, 20);
148      this.hueUpDown.TabIndex = 20;
149      this.hueUpDown.ValueChanged += new System.EventHandler(this.hueUpDown_ValueChanged);
150      //
151      // hueLabel
152      //
153      hueLabel.AutoSize = true;
154      hueLabel.Location = new System.Drawing.Point(6, 21);
155      hueLabel.Name = "hueLabel";
156      hueLabel.Size = new System.Drawing.Size(30, 13);
157      hueLabel.TabIndex = 17;
158      hueLabel.Text = "Hue:";
159      //
160      // saturationLabel
161      //
162      saturationLabel.AutoSize = true;
163      saturationLabel.Location = new System.Drawing.Point(6, 47);
164      saturationLabel.Name = "saturationLabel";
165      saturationLabel.Size = new System.Drawing.Size(58, 13);
166      saturationLabel.TabIndex = 18;
167      saturationLabel.Text = "Saturation:";
168      //
169      // brightnessLabel
170      //
171      brightnessLabel.AutoSize = true;
172      brightnessLabel.Location = new System.Drawing.Point(6, 73);
173      brightnessLabel.Name = "brightnessLabel";
174      brightnessLabel.Size = new System.Drawing.Size(59, 13);
175      brightnessLabel.TabIndex = 19;
176      brightnessLabel.Text = "Brightness:";
177      //
178      // saturationScrollBar
179      //
180      this.saturationScrollBar.Location = new System.Drawing.Point(79, 47);
181      this.saturationScrollBar.Name = "saturationScrollBar";
182      this.saturationScrollBar.Size = new System.Drawing.Size(244, 17);
183      this.saturationScrollBar.TabIndex = 21;
184      this.saturationScrollBar.ValueChanged += new System.EventHandler(this.saturationScrollBar_ValueChanged);
185      //
186      // saturationUpDown
187      //
188      this.saturationUpDown.Location = new System.Drawing.Point(326, 45);
189      this.saturationUpDown.Name = "saturationUpDown";
190      this.saturationUpDown.Size = new System.Drawing.Size(44, 20);
191      this.saturationUpDown.TabIndex = 22;
192      this.saturationUpDown.ValueChanged += new System.EventHandler(this.saturationUpDown_ValueChanged);
193      //
194      // brightnessScrollBar
195      //
196      this.brightnessScrollBar.Location = new System.Drawing.Point(79, 73);
197      this.brightnessScrollBar.Name = "brightnessScrollBar";
198      this.brightnessScrollBar.Size = new System.Drawing.Size(244, 17);
199      this.brightnessScrollBar.TabIndex = 23;
200      this.brightnessScrollBar.ValueChanged += new System.EventHandler(this.brightnessScrollBar_ValueChanged);
201      //
202      // brightnessUpDown
203      //
204      this.brightnessUpDown.Location = new System.Drawing.Point(326, 71);
205      this.brightnessUpDown.Name = "brightnessUpDown";
206      this.brightnessUpDown.Size = new System.Drawing.Size(44, 20);
207      this.brightnessUpDown.TabIndex = 24;
208      this.brightnessUpDown.ValueChanged += new System.EventHandler(this.brightnessUpDown_ValueChanged);
209      //
210      // pickerBox
211      //
212      pickerBox.Controls.Add(this.colorWheelPanel);
213      pickerBox.Controls.Add(this.brightnessPanel);
214      pickerBox.Location = new System.Drawing.Point(3, 26);
215      pickerBox.Name = "pickerBox";
216      pickerBox.Size = new System.Drawing.Size(294, 281);
217      pickerBox.TabIndex = 27;
218      pickerBox.TabStop = false;
219      pickerBox.Text = "Color Picker";
220      //
221      // colorWheelPanel
222      //
223      this.colorWheelPanel.Location = new System.Drawing.Point(6, 19);
224      this.colorWheelPanel.Name = "colorWheelPanel";
225      this.colorWheelPanel.Size = new System.Drawing.Size(256, 256);
226      this.colorWheelPanel.TabIndex = 3;
227      this.colorWheelPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.colorWheelPanel_Paint);
228      this.colorWheelPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.colorWheelPanel_MouseDown);
229      this.colorWheelPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.colorWheelPanel_MouseMove);
230      //
231      // brightnessPanel
232      //
233      this.brightnessPanel.Location = new System.Drawing.Point(268, 19);
234      this.brightnessPanel.Name = "brightnessPanel";
235      this.brightnessPanel.Size = new System.Drawing.Size(20, 256);
236      this.brightnessPanel.TabIndex = 4;
237      this.brightnessPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.brightnessPanel_Paint);
238      this.brightnessPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.brightnessPanel_MouseDown);
239      this.brightnessPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.brightnessPanel_MouseMove);
240      //
241      // colorBox
242      //
243      colorBox.Controls.Add(this.colorPanel);
244      colorBox.Location = new System.Drawing.Point(303, 247);
245      colorBox.Name = "colorBox";
246      colorBox.Size = new System.Drawing.Size(78, 60);
247      colorBox.TabIndex = 28;
248      colorBox.TabStop = false;
249      colorBox.Text = "Selected";
250      //
251      // colorPanel
252      //
253      this.colorPanel.Location = new System.Drawing.Point(6, 19);
254      this.colorPanel.Name = "colorPanel";
255      this.colorPanel.Size = new System.Drawing.Size(64, 32);
256      this.colorPanel.TabIndex = 5;
257      this.colorPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.colorPanel_Paint);
258      this.colorPanel.DoubleClick += new System.EventHandler(this.colorPanel_DoubleClick);
259      //
260      // rgbBox
261      //
262      rgbBox.Controls.Add(this.redScrollBar);
263      rgbBox.Controls.Add(this.redUpDown);
264      rgbBox.Controls.Add(label1);
265      rgbBox.Controls.Add(label2);
266      rgbBox.Controls.Add(label3);
267      rgbBox.Controls.Add(this.greenScrollBar);
268      rgbBox.Controls.Add(this.greenUpDown);
269      rgbBox.Controls.Add(this.blueScrollBar);
270      rgbBox.Controls.Add(this.blueUpDown);
271      rgbBox.Location = new System.Drawing.Point(3, 419);
272      rgbBox.Name = "rgbBox";
273      rgbBox.Size = new System.Drawing.Size(378, 102);
274      rgbBox.TabIndex = 27;
275      rgbBox.TabStop = false;
276      rgbBox.Text = "RGB";
277      //
278      // redScrollBar
279      //
280      this.redScrollBar.Location = new System.Drawing.Point(79, 21);
281      this.redScrollBar.Maximum = 255;
282      this.redScrollBar.Name = "redScrollBar";
283      this.redScrollBar.Size = new System.Drawing.Size(244, 17);
284      this.redScrollBar.TabIndex = 16;
285      this.redScrollBar.ValueChanged += new System.EventHandler(this.redScrollBar_ValueChanged);
286      //
287      // redUpDown
288      //
289      this.redUpDown.Location = new System.Drawing.Point(326, 19);
290      this.redUpDown.Maximum = new decimal(new int[] {
291            255,
292            0,
293            0,
294            0});
295      this.redUpDown.Name = "redUpDown";
296      this.redUpDown.Size = new System.Drawing.Size(44, 20);
297      this.redUpDown.TabIndex = 20;
298      this.redUpDown.ValueChanged += new System.EventHandler(this.redUpDown_ValueChanged);
299      //
300      // label1
301      //
302      label1.AutoSize = true;
303      label1.Location = new System.Drawing.Point(6, 21);
304      label1.Name = "label1";
305      label1.Size = new System.Drawing.Size(30, 13);
306      label1.TabIndex = 17;
307      label1.Text = "Red:";
308      //
309      // label2
310      //
311      label2.AutoSize = true;
312      label2.Location = new System.Drawing.Point(6, 47);
313      label2.Name = "label2";
314      label2.Size = new System.Drawing.Size(39, 13);
315      label2.TabIndex = 18;
316      label2.Text = "Green:";
317      //
318      // label3
319      //
320      label3.AutoSize = true;
321      label3.Location = new System.Drawing.Point(6, 73);
322      label3.Name = "label3";
323      label3.Size = new System.Drawing.Size(31, 13);
324      label3.TabIndex = 19;
325      label3.Text = "Blue:";
326      //
327      // greenScrollBar
328      //
329      this.greenScrollBar.Location = new System.Drawing.Point(79, 47);
330      this.greenScrollBar.Maximum = 255;
331      this.greenScrollBar.Name = "greenScrollBar";
332      this.greenScrollBar.Size = new System.Drawing.Size(244, 17);
333      this.greenScrollBar.TabIndex = 21;
334      this.greenScrollBar.ValueChanged += new System.EventHandler(this.greenScrollBar_ValueChanged);
335      //
336      // greenUpDown
337      //
338      this.greenUpDown.Location = new System.Drawing.Point(326, 45);
339      this.greenUpDown.Maximum = new decimal(new int[] {
340            255,
341            0,
342            0,
343            0});
344      this.greenUpDown.Name = "greenUpDown";
345      this.greenUpDown.Size = new System.Drawing.Size(44, 20);
346      this.greenUpDown.TabIndex = 22;
347      this.greenUpDown.ValueChanged += new System.EventHandler(this.greenUpDown_ValueChanged);
348      //
349      // blueScrollBar
350      //
351      this.blueScrollBar.Location = new System.Drawing.Point(79, 73);
352      this.blueScrollBar.Maximum = 255;
353      this.blueScrollBar.Name = "blueScrollBar";
354      this.blueScrollBar.Size = new System.Drawing.Size(244, 17);
355      this.blueScrollBar.TabIndex = 23;
356      this.blueScrollBar.ValueChanged += new System.EventHandler(this.blueScrollBar_ValueChanged);
357      //
358      // blueUpDown
359      //
360      this.blueUpDown.Location = new System.Drawing.Point(326, 71);
361      this.blueUpDown.Maximum = new decimal(new int[] {
362            255,
363            0,
364            0,
365            0});
366      this.blueUpDown.Name = "blueUpDown";
367      this.blueUpDown.Size = new System.Drawing.Size(44, 20);
368      this.blueUpDown.TabIndex = 24;
369      this.blueUpDown.ValueChanged += new System.EventHandler(this.blueUpDown_ValueChanged);
370      //
371      // colorDialog
372      //
373      this.colorDialog.AnyColor = true;
374      //
375      // defaultColors
376      //
377      this.defaultColors.Controls.Add(this.panel13);
378      this.defaultColors.Controls.Add(this.panel7);
379      this.defaultColors.Controls.Add(this.panel14);
380      this.defaultColors.Controls.Add(this.panel4);
381      this.defaultColors.Controls.Add(this.panel15);
382      this.defaultColors.Controls.Add(this.panel8);
383      this.defaultColors.Controls.Add(this.panel16);
384      this.defaultColors.Controls.Add(this.panel5);
385      this.defaultColors.Controls.Add(this.panel17);
386      this.defaultColors.Controls.Add(this.panel9);
387      this.defaultColors.Controls.Add(this.panel18);
388      this.defaultColors.Controls.Add(this.panel3);
389      this.defaultColors.Controls.Add(this.panel19);
390      this.defaultColors.Controls.Add(this.panel10);
391      this.defaultColors.Controls.Add(this.panel20);
392      this.defaultColors.Controls.Add(this.panel6);
393      this.defaultColors.Controls.Add(this.panel21);
394      this.defaultColors.Controls.Add(this.panel11);
395      this.defaultColors.Controls.Add(this.panel22);
396      this.defaultColors.Controls.Add(this.panel2);
397      this.defaultColors.Controls.Add(this.panel23);
398      this.defaultColors.Controls.Add(this.panel12);
399      this.defaultColors.Controls.Add(this.panel24);
400      this.defaultColors.Controls.Add(this.panel1);
401      this.defaultColors.Location = new System.Drawing.Point(304, 27);
402      this.defaultColors.Name = "defaultColors";
403      this.defaultColors.Size = new System.Drawing.Size(77, 214);
404      this.defaultColors.TabIndex = 29;
405      this.defaultColors.TabStop = false;
406      this.defaultColors.Text = "Standard";
407      //
408      // panel2
409      //
410      this.panel2.BackColor = System.Drawing.Color.Silver;
411      this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
412      this.panel2.Location = new System.Drawing.Point(30, 20);
413      this.panel2.Name = "panel2";
414      this.panel2.Size = new System.Drawing.Size(17, 17);
415      this.panel2.TabIndex = 1;
416      this.panel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
417      //
418      // panel1
419      //
420      this.panel1.BackColor = System.Drawing.Color.White;
421      this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
422      this.panel1.Location = new System.Drawing.Point(7, 20);
423      this.panel1.Name = "panel1";
424      this.panel1.Size = new System.Drawing.Size(17, 17);
425      this.panel1.TabIndex = 0;
426      this.panel1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
427      //
428      // panel3
429      //
430      this.panel3.BackColor = System.Drawing.Color.Black;
431      this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
432      this.panel3.Location = new System.Drawing.Point(53, 20);
433      this.panel3.Name = "panel3";
434      this.panel3.Size = new System.Drawing.Size(17, 17);
435      this.panel3.TabIndex = 2;
436      this.panel3.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
437      //
438      // panel4
439      //
440      this.panel4.BackColor = System.Drawing.Color.Maroon;
441      this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
442      this.panel4.Location = new System.Drawing.Point(53, 43);
443      this.panel4.Name = "panel4";
444      this.panel4.Size = new System.Drawing.Size(17, 17);
445      this.panel4.TabIndex = 5;
446      this.panel4.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
447      //
448      // panel5
449      //
450      this.panel5.BackColor = System.Drawing.Color.Red;
451      this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
452      this.panel5.Location = new System.Drawing.Point(30, 43);
453      this.panel5.Name = "panel5";
454      this.panel5.Size = new System.Drawing.Size(17, 17);
455      this.panel5.TabIndex = 4;
456      this.panel5.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
457      //
458      // panel6
459      //
460      this.panel6.BackColor = System.Drawing.Color.Pink;
461      this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
462      this.panel6.Location = new System.Drawing.Point(7, 43);
463      this.panel6.Name = "panel6";
464      this.panel6.Size = new System.Drawing.Size(17, 17);
465      this.panel6.TabIndex = 3;
466      this.panel6.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
467      //
468      // panel7
469      //
470      this.panel7.BackColor = System.Drawing.Color.Olive;
471      this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
472      this.panel7.Location = new System.Drawing.Point(53, 89);
473      this.panel7.Name = "panel7";
474      this.panel7.Size = new System.Drawing.Size(17, 17);
475      this.panel7.TabIndex = 11;
476      this.panel7.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
477      //
478      // panel8
479      //
480      this.panel8.BackColor = System.Drawing.Color.Yellow;
481      this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
482      this.panel8.Location = new System.Drawing.Point(30, 89);
483      this.panel8.Name = "panel8";
484      this.panel8.Size = new System.Drawing.Size(17, 17);
485      this.panel8.TabIndex = 10;
486      this.panel8.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
487      //
488      // panel9
489      //
490      this.panel9.BackColor = System.Drawing.Color.Sienna;
491      this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
492      this.panel9.Location = new System.Drawing.Point(53, 66);
493      this.panel9.Name = "panel9";
494      this.panel9.Size = new System.Drawing.Size(17, 17);
495      this.panel9.TabIndex = 8;
496      this.panel9.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
497      //
498      // panel10
499      //
500      this.panel10.BackColor = System.Drawing.Color.LightYellow;
501      this.panel10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
502      this.panel10.Location = new System.Drawing.Point(7, 89);
503      this.panel10.Name = "panel10";
504      this.panel10.Size = new System.Drawing.Size(17, 17);
505      this.panel10.TabIndex = 9;
506      this.panel10.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
507      //
508      // panel11
509      //
510      this.panel11.BackColor = System.Drawing.Color.Orange;
511      this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
512      this.panel11.Location = new System.Drawing.Point(30, 66);
513      this.panel11.Name = "panel11";
514      this.panel11.Size = new System.Drawing.Size(17, 17);
515      this.panel11.TabIndex = 7;
516      this.panel11.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
517      //
518      // panel12
519      //
520      this.panel12.BackColor = System.Drawing.Color.PeachPuff;
521      this.panel12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
522      this.panel12.Location = new System.Drawing.Point(7, 66);
523      this.panel12.Name = "panel12";
524      this.panel12.Size = new System.Drawing.Size(17, 17);
525      this.panel12.TabIndex = 6;
526      this.panel12.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
527      //
528      // panel13
529      //
530      this.panel13.BackColor = System.Drawing.Color.Purple;
531      this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
532      this.panel13.Location = new System.Drawing.Point(53, 181);
533      this.panel13.Name = "panel13";
534      this.panel13.Size = new System.Drawing.Size(17, 17);
535      this.panel13.TabIndex = 23;
536      this.panel13.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
537      //
538      // panel14
539      //
540      this.panel14.BackColor = System.Drawing.Color.Teal;
541      this.panel14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
542      this.panel14.Location = new System.Drawing.Point(53, 135);
543      this.panel14.Name = "panel14";
544      this.panel14.Size = new System.Drawing.Size(17, 17);
545      this.panel14.TabIndex = 17;
546      this.panel14.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
547      //
548      // panel15
549      //
550      this.panel15.BackColor = System.Drawing.Color.Fuchsia;
551      this.panel15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
552      this.panel15.Location = new System.Drawing.Point(30, 181);
553      this.panel15.Name = "panel15";
554      this.panel15.Size = new System.Drawing.Size(17, 17);
555      this.panel15.TabIndex = 22;
556      this.panel15.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
557      //
558      // panel16
559      //
560      this.panel16.BackColor = System.Drawing.Color.Cyan;
561      this.panel16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
562      this.panel16.Location = new System.Drawing.Point(30, 135);
563      this.panel16.Name = "panel16";
564      this.panel16.Size = new System.Drawing.Size(17, 17);
565      this.panel16.TabIndex = 16;
566      this.panel16.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
567      //
568      // panel17
569      //
570      this.panel17.BackColor = System.Drawing.Color.Navy;
571      this.panel17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
572      this.panel17.Location = new System.Drawing.Point(53, 158);
573      this.panel17.Name = "panel17";
574      this.panel17.Size = new System.Drawing.Size(17, 17);
575      this.panel17.TabIndex = 20;
576      this.panel17.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
577      //
578      // panel18
579      //
580      this.panel18.BackColor = System.Drawing.Color.Green;
581      this.panel18.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
582      this.panel18.Location = new System.Drawing.Point(53, 112);
583      this.panel18.Name = "panel18";
584      this.panel18.Size = new System.Drawing.Size(17, 17);
585      this.panel18.TabIndex = 14;
586      this.panel18.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
587      //
588      // panel19
589      //
590      this.panel19.BackColor = System.Drawing.Color.Violet;
591      this.panel19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
592      this.panel19.Location = new System.Drawing.Point(7, 181);
593      this.panel19.Name = "panel19";
594      this.panel19.Size = new System.Drawing.Size(17, 17);
595      this.panel19.TabIndex = 21;
596      this.panel19.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
597      //
598      // panel20
599      //
600      this.panel20.BackColor = System.Drawing.Color.LightCyan;
601      this.panel20.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
602      this.panel20.Location = new System.Drawing.Point(7, 135);
603      this.panel20.Name = "panel20";
604      this.panel20.Size = new System.Drawing.Size(17, 17);
605      this.panel20.TabIndex = 15;
606      this.panel20.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
607      //
608      // panel21
609      //
610      this.panel21.BackColor = System.Drawing.Color.Blue;
611      this.panel21.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
612      this.panel21.Location = new System.Drawing.Point(30, 158);
613      this.panel21.Name = "panel21";
614      this.panel21.Size = new System.Drawing.Size(17, 17);
615      this.panel21.TabIndex = 19;
616      this.panel21.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
617      //
618      // panel22
619      //
620      this.panel22.BackColor = System.Drawing.Color.Lime;
621      this.panel22.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
622      this.panel22.Location = new System.Drawing.Point(30, 112);
623      this.panel22.Name = "panel22";
624      this.panel22.Size = new System.Drawing.Size(17, 17);
625      this.panel22.TabIndex = 13;
626      this.panel22.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
627      //
628      // panel23
629      //
630      this.panel23.BackColor = System.Drawing.Color.LightBlue;
631      this.panel23.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
632      this.panel23.Location = new System.Drawing.Point(7, 158);
633      this.panel23.Name = "panel23";
634      this.panel23.Size = new System.Drawing.Size(17, 17);
635      this.panel23.TabIndex = 18;
636      this.panel23.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
637      //
638      // panel24
639      //
640      this.panel24.BackColor = System.Drawing.Color.PaleGreen;
641      this.panel24.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
642      this.panel24.Location = new System.Drawing.Point(7, 112);
643      this.panel24.Name = "panel24";
644      this.panel24.Size = new System.Drawing.Size(17, 17);
645      this.panel24.TabIndex = 12;
646      this.panel24.MouseClick += new System.Windows.Forms.MouseEventHandler(this.defaultColorPanel_MouseClick);
647      //
648      // ColorValueView
649      //
650      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
651      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
652      this.Controls.Add(this.defaultColors);
653      this.Controls.Add(rgbBox);
654      this.Controls.Add(colorBox);
655      this.Controls.Add(pickerBox);
656      this.Controls.Add(hsvBox);
657      this.Name = "ColorValueView";
658      this.Size = new System.Drawing.Size(393, 535);
659      this.Controls.SetChildIndex(this.nameLabel, 0);
660      this.Controls.SetChildIndex(this.nameTextBox, 0);
661      this.Controls.SetChildIndex(this.infoLabel, 0);
662      this.Controls.SetChildIndex(hsvBox, 0);
663      this.Controls.SetChildIndex(pickerBox, 0);
664      this.Controls.SetChildIndex(colorBox, 0);
665      this.Controls.SetChildIndex(rgbBox, 0);
666      this.Controls.SetChildIndex(this.defaultColors, 0);
667      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
668      hsvBox.ResumeLayout(false);
669      hsvBox.PerformLayout();
670      ((System.ComponentModel.ISupportInitialize)(this.hueUpDown)).EndInit();
671      ((System.ComponentModel.ISupportInitialize)(this.saturationUpDown)).EndInit();
672      ((System.ComponentModel.ISupportInitialize)(this.brightnessUpDown)).EndInit();
673      pickerBox.ResumeLayout(false);
674      colorBox.ResumeLayout(false);
675      rgbBox.ResumeLayout(false);
676      rgbBox.PerformLayout();
677      ((System.ComponentModel.ISupportInitialize)(this.redUpDown)).EndInit();
678      ((System.ComponentModel.ISupportInitialize)(this.greenUpDown)).EndInit();
679      ((System.ComponentModel.ISupportInitialize)(this.blueUpDown)).EndInit();
680      this.defaultColors.ResumeLayout(false);
681      this.ResumeLayout(false);
682      this.PerformLayout();
683
684    }
685
686    #endregion
687
688    private System.Windows.Forms.Panel colorWheelPanel;
689    private System.Windows.Forms.Panel brightnessPanel;
690    private System.Windows.Forms.Panel colorPanel;
691    private System.Windows.Forms.HScrollBar hueScrollBar;
692    private System.Windows.Forms.NumericUpDown hueUpDown;
693    private System.Windows.Forms.HScrollBar saturationScrollBar;
694    private System.Windows.Forms.NumericUpDown saturationUpDown;
695    private System.Windows.Forms.HScrollBar brightnessScrollBar;
696    private System.Windows.Forms.NumericUpDown brightnessUpDown;
697    private System.Windows.Forms.HScrollBar redScrollBar;
698    private System.Windows.Forms.NumericUpDown redUpDown;
699    private System.Windows.Forms.HScrollBar greenScrollBar;
700    private System.Windows.Forms.NumericUpDown greenUpDown;
701    private System.Windows.Forms.HScrollBar blueScrollBar;
702    private System.Windows.Forms.NumericUpDown blueUpDown;
703    private System.Windows.Forms.ColorDialog colorDialog;
704    private System.Windows.Forms.GroupBox defaultColors;
705    private System.Windows.Forms.Panel panel1;
706    private System.Windows.Forms.Panel panel2;
707    private System.Windows.Forms.Panel panel13;
708    private System.Windows.Forms.Panel panel7;
709    private System.Windows.Forms.Panel panel14;
710    private System.Windows.Forms.Panel panel4;
711    private System.Windows.Forms.Panel panel15;
712    private System.Windows.Forms.Panel panel8;
713    private System.Windows.Forms.Panel panel16;
714    private System.Windows.Forms.Panel panel5;
715    private System.Windows.Forms.Panel panel17;
716    private System.Windows.Forms.Panel panel9;
717    private System.Windows.Forms.Panel panel18;
718    private System.Windows.Forms.Panel panel3;
719    private System.Windows.Forms.Panel panel19;
720    private System.Windows.Forms.Panel panel10;
721    private System.Windows.Forms.Panel panel20;
722    private System.Windows.Forms.Panel panel6;
723    private System.Windows.Forms.Panel panel21;
724    private System.Windows.Forms.Panel panel11;
725    private System.Windows.Forms.Panel panel22;
726    private System.Windows.Forms.Panel panel23;
727    private System.Windows.Forms.Panel panel12;
728    private System.Windows.Forms.Panel panel24;
729  }
730}
Note: See TracBrowser for help on using the repository browser.