Subversion Repositories AndroidProjects

Rev

Rev 1451 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1386 chris 1
namespace ShapeEditor
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
        {
1399 chris 31
            this.components = new System.ComponentModel.Container();
1386 chris 32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
33
            this.mStatusStrip = new System.Windows.Forms.StatusStrip();
1399 chris 34
            this.stStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
1533 chris 35
            this.stZoomFactor = new System.Windows.Forms.ToolStripStatusLabel();
1386 chris 36
            this.mMainMenuStrip = new System.Windows.Forms.MenuStrip();
37
            this.mFileMenu = new System.Windows.Forms.ToolStripMenuItem();
38
            this.mFileNewMenu = new System.Windows.Forms.ToolStripMenuItem();
39
            this.mFileOpenMenu = new System.Windows.Forms.ToolStripMenuItem();
40
            this.mFileSaveMenu = new System.Windows.Forms.ToolStripMenuItem();
41
            this.mFileSaveAsMenu = new System.Windows.Forms.ToolStripMenuItem();
42
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
43
            this.mFileExitMenu = new System.Windows.Forms.ToolStripMenuItem();
1398 chris 44
            this.shapeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45
            this.changeSpriteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1411 chris 46
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
47
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1386 chris 48
            this.mMainToolStrip = new System.Windows.Forms.ToolStrip();
49
            this.mFileNewTB = new System.Windows.Forms.ToolStripButton();
50
            this.mFileOpenTB = new System.Windows.Forms.ToolStripButton();
51
            this.mFileSaveTB = new System.Windows.Forms.ToolStripButton();
52
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
1397 chris 53
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
1399 chris 54
            this.tbSelect = new System.Windows.Forms.ToolStripButton();
55
            this.tbRectangle = new System.Windows.Forms.ToolStripButton();
56
            this.tbEllipse = new System.Windows.Forms.ToolStripButton();
57
            this.tbPolygon = new System.Windows.Forms.ToolStripButton();
1533 chris 58
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
59
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
60
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
61
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
1399 chris 62
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
1398 chris 63
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
64
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
65
            this.panel1 = new System.Windows.Forms.Panel();
1413 chris 66
            this.pgProperties = new System.Windows.Forms.PropertyGrid();
67
            this.button1 = new System.Windows.Forms.Button();
1397 chris 68
            this.btDelete = new System.Windows.Forms.Button();
69
            this.btDuplicate = new System.Windows.Forms.Button();
1398 chris 70
            this.label1 = new System.Windows.Forms.Label();
71
            this.lbElements = new System.Windows.Forms.ListBox();
72
            this.mGlView = new Tao.Platform.Windows.SimpleOpenGlControl();
73
            this.openSpriteDialog = new System.Windows.Forms.OpenFileDialog();
1533 chris 74
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
75
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
76
            this.lblCurrentFrame = new System.Windows.Forms.ToolStripLabel();
77
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
1399 chris 78
            this.mStatusStrip.SuspendLayout();
1386 chris 79
            this.mMainMenuStrip.SuspendLayout();
80
            this.mMainToolStrip.SuspendLayout();
81
            this.panel1.SuspendLayout();
82
            this.SuspendLayout();
83
            // 
84
            // mStatusStrip
85
            // 
1399 chris 86
            this.mStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1413 chris 87
            this.stStatusLabel,
88
            this.stZoomFactor});
89
            this.mStatusStrip.Location = new System.Drawing.Point(0, 706);
1386 chris 90
            this.mStatusStrip.Name = "mStatusStrip";
1413 chris 91
            this.mStatusStrip.Size = new System.Drawing.Size(1097, 24);
1386 chris 92
            this.mStatusStrip.TabIndex = 5;
93
            // 
1399 chris 94
            // stStatusLabel
95
            // 
1413 chris 96
            this.stStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
97
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
98
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
1399 chris 99
            this.stStatusLabel.Name = "stStatusLabel";
1413 chris 100
            this.stStatusLabel.Size = new System.Drawing.Size(1043, 19);
101
            this.stStatusLabel.Spring = true;
1399 chris 102
            this.stStatusLabel.Text = "Ready";
1413 chris 103
            this.stStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
1399 chris 104
            // 
1533 chris 105
            // stZoomFactor
106
            // 
107
            this.stZoomFactor.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
108
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
109
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
110
            this.stZoomFactor.Name = "stZoomFactor";
111
            this.stZoomFactor.Size = new System.Drawing.Size(39, 19);
112
            this.stZoomFactor.Text = "100%";
113
            // 
1386 chris 114
            // mMainMenuStrip
115
            // 
116
            this.mMainMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1397 chris 117
            this.mFileMenu,
1410 chris 118
            this.shapeToolStripMenuItem,
119
            this.toolStripMenuItem2});
1386 chris 120
            this.mMainMenuStrip.Location = new System.Drawing.Point(0, 0);
121
            this.mMainMenuStrip.Name = "mMainMenuStrip";
122
            this.mMainMenuStrip.Size = new System.Drawing.Size(1097, 24);
123
            this.mMainMenuStrip.TabIndex = 6;
124
            this.mMainMenuStrip.Text = "menuStrip1";
125
            // 
126
            // mFileMenu
127
            // 
128
            this.mFileMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
129
            this.mFileNewMenu,
130
            this.mFileOpenMenu,
131
            this.mFileSaveMenu,
132
            this.mFileSaveAsMenu,
133
            this.toolStripMenuItem1,
134
            this.mFileExitMenu});
135
            this.mFileMenu.Name = "mFileMenu";
136
            this.mFileMenu.Size = new System.Drawing.Size(37, 20);
137
            this.mFileMenu.Text = "&File";
138
            // 
139
            // mFileNewMenu
140
            // 
1397 chris 141
            this.mFileNewMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileNewMenu.Image")));
1386 chris 142
            this.mFileNewMenu.Name = "mFileNewMenu";
1399 chris 143
            this.mFileNewMenu.Size = new System.Drawing.Size(155, 22);
1386 chris 144
            this.mFileNewMenu.Text = "&New";
145
            this.mFileNewMenu.Click += new System.EventHandler(this.FileNew_Click);
146
            // 
147
            // mFileOpenMenu
148
            // 
1397 chris 149
            this.mFileOpenMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileOpenMenu.Image")));
1386 chris 150
            this.mFileOpenMenu.Name = "mFileOpenMenu";
1399 chris 151
            this.mFileOpenMenu.ShortcutKeyDisplayString = "";
152
            this.mFileOpenMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
153
            this.mFileOpenMenu.Size = new System.Drawing.Size(155, 22);
1386 chris 154
            this.mFileOpenMenu.Text = "&Open...";
155
            this.mFileOpenMenu.Click += new System.EventHandler(this.FileOpen_Click);
156
            // 
157
            // mFileSaveMenu
158
            // 
1397 chris 159
            this.mFileSaveMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileSaveMenu.Image")));
1386 chris 160
            this.mFileSaveMenu.Name = "mFileSaveMenu";
1399 chris 161
            this.mFileSaveMenu.ShortcutKeyDisplayString = "";
162
            this.mFileSaveMenu.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
163
            this.mFileSaveMenu.Size = new System.Drawing.Size(155, 22);
1386 chris 164
            this.mFileSaveMenu.Text = "&Save";
165
            this.mFileSaveMenu.Click += new System.EventHandler(this.FileSave_Click);
166
            // 
167
            // mFileSaveAsMenu
168
            // 
169
            this.mFileSaveAsMenu.Name = "mFileSaveAsMenu";
1399 chris 170
            this.mFileSaveAsMenu.Size = new System.Drawing.Size(155, 22);
1386 chris 171
            this.mFileSaveAsMenu.Text = "Save &As...";
172
            this.mFileSaveAsMenu.Click += new System.EventHandler(this.FileSaveAs_Click);
173
            // 
174
            // toolStripMenuItem1
175
            // 
176
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
1399 chris 177
            this.toolStripMenuItem1.Size = new System.Drawing.Size(152, 6);
1386 chris 178
            // 
179
            // mFileExitMenu
180
            // 
1397 chris 181
            this.mFileExitMenu.Image = ((System.Drawing.Image)(resources.GetObject("mFileExitMenu.Image")));
1386 chris 182
            this.mFileExitMenu.Name = "mFileExitMenu";
1399 chris 183
            this.mFileExitMenu.Size = new System.Drawing.Size(155, 22);
1386 chris 184
            this.mFileExitMenu.Text = "&Exit";
185
            this.mFileExitMenu.Click += new System.EventHandler(this.FileExit_Click);
186
            // 
1398 chris 187
            // shapeToolStripMenuItem
188
            // 
189
            this.shapeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
190
            this.changeSpriteToolStripMenuItem});
191
            this.shapeToolStripMenuItem.Name = "shapeToolStripMenuItem";
192
            this.shapeToolStripMenuItem.Size = new System.Drawing.Size(51, 20);
193
            this.shapeToolStripMenuItem.Text = "&Shape";
194
            // 
195
            // changeSpriteToolStripMenuItem
196
            // 
197
            this.changeSpriteToolStripMenuItem.Name = "changeSpriteToolStripMenuItem";
1399 chris 198
            this.changeSpriteToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
1398 chris 199
            this.changeSpriteToolStripMenuItem.Text = "Change &Sprite...";
200
            this.changeSpriteToolStripMenuItem.Click += new System.EventHandler(this.ChangeSprite_Click);
201
            // 
1411 chris 202
            // toolStripMenuItem2
203
            // 
204
            this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
205
            this.aboutToolStripMenuItem});
206
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
207
            this.toolStripMenuItem2.Size = new System.Drawing.Size(24, 20);
208
            this.toolStripMenuItem2.Text = "&?";
209
            // 
210
            // aboutToolStripMenuItem
211
            // 
212
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
213
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
214
            this.aboutToolStripMenuItem.Text = "&About ShapeEditor";
215
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.About_Click);
216
            // 
1386 chris 217
            // mMainToolStrip
218
            // 
219
            this.mMainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
220
            this.mFileNewTB,
221
            this.mFileOpenTB,
222
            this.mFileSaveTB,
1397 chris 223
            this.toolStripSeparator1,
224
            this.toolStripButton1,
1399 chris 225
            this.tbSelect,
226
            this.tbRectangle,
227
            this.tbEllipse,
1413 chris 228
            this.tbPolygon,
229
            this.toolStripSeparator2,
230
            this.toolStripButton2,
231
            this.toolStripButton3,
1533 chris 232
            this.toolStripButton4,
233
            this.toolStripSeparator3,
234
            this.toolStripButton5,
235
            this.lblCurrentFrame,
236
            this.toolStripButton6});
1386 chris 237
            this.mMainToolStrip.Location = new System.Drawing.Point(0, 24);
238
            this.mMainToolStrip.Name = "mMainToolStrip";
239
            this.mMainToolStrip.Size = new System.Drawing.Size(1097, 25);
240
            this.mMainToolStrip.TabIndex = 7;
241
            this.mMainToolStrip.Text = "toolStrip1";
242
            // 
243
            // mFileNewTB
244
            // 
245
            this.mFileNewTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
246
            this.mFileNewTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileNewTB.Image")));
247
            this.mFileNewTB.ImageTransparentColor = System.Drawing.Color.Magenta;
248
            this.mFileNewTB.Name = "mFileNewTB";
249
            this.mFileNewTB.Size = new System.Drawing.Size(23, 22);
1399 chris 250
            this.mFileNewTB.Text = "Create a new file.";
1386 chris 251
            this.mFileNewTB.ToolTipText = "New";
252
            this.mFileNewTB.Click += new System.EventHandler(this.FileNew_Click);
1399 chris 253
            this.mFileNewTB.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
254
            this.mFileNewTB.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
1386 chris 255
            // 
256
            // mFileOpenTB
257
            // 
258
            this.mFileOpenTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
259
            this.mFileOpenTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileOpenTB.Image")));
260
            this.mFileOpenTB.ImageTransparentColor = System.Drawing.Color.Magenta;
261
            this.mFileOpenTB.Name = "mFileOpenTB";
262
            this.mFileOpenTB.Size = new System.Drawing.Size(23, 22);
1399 chris 263
            this.mFileOpenTB.Text = "Open a file.";
1386 chris 264
            this.mFileOpenTB.ToolTipText = "Open";
265
            this.mFileOpenTB.Click += new System.EventHandler(this.FileOpen_Click);
1399 chris 266
            this.mFileOpenTB.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
267
            this.mFileOpenTB.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
1386 chris 268
            // 
269
            // mFileSaveTB
270
            // 
271
            this.mFileSaveTB.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
272
            this.mFileSaveTB.Image = ((System.Drawing.Image)(resources.GetObject("mFileSaveTB.Image")));
273
            this.mFileSaveTB.ImageTransparentColor = System.Drawing.Color.Magenta;
274
            this.mFileSaveTB.Name = "mFileSaveTB";
275
            this.mFileSaveTB.Size = new System.Drawing.Size(23, 22);
1399 chris 276
            this.mFileSaveTB.Text = "Save the current file.";
1386 chris 277
            this.mFileSaveTB.ToolTipText = "Save";
278
            this.mFileSaveTB.Click += new System.EventHandler(this.FileSave_Click);
1399 chris 279
            this.mFileSaveTB.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
280
            this.mFileSaveTB.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
1386 chris 281
            // 
282
            // toolStripSeparator1
283
            // 
284
            this.toolStripSeparator1.Name = "toolStripSeparator1";
285
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
286
            // 
1397 chris 287
            // toolStripButton1
288
            // 
289
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
290
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
291
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
292
            this.toolStripButton1.Name = "toolStripButton1";
293
            this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
1399 chris 294
            this.toolStripButton1.Text = "Change the currently used Sprite";
295
            this.toolStripButton1.ToolTipText = "Change Sprite";
1398 chris 296
            this.toolStripButton1.Click += new System.EventHandler(this.ChangeSprite_Click);
1399 chris 297
            this.toolStripButton1.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
298
            this.toolStripButton1.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
1397 chris 299
            // 
1399 chris 300
            // tbSelect
1386 chris 301
            // 
1399 chris 302
            this.tbSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
303
            this.tbSelect.Image = ((System.Drawing.Image)(resources.GetObject("tbSelect.Image")));
304
            this.tbSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
305
            this.tbSelect.Name = "tbSelect";
306
            this.tbSelect.Size = new System.Drawing.Size(23, 22);
307
            this.tbSelect.Text = "Left-click to select, right-click to move.";
308
            this.tbSelect.ToolTipText = "Select";
309
            this.tbSelect.Click += new System.EventHandler(this.Tool_Click);
1386 chris 310
            // 
1399 chris 311
            // tbRectangle
1386 chris 312
            // 
1403 chris 313
            this.tbRectangle.Checked = true;
314
            this.tbRectangle.CheckState = System.Windows.Forms.CheckState.Checked;
1399 chris 315
            this.tbRectangle.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
316
            this.tbRectangle.Image = ((System.Drawing.Image)(resources.GetObject("tbRectangle.Image")));
317
            this.tbRectangle.ImageTransparentColor = System.Drawing.Color.Magenta;
318
            this.tbRectangle.Name = "tbRectangle";
319
            this.tbRectangle.Size = new System.Drawing.Size(23, 22);
320
            this.tbRectangle.Text = "Drag to draw a rectangle.";
321
            this.tbRectangle.ToolTipText = "Rectangle";
322
            this.tbRectangle.Click += new System.EventHandler(this.Tool_Click);
323
            this.tbRectangle.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
324
            this.tbRectangle.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
1386 chris 325
            // 
1399 chris 326
            // tbEllipse
1386 chris 327
            // 
1399 chris 328
            this.tbEllipse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
329
            this.tbEllipse.Image = ((System.Drawing.Image)(resources.GetObject("tbEllipse.Image")));
330
            this.tbEllipse.ImageTransparentColor = System.Drawing.Color.Magenta;
331
            this.tbEllipse.Name = "tbEllipse";
332
            this.tbEllipse.Size = new System.Drawing.Size(23, 22);
333
            this.tbEllipse.Text = "Drag to draw an ellipse.";
334
            this.tbEllipse.ToolTipText = "Ellipse";
335
            this.tbEllipse.Click += new System.EventHandler(this.Tool_Click);
336
            this.tbEllipse.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
337
            this.tbEllipse.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
1386 chris 338
            // 
1399 chris 339
            // tbPolygon
1397 chris 340
            // 
1399 chris 341
            this.tbPolygon.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
342
            this.tbPolygon.Image = ((System.Drawing.Image)(resources.GetObject("tbPolygon.Image")));
343
            this.tbPolygon.ImageTransparentColor = System.Drawing.Color.Magenta;
344
            this.tbPolygon.Name = "tbPolygon";
345
            this.tbPolygon.Size = new System.Drawing.Size(23, 22);
346
            this.tbPolygon.Text = "Left-click consecutively to draw the vertices of the polygon, right-click to end." +
347
    "";
348
            this.tbPolygon.ToolTipText = "Polygon";
349
            this.tbPolygon.Click += new System.EventHandler(this.Tool_Click);
350
            this.tbPolygon.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
351
            this.tbPolygon.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
1397 chris 352
            // 
1533 chris 353
            // toolStripSeparator2
354
            // 
355
            this.toolStripSeparator2.Name = "toolStripSeparator2";
356
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
357
            // 
358
            // toolStripButton2
359
            // 
360
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
361
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
362
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
363
            this.toolStripButton2.Name = "toolStripButton2";
364
            this.toolStripButton2.Size = new System.Drawing.Size(23, 22);
365
            this.toolStripButton2.Text = "Zoom into view.";
366
            this.toolStripButton2.ToolTipText = "Zoom in";
367
            this.toolStripButton2.Click += new System.EventHandler(this.ZoomIn_Click);
368
            this.toolStripButton2.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
369
            this.toolStripButton2.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
370
            // 
371
            // toolStripButton3
372
            // 
373
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
374
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
375
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
376
            this.toolStripButton3.Name = "toolStripButton3";
377
            this.toolStripButton3.Size = new System.Drawing.Size(23, 22);
378
            this.toolStripButton3.Text = "Zoom out of view.";
379
            this.toolStripButton3.ToolTipText = "Zoom out";
380
            this.toolStripButton3.Click += new System.EventHandler(this.ZoomOut_Click);
381
            this.toolStripButton3.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
382
            this.toolStripButton3.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
383
            // 
384
            // toolStripButton4
385
            // 
386
            this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
387
            this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
388
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
389
            this.toolStripButton4.Name = "toolStripButton4";
390
            this.toolStripButton4.Size = new System.Drawing.Size(23, 22);
391
            this.toolStripButton4.Text = "Reset the zoom to 100%.";
392
            this.toolStripButton4.ToolTipText = "Reset zoom";
393
            this.toolStripButton4.Click += new System.EventHandler(this.ZoomReset_Click);
394
            this.toolStripButton4.MouseEnter += new System.EventHandler(this.StatusBarUpdate_Enter);
395
            this.toolStripButton4.MouseLeave += new System.EventHandler(this.StatusBarUpdate_Leave);
396
            // 
1398 chris 397
            // contextMenuStrip1
398
            // 
399
            this.contextMenuStrip1.Name = "contextMenuStrip1";
400
            this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
401
            // 
402
            // openFileDialog
403
            // 
404
            this.openFileDialog.DefaultExt = "level";
405
            this.openFileDialog.Filter = "Shape files|*.shape|All files|*.*";
406
            // 
407
            // saveFileDialog
408
            // 
409
            this.saveFileDialog.DefaultExt = "level";
410
            this.saveFileDialog.Filter = "Shape files|*.shape|All files|*.*";
411
            // 
412
            // panel1
413
            // 
1412 chris 414
            this.panel1.Controls.Add(this.pgProperties);
1411 chris 415
            this.panel1.Controls.Add(this.button1);
1398 chris 416
            this.panel1.Controls.Add(this.btDelete);
417
            this.panel1.Controls.Add(this.btDuplicate);
418
            this.panel1.Controls.Add(this.label1);
419
            this.panel1.Controls.Add(this.lbElements);
420
            this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
421
            this.panel1.Location = new System.Drawing.Point(877, 49);
422
            this.panel1.Name = "panel1";
1413 chris 423
            this.panel1.Size = new System.Drawing.Size(220, 657);
1398 chris 424
            this.panel1.TabIndex = 9;
425
            // 
1413 chris 426
            // pgProperties
427
            // 
428
            this.pgProperties.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
429
            | System.Windows.Forms.AnchorStyles.Right)));
430
            this.pgProperties.HelpVisible = false;
431
            this.pgProperties.Location = new System.Drawing.Point(10, 309);
432
            this.pgProperties.Name = "pgProperties";
433
            this.pgProperties.Size = new System.Drawing.Size(198, 332);
434
            this.pgProperties.TabIndex = 5;
435
            this.pgProperties.ToolbarVisible = false;
436
            this.pgProperties.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.Properties_ValueChanged);
437
            // 
438
            // button1
439
            // 
440
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
441
            | System.Windows.Forms.AnchorStyles.Right)));
442
            this.button1.Location = new System.Drawing.Point(62, 273);
443
            this.button1.Name = "button1";
444
            this.button1.Size = new System.Drawing.Size(52, 28);
445
            this.button1.TabIndex = 4;
446
            this.button1.Text = "&Down";
447
            this.button1.UseVisualStyleBackColor = true;
448
            this.button1.Click += new System.EventHandler(this.MoveDown_Click);
449
            // 
1397 chris 450
            // btDelete
451
            // 
1412 chris 452
            this.btDelete.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
453
            | System.Windows.Forms.AnchorStyles.Right)));
1413 chris 454
            this.btDelete.Location = new System.Drawing.Point(120, 273);
1397 chris 455
            this.btDelete.Name = "btDelete";
1411 chris 456
            this.btDelete.Size = new System.Drawing.Size(88, 28);
1397 chris 457
            this.btDelete.TabIndex = 3;
458
            this.btDelete.Text = "&Delete";
459
            this.btDelete.UseVisualStyleBackColor = true;
1411 chris 460
            this.btDelete.Click += new System.EventHandler(this.DeleteShape_Click);
1397 chris 461
            // 
462
            // btDuplicate
463
            // 
1412 chris 464
            this.btDuplicate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
465
            | System.Windows.Forms.AnchorStyles.Right)));
1413 chris 466
            this.btDuplicate.Location = new System.Drawing.Point(8, 273);
1397 chris 467
            this.btDuplicate.Name = "btDuplicate";
1411 chris 468
            this.btDuplicate.Size = new System.Drawing.Size(52, 28);
1397 chris 469
            this.btDuplicate.TabIndex = 2;
1411 chris 470
            this.btDuplicate.Text = "&Up";
1397 chris 471
            this.btDuplicate.UseVisualStyleBackColor = true;
1411 chris 472
            this.btDuplicate.Click += new System.EventHandler(this.MoveUp_Click);
1397 chris 473
            // 
1398 chris 474
            // label1
1397 chris 475
            // 
1398 chris 476
            this.label1.AutoSize = true;
477
            this.label1.Location = new System.Drawing.Point(5, 12);
478
            this.label1.Name = "label1";
479
            this.label1.Size = new System.Drawing.Size(87, 13);
480
            this.label1.TabIndex = 1;
481
            this.label1.Text = "Shape &Elements:";
1397 chris 482
            // 
1398 chris 483
            // lbElements
1397 chris 484
            // 
1412 chris 485
            this.lbElements.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
486
            | System.Windows.Forms.AnchorStyles.Left)
487
            | System.Windows.Forms.AnchorStyles.Right)));
1398 chris 488
            this.lbElements.FormattingEnabled = true;
489
            this.lbElements.Location = new System.Drawing.Point(8, 31);
490
            this.lbElements.Name = "lbElements";
1413 chris 491
            this.lbElements.Size = new System.Drawing.Size(200, 225);
1398 chris 492
            this.lbElements.TabIndex = 0;
1402 chris 493
            this.lbElements.SelectedIndexChanged += new System.EventHandler(this.Elements_SelectedIndexChanged);
1397 chris 494
            // 
1398 chris 495
            // mGlView
1397 chris 496
            // 
1398 chris 497
            this.mGlView.AccumBits = ((byte)(0));
498
            this.mGlView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
499
            | System.Windows.Forms.AnchorStyles.Left)
500
            | System.Windows.Forms.AnchorStyles.Right)));
501
            this.mGlView.AutoCheckErrors = true;
502
            this.mGlView.AutoFinish = false;
503
            this.mGlView.AutoMakeCurrent = true;
504
            this.mGlView.AutoSwapBuffers = true;
505
            this.mGlView.BackColor = System.Drawing.Color.Black;
506
            this.mGlView.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mGlView.BackgroundImage")));
507
            this.mGlView.ColorBits = ((byte)(32));
508
            this.mGlView.DepthBits = ((byte)(16));
509
            this.mGlView.Location = new System.Drawing.Point(0, 49);
510
            this.mGlView.Name = "mGlView";
511
            this.mGlView.Size = new System.Drawing.Size(871, 659);
512
            this.mGlView.StencilBits = ((byte)(0));
513
            this.mGlView.TabIndex = 8;
514
            this.mGlView.VSync = false;
515
            this.mGlView.Paint += new System.Windows.Forms.PaintEventHandler(this.GlView_Paint);
1418 chris 516
            this.mGlView.DoubleClick += new System.EventHandler(this.GlView_DoubleClick);
1399 chris 517
            this.mGlView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseDown);
518
            this.mGlView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseMove);
519
            this.mGlView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.GlView_MouseUp);
1398 chris 520
            this.mGlView.Resize += new System.EventHandler(this.GlView_Resize);
1397 chris 521
            // 
1398 chris 522
            // openSpriteDialog
1397 chris 523
            // 
1398 chris 524
            this.openSpriteDialog.Filter = "Texture Files (*.png)|*.png|All files|*.*";
525
            this.openSpriteDialog.Title = "Change Sprite";
1397 chris 526
            // 
1533 chris 527
            // toolStripSeparator3
1410 chris 528
            // 
1533 chris 529
            this.toolStripSeparator3.Name = "toolStripSeparator3";
530
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
1410 chris 531
            // 
1533 chris 532
            // toolStripButton5
1412 chris 533
            // 
1533 chris 534
            this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
535
            this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
536
            this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
537
            this.toolStripButton5.Name = "toolStripButton5";
538
            this.toolStripButton5.Size = new System.Drawing.Size(23, 22);
539
            this.toolStripButton5.Text = "Display the previous frame.";
540
            this.toolStripButton5.ToolTipText = "Next frame";
541
            this.toolStripButton5.Click += new System.EventHandler(this.PrevFrame_Click);
1412 chris 542
            // 
1533 chris 543
            // lblCurrentFrame
1413 chris 544
            // 
1533 chris 545
            this.lblCurrentFrame.Name = "lblCurrentFrame";
546
            this.lblCurrentFrame.Size = new System.Drawing.Size(24, 22);
547
            this.lblCurrentFrame.Text = "1/1";
1413 chris 548
            // 
1533 chris 549
            // toolStripButton6
1413 chris 550
            // 
1533 chris 551
            this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
552
            this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
553
            this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
554
            this.toolStripButton6.Name = "toolStripButton6";
555
            this.toolStripButton6.Size = new System.Drawing.Size(23, 22);
556
            this.toolStripButton6.Text = "Display the next frame.";
557
            this.toolStripButton6.ToolTipText = "Next frame.";
558
            this.toolStripButton6.Click += new System.EventHandler(this.NextFrame_Click);
1413 chris 559
            // 
1386 chris 560
            // MainForm
561
            // 
562
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
563
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
564
            this.ClientSize = new System.Drawing.Size(1097, 730);
565
            this.Controls.Add(this.panel1);
566
            this.Controls.Add(this.mGlView);
567
            this.Controls.Add(this.mMainToolStrip);
568
            this.Controls.Add(this.mMainMenuStrip);
569
            this.Controls.Add(this.mStatusStrip);
1410 chris 570
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1386 chris 571
            this.Name = "MainForm";
572
            this.Text = "Shape Editor";
573
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
574
            this.Load += new System.EventHandler(this.MainForm_Load);
1399 chris 575
            this.mStatusStrip.ResumeLayout(false);
576
            this.mStatusStrip.PerformLayout();
1386 chris 577
            this.mMainMenuStrip.ResumeLayout(false);
578
            this.mMainMenuStrip.PerformLayout();
579
            this.mMainToolStrip.ResumeLayout(false);
580
            this.mMainToolStrip.PerformLayout();
581
            this.panel1.ResumeLayout(false);
1397 chris 582
            this.panel1.PerformLayout();
1386 chris 583
            this.ResumeLayout(false);
584
            this.PerformLayout();
585
 
586
        }
587
 
588
        #endregion
589
 
590
        private System.Windows.Forms.StatusStrip mStatusStrip;
591
        private System.Windows.Forms.MenuStrip mMainMenuStrip;
592
        private System.Windows.Forms.ToolStripMenuItem mFileMenu;
593
        private System.Windows.Forms.ToolStripMenuItem mFileNewMenu;
594
        private System.Windows.Forms.ToolStripMenuItem mFileOpenMenu;
595
        private System.Windows.Forms.ToolStripMenuItem mFileSaveMenu;
596
        private System.Windows.Forms.ToolStripMenuItem mFileSaveAsMenu;
597
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
598
        private System.Windows.Forms.ToolStripMenuItem mFileExitMenu;
599
        private System.Windows.Forms.ToolStrip mMainToolStrip;
600
        private System.Windows.Forms.ToolStripButton mFileNewTB;
601
        private System.Windows.Forms.ToolStripButton mFileOpenTB;
602
        private System.Windows.Forms.ToolStripButton mFileSaveTB;
603
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
604
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
605
        private System.Windows.Forms.OpenFileDialog openFileDialog;
606
        private System.Windows.Forms.SaveFileDialog saveFileDialog;
1397 chris 607
        private System.Windows.Forms.ToolStripButton toolStripButton1;
608
        private System.Windows.Forms.Panel panel1;
1451 chris 609
#pragma warning disable 0618
1397 chris 610
        private Tao.Platform.Windows.SimpleOpenGlControl mGlView;
1451 chris 611
#pragma warning restore 0618
1397 chris 612
        private System.Windows.Forms.Label label1;
613
        private System.Windows.Forms.ListBox lbElements;
614
        private System.Windows.Forms.Button btDelete;
615
        private System.Windows.Forms.Button btDuplicate;
616
        private System.Windows.Forms.ToolStripMenuItem shapeToolStripMenuItem;
617
        private System.Windows.Forms.ToolStripMenuItem changeSpriteToolStripMenuItem;
1398 chris 618
        private System.Windows.Forms.OpenFileDialog openSpriteDialog;
1399 chris 619
        private System.Windows.Forms.ToolStripButton tbRectangle;
620
        private System.Windows.Forms.ToolStripButton tbEllipse;
621
        private System.Windows.Forms.ToolStripButton tbPolygon;
622
        private System.Windows.Forms.ToolStripStatusLabel stStatusLabel;
623
        private System.Windows.Forms.ToolStripButton tbSelect;
1410 chris 624
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
625
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
1411 chris 626
        private System.Windows.Forms.Button button1;
1412 chris 627
        private System.Windows.Forms.PropertyGrid pgProperties;
1413 chris 628
        private System.Windows.Forms.ToolStripStatusLabel stZoomFactor;
629
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
630
        private System.Windows.Forms.ToolStripButton toolStripButton2;
631
        private System.Windows.Forms.ToolStripButton toolStripButton3;
632
        private System.Windows.Forms.ToolStripButton toolStripButton4;
1533 chris 633
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
634
        private System.Windows.Forms.ToolStripButton toolStripButton5;
635
        private System.Windows.Forms.ToolStripButton toolStripButton6;
636
        public System.Windows.Forms.ToolStripLabel lblCurrentFrame;
1386 chris 637
    }
638
}
639