Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1702 - 1
namespace OSD
2
{
3
    partial class OSD
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
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OSD));
32
            this.LIST_items = new System.Windows.Forms.CheckedListBox();
33
            this.groupBox1 = new System.Windows.Forms.GroupBox();
34
            this.label2 = new System.Windows.Forms.Label();
35
            this.label1 = new System.Windows.Forms.Label();
36
            this.NUM_Y = new System.Windows.Forms.NumericUpDown();
37
            this.NUM_X = new System.Windows.Forms.NumericUpDown();
38
            this.BUT_WriteOSD = new System.Windows.Forms.Button();
39
            this.CMB_ComPort = new System.Windows.Forms.ComboBox();
40
            this.BUT_ReadOSD = new System.Windows.Forms.Button();
41
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
42
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
43
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
44
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
45
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
47
            this.loadDefaultsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
49
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50
            this.videoModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51
            this.nTSCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52
            this.CHK_pal = new System.Windows.Forms.ToolStripMenuItem();
53
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
54
            this.checkBox1 = new System.Windows.Forms.ToolStripMenuItem();
55
            this.updateFirmwareToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
56
            this.customBGPictureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57
            this.sendTLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58
            this.updateFontToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
59
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60
            this.saveToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
61
            this.loadFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
63
            this.groupBox1.SuspendLayout();
64
            ((System.ComponentModel.ISupportInitialize)(this.NUM_Y)).BeginInit();
65
            ((System.ComponentModel.ISupportInitialize)(this.NUM_X)).BeginInit();
66
            this.statusStrip1.SuspendLayout();
67
            this.menuStrip1.SuspendLayout();
68
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
69
            this.SuspendLayout();
70
            // 
71
            // LIST_items
72
            // 
73
            this.LIST_items.FormattingEnabled = true;
74
            this.LIST_items.Location = new System.Drawing.Point(13, 24);
75
            this.LIST_items.Name = "LIST_items";
76
            this.LIST_items.Size = new System.Drawing.Size(138, 289);
77
            this.LIST_items.TabIndex = 1;
78
            this.LIST_items.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck);
79
            this.LIST_items.SelectedIndexChanged += new System.EventHandler(this.checkedListBox1_SelectedIndexChanged);
80
            this.LIST_items.SelectedValueChanged += new System.EventHandler(this.checkedListBox1_SelectedValueChanged);
81
            // 
82
            // groupBox1
83
            // 
84
            this.groupBox1.Controls.Add(this.label2);
85
            this.groupBox1.Controls.Add(this.label1);
86
            this.groupBox1.Controls.Add(this.NUM_Y);
87
            this.groupBox1.Controls.Add(this.NUM_X);
88
            this.groupBox1.Location = new System.Drawing.Point(13, 315);
89
            this.groupBox1.Name = "groupBox1";
90
            this.groupBox1.Size = new System.Drawing.Size(138, 82);
91
            this.groupBox1.TabIndex = 2;
92
            this.groupBox1.TabStop = false;
93
            // 
94
            // label2
95
            // 
96
            this.label2.AutoSize = true;
97
            this.label2.Location = new System.Drawing.Point(7, 48);
98
            this.label2.Name = "label2";
99
            this.label2.Size = new System.Drawing.Size(14, 13);
100
            this.label2.TabIndex = 3;
101
            this.label2.Text = "Y";
102
            // 
103
            // label1
104
            // 
105
            this.label1.AutoSize = true;
106
            this.label1.Location = new System.Drawing.Point(7, 20);
107
            this.label1.Name = "label1";
108
            this.label1.Size = new System.Drawing.Size(14, 13);
109
            this.label1.TabIndex = 2;
110
            this.label1.Text = "X";
111
            // 
112
            // NUM_Y
113
            // 
114
            this.NUM_Y.Location = new System.Drawing.Point(30, 46);
115
            this.NUM_Y.Maximum = new decimal(new int[] {
116
            15,
117
            0,
118
            0,
119
            0});
120
            this.NUM_Y.Name = "NUM_Y";
121
            this.NUM_Y.Size = new System.Drawing.Size(91, 20);
122
            this.NUM_Y.TabIndex = 1;
123
            this.NUM_Y.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
124
            // 
125
            // NUM_X
126
            // 
127
            this.NUM_X.Location = new System.Drawing.Point(30, 20);
128
            this.NUM_X.Maximum = new decimal(new int[] {
129
            29,
130
            0,
131
            0,
132
            0});
133
            this.NUM_X.Name = "NUM_X";
134
            this.NUM_X.Size = new System.Drawing.Size(91, 20);
135
            this.NUM_X.TabIndex = 0;
136
            this.NUM_X.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
137
            // 
138
            // BUT_WriteOSD
139
            // 
140
            this.BUT_WriteOSD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
141
            this.BUT_WriteOSD.Location = new System.Drawing.Point(555, 376);
142
            this.BUT_WriteOSD.Name = "BUT_WriteOSD";
143
            this.BUT_WriteOSD.Size = new System.Drawing.Size(100, 23);
144
            this.BUT_WriteOSD.TabIndex = 2;
145
            this.BUT_WriteOSD.Text = "Save to OSD";
146
            this.BUT_WriteOSD.UseVisualStyleBackColor = true;
147
            this.BUT_WriteOSD.Click += new System.EventHandler(this.BUT_WriteOSD_Click);
148
            // 
149
            // CMB_ComPort
150
            // 
151
            this.CMB_ComPort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
152
            this.CMB_ComPort.FormattingEnabled = true;
153
            this.CMB_ComPort.Location = new System.Drawing.Point(346, 376);
154
            this.CMB_ComPort.Name = "CMB_ComPort";
155
            this.CMB_ComPort.Size = new System.Drawing.Size(98, 21);
156
            this.CMB_ComPort.TabIndex = 4;
157
            this.CMB_ComPort.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
158
            this.CMB_ComPort.Click += new System.EventHandler(this.comboBox1_Click);
159
            // 
160
            // BUT_ReadOSD
161
            // 
162
            this.BUT_ReadOSD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
163
            this.BUT_ReadOSD.Location = new System.Drawing.Point(449, 376);
164
            this.BUT_ReadOSD.Name = "BUT_ReadOSD";
165
            this.BUT_ReadOSD.Size = new System.Drawing.Size(100, 23);
166
            this.BUT_ReadOSD.TabIndex = 6;
167
            this.BUT_ReadOSD.Text = "Read From OSD";
168
            this.BUT_ReadOSD.UseVisualStyleBackColor = true;
169
            this.BUT_ReadOSD.Click += new System.EventHandler(this.BUT_ReadOSD_Click);
170
            // 
171
            // statusStrip1
172
            // 
173
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
174
            this.toolStripProgressBar1,
175
            this.toolStripStatusLabel1});
176
            this.statusStrip1.Location = new System.Drawing.Point(0, 403);
177
            this.statusStrip1.Name = "statusStrip1";
178
            this.statusStrip1.Size = new System.Drawing.Size(667, 22);
179
            this.statusStrip1.TabIndex = 8;
180
            this.statusStrip1.Text = "statusStrip1";
181
            // 
182
            // toolStripProgressBar1
183
            // 
184
            this.toolStripProgressBar1.Name = "toolStripProgressBar1";
185
            this.toolStripProgressBar1.Size = new System.Drawing.Size(500, 16);
186
            // 
187
            // toolStripStatusLabel1
188
            // 
189
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
190
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
191
            // 
192
            // menuStrip1
193
            // 
194
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
195
            this.fileToolStripMenuItem,
196
            this.videoModeToolStripMenuItem,
197
            this.optionsToolStripMenuItem,
198
            this.helpToolStripMenuItem});
199
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
200
            this.menuStrip1.Name = "menuStrip1";
201
            this.menuStrip1.Size = new System.Drawing.Size(667, 24);
202
            this.menuStrip1.TabIndex = 10;
203
            this.menuStrip1.Text = "menuStrip1";
204
            // 
205
            // fileToolStripMenuItem
206
            // 
207
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
208
            this.saveToFileToolStripMenuItem,
209
            this.loadFromFileToolStripMenuItem,
210
            this.toolStripSeparator2,
211
            this.loadDefaultsToolStripMenuItem,
212
            this.toolStripSeparator1,
213
            this.exitToolStripMenuItem});
214
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
215
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
216
            this.fileToolStripMenuItem.Text = "File";
217
            // 
218
            // toolStripSeparator2
219
            // 
220
            this.toolStripSeparator2.Name = "toolStripSeparator2";
221
            this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6);
222
            // 
223
            // loadDefaultsToolStripMenuItem
224
            // 
225
            this.loadDefaultsToolStripMenuItem.Name = "loadDefaultsToolStripMenuItem";
226
            this.loadDefaultsToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
227
            this.loadDefaultsToolStripMenuItem.Text = "Load Defaults";
228
            this.loadDefaultsToolStripMenuItem.Click += new System.EventHandler(this.loadDefaultsToolStripMenuItem_Click);
229
            // 
230
            // toolStripSeparator1
231
            // 
232
            this.toolStripSeparator1.Name = "toolStripSeparator1";
233
            this.toolStripSeparator1.Size = new System.Drawing.Size(199, 6);
234
            // 
235
            // exitToolStripMenuItem
236
            // 
237
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
238
            this.exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
239
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
240
            this.exitToolStripMenuItem.Text = "Exit";
241
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
242
            // 
243
            // videoModeToolStripMenuItem
244
            // 
245
            this.videoModeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
246
            this.nTSCToolStripMenuItem,
247
            this.CHK_pal});
248
            this.videoModeToolStripMenuItem.Name = "videoModeToolStripMenuItem";
249
            this.videoModeToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
250
            this.videoModeToolStripMenuItem.Text = "Video Mode";
251
            // 
252
            // nTSCToolStripMenuItem
253
            // 
254
            this.nTSCToolStripMenuItem.CheckOnClick = true;
255
            this.nTSCToolStripMenuItem.Name = "nTSCToolStripMenuItem";
256
            this.nTSCToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
257
            this.nTSCToolStripMenuItem.Text = "NTSC";
258
            this.nTSCToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.nTSCToolStripMenuItem_CheckStateChanged);
259
            // 
260
            // CHK_pal
261
            // 
262
            this.CHK_pal.Checked = true;
263
            this.CHK_pal.CheckOnClick = true;
264
            this.CHK_pal.CheckState = System.Windows.Forms.CheckState.Checked;
265
            this.CHK_pal.Name = "CHK_pal";
266
            this.CHK_pal.Size = new System.Drawing.Size(104, 22);
267
            this.CHK_pal.Text = "PAL";
268
            this.CHK_pal.CheckedChanged += new System.EventHandler(this.CHK_pal_CheckedChanged);
269
            this.CHK_pal.CheckStateChanged += new System.EventHandler(this.pALToolStripMenuItem_CheckStateChanged);
270
            // 
271
            // optionsToolStripMenuItem
272
            // 
273
            this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
274
            this.checkBox1,
275
            this.updateFirmwareToolStripMenuItem,
276
            this.customBGPictureToolStripMenuItem,
277
            this.sendTLogToolStripMenuItem,
278
            this.updateFontToolStripMenuItem});
279
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
280
            this.optionsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G)));
281
            this.optionsToolStripMenuItem.ShowShortcutKeys = false;
282
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
283
            this.optionsToolStripMenuItem.Text = "Options";
284
            // 
285
            // checkBox1
286
            // 
287
            this.checkBox1.Checked = true;
288
            this.checkBox1.CheckOnClick = true;
289
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
290
            this.checkBox1.Name = "checkBox1";
291
            this.checkBox1.Size = new System.Drawing.Size(183, 22);
292
            this.checkBox1.Text = "Show Grid";
293
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
294
            // 
295
            // updateFirmwareToolStripMenuItem
296
            // 
297
            this.updateFirmwareToolStripMenuItem.Name = "updateFirmwareToolStripMenuItem";
298
            this.updateFirmwareToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
299
            this.updateFirmwareToolStripMenuItem.Text = "Update Firmware...";
300
            this.updateFirmwareToolStripMenuItem.ToolTipText = "Re-Flash the OSD with a new firmware image";
301
            this.updateFirmwareToolStripMenuItem.Click += new System.EventHandler(this.updateFirmwareToolStripMenuItem_Click);
302
            // 
303
            // customBGPictureToolStripMenuItem
304
            // 
305
            this.customBGPictureToolStripMenuItem.Name = "customBGPictureToolStripMenuItem";
306
            this.customBGPictureToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
307
            this.customBGPictureToolStripMenuItem.Text = "Background Image...";
308
            this.customBGPictureToolStripMenuItem.Click += new System.EventHandler(this.customBGPictureToolStripMenuItem_Click);
309
            // 
310
            // sendTLogToolStripMenuItem
311
            // 
312
            this.sendTLogToolStripMenuItem.Name = "sendTLogToolStripMenuItem";
313
            this.sendTLogToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
314
            this.sendTLogToolStripMenuItem.Text = "Send TLog...";
315
            this.sendTLogToolStripMenuItem.ToolTipText = "Send a Mavlink transmission log to the OSD to test the layout";
316
            this.sendTLogToolStripMenuItem.Click += new System.EventHandler(this.sendTLogToolStripMenuItem_Click);
317
            // 
318
            // updateFontToolStripMenuItem
319
            // 
320
            this.updateFontToolStripMenuItem.Name = "updateFontToolStripMenuItem";
321
            this.updateFontToolStripMenuItem.Size = new System.Drawing.Size(183, 22);
322
            this.updateFontToolStripMenuItem.Text = "Update CharSet...";
323
            this.updateFontToolStripMenuItem.ToolTipText = "Update the font file on the OSD";
324
            this.updateFontToolStripMenuItem.Click += new System.EventHandler(this.updateFontToolStripMenuItem_Click);
325
            // 
326
            // helpToolStripMenuItem
327
            // 
328
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
329
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
330
            this.helpToolStripMenuItem.Text = "Help";
331
            this.helpToolStripMenuItem.Click += new System.EventHandler(this.helpToolStripMenuItem_Click);
332
            // 
333
            // saveToFileToolStripMenuItem
334
            // 
335
            this.saveToFileToolStripMenuItem.Image = global::OSD.Properties.Resources.saveHS;
336
            this.saveToFileToolStripMenuItem.Name = "saveToFileToolStripMenuItem";
337
            this.saveToFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
338
            this.saveToFileToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
339
            this.saveToFileToolStripMenuItem.Text = "Save OSD file...";
340
            this.saveToFileToolStripMenuItem.Click += new System.EventHandler(this.saveToFileToolStripMenuItem_Click);
341
            // 
342
            // loadFromFileToolStripMenuItem
343
            // 
344
            this.loadFromFileToolStripMenuItem.Image = global::OSD.Properties.Resources.openHS;
345
            this.loadFromFileToolStripMenuItem.Name = "loadFromFileToolStripMenuItem";
346
            this.loadFromFileToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
347
            this.loadFromFileToolStripMenuItem.Size = new System.Drawing.Size(202, 22);
348
            this.loadFromFileToolStripMenuItem.Text = "Open OSD File...";
349
            this.loadFromFileToolStripMenuItem.Click += new System.EventHandler(this.loadFromFileToolStripMenuItem_Click);
350
            // 
351
            // pictureBox1
352
            // 
353
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
354
            | System.Windows.Forms.AnchorStyles.Left)
355
            | System.Windows.Forms.AnchorStyles.Right)));
356
            this.pictureBox1.Location = new System.Drawing.Point(158, 27);
357
            this.pictureBox1.Name = "pictureBox1";
358
            this.pictureBox1.Size = new System.Drawing.Size(497, 343);
359
            this.pictureBox1.TabIndex = 0;
360
            this.pictureBox1.TabStop = false;
361
            this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
362
            this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
363
            this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseUp);
364
            // 
365
            // OSD
366
            // 
367
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
368
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
369
            this.ClientSize = new System.Drawing.Size(667, 425);
370
            this.Controls.Add(this.statusStrip1);
371
            this.Controls.Add(this.menuStrip1);
372
            this.Controls.Add(this.BUT_ReadOSD);
373
            this.Controls.Add(this.CMB_ComPort);
374
            this.Controls.Add(this.BUT_WriteOSD);
375
            this.Controls.Add(this.groupBox1);
376
            this.Controls.Add(this.LIST_items);
377
            this.Controls.Add(this.pictureBox1);
378
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
379
            this.MainMenuStrip = this.menuStrip1;
380
            this.Name = "OSD";
381
            this.Text = "ArduCAM OSD Config - By Michael Oborne";
382
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.OSD_FormClosed);
383
            this.Load += new System.EventHandler(this.OSD_Load);
384
            this.Resize += new System.EventHandler(this.OSD_Resize);
385
            this.groupBox1.ResumeLayout(false);
386
            this.groupBox1.PerformLayout();
387
            ((System.ComponentModel.ISupportInitialize)(this.NUM_Y)).EndInit();
388
            ((System.ComponentModel.ISupportInitialize)(this.NUM_X)).EndInit();
389
            this.statusStrip1.ResumeLayout(false);
390
            this.statusStrip1.PerformLayout();
391
            this.menuStrip1.ResumeLayout(false);
392
            this.menuStrip1.PerformLayout();
393
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
394
            this.ResumeLayout(false);
395
            this.PerformLayout();
396
 
397
        }
398
 
399
        #endregion
400
 
401
        private System.Windows.Forms.PictureBox pictureBox1;
402
        private System.Windows.Forms.CheckedListBox LIST_items;
403
        private System.Windows.Forms.GroupBox groupBox1;
404
        private System.Windows.Forms.NumericUpDown NUM_Y;
405
        private System.Windows.Forms.NumericUpDown NUM_X;
406
        private System.Windows.Forms.Button BUT_WriteOSD;
407
        private System.Windows.Forms.ComboBox CMB_ComPort;
408
        private System.Windows.Forms.Label label2;
409
        private System.Windows.Forms.Label label1;
410
        private System.Windows.Forms.Button BUT_ReadOSD;
411
        private System.Windows.Forms.StatusStrip statusStrip1;
412
        private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
413
        private System.Windows.Forms.MenuStrip menuStrip1;
414
        private System.Windows.Forms.ToolStripMenuItem videoModeToolStripMenuItem;
415
        private System.Windows.Forms.ToolStripMenuItem nTSCToolStripMenuItem;
416
        private System.Windows.Forms.ToolStripMenuItem CHK_pal;
417
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
418
        private System.Windows.Forms.ToolStripMenuItem saveToFileToolStripMenuItem;
419
        private System.Windows.Forms.ToolStripMenuItem loadFromFileToolStripMenuItem;
420
        private System.Windows.Forms.ToolStripMenuItem loadDefaultsToolStripMenuItem;
421
        private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
422
        private System.Windows.Forms.ToolStripMenuItem checkBox1;
423
        private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
424
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
425
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
426
        private System.Windows.Forms.ToolStripMenuItem updateFirmwareToolStripMenuItem;
427
        private System.Windows.Forms.ToolStripMenuItem customBGPictureToolStripMenuItem;
428
        private System.Windows.Forms.ToolStripMenuItem sendTLogToolStripMenuItem;
429
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
430
        private System.Windows.Forms.ToolStripMenuItem updateFontToolStripMenuItem;
431
        private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
432
    }
433
}
434