HamBook – Blame information for rev 52

Subversion Repositories:
Rev:
Rev Author Line No. Line
15 office 1 namespace HamBook
2 {
3 partial class MemoryOrganizerForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 #region Windows Form Designer generated code
11  
12 /// <summary>
13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor.
15 /// </summary>
16 private void InitializeComponent()
17 {
41 office 18 this.components = new System.ComponentModel.Container();
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm));
15 office 20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
41 office 21 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
51 office 22 this.fromVFOAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
23 this.fromVFOBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
24 this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
52 office 25 this.memoryChannelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.frequencyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51 office 27 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
41 office 28 this.readToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
29 this.writeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
16 office 30 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
31 this.button1 = new System.Windows.Forms.Button();
32 this.button2 = new System.Windows.Forms.Button();
33 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
34 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
35 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
36 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
37 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
41 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
51 office 42 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView();
52 office 43 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
44 this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
46 this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
47 this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
48 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
15 office 49 this.tableLayoutPanel1.SuspendLayout();
41 office 50 this.contextMenuStrip1.SuspendLayout();
15 office 51 this.tableLayoutPanel2.SuspendLayout();
52 this.statusStrip1.SuspendLayout();
16 office 53 this.menuStrip1.SuspendLayout();
51 office 54 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
15 office 55 this.SuspendLayout();
56 //
57 // tableLayoutPanel1
58 //
59 this.tableLayoutPanel1.ColumnCount = 1;
60 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
61 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
62 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
63 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
64 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
16 office 65 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
15 office 66 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
67 this.tableLayoutPanel1.RowCount = 3;
68 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
69 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
70 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
52 office 71 this.tableLayoutPanel1.Size = new System.Drawing.Size(719, 376);
15 office 72 this.tableLayoutPanel1.TabIndex = 1;
73 //
41 office 74 // contextMenuStrip1
75 //
76 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
51 office 77 this.fromVFOAToolStripMenuItem,
78 this.fromVFOBToolStripMenuItem,
52 office 79 this.toolStripSeparator1,
51 office 80 this.goToToolStripMenuItem,
52 office 81 this.toolStripSeparator3,
41 office 82 this.readToolStripMenuItem,
52 office 83 this.writeToolStripMenuItem,
84 this.toolStripSeparator2});
41 office 85 this.contextMenuStrip1.Name = "contextMenuStrip1";
52 office 86 this.contextMenuStrip1.Size = new System.Drawing.Size(168, 132);
41 office 87 //
51 office 88 // fromVFOAToolStripMenuItem
89 //
90 this.fromVFOAToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOAToolStripMenuItem.Image")));
91 this.fromVFOAToolStripMenuItem.Name = "fromVFOAToolStripMenuItem";
92 this.fromVFOAToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
93 this.fromVFOAToolStripMenuItem.Text = "Read from VFO-A";
94 this.fromVFOAToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOAToolStripMenuItem_Click);
95 //
96 // fromVFOBToolStripMenuItem
97 //
98 this.fromVFOBToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOBToolStripMenuItem.Image")));
99 this.fromVFOBToolStripMenuItem.Name = "fromVFOBToolStripMenuItem";
100 this.fromVFOBToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
101 this.fromVFOBToolStripMenuItem.Text = "Read from VFO-B";
102 this.fromVFOBToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOBToolStripMenuItem_Click);
103 //
104 // goToToolStripMenuItem
105 //
106 this.goToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
107 this.memoryChannelToolStripMenuItem,
108 this.frequencyToolStripMenuItem});
109 this.goToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("goToToolStripMenuItem.Image")));
110 this.goToToolStripMenuItem.Name = "goToToolStripMenuItem";
111 this.goToToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
112 this.goToToolStripMenuItem.Text = "Go to";
113 //
52 office 114 // memoryChannelToolStripMenuItem
115 //
116 this.memoryChannelToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("memoryChannelToolStripMenuItem.Image")));
117 this.memoryChannelToolStripMenuItem.Name = "memoryChannelToolStripMenuItem";
118 this.memoryChannelToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
119 this.memoryChannelToolStripMenuItem.Text = "Memory Channel";
120 this.memoryChannelToolStripMenuItem.Click += new System.EventHandler(this.memoryChannelToolStripMenuItem_Click);
121 //
122 // frequencyToolStripMenuItem
123 //
124 this.frequencyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("frequencyToolStripMenuItem.Image")));
125 this.frequencyToolStripMenuItem.Name = "frequencyToolStripMenuItem";
126 this.frequencyToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
127 this.frequencyToolStripMenuItem.Text = "Frequency";
128 this.frequencyToolStripMenuItem.Click += new System.EventHandler(this.frequencyToolStripMenuItem_Click);
129 //
51 office 130 // toolStripSeparator1
131 //
132 this.toolStripSeparator1.Name = "toolStripSeparator1";
133 this.toolStripSeparator1.Size = new System.Drawing.Size(164, 6);
134 //
41 office 135 // readToolStripMenuItem
136 //
137 this.readToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("readToolStripMenuItem.Image")));
138 this.readToolStripMenuItem.Name = "readToolStripMenuItem";
51 office 139 this.readToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
41 office 140 this.readToolStripMenuItem.Text = "Read";
141 this.readToolStripMenuItem.Click += new System.EventHandler(this.readToolStripMenuItem_Click);
142 //
143 // writeToolStripMenuItem
144 //
145 this.writeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("writeToolStripMenuItem.Image")));
146 this.writeToolStripMenuItem.Name = "writeToolStripMenuItem";
51 office 147 this.writeToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
41 office 148 this.writeToolStripMenuItem.Text = "Write";
149 this.writeToolStripMenuItem.Click += new System.EventHandler(this.writeToolStripMenuItem_Click);
150 //
151 // tableLayoutPanel2
152 //
153 this.tableLayoutPanel2.ColumnCount = 3;
154 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
155 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
156 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
157 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
158 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
159 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
52 office 160 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 319);
41 office 161 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
162 this.tableLayoutPanel2.RowCount = 1;
163 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
52 office 164 this.tableLayoutPanel2.Size = new System.Drawing.Size(713, 34);
41 office 165 this.tableLayoutPanel2.TabIndex = 1;
166 //
167 // button1
168 //
169 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
52 office 170 this.button1.Location = new System.Drawing.Point(556, 5);
41 office 171 this.button1.Name = "button1";
172 this.button1.Size = new System.Drawing.Size(74, 23);
173 this.button1.TabIndex = 0;
174 this.button1.Text = "Read";
175 this.button1.UseVisualStyleBackColor = true;
176 this.button1.Click += new System.EventHandler(this.button1_Click);
177 //
178 // button2
179 //
180 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
52 office 181 this.button2.Location = new System.Drawing.Point(636, 5);
41 office 182 this.button2.Name = "button2";
183 this.button2.Size = new System.Drawing.Size(74, 23);
184 this.button2.TabIndex = 1;
185 this.button2.Text = "Write";
186 this.button2.UseVisualStyleBackColor = true;
187 this.button2.Click += new System.EventHandler(this.button2_Click);
188 //
189 // statusStrip1
190 //
191 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
192 this.toolStripProgressBar1,
193 this.toolStripStatusLabel1});
52 office 194 this.statusStrip1.Location = new System.Drawing.Point(0, 356);
41 office 195 this.statusStrip1.Name = "statusStrip1";
52 office 196 this.statusStrip1.Size = new System.Drawing.Size(719, 20);
41 office 197 this.statusStrip1.TabIndex = 2;
198 this.statusStrip1.Text = "statusStrip1";
199 //
200 // toolStripProgressBar1
201 //
202 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
203 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14);
204 //
205 // toolStripStatusLabel1
206 //
207 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
208 this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15);
209 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
210 //
211 // menuStrip1
212 //
213 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
52 office 214 this.fileToolStripMenuItem,
215 this.editToolStripMenuItem});
41 office 216 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
217 this.menuStrip1.Name = "menuStrip1";
52 office 218 this.menuStrip1.Size = new System.Drawing.Size(719, 24);
41 office 219 this.menuStrip1.TabIndex = 2;
220 this.menuStrip1.Text = "menuStrip1";
221 //
222 // fileToolStripMenuItem
223 //
224 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
225 this.importToolStripMenuItem,
226 this.exportToolStripMenuItem});
227 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
228 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
229 this.fileToolStripMenuItem.Text = "File";
230 //
231 // importToolStripMenuItem
232 //
233 this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image")));
234 this.importToolStripMenuItem.Name = "importToolStripMenuItem";
52 office 235 this.importToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
41 office 236 this.importToolStripMenuItem.Text = "Import";
237 this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
238 //
239 // exportToolStripMenuItem
240 //
241 this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image")));
242 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
52 office 243 this.exportToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
41 office 244 this.exportToolStripMenuItem.Text = "Export";
245 this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
246 //
247 // saveFileDialog1
248 //
51 office 249 this.saveFileDialog1.Filter = "XML Files|*.xml";
41 office 250 this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
251 //
252 // openFileDialog1
253 //
254 this.openFileDialog1.FileName = "openFileDialog1";
51 office 255 this.openFileDialog1.Filter = "XML Files|*.xml";
41 office 256 this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
257 //
51 office 258 // dataGridView1
259 //
260 this.dataGridView1.AllowUserToAddRows = false;
261 this.dataGridView1.AllowUserToDeleteRows = false;
262 this.dataGridView1.AllowUserToResizeRows = false;
263 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
264 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
265 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
266 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
267 this.dataGridView1.DoubleBuffered = true;
268 this.dataGridView1.Location = new System.Drawing.Point(3, 3);
269 this.dataGridView1.Name = "dataGridView1";
270 this.dataGridView1.RowHeadersVisible = false;
271 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
52 office 272 this.dataGridView1.Size = new System.Drawing.Size(713, 310);
51 office 273 this.dataGridView1.TabIndex = 0;
52 office 274 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
51 office 275 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
276 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
277 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
278 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
279 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
280 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
281 this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown);
282 //
52 office 283 // toolStripSeparator3
284 //
285 this.toolStripSeparator3.Name = "toolStripSeparator3";
286 this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6);
287 //
288 // editToolStripMenuItem
289 //
290 this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
291 this.cutToolStripMenuItem1,
292 this.copyToolStripMenuItem1,
293 this.pasteToolStripMenuItem1});
294 this.editToolStripMenuItem.Name = "editToolStripMenuItem";
295 this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
296 this.editToolStripMenuItem.Text = "Edit";
297 //
298 // cutToolStripMenuItem1
299 //
300 this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image")));
301 this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
302 this.cutToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
303 this.cutToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
304 this.cutToolStripMenuItem1.Text = "Cut";
305 this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem1_Click);
306 //
307 // copyToolStripMenuItem1
308 //
309 this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image")));
310 this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
311 this.copyToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
312 this.copyToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
313 this.copyToolStripMenuItem1.Text = "Copy";
314 this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click);
315 //
316 // pasteToolStripMenuItem1
317 //
318 this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image")));
319 this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
320 this.pasteToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
321 this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
322 this.pasteToolStripMenuItem1.Text = "Paste";
323 this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click);
324 //
325 // toolStripSeparator2
326 //
327 this.toolStripSeparator2.Name = "toolStripSeparator2";
328 this.toolStripSeparator2.Size = new System.Drawing.Size(164, 6);
329 //
15 office 330 // MemoryOrganizerForm
331 //
332 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
333 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
52 office 334 this.ClientSize = new System.Drawing.Size(719, 400);
15 office 335 this.Controls.Add(this.tableLayoutPanel1);
16 office 336 this.Controls.Add(this.menuStrip1);
15 office 337 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
52 office 338 this.KeyPreview = true;
16 office 339 this.MainMenuStrip = this.menuStrip1;
15 office 340 this.Name = "MemoryOrganizerForm";
341 this.Text = "HamBook: Memory Organizer";
22 office 342 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing);
15 office 343 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
344 this.tableLayoutPanel1.ResumeLayout(false);
345 this.tableLayoutPanel1.PerformLayout();
41 office 346 this.contextMenuStrip1.ResumeLayout(false);
15 office 347 this.tableLayoutPanel2.ResumeLayout(false);
348 this.statusStrip1.ResumeLayout(false);
349 this.statusStrip1.PerformLayout();
16 office 350 this.menuStrip1.ResumeLayout(false);
351 this.menuStrip1.PerformLayout();
51 office 352 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
15 office 353 this.ResumeLayout(false);
16 office 354 this.PerformLayout();
15 office 355  
356 }
357  
358 #endregion
359  
360 private HamBook.Utilities.Controls.DoubleBufferedDataGridView dataGridView1;
361 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
362 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
363 private System.Windows.Forms.Button button1;
364 private System.Windows.Forms.Button button2;
365 private System.Windows.Forms.StatusStrip statusStrip1;
366 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
367 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
40 office 368 private System.Windows.Forms.MenuStrip menuStrip1;
369 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
370 private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
371 private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
372 private System.Windows.Forms.SaveFileDialog saveFileDialog1;
373 private System.Windows.Forms.OpenFileDialog openFileDialog1;
41 office 374 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
375 private System.Windows.Forms.ToolStripMenuItem readToolStripMenuItem;
376 private System.Windows.Forms.ToolStripMenuItem writeToolStripMenuItem;
51 office 377 private System.Windows.Forms.ToolStripMenuItem goToToolStripMenuItem;
378 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
379 private System.Windows.Forms.ToolStripMenuItem fromVFOAToolStripMenuItem;
380 private System.Windows.Forms.ToolStripMenuItem fromVFOBToolStripMenuItem;
381 private System.Windows.Forms.ToolStripMenuItem memoryChannelToolStripMenuItem;
382 private System.Windows.Forms.ToolStripMenuItem frequencyToolStripMenuItem;
52 office 383 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
384 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
385 private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
386 private System.Windows.Forms.ToolStripMenuItem cutToolStripMenuItem1;
387 private System.Windows.Forms.ToolStripMenuItem copyToolStripMenuItem1;
388 private System.Windows.Forms.ToolStripMenuItem pasteToolStripMenuItem1;
15 office 389 }
390 }