Subversion Repositories AndroidProjects

Rev

Rev 831 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
780 chris 1
namespace BauzoidEdit
2
{
3
    partial class MainForm
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
 
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22
 
23
        #region Windows Form Designer generated code
24
 
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
809 chris 31
            this.components = new System.ComponentModel.Container();
780 chris 32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
33
            this.mStatusStrip = new System.Windows.Forms.StatusStrip();
34
            this.mMainMenuStrip = new System.Windows.Forms.MenuStrip();
35
            this.mFileMenu = new System.Windows.Forms.ToolStripMenuItem();
36
            this.mFileNewMenu = new System.Windows.Forms.ToolStripMenuItem();
37
            this.mFileOpenMenu = new System.Windows.Forms.ToolStripMenuItem();
38
            this.mFileSaveMenu = new System.Windows.Forms.ToolStripMenuItem();
39
            this.mFileSaveAsMenu = new System.Windows.Forms.ToolStripMenuItem();
40
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
41
            this.mFileExitMenu = new System.Windows.Forms.ToolStripMenuItem();
42
            this.mMainToolStrip = new System.Windows.Forms.ToolStrip();
43
            this.mFileNewTB = new System.Windows.Forms.ToolStripButton();
44
            this.mFileOpenTB = new System.Windows.Forms.ToolStripButton();
45
            this.mFileSaveTB = new System.Windows.Forms.ToolStripButton();
46
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
781 chris 47
            this.mGlView = new Tao.Platform.Windows.SimpleOpenGlControl();
809 chris 48
            this.panel1 = new System.Windows.Forms.Panel();
832 chris 49
            this.swatchesPanel = new System.Windows.Forms.Panel();
50
            this.panel3 = new System.Windows.Forms.Panel();
51
            this.backColorPanel = new System.Windows.Forms.Panel();
52
            this.foreColorPanel = new System.Windows.Forms.Panel();
53
            this.colorWheelPanel = new System.Windows.Forms.Panel();
54
            this.viewPanel = new System.Windows.Forms.Panel();
55
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
825 chris 56
            this.swatchesBox = new BauzoidNET.controls.ColorPalette();
832 chris 57
            this.toolButton1 = new BauzoidNET.controls.RadioToolButton();
58
            this.toolButton2 = new BauzoidNET.controls.RadioToolButton();
823 chris 59
            this.toolButton3 = new BauzoidNET.controls.RadioToolButton();
60
            this.mainColorWidget = new BauzoidNET.controls.ColorWidget();
832 chris 61
            this.swatchesButton = new BauzoidNET.controls.CheckToolButton();
831 chris 62
            this.colorWheelButton = new BauzoidNET.controls.CheckToolButton();
780 chris 63
            this.mMainMenuStrip.SuspendLayout();
64
            this.mMainToolStrip.SuspendLayout();
809 chris 65
            this.panel1.SuspendLayout();
832 chris 66
            this.swatchesPanel.SuspendLayout();
67
            this.panel3.SuspendLayout();
68
            this.colorWheelPanel.SuspendLayout();
831 chris 69
            this.viewPanel.SuspendLayout();
780 chris 70
            this.SuspendLayout();
71
            // 
72
            // mStatusStrip
73
            // 
831 chris 74
            this.mStatusStrip.Location = new System.Drawing.Point(0, 708);
780 chris 75
            this.mStatusStrip.Name = "mStatusStrip";
831 chris 76
            this.mStatusStrip.Size = new System.Drawing.Size(1097, 22);
780 chris 77
            this.mStatusStrip.TabIndex = 5;
78
            // 
79
            // mMainMenuStrip
80
            // 
81
            this.mMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
82
            this.mFileMenu});
83
            this.mMainMenuStrip.Location = new System.Drawing.Point(0, 0);
84
            this.mMainMenuStrip.Name = "mMainMenuStrip";
831 chris 85
            this.mMainMenuStrip.Size = new System.Drawing.Size(1097, 24);
780 chris 86
            this.mMainMenuStrip.TabIndex = 6;
87
            this.mMainMenuStrip.Text = "menuStrip1";
88
            // 
89
            // mFileMenu
90
            // 
91
            this.mFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
92
            this.mFileNewMenu,
93
            this.mFileOpenMenu,
94
            this.mFileSaveMenu,
95
            this.mFileSaveAsMenu,
96
            this.toolStripMenuItem1,
97
            this.mFileExitMenu});
98
            this.mFileMenu.Name = "mFileMenu";
99
            this.mFileMenu.Size = new System.Drawing.Size(37, 20);
100
            this.mFileMenu.Text = "&File";
101
            // 
102
            // mFileNewMenu
103
            // 
104
            this.mFileNewMenu.Name = "mFileNewMenu";
105
            this.mFileNewMenu.Size = new System.Drawing.Size(123, 22);
106
            this.mFileNewMenu.Text = "&New";
107
            // 
108
            // mFileOpenMenu
109
            // 
110
            this.mFileOpenMenu.Name = "mFileOpenMenu";
111
            this.mFileOpenMenu.Size = new System.Drawing.Size(123, 22);
112
            this.mFileOpenMenu.Text = "&Open...";
113
            // 
114
            // mFileSaveMenu
115
            // 
116
            this.mFileSaveMenu.Name = "mFileSaveMenu";
117
            this.mFileSaveMenu.Size = new System.Drawing.Size(123, 22);
118
            this.mFileSaveMenu.Text = "&Save";
119
            // 
120
            // mFileSaveAsMenu
121
            // 
122
            this.mFileSaveAsMenu.Name = "mFileSaveAsMenu";
123
            this.mFileSaveAsMenu.Size = new System.Drawing.Size(123, 22);
124
            this.mFileSaveAsMenu.Text = "Save &As...";
125
            // 
126
            // toolStripMenuItem1
127
            // 
128
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
129
            this.toolStripMenuItem1.Size = new System.Drawing.Size(120, 6);
130
            // 
131
            // mFileExitMenu
132
            // 
133
            this.mFileExitMenu.Name = "mFileExitMenu";
134
            this.mFileExitMenu.Size = new System.Drawing.Size(123, 22);
135
            this.mFileExitMenu.Text = "&Exit";
136
            // 
137
            // mMainToolStrip
138
            // 
139
            this.mMainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
140
            this.mFileNewTB,
141
            this.mFileOpenTB,
142
            this.mFileSaveTB,
143
            this.toolStripSeparator1});
144
            this.mMainToolStrip.Location = new System.Drawing.Point(0, 24);
145
            this.mMainToolStrip.Name = "mMainToolStrip";
831 chris 146
            this.mMainToolStrip.Size = new System.Drawing.Size(1097, 25);
780 chris 147
            this.mMainToolStrip.TabIndex = 7;
148
            this.mMainToolStrip.Text = "toolStrip1";
149
            // 
150
            // mFileNewTB
151
            // 
152
            this.mFileNewTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
153
            this.mFileNewTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileNewTB.Image")));
154
            this.mFileNewTB.ImageTransparentColor = System.Drawing.Color.Magenta;
155
            this.mFileNewTB.Name = "mFileNewTB";
156
            this.mFileNewTB.Size = new System.Drawing.Size(23, 22);
157
            this.mFileNewTB.Text = "toolStripButton1";
158
            this.mFileNewTB.ToolTipText = "New";
159
            // 
160
            // mFileOpenTB
161
            // 
162
            this.mFileOpenTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
163
            this.mFileOpenTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileOpenTB.Image")));
164
            this.mFileOpenTB.ImageTransparentColor = System.Drawing.Color.Magenta;
165
            this.mFileOpenTB.Name = "mFileOpenTB";
166
            this.mFileOpenTB.Size = new System.Drawing.Size(23, 22);
167
            this.mFileOpenTB.Text = "toolStripButton2";
168
            this.mFileOpenTB.ToolTipText = "Open";
169
            // 
170
            // mFileSaveTB
171
            // 
172
            this.mFileSaveTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
173
            this.mFileSaveTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileSaveTB.Image")));
174
            this.mFileSaveTB.ImageTransparentColor = System.Drawing.Color.Magenta;
175
            this.mFileSaveTB.Name = "mFileSaveTB";
176
            this.mFileSaveTB.Size = new System.Drawing.Size(23, 22);
177
            this.mFileSaveTB.Text = "toolStripButton3";
178
            this.mFileSaveTB.ToolTipText = "Save";
179
            // 
180
            // toolStripSeparator1
181
            // 
182
            this.toolStripSeparator1.Name = "toolStripSeparator1";
183
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
184
            // 
185
            // mGlView
186
            // 
781 chris 187
            this.mGlView.AccumBits = ((byte)(0));
800 chris 188
            this.mGlView.AutoCheckErrors = true;
781 chris 189
            this.mGlView.AutoFinish = false;
190
            this.mGlView.AutoMakeCurrent = true;
191
            this.mGlView.AutoSwapBuffers = true;
780 chris 192
            this.mGlView.BackColor = System.Drawing.Color.Black;
781 chris 193
            this.mGlView.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mGlView.BackgroundImage")));
194
            this.mGlView.ColorBits = ((byte)(32));
195
            this.mGlView.DepthBits = ((byte)(16));
780 chris 196
            this.mGlView.Dock = System.Windows.Forms.DockStyle.Fill;
197
            this.mGlView.Location = new System.Drawing.Point(0, 49);
198
            this.mGlView.Name = "mGlView";
831 chris 199
            this.mGlView.Size = new System.Drawing.Size(1097, 659);
781 chris 200
            this.mGlView.StencilBits = ((byte)(0));
780 chris 201
            this.mGlView.TabIndex = 8;
202
            this.mGlView.VSync = false;
781 chris 203
            this.mGlView.Paint += new System.Windows.Forms.PaintEventHandler(this.mGlView_Paint);
825 chris 204
            this.mGlView.Resize += new System.EventHandler(this.mGlView_Resize);
780 chris 205
            // 
809 chris 206
            // panel1
207
            // 
831 chris 208
            this.panel1.Controls.Add(this.swatchesPanel);
209
            this.panel1.Controls.Add(this.panel3);
210
            this.panel1.Controls.Add(this.colorWheelPanel);
211
            this.panel1.Controls.Add(this.viewPanel);
809 chris 212
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
831 chris 213
            this.panel1.Location = new System.Drawing.Point(912, 49);
809 chris 214
            this.panel1.Name = "panel1";
831 chris 215
            this.panel1.Size = new System.Drawing.Size(185, 659);
809 chris 216
            this.panel1.TabIndex = 9;
217
            // 
832 chris 218
            // swatchesPanel
219
            // 
220
            this.swatchesPanel.Controls.Add(this.swatchesBox);
221
            this.swatchesPanel.Dock = System.Windows.Forms.DockStyle.Top;
222
            this.swatchesPanel.Location = new System.Drawing.Point(0, 306);
223
            this.swatchesPanel.Name = "swatchesPanel";
224
            this.swatchesPanel.Size = new System.Drawing.Size(185, 75);
225
            this.swatchesPanel.TabIndex = 10;
226
            // 
227
            // panel3
228
            // 
229
            this.panel3.Controls.Add(this.foreColorPanel);
230
            this.panel3.Controls.Add(this.backColorPanel);
231
            this.panel3.Controls.Add(this.toolButton1);
232
            this.panel3.Controls.Add(this.toolButton2);
233
            this.panel3.Controls.Add(this.toolButton3);
234
            this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
235
            this.panel3.Location = new System.Drawing.Point(0, 222);
236
            this.panel3.Name = "panel3";
237
            this.panel3.Size = new System.Drawing.Size(185, 84);
238
            this.panel3.TabIndex = 9;
239
            // 
240
            // backColorPanel
241
            // 
242
            this.backColorPanel.BackColor = System.Drawing.Color.White;
243
            this.backColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
244
            this.backColorPanel.Location = new System.Drawing.Point(149, 24);
245
            this.backColorPanel.Name = "backColorPanel";
246
            this.backColorPanel.Size = new System.Drawing.Size(28, 28);
247
            this.backColorPanel.TabIndex = 2;
248
            // 
249
            // foreColorPanel
250
            // 
251
            this.foreColorPanel.BackColor = System.Drawing.Color.Red;
252
            this.foreColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
253
            this.foreColorPanel.Location = new System.Drawing.Point(134, 8);
254
            this.foreColorPanel.Name = "foreColorPanel";
255
            this.foreColorPanel.Size = new System.Drawing.Size(28, 28);
256
            this.foreColorPanel.TabIndex = 1;
257
            // 
258
            // colorWheelPanel
259
            // 
260
            this.colorWheelPanel.Controls.Add(this.mainColorWidget);
261
            this.colorWheelPanel.Dock = System.Windows.Forms.DockStyle.Top;
262
            this.colorWheelPanel.Location = new System.Drawing.Point(0, 30);
263
            this.colorWheelPanel.Name = "colorWheelPanel";
264
            this.colorWheelPanel.Size = new System.Drawing.Size(185, 192);
265
            this.colorWheelPanel.TabIndex = 8;
266
            // 
267
            // viewPanel
268
            // 
269
            this.viewPanel.Controls.Add(this.swatchesButton);
270
            this.viewPanel.Controls.Add(this.colorWheelButton);
271
            this.viewPanel.Dock = System.Windows.Forms.DockStyle.Top;
272
            this.viewPanel.Location = new System.Drawing.Point(0, 0);
273
            this.viewPanel.Name = "viewPanel";
274
            this.viewPanel.Size = new System.Drawing.Size(185, 30);
275
            this.viewPanel.TabIndex = 7;
276
            // 
277
            // contextMenuStrip1
278
            // 
279
            this.contextMenuStrip1.Name = "contextMenuStrip1";
280
            this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
281
            // 
825 chris 282
            // swatchesBox
823 chris 283
            // 
831 chris 284
            this.swatchesBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
285
            | System.Windows.Forms.AnchorStyles.Right)));
832 chris 286
            this.swatchesBox.AutoScroll = true;
831 chris 287
            this.swatchesBox.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
825 chris 288
            this.swatchesBox.CellSIze = 16;
289
            this.swatchesBox.CurrentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
831 chris 290
            this.swatchesBox.Location = new System.Drawing.Point(2, 3);
825 chris 291
            this.swatchesBox.Name = "swatchesBox";
831 chris 292
            this.swatchesBox.NumCols = 11;
293
            this.swatchesBox.NumRows = 4;
294
            this.swatchesBox.Size = new System.Drawing.Size(180, 68);
825 chris 295
            this.swatchesBox.TabIndex = 6;
296
            this.swatchesBox.ColorPicked += new System.EventHandler(this.colorPalette1_ColorPicked);
823 chris 297
            // 
832 chris 298
            // toolButton1
821 chris 299
            // 
832 chris 300
            this.toolButton1.Appearance = System.Windows.Forms.Appearance.Button;
301
            this.toolButton1.Checked = true;
302
            this.toolButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
303
            this.toolButton1.Location = new System.Drawing.Point(3, 12);
304
            this.toolButton1.Name = "toolButton1";
305
            this.toolButton1.Offset = 3;
306
            this.toolButton1.Size = new System.Drawing.Size(35, 35);
307
            this.toolButton1.TabIndex = 3;
308
            this.toolButton1.TabStop = true;
309
            this.toolButton1.Text = "Pen";
310
            this.toolButton1.UseVisualStyleBackColor = true;
821 chris 311
            // 
312
            // toolButton2
313
            // 
314
            this.toolButton2.Appearance = System.Windows.Forms.Appearance.Button;
315
            this.toolButton2.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
316
            this.toolButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolButton2.Image")));
831 chris 317
            this.toolButton2.Location = new System.Drawing.Point(44, 12);
821 chris 318
            this.toolButton2.Name = "toolButton2";
319
            this.toolButton2.Offset = 3;
822 chris 320
            this.toolButton2.Size = new System.Drawing.Size(35, 35);
821 chris 321
            this.toolButton2.TabIndex = 4;
322
            this.toolButton2.Text = "Brush";
323
            this.toolButton2.UseVisualStyleBackColor = true;
324
            // 
832 chris 325
            // toolButton3
820 chris 326
            // 
832 chris 327
            this.toolButton3.Appearance = System.Windows.Forms.Appearance.Button;
328
            this.toolButton3.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
329
            this.toolButton3.Location = new System.Drawing.Point(85, 12);
330
            this.toolButton3.Name = "toolButton3";
331
            this.toolButton3.Offset = 3;
332
            this.toolButton3.Size = new System.Drawing.Size(35, 35);
333
            this.toolButton3.TabIndex = 5;
334
            this.toolButton3.Text = "Eraser";
335
            this.toolButton3.UseVisualStyleBackColor = true;
820 chris 336
            // 
819 chris 337
            // mainColorWidget
338
            // 
339
            this.mainColorWidget.CurrentColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
340
            this.mainColorWidget.Location = new System.Drawing.Point(0, 0);
341
            this.mainColorWidget.MarkerSize = 4;
342
            this.mainColorWidget.Name = "mainColorWidget";
823 chris 343
            this.mainColorWidget.Size = new System.Drawing.Size(185, 184);
819 chris 344
            this.mainColorWidget.TabIndex = 0;
345
            this.mainColorWidget.WheelThicknessFactor = 0.15F;
346
            this.mainColorWidget.ColorChange += new System.EventHandler(this.colorWidget1_ColorChange);
347
            // 
832 chris 348
            // swatchesButton
831 chris 349
            // 
832 chris 350
            this.swatchesButton.Appearance = System.Windows.Forms.Appearance.Button;
351
            this.swatchesButton.Checked = true;
352
            this.swatchesButton.CheckState = System.Windows.Forms.CheckState.Checked;
353
            this.swatchesButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.5F);
354
            this.swatchesButton.Image = ((System.Drawing.Image)(resources.GetObject("swatchesButton.Image")));
355
            this.swatchesButton.Location = new System.Drawing.Point(31, 4);
356
            this.swatchesButton.Name = "swatchesButton";
357
            this.swatchesButton.Offset = 2;
358
            this.swatchesButton.Size = new System.Drawing.Size(22, 22);
359
            this.swatchesButton.TabIndex = 1;
360
            this.swatchesButton.UseVisualStyleBackColor = true;
831 chris 361
            // 
362
            // colorWheelButton
363
            // 
364
            this.colorWheelButton.Appearance = System.Windows.Forms.Appearance.Button;
365
            this.colorWheelButton.Checked = true;
366
            this.colorWheelButton.CheckState = System.Windows.Forms.CheckState.Checked;
367
            this.colorWheelButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.5F);
368
            this.colorWheelButton.Image = ((System.Drawing.Image)(resources.GetObject("colorWheelButton.Image")));
369
            this.colorWheelButton.Location = new System.Drawing.Point(3, 4);
370
            this.colorWheelButton.Name = "colorWheelButton";
371
            this.colorWheelButton.Offset = 2;
372
            this.colorWheelButton.Size = new System.Drawing.Size(22, 22);
373
            this.colorWheelButton.TabIndex = 0;
374
            this.colorWheelButton.UseVisualStyleBackColor = true;
375
            // 
780 chris 376
            // MainForm
377
            // 
378
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
379
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
831 chris 380
            this.ClientSize = new System.Drawing.Size(1097, 730);
809 chris 381
            this.Controls.Add(this.panel1);
780 chris 382
            this.Controls.Add(this.mGlView);
383
            this.Controls.Add(this.mMainToolStrip);
384
            this.Controls.Add(this.mMainMenuStrip);
385
            this.Controls.Add(this.mStatusStrip);
386
            this.Name = "MainForm";
819 chris 387
            this.Text = "Pixeloid";
789 chris 388
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
389
            this.Load += new System.EventHandler(this.MainForm_Load);
780 chris 390
            this.mMainMenuStrip.ResumeLayout(false);
391
            this.mMainMenuStrip.PerformLayout();
392
            this.mMainToolStrip.ResumeLayout(false);
393
            this.mMainToolStrip.PerformLayout();
809 chris 394
            this.panel1.ResumeLayout(false);
832 chris 395
            this.swatchesPanel.ResumeLayout(false);
396
            this.panel3.ResumeLayout(false);
397
            this.colorWheelPanel.ResumeLayout(false);
831 chris 398
            this.viewPanel.ResumeLayout(false);
780 chris 399
            this.ResumeLayout(false);
400
            this.PerformLayout();
401
 
402
        }
403
 
404
        #endregion
405
 
406
        private System.Windows.Forms.StatusStrip mStatusStrip;
407
        private System.Windows.Forms.MenuStrip mMainMenuStrip;
408
        private System.Windows.Forms.ToolStripMenuItem mFileMenu;
409
        private System.Windows.Forms.ToolStripMenuItem mFileNewMenu;
410
        private System.Windows.Forms.ToolStripMenuItem mFileOpenMenu;
411
        private System.Windows.Forms.ToolStripMenuItem mFileSaveMenu;
412
        private System.Windows.Forms.ToolStripMenuItem mFileSaveAsMenu;
413
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
414
        private System.Windows.Forms.ToolStripMenuItem mFileExitMenu;
415
        private System.Windows.Forms.ToolStrip mMainToolStrip;
416
        private System.Windows.Forms.ToolStripButton mFileNewTB;
417
        private System.Windows.Forms.ToolStripButton mFileOpenTB;
418
        private System.Windows.Forms.ToolStripButton mFileSaveTB;
419
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
781 chris 420
        private Tao.Platform.Windows.SimpleOpenGlControl mGlView;
809 chris 421
        private System.Windows.Forms.Panel panel1;
422
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
819 chris 423
        private BauzoidNET.controls.ColorWidget mainColorWidget;
424
        private System.Windows.Forms.Panel foreColorPanel;
832 chris 425
        private System.Windows.Forms.Panel backColorPanel;
823 chris 426
        private BauzoidNET.controls.RadioToolButton toolButton1;
427
        private BauzoidNET.controls.RadioToolButton toolButton3;
428
        private BauzoidNET.controls.RadioToolButton toolButton2;
825 chris 429
        private BauzoidNET.controls.ColorPalette swatchesBox;
831 chris 430
        private System.Windows.Forms.Panel viewPanel;
431
        private System.Windows.Forms.Panel colorWheelPanel;
432
        private System.Windows.Forms.Panel swatchesPanel;
433
        private System.Windows.Forms.Panel panel3;
434
        private BauzoidNET.controls.CheckToolButton colorWheelButton;
435
        private BauzoidNET.controls.CheckToolButton swatchesButton;
780 chris 436
    }
437
}
438