HamBook – Diff between revs 51 and 52
?pathlinks?
Rev 51 | Rev 52 | |||
---|---|---|---|---|
Line 19... | Line 19... | |||
19 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm)); |
19 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm)); |
|
20 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
20 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
21 | this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); |
21 | this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); |
|
22 | this.fromVFOAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
22 | this.fromVFOAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
23 | this.fromVFOBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
23 | this.fromVFOBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
24 | this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); |
- | ||
25 | this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
24 | this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
- | 25 | this.memoryChannelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
- | 26 | this.frequencyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
26 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
27 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); |
|
27 | this.readToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
28 | this.readToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
28 | this.writeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
29 | this.writeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
29 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
30 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
30 | this.button1 = new System.Windows.Forms.Button(); |
31 | this.button1 = new System.Windows.Forms.Button(); |
|
Line 36... | Line 37... | |||
36 | this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
37 | this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
37 | this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
38 | this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
38 | this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
39 | this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
39 | this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
40 | this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
|
40 | this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); |
41 | this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); |
|
41 | this.memoryChannelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
- | ||
42 | this.frequencyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
- | ||
43 | this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView(); |
42 | this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView(); |
|
- | 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(); |
||
44 | this.tableLayoutPanel1.SuspendLayout(); |
49 | this.tableLayoutPanel1.SuspendLayout(); |
|
45 | this.contextMenuStrip1.SuspendLayout(); |
50 | this.contextMenuStrip1.SuspendLayout(); |
|
46 | this.tableLayoutPanel2.SuspendLayout(); |
51 | this.tableLayoutPanel2.SuspendLayout(); |
|
47 | this.statusStrip1.SuspendLayout(); |
52 | this.statusStrip1.SuspendLayout(); |
|
48 | this.menuStrip1.SuspendLayout(); |
53 | this.menuStrip1.SuspendLayout(); |
|
Line 61... | Line 66... | |||
61 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
66 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|
62 | this.tableLayoutPanel1.RowCount = 3; |
67 | this.tableLayoutPanel1.RowCount = 3; |
|
63 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
68 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
64 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
69 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
|
65 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
70 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
66 | this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431); |
71 | this.tableLayoutPanel1.Size = new System.Drawing.Size(719, 376); |
|
67 | this.tableLayoutPanel1.TabIndex = 1; |
72 | this.tableLayoutPanel1.TabIndex = 1; |
|
68 | // |
73 | // |
|
69 | // contextMenuStrip1 |
74 | // contextMenuStrip1 |
|
70 | // |
75 | // |
|
71 | this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
76 | this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
72 | this.fromVFOAToolStripMenuItem, |
77 | this.fromVFOAToolStripMenuItem, |
|
73 | this.fromVFOBToolStripMenuItem, |
78 | this.fromVFOBToolStripMenuItem, |
|
74 | this.toolStripSeparator2, |
- | ||
75 | this.goToToolStripMenuItem, |
- | ||
76 | this.toolStripSeparator1, |
79 | this.toolStripSeparator1, |
|
- | 80 | this.goToToolStripMenuItem, |
||
- | 81 | this.toolStripSeparator3, |
||
77 | this.readToolStripMenuItem, |
82 | this.readToolStripMenuItem, |
|
78 | this.writeToolStripMenuItem}); |
83 | this.writeToolStripMenuItem, |
|
- | 84 | this.toolStripSeparator2}); |
||
79 | this.contextMenuStrip1.Name = "contextMenuStrip1"; |
85 | this.contextMenuStrip1.Name = "contextMenuStrip1"; |
|
80 | this.contextMenuStrip1.Size = new System.Drawing.Size(168, 126); |
86 | this.contextMenuStrip1.Size = new System.Drawing.Size(168, 132); |
|
81 | // |
87 | // |
|
82 | // fromVFOAToolStripMenuItem |
88 | // fromVFOAToolStripMenuItem |
|
83 | // |
89 | // |
|
84 | this.fromVFOAToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOAToolStripMenuItem.Image"))); |
90 | this.fromVFOAToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOAToolStripMenuItem.Image"))); |
|
85 | this.fromVFOAToolStripMenuItem.Name = "fromVFOAToolStripMenuItem"; |
91 | this.fromVFOAToolStripMenuItem.Name = "fromVFOAToolStripMenuItem"; |
|
Line 93... | Line 99... | |||
93 | this.fromVFOBToolStripMenuItem.Name = "fromVFOBToolStripMenuItem"; |
99 | this.fromVFOBToolStripMenuItem.Name = "fromVFOBToolStripMenuItem"; |
|
94 | this.fromVFOBToolStripMenuItem.Size = new System.Drawing.Size(167, 22); |
100 | this.fromVFOBToolStripMenuItem.Size = new System.Drawing.Size(167, 22); |
|
95 | this.fromVFOBToolStripMenuItem.Text = "Read from VFO-B"; |
101 | this.fromVFOBToolStripMenuItem.Text = "Read from VFO-B"; |
|
96 | this.fromVFOBToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOBToolStripMenuItem_Click); |
102 | this.fromVFOBToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOBToolStripMenuItem_Click); |
|
97 | // |
103 | // |
|
98 | // toolStripSeparator2 |
- | ||
99 | // |
- | ||
100 | this.toolStripSeparator2.Name = "toolStripSeparator2"; |
- | ||
101 | this.toolStripSeparator2.Size = new System.Drawing.Size(164, 6); |
- | ||
102 | // |
- | ||
103 | // goToToolStripMenuItem |
104 | // goToToolStripMenuItem |
|
104 | // |
105 | // |
|
105 | this.goToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
106 | this.goToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
106 | this.memoryChannelToolStripMenuItem, |
107 | this.memoryChannelToolStripMenuItem, |
|
107 | this.frequencyToolStripMenuItem}); |
108 | this.frequencyToolStripMenuItem}); |
|
108 | this.goToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("goToToolStripMenuItem.Image"))); |
109 | this.goToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("goToToolStripMenuItem.Image"))); |
|
109 | this.goToToolStripMenuItem.Name = "goToToolStripMenuItem"; |
110 | this.goToToolStripMenuItem.Name = "goToToolStripMenuItem"; |
|
110 | this.goToToolStripMenuItem.Size = new System.Drawing.Size(167, 22); |
111 | this.goToToolStripMenuItem.Size = new System.Drawing.Size(167, 22); |
|
111 | this.goToToolStripMenuItem.Text = "Go to"; |
112 | this.goToToolStripMenuItem.Text = "Go to"; |
|
112 | // |
113 | // |
|
- | 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 | // |
||
113 | // toolStripSeparator1 |
130 | // toolStripSeparator1 |
|
114 | // |
131 | // |
|
115 | this.toolStripSeparator1.Name = "toolStripSeparator1"; |
132 | this.toolStripSeparator1.Name = "toolStripSeparator1"; |
|
116 | this.toolStripSeparator1.Size = new System.Drawing.Size(164, 6); |
133 | this.toolStripSeparator1.Size = new System.Drawing.Size(164, 6); |
|
117 | // |
134 | // |
|
Line 138... | Line 155... | |||
138 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
155 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
|
139 | 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)); |
|
140 | this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0); |
157 | this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0); |
|
141 | this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0); |
158 | this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0); |
|
142 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
159 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
|
143 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 374); |
160 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 319); |
|
144 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
161 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
|
145 | this.tableLayoutPanel2.RowCount = 1; |
162 | this.tableLayoutPanel2.RowCount = 1; |
|
146 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
163 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|
147 | this.tableLayoutPanel2.Size = new System.Drawing.Size(1095, 34); |
164 | this.tableLayoutPanel2.Size = new System.Drawing.Size(713, 34); |
|
148 | this.tableLayoutPanel2.TabIndex = 1; |
165 | this.tableLayoutPanel2.TabIndex = 1; |
|
149 | // |
166 | // |
|
150 | // button1 |
167 | // button1 |
|
151 | // |
168 | // |
|
152 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
169 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
153 | this.button1.Location = new System.Drawing.Point(938, 5); |
170 | this.button1.Location = new System.Drawing.Point(556, 5); |
|
154 | this.button1.Name = "button1"; |
171 | this.button1.Name = "button1"; |
|
155 | this.button1.Size = new System.Drawing.Size(74, 23); |
172 | this.button1.Size = new System.Drawing.Size(74, 23); |
|
156 | this.button1.TabIndex = 0; |
173 | this.button1.TabIndex = 0; |
|
157 | this.button1.Text = "Read"; |
174 | this.button1.Text = "Read"; |
|
158 | this.button1.UseVisualStyleBackColor = true; |
175 | this.button1.UseVisualStyleBackColor = true; |
|
159 | this.button1.Click += new System.EventHandler(this.button1_Click); |
176 | this.button1.Click += new System.EventHandler(this.button1_Click); |
|
160 | // |
177 | // |
|
161 | // button2 |
178 | // button2 |
|
162 | // |
179 | // |
|
163 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
180 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
164 | this.button2.Location = new System.Drawing.Point(1018, 5); |
181 | this.button2.Location = new System.Drawing.Point(636, 5); |
|
165 | this.button2.Name = "button2"; |
182 | this.button2.Name = "button2"; |
|
166 | this.button2.Size = new System.Drawing.Size(74, 23); |
183 | this.button2.Size = new System.Drawing.Size(74, 23); |
|
167 | this.button2.TabIndex = 1; |
184 | this.button2.TabIndex = 1; |
|
168 | this.button2.Text = "Write"; |
185 | this.button2.Text = "Write"; |
|
169 | this.button2.UseVisualStyleBackColor = true; |
186 | this.button2.UseVisualStyleBackColor = true; |
|
Line 172... | Line 189... | |||
172 | // statusStrip1 |
189 | // statusStrip1 |
|
173 | // |
190 | // |
|
174 | this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
191 | this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
175 | this.toolStripProgressBar1, |
192 | this.toolStripProgressBar1, |
|
176 | this.toolStripStatusLabel1}); |
193 | this.toolStripStatusLabel1}); |
|
177 | this.statusStrip1.Location = new System.Drawing.Point(0, 411); |
194 | this.statusStrip1.Location = new System.Drawing.Point(0, 356); |
|
178 | this.statusStrip1.Name = "statusStrip1"; |
195 | this.statusStrip1.Name = "statusStrip1"; |
|
179 | this.statusStrip1.Size = new System.Drawing.Size(1101, 20); |
196 | this.statusStrip1.Size = new System.Drawing.Size(719, 20); |
|
180 | this.statusStrip1.TabIndex = 2; |
197 | this.statusStrip1.TabIndex = 2; |
|
181 | this.statusStrip1.Text = "statusStrip1"; |
198 | this.statusStrip1.Text = "statusStrip1"; |
|
182 | // |
199 | // |
|
183 | // toolStripProgressBar1 |
200 | // toolStripProgressBar1 |
|
184 | // |
201 | // |
|
Line 192... | Line 209... | |||
192 | this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; |
209 | this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; |
|
193 | // |
210 | // |
|
194 | // menuStrip1 |
211 | // menuStrip1 |
|
195 | // |
212 | // |
|
196 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
213 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|
197 | this.fileToolStripMenuItem}); |
214 | this.fileToolStripMenuItem, |
|
- | 215 | this.editToolStripMenuItem}); |
||
198 | this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
216 | this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
|
199 | this.menuStrip1.Name = "menuStrip1"; |
217 | this.menuStrip1.Name = "menuStrip1"; |
|
200 | this.menuStrip1.Size = new System.Drawing.Size(1101, 24); |
218 | this.menuStrip1.Size = new System.Drawing.Size(719, 24); |
|
201 | this.menuStrip1.TabIndex = 2; |
219 | this.menuStrip1.TabIndex = 2; |
|
202 | this.menuStrip1.Text = "menuStrip1"; |
220 | this.menuStrip1.Text = "menuStrip1"; |
|
203 | // |
221 | // |
|
204 | // fileToolStripMenuItem |
222 | // fileToolStripMenuItem |
|
205 | // |
223 | // |
|
Line 212... | Line 230... | |||
212 | // |
230 | // |
|
213 | // importToolStripMenuItem |
231 | // importToolStripMenuItem |
|
214 | // |
232 | // |
|
215 | this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image"))); |
233 | this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image"))); |
|
216 | this.importToolStripMenuItem.Name = "importToolStripMenuItem"; |
234 | this.importToolStripMenuItem.Name = "importToolStripMenuItem"; |
|
217 | this.importToolStripMenuItem.Size = new System.Drawing.Size(110, 22); |
235 | this.importToolStripMenuItem.Size = new System.Drawing.Size(180, 22); |
|
218 | this.importToolStripMenuItem.Text = "Import"; |
236 | this.importToolStripMenuItem.Text = "Import"; |
|
219 | this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); |
237 | this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); |
|
220 | // |
238 | // |
|
221 | // exportToolStripMenuItem |
239 | // exportToolStripMenuItem |
|
222 | // |
240 | // |
|
223 | this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image"))); |
241 | this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image"))); |
|
224 | this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; |
242 | this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; |
|
225 | this.exportToolStripMenuItem.Size = new System.Drawing.Size(110, 22); |
243 | this.exportToolStripMenuItem.Size = new System.Drawing.Size(180, 22); |
|
226 | this.exportToolStripMenuItem.Text = "Export"; |
244 | this.exportToolStripMenuItem.Text = "Export"; |
|
227 | this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); |
245 | this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); |
|
228 | // |
246 | // |
|
229 | // saveFileDialog1 |
247 | // saveFileDialog1 |
|
230 | // |
248 | // |
|
Line 235... | Line 253... | |||
235 | // |
253 | // |
|
236 | this.openFileDialog1.FileName = "openFileDialog1"; |
254 | this.openFileDialog1.FileName = "openFileDialog1"; |
|
237 | this.openFileDialog1.Filter = "XML Files|*.xml"; |
255 | this.openFileDialog1.Filter = "XML Files|*.xml"; |
|
238 | this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); |
256 | this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); |
|
239 | // |
257 | // |
|
240 | // memoryChannelToolStripMenuItem |
- | ||
241 | // |
- | ||
242 | this.memoryChannelToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("memoryChannelToolStripMenuItem.Image"))); |
- | ||
243 | this.memoryChannelToolStripMenuItem.Name = "memoryChannelToolStripMenuItem"; |
- | ||
244 | this.memoryChannelToolStripMenuItem.Size = new System.Drawing.Size(166, 22); |
- | ||
245 | this.memoryChannelToolStripMenuItem.Text = "Memory Channel"; |
- | ||
246 | this.memoryChannelToolStripMenuItem.Click += new System.EventHandler(this.memoryChannelToolStripMenuItem_Click); |
- | ||
247 | // |
- | ||
248 | // frequencyToolStripMenuItem |
- | ||
249 | // |
- | ||
250 | this.frequencyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("frequencyToolStripMenuItem.Image"))); |
- | ||
251 | this.frequencyToolStripMenuItem.Name = "frequencyToolStripMenuItem"; |
- | ||
252 | this.frequencyToolStripMenuItem.Size = new System.Drawing.Size(166, 22); |
- | ||
253 | this.frequencyToolStripMenuItem.Text = "Frequency"; |
- | ||
254 | this.frequencyToolStripMenuItem.Click += new System.EventHandler(this.frequencyToolStripMenuItem_Click); |
- | ||
255 | // |
- | ||
256 | // dataGridView1 |
258 | // dataGridView1 |
|
257 | // |
259 | // |
|
258 | this.dataGridView1.AllowUserToAddRows = false; |
260 | this.dataGridView1.AllowUserToAddRows = false; |
|
259 | this.dataGridView1.AllowUserToDeleteRows = false; |
261 | this.dataGridView1.AllowUserToDeleteRows = false; |
|
260 | this.dataGridView1.AllowUserToResizeRows = false; |
262 | this.dataGridView1.AllowUserToResizeRows = false; |
|
Line 265... | Line 267... | |||
265 | this.dataGridView1.DoubleBuffered = true; |
267 | this.dataGridView1.DoubleBuffered = true; |
|
266 | this.dataGridView1.Location = new System.Drawing.Point(3, 3); |
268 | this.dataGridView1.Location = new System.Drawing.Point(3, 3); |
|
267 | this.dataGridView1.Name = "dataGridView1"; |
269 | this.dataGridView1.Name = "dataGridView1"; |
|
268 | this.dataGridView1.RowHeadersVisible = false; |
270 | this.dataGridView1.RowHeadersVisible = false; |
|
269 | this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
271 | this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
270 | this.dataGridView1.Size = new System.Drawing.Size(1095, 365); |
272 | this.dataGridView1.Size = new System.Drawing.Size(713, 310); |
|
271 | this.dataGridView1.TabIndex = 0; |
273 | this.dataGridView1.TabIndex = 0; |
|
272 | this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick); |
274 | this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); |
|
273 | this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick); |
275 | this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick); |
|
274 | this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); |
276 | this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); |
|
275 | this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp); |
277 | this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp); |
|
276 | this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged); |
278 | this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged); |
|
277 | this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged); |
279 | this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged); |
|
278 | this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError); |
280 | this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError); |
|
279 | this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown); |
281 | this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown); |
|
280 | // |
282 | // |
|
- | 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 | // |
||
281 | // MemoryOrganizerForm |
330 | // MemoryOrganizerForm |
|
282 | // |
331 | // |
|
283 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
332 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
284 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
333 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
285 | this.ClientSize = new System.Drawing.Size(1101, 455); |
334 | this.ClientSize = new System.Drawing.Size(719, 400); |
|
286 | this.Controls.Add(this.tableLayoutPanel1); |
335 | this.Controls.Add(this.tableLayoutPanel1); |
|
287 | this.Controls.Add(this.menuStrip1); |
336 | this.Controls.Add(this.menuStrip1); |
|
288 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
337 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
- | 338 | this.KeyPreview = true; |
||
289 | this.MainMenuStrip = this.menuStrip1; |
339 | this.MainMenuStrip = this.menuStrip1; |
|
290 | this.Name = "MemoryOrganizerForm"; |
340 | this.Name = "MemoryOrganizerForm"; |
|
291 | this.Text = "HamBook: Memory Organizer"; |
341 | this.Text = "HamBook: Memory Organizer"; |
|
292 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing); |
342 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing); |
|
293 | this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); |
343 | this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); |
|
Line 326... | Line 376... | |||
326 | private System.Windows.Forms.ToolStripMenuItem writeToolStripMenuItem; |
376 | private System.Windows.Forms.ToolStripMenuItem writeToolStripMenuItem; |
|
327 | private System.Windows.Forms.ToolStripMenuItem goToToolStripMenuItem; |
377 | private System.Windows.Forms.ToolStripMenuItem goToToolStripMenuItem; |
|
328 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
378 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
|
329 | private System.Windows.Forms.ToolStripMenuItem fromVFOAToolStripMenuItem; |
379 | private System.Windows.Forms.ToolStripMenuItem fromVFOAToolStripMenuItem; |
|
330 | private System.Windows.Forms.ToolStripMenuItem fromVFOBToolStripMenuItem; |
380 | private System.Windows.Forms.ToolStripMenuItem fromVFOBToolStripMenuItem; |
|
331 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; |
- | ||
332 | private System.Windows.Forms.ToolStripMenuItem memoryChannelToolStripMenuItem; |
381 | private System.Windows.Forms.ToolStripMenuItem memoryChannelToolStripMenuItem; |
|
333 | private System.Windows.Forms.ToolStripMenuItem frequencyToolStripMenuItem; |
382 | private System.Windows.Forms.ToolStripMenuItem frequencyToolStripMenuItem; |
|
- | 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; |
||
334 | } |
389 | } |
|
335 | } |
390 | } |
|
336 | |
391 | |