HamBook – Blame information for rev 54
?pathlinks?
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); |
||
97 | this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridView1_RowPrePaint); |
||
98 | this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown); |
||
99 | // |
||
41 | office | 100 | // contextMenuStrip1 |
101 | // |
||
102 | this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
51 | office | 103 | this.fromVFOAToolStripMenuItem, |
104 | this.fromVFOBToolStripMenuItem, |
||
52 | office | 105 | this.toolStripSeparator1, |
51 | office | 106 | this.goToToolStripMenuItem, |
52 | office | 107 | this.toolStripSeparator3, |
41 | office | 108 | this.readToolStripMenuItem, |
52 | office | 109 | this.writeToolStripMenuItem, |
110 | this.toolStripSeparator2}); |
||
41 | office | 111 | this.contextMenuStrip1.Name = "contextMenuStrip1"; |
53 | office | 112 | this.contextMenuStrip1.Size = new System.Drawing.Size(164, 132); |
41 | office | 113 | // |
51 | office | 114 | // fromVFOAToolStripMenuItem |
115 | // |
||
116 | this.fromVFOAToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOAToolStripMenuItem.Image"))); |
||
117 | this.fromVFOAToolStripMenuItem.Name = "fromVFOAToolStripMenuItem"; |
||
53 | office | 118 | this.fromVFOAToolStripMenuItem.Size = new System.Drawing.Size(163, 22); |
51 | office | 119 | this.fromVFOAToolStripMenuItem.Text = "Read from VFO-A"; |
120 | this.fromVFOAToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOAToolStripMenuItem_Click); |
||
121 | // |
||
122 | // fromVFOBToolStripMenuItem |
||
123 | // |
||
124 | this.fromVFOBToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOBToolStripMenuItem.Image"))); |
||
125 | this.fromVFOBToolStripMenuItem.Name = "fromVFOBToolStripMenuItem"; |
||
53 | office | 126 | this.fromVFOBToolStripMenuItem.Size = new System.Drawing.Size(163, 22); |
51 | office | 127 | this.fromVFOBToolStripMenuItem.Text = "Read from VFO-B"; |
128 | this.fromVFOBToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOBToolStripMenuItem_Click); |
||
129 | // |
||
53 | office | 130 | // toolStripSeparator1 |
131 | // |
||
132 | this.toolStripSeparator1.Name = "toolStripSeparator1"; |
||
133 | this.toolStripSeparator1.Size = new System.Drawing.Size(160, 6); |
||
134 | // |
||
51 | office | 135 | // goToToolStripMenuItem |
136 | // |
||
137 | this.goToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
138 | this.memoryChannelToolStripMenuItem, |
||
139 | this.frequencyToolStripMenuItem}); |
||
140 | this.goToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("goToToolStripMenuItem.Image"))); |
||
141 | this.goToToolStripMenuItem.Name = "goToToolStripMenuItem"; |
||
53 | office | 142 | this.goToToolStripMenuItem.Size = new System.Drawing.Size(163, 22); |
51 | office | 143 | this.goToToolStripMenuItem.Text = "Go to"; |
144 | // |
||
52 | office | 145 | // memoryChannelToolStripMenuItem |
146 | // |
||
147 | this.memoryChannelToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("memoryChannelToolStripMenuItem.Image"))); |
||
148 | this.memoryChannelToolStripMenuItem.Name = "memoryChannelToolStripMenuItem"; |
||
53 | office | 149 | this.memoryChannelToolStripMenuItem.Size = new System.Drawing.Size(160, 22); |
52 | office | 150 | this.memoryChannelToolStripMenuItem.Text = "Memory Channel"; |
151 | this.memoryChannelToolStripMenuItem.Click += new System.EventHandler(this.memoryChannelToolStripMenuItem_Click); |
||
152 | // |
||
153 | // frequencyToolStripMenuItem |
||
154 | // |
||
155 | this.frequencyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("frequencyToolStripMenuItem.Image"))); |
||
156 | this.frequencyToolStripMenuItem.Name = "frequencyToolStripMenuItem"; |
||
53 | office | 157 | this.frequencyToolStripMenuItem.Size = new System.Drawing.Size(160, 22); |
52 | office | 158 | this.frequencyToolStripMenuItem.Text = "Frequency"; |
159 | this.frequencyToolStripMenuItem.Click += new System.EventHandler(this.frequencyToolStripMenuItem_Click); |
||
160 | // |
||
53 | office | 161 | // toolStripSeparator3 |
51 | office | 162 | // |
53 | office | 163 | this.toolStripSeparator3.Name = "toolStripSeparator3"; |
164 | this.toolStripSeparator3.Size = new System.Drawing.Size(160, 6); |
||
51 | office | 165 | // |
41 | office | 166 | // readToolStripMenuItem |
167 | // |
||
168 | this.readToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("readToolStripMenuItem.Image"))); |
||
169 | this.readToolStripMenuItem.Name = "readToolStripMenuItem"; |
||
53 | office | 170 | this.readToolStripMenuItem.Size = new System.Drawing.Size(163, 22); |
41 | office | 171 | this.readToolStripMenuItem.Text = "Read"; |
172 | this.readToolStripMenuItem.Click += new System.EventHandler(this.readToolStripMenuItem_Click); |
||
173 | // |
||
174 | // writeToolStripMenuItem |
||
175 | // |
||
176 | this.writeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("writeToolStripMenuItem.Image"))); |
||
177 | this.writeToolStripMenuItem.Name = "writeToolStripMenuItem"; |
||
53 | office | 178 | this.writeToolStripMenuItem.Size = new System.Drawing.Size(163, 22); |
41 | office | 179 | this.writeToolStripMenuItem.Text = "Write"; |
180 | this.writeToolStripMenuItem.Click += new System.EventHandler(this.writeToolStripMenuItem_Click); |
||
181 | // |
||
53 | office | 182 | // toolStripSeparator2 |
183 | // |
||
184 | this.toolStripSeparator2.Name = "toolStripSeparator2"; |
||
185 | this.toolStripSeparator2.Size = new System.Drawing.Size(160, 6); |
||
186 | // |
||
41 | office | 187 | // tableLayoutPanel2 |
188 | // |
||
189 | this.tableLayoutPanel2.ColumnCount = 3; |
||
190 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
191 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
||
192 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
||
193 | this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0); |
||
194 | this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0); |
||
195 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
52 | office | 196 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 319); |
41 | office | 197 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
198 | this.tableLayoutPanel2.RowCount = 1; |
||
199 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
52 | office | 200 | this.tableLayoutPanel2.Size = new System.Drawing.Size(713, 34); |
41 | office | 201 | this.tableLayoutPanel2.TabIndex = 1; |
202 | // |
||
203 | // button1 |
||
204 | // |
||
205 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
52 | office | 206 | this.button1.Location = new System.Drawing.Point(556, 5); |
41 | office | 207 | this.button1.Name = "button1"; |
208 | this.button1.Size = new System.Drawing.Size(74, 23); |
||
209 | this.button1.TabIndex = 0; |
||
210 | this.button1.Text = "Read"; |
||
211 | this.button1.UseVisualStyleBackColor = true; |
||
212 | this.button1.Click += new System.EventHandler(this.button1_Click); |
||
213 | // |
||
214 | // button2 |
||
215 | // |
||
216 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
52 | office | 217 | this.button2.Location = new System.Drawing.Point(636, 5); |
41 | office | 218 | this.button2.Name = "button2"; |
219 | this.button2.Size = new System.Drawing.Size(74, 23); |
||
220 | this.button2.TabIndex = 1; |
||
221 | this.button2.Text = "Write"; |
||
222 | this.button2.UseVisualStyleBackColor = true; |
||
223 | this.button2.Click += new System.EventHandler(this.button2_Click); |
||
224 | // |
||
225 | // statusStrip1 |
||
226 | // |
||
227 | this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
228 | this.toolStripProgressBar1, |
||
229 | this.toolStripStatusLabel1}); |
||
52 | office | 230 | this.statusStrip1.Location = new System.Drawing.Point(0, 356); |
41 | office | 231 | this.statusStrip1.Name = "statusStrip1"; |
52 | office | 232 | this.statusStrip1.Size = new System.Drawing.Size(719, 20); |
41 | office | 233 | this.statusStrip1.TabIndex = 2; |
234 | this.statusStrip1.Text = "statusStrip1"; |
||
235 | // |
||
236 | // toolStripProgressBar1 |
||
237 | // |
||
238 | this.toolStripProgressBar1.Name = "toolStripProgressBar1"; |
||
239 | this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14); |
||
240 | // |
||
241 | // toolStripStatusLabel1 |
||
242 | // |
||
243 | this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; |
||
54 | office | 244 | this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 15); |
41 | office | 245 | // |
246 | // menuStrip1 |
||
247 | // |
||
248 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
52 | office | 249 | this.fileToolStripMenuItem, |
250 | this.editToolStripMenuItem}); |
||
41 | office | 251 | this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
252 | this.menuStrip1.Name = "menuStrip1"; |
||
52 | office | 253 | this.menuStrip1.Size = new System.Drawing.Size(719, 24); |
41 | office | 254 | this.menuStrip1.TabIndex = 2; |
255 | this.menuStrip1.Text = "menuStrip1"; |
||
256 | // |
||
257 | // fileToolStripMenuItem |
||
258 | // |
||
259 | this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
260 | this.importToolStripMenuItem, |
||
261 | this.exportToolStripMenuItem}); |
||
262 | this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; |
||
263 | this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); |
||
264 | this.fileToolStripMenuItem.Text = "File"; |
||
265 | // |
||
266 | // importToolStripMenuItem |
||
267 | // |
||
268 | this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image"))); |
||
269 | this.importToolStripMenuItem.Name = "importToolStripMenuItem"; |
||
54 | office | 270 | this.importToolStripMenuItem.Size = new System.Drawing.Size(180, 22); |
41 | office | 271 | this.importToolStripMenuItem.Text = "Import"; |
272 | this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); |
||
273 | // |
||
274 | // exportToolStripMenuItem |
||
275 | // |
||
276 | this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image"))); |
||
277 | this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; |
||
54 | office | 278 | this.exportToolStripMenuItem.Size = new System.Drawing.Size(180, 22); |
41 | office | 279 | this.exportToolStripMenuItem.Text = "Export"; |
280 | this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); |
||
281 | // |
||
52 | office | 282 | // editToolStripMenuItem |
283 | // |
||
284 | this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
285 | this.cutToolStripMenuItem1, |
||
286 | this.copyToolStripMenuItem1, |
||
287 | this.pasteToolStripMenuItem1}); |
||
288 | this.editToolStripMenuItem.Name = "editToolStripMenuItem"; |
||
289 | this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20); |
||
290 | this.editToolStripMenuItem.Text = "Edit"; |
||
291 | // |
||
292 | // cutToolStripMenuItem1 |
||
293 | // |
||
294 | this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image"))); |
||
295 | this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1"; |
||
296 | this.cutToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); |
||
54 | office | 297 | this.cutToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); |
52 | office | 298 | this.cutToolStripMenuItem1.Text = "Cut"; |
299 | this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem1_Click); |
||
300 | // |
||
301 | // copyToolStripMenuItem1 |
||
302 | // |
||
303 | this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image"))); |
||
304 | this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1"; |
||
305 | this.copyToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); |
||
54 | office | 306 | this.copyToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); |
52 | office | 307 | this.copyToolStripMenuItem1.Text = "Copy"; |
308 | this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click); |
||
309 | // |
||
310 | // pasteToolStripMenuItem1 |
||
311 | // |
||
312 | this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image"))); |
||
313 | this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1"; |
||
314 | this.pasteToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); |
||
54 | office | 315 | this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); |
52 | office | 316 | this.pasteToolStripMenuItem1.Text = "Paste"; |
317 | this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click); |
||
318 | // |
||
53 | office | 319 | // saveFileDialog1 |
52 | office | 320 | // |
53 | office | 321 | this.saveFileDialog1.Filter = "XML Files|*.xml"; |
322 | this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk); |
||
52 | office | 323 | // |
53 | office | 324 | // openFileDialog1 |
325 | // |
||
326 | this.openFileDialog1.FileName = "openFileDialog1"; |
||
327 | this.openFileDialog1.Filter = "XML Files|*.xml"; |
||
328 | this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); |
||
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(); |
||
53 | office | 346 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); |
41 | office | 347 | this.contextMenuStrip1.ResumeLayout(false); |
15 | office | 348 | this.tableLayoutPanel2.ResumeLayout(false); |
349 | this.statusStrip1.ResumeLayout(false); |
||
350 | this.statusStrip1.PerformLayout(); |
||
16 | office | 351 | this.menuStrip1.ResumeLayout(false); |
352 | this.menuStrip1.PerformLayout(); |
||
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 | } |