HamBook – Blame information for rev 56

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