HamBook – Diff between revs 22 and 40

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 22 Rev 40
Line 14... Line 14...
14 /// the contents of this method with the code editor. 14 /// the contents of this method with the code editor.
15 /// </summary> 15 /// </summary>
16 private void InitializeComponent() 16 private void InitializeComponent()
17 { 17 {
18 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm)); 18 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm));
-   19 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
-   20 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
-   21 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
-   22 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
19 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 23 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
20 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView(); -  
21 this.LocationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); -  
22 this.FrequencyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); -  
23 this.ClarifierDirectionColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); -  
24 this.ClarifierOffsetColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); -  
25 this.ClarColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); -  
26 this.ModeColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); -  
27 this.CtcssColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); -  
28 this.PhaseColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); -  
29 this.TagColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); -  
30 this.TextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); -  
31 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 24 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
32 this.button1 = new System.Windows.Forms.Button(); 25 this.button1 = new System.Windows.Forms.Button();
33 this.button2 = new System.Windows.Forms.Button(); 26 this.button2 = new System.Windows.Forms.Button();
34 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 27 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
35 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); 28 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
Line 38... Line 31...
38 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 31 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 32 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 33 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); 34 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
42 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); 35 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
-   36 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView();
-   37 this.LocationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   38 this.FrequencyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   39 this.ClarifierDirectionColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
-   40 this.ClarifierOffsetColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   41 this.ClarColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
-   42 this.ModeColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
-   43 this.CtcssColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
-   44 this.PhaseColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
-   45 this.TagColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
-   46 this.TextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
43 this.tableLayoutPanel1.SuspendLayout(); 47 this.tableLayoutPanel1.SuspendLayout();
44 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); -  
45 this.tableLayoutPanel2.SuspendLayout(); 48 this.tableLayoutPanel2.SuspendLayout();
46 this.statusStrip1.SuspendLayout(); 49 this.statusStrip1.SuspendLayout();
47 this.menuStrip1.SuspendLayout(); 50 this.menuStrip1.SuspendLayout();
-   51 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
48 this.SuspendLayout(); 52 this.SuspendLayout();
49 // 53 //
50 // tableLayoutPanel1 54 // tableLayoutPanel1
51 // 55 //
52 this.tableLayoutPanel1.ColumnCount = 1; 56 this.tableLayoutPanel1.ColumnCount = 1;
Line 62... Line 66...
62 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); 66 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
63 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 67 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
64 this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431); 68 this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431);
65 this.tableLayoutPanel1.TabIndex = 1; 69 this.tableLayoutPanel1.TabIndex = 1;
66 // 70 //
-   71 // tableLayoutPanel2
-   72 //
-   73 this.tableLayoutPanel2.ColumnCount = 3;
-   74 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   75 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
-   76 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
-   77 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
-   78 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
-   79 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
-   80 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 374);
-   81 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
-   82 this.tableLayoutPanel2.RowCount = 1;
-   83 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   84 this.tableLayoutPanel2.Size = new System.Drawing.Size(1095, 34);
-   85 this.tableLayoutPanel2.TabIndex = 1;
-   86 //
-   87 // button1
-   88 //
-   89 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   90 this.button1.Location = new System.Drawing.Point(938, 5);
-   91 this.button1.Name = "button1";
-   92 this.button1.Size = new System.Drawing.Size(74, 23);
-   93 this.button1.TabIndex = 0;
-   94 this.button1.Text = "Read";
-   95 this.button1.UseVisualStyleBackColor = true;
-   96 this.button1.Click += new System.EventHandler(this.button1_Click);
-   97 //
-   98 // button2
-   99 //
-   100 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   101 this.button2.Location = new System.Drawing.Point(1018, 5);
-   102 this.button2.Name = "button2";
-   103 this.button2.Size = new System.Drawing.Size(74, 23);
-   104 this.button2.TabIndex = 1;
-   105 this.button2.Text = "Write";
-   106 this.button2.UseVisualStyleBackColor = true;
-   107 this.button2.Click += new System.EventHandler(this.button2_Click);
-   108 //
-   109 // statusStrip1
-   110 //
-   111 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
-   112 this.toolStripProgressBar1,
-   113 this.toolStripStatusLabel1});
-   114 this.statusStrip1.Location = new System.Drawing.Point(0, 411);
-   115 this.statusStrip1.Name = "statusStrip1";
-   116 this.statusStrip1.Size = new System.Drawing.Size(1101, 20);
-   117 this.statusStrip1.TabIndex = 2;
-   118 this.statusStrip1.Text = "statusStrip1";
-   119 //
-   120 // toolStripProgressBar1
-   121 //
-   122 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
-   123 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14);
-   124 //
-   125 // toolStripStatusLabel1
-   126 //
-   127 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
-   128 this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15);
-   129 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
-   130 //
-   131 // menuStrip1
-   132 //
-   133 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
-   134 this.fileToolStripMenuItem});
-   135 this.menuStrip1.Location = new System.Drawing.Point(0, 0);
-   136 this.menuStrip1.Name = "menuStrip1";
-   137 this.menuStrip1.Size = new System.Drawing.Size(1101, 24);
-   138 this.menuStrip1.TabIndex = 2;
-   139 this.menuStrip1.Text = "menuStrip1";
-   140 //
-   141 // fileToolStripMenuItem
-   142 //
-   143 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
-   144 this.importToolStripMenuItem,
-   145 this.exportToolStripMenuItem});
-   146 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
-   147 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
-   148 this.fileToolStripMenuItem.Text = "File";
-   149 //
-   150 // importToolStripMenuItem
-   151 //
-   152 this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image")));
-   153 this.importToolStripMenuItem.Name = "importToolStripMenuItem";
-   154 this.importToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
-   155 this.importToolStripMenuItem.Text = "Import";
-   156 this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
-   157 //
-   158 // exportToolStripMenuItem
-   159 //
-   160 this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image")));
-   161 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
-   162 this.exportToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
-   163 this.exportToolStripMenuItem.Text = "Export";
-   164 this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
-   165 //
-   166 // saveFileDialog1
-   167 //
-   168 this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
-   169 //
-   170 // openFileDialog1
-   171 //
-   172 this.openFileDialog1.FileName = "openFileDialog1";
-   173 this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
-   174 //
67 // dataGridView1 175 // dataGridView1
68 // 176 //
69 this.dataGridView1.AllowUserToAddRows = false; 177 this.dataGridView1.AllowUserToAddRows = false;
70 this.dataGridView1.AllowUserToDeleteRows = false; 178 this.dataGridView1.AllowUserToDeleteRows = false;
71 this.dataGridView1.AllowUserToResizeRows = false; 179 this.dataGridView1.AllowUserToResizeRows = false;
Line 109... Line 217...
109 this.FrequencyColumn.HeaderText = "Frequency"; 217 this.FrequencyColumn.HeaderText = "Frequency";
110 this.FrequencyColumn.Name = "FrequencyColumn"; 218 this.FrequencyColumn.Name = "FrequencyColumn";
111 // 219 //
112 // ClarifierDirectionColumn 220 // ClarifierDirectionColumn
113 // 221 //
-   222 dataGridViewCellStyle1.NullValue = "+";
-   223 this.ClarifierDirectionColumn.DefaultCellStyle = dataGridViewCellStyle1;
114 this.ClarifierDirectionColumn.HeaderText = "Clarifier"; 224 this.ClarifierDirectionColumn.HeaderText = "Clarifier";
115 this.ClarifierDirectionColumn.Items.AddRange(new object[] { 225 this.ClarifierDirectionColumn.Items.AddRange(new object[] {
116 "+", 226 "+",
117 "-"}); 227 "-"});
118 this.ClarifierDirectionColumn.Name = "ClarifierDirectionColumn"; 228 this.ClarifierDirectionColumn.Name = "ClarifierDirectionColumn";
Line 128... Line 238...
128 this.ClarColumn.Name = "ClarColumn"; 238 this.ClarColumn.Name = "ClarColumn";
129 this.ClarColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; 239 this.ClarColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
130 // 240 //
131 // ModeColumn 241 // ModeColumn
132 // 242 //
-   243 dataGridViewCellStyle2.NullValue = "LSB";
-   244 this.ModeColumn.DefaultCellStyle = dataGridViewCellStyle2;
133 this.ModeColumn.HeaderText = "Mode"; 245 this.ModeColumn.HeaderText = "Mode";
134 this.ModeColumn.Items.AddRange(new object[] { 246 this.ModeColumn.Items.AddRange(new object[] {
135 "LSB", 247 "LSB",
136 "USB", 248 "USB",
137 "CW", 249 "CW",
Line 146... Line 258...
146 "AM-N"}); 258 "AM-N"});
147 this.ModeColumn.Name = "ModeColumn"; 259 this.ModeColumn.Name = "ModeColumn";
148 // 260 //
149 // CtcssColumn 261 // CtcssColumn
150 // 262 //
-   263 dataGridViewCellStyle3.NullValue = "Off";
-   264 this.CtcssColumn.DefaultCellStyle = dataGridViewCellStyle3;
151 this.CtcssColumn.HeaderText = "CTCSS"; 265 this.CtcssColumn.HeaderText = "CTCSS";
152 this.CtcssColumn.Items.AddRange(new object[] { 266 this.CtcssColumn.Items.AddRange(new object[] {
153 "Off", 267 "Off",
154 "Enc/Dec", 268 "Enc/Dec",
155 "Enc"}); 269 "Enc"});
156 this.CtcssColumn.Name = "CtcssColumn"; 270 this.CtcssColumn.Name = "CtcssColumn";
157 // 271 //
158 // PhaseColumn 272 // PhaseColumn
159 // 273 //
-   274 dataGridViewCellStyle4.NullValue = "Simplex";
-   275 this.PhaseColumn.DefaultCellStyle = dataGridViewCellStyle4;
160 this.PhaseColumn.HeaderText = "Phase"; 276 this.PhaseColumn.HeaderText = "Phase";
161 this.PhaseColumn.Items.AddRange(new object[] { 277 this.PhaseColumn.Items.AddRange(new object[] {
162 "Simplex", 278 "Simplex",
163 "Plus Shift", 279 "Plus Shift",
164 "Minus Shift"}); 280 "Minus Shift"});
Line 173... Line 289...
173 // TextColumn 289 // TextColumn
174 // 290 //
175 this.TextColumn.HeaderText = "Text"; 291 this.TextColumn.HeaderText = "Text";
176 this.TextColumn.Name = "TextColumn"; 292 this.TextColumn.Name = "TextColumn";
177 // 293 //
178 // tableLayoutPanel2 -  
179 // -  
180 this.tableLayoutPanel2.ColumnCount = 3; -  
181 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); -  
182 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); -  
183 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); -  
184 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0); -  
185 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0); -  
186 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; -  
187 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 374); -  
188 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; -  
189 this.tableLayoutPanel2.RowCount = 1; -  
190 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); -  
191 this.tableLayoutPanel2.Size = new System.Drawing.Size(1095, 34); -  
192 this.tableLayoutPanel2.TabIndex = 1; -  
193 // -  
194 // button1 -  
195 // -  
196 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
197 this.button1.Location = new System.Drawing.Point(938, 5); -  
198 this.button1.Name = "button1"; -  
199 this.button1.Size = new System.Drawing.Size(74, 23); -  
200 this.button1.TabIndex = 0; -  
201 this.button1.Text = "Read"; -  
202 this.button1.UseVisualStyleBackColor = true; -  
203 this.button1.Click += new System.EventHandler(this.button1_Click); -  
204 // -  
205 // button2 -  
206 // -  
207 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
208 this.button2.Location = new System.Drawing.Point(1018, 5); -  
209 this.button2.Name = "button2"; -  
210 this.button2.Size = new System.Drawing.Size(74, 23); -  
211 this.button2.TabIndex = 1; -  
212 this.button2.Text = "Write"; -  
213 this.button2.UseVisualStyleBackColor = true; -  
214 this.button2.Click += new System.EventHandler(this.button2_Click); -  
215 // -  
216 // statusStrip1 -  
217 // -  
218 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { -  
219 this.toolStripProgressBar1, -  
220 this.toolStripStatusLabel1}); -  
221 this.statusStrip1.Location = new System.Drawing.Point(0, 411); -  
222 this.statusStrip1.Name = "statusStrip1"; -  
223 this.statusStrip1.Size = new System.Drawing.Size(1101, 20); -  
224 this.statusStrip1.TabIndex = 2; -  
225 this.statusStrip1.Text = "statusStrip1"; -  
226 // -  
227 // toolStripProgressBar1 -  
228 // -  
229 this.toolStripProgressBar1.Name = "toolStripProgressBar1"; -  
230 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14); -  
231 // -  
232 // toolStripStatusLabel1 -  
233 // -  
234 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; -  
235 this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15); -  
236 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; -  
237 // -  
238 // menuStrip1 -  
239 // -  
240 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { -  
241 this.fileToolStripMenuItem}); -  
242 this.menuStrip1.Location = new System.Drawing.Point(0, 0); -  
243 this.menuStrip1.Name = "menuStrip1"; -  
244 this.menuStrip1.Size = new System.Drawing.Size(1101, 24); -  
245 this.menuStrip1.TabIndex = 2; -  
246 this.menuStrip1.Text = "menuStrip1"; -  
247 // -  
248 // fileToolStripMenuItem -  
249 // -  
250 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { -  
251 this.importToolStripMenuItem, -  
252 this.exportToolStripMenuItem}); -  
253 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; -  
254 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); -  
255 this.fileToolStripMenuItem.Text = "File"; -  
256 // -  
257 // importToolStripMenuItem -  
258 // -  
259 this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image"))); -  
260 this.importToolStripMenuItem.Name = "importToolStripMenuItem"; -  
261 this.importToolStripMenuItem.Size = new System.Drawing.Size(110, 22); -  
262 this.importToolStripMenuItem.Text = "Import"; -  
263 this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); -  
264 // -  
265 // exportToolStripMenuItem -  
266 // -  
267 this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image"))); -  
268 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; -  
269 this.exportToolStripMenuItem.Size = new System.Drawing.Size(110, 22); -  
270 this.exportToolStripMenuItem.Text = "Export"; -  
271 this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); -  
272 // -  
273 // saveFileDialog1 -  
274 // -  
275 this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk); -  
276 // -  
277 // openFileDialog1 -  
278 // -  
279 this.openFileDialog1.FileName = "openFileDialog1"; -  
280 this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); -  
281 // -  
282 // MemoryOrganizerForm 294 // MemoryOrganizerForm
283 // 295 //
284 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 296 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
285 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 297 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
286 this.ClientSize = new System.Drawing.Size(1101, 455); 298 this.ClientSize = new System.Drawing.Size(1101, 455);
Line 292... Line 304...
292 this.Text = "HamBook: Memory Organizer"; 304 this.Text = "HamBook: Memory Organizer";
293 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing); 305 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing);
294 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); 306 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
295 this.tableLayoutPanel1.ResumeLayout(false); 307 this.tableLayoutPanel1.ResumeLayout(false);
296 this.tableLayoutPanel1.PerformLayout(); 308 this.tableLayoutPanel1.PerformLayout();
297 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); -  
298 this.tableLayoutPanel2.ResumeLayout(false); 309 this.tableLayoutPanel2.ResumeLayout(false);
299 this.statusStrip1.ResumeLayout(false); 310 this.statusStrip1.ResumeLayout(false);
300 this.statusStrip1.PerformLayout(); 311 this.statusStrip1.PerformLayout();
301 this.menuStrip1.ResumeLayout(false); 312 this.menuStrip1.ResumeLayout(false);
302 this.menuStrip1.PerformLayout(); 313 this.menuStrip1.PerformLayout();
-   314 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
303 this.ResumeLayout(false); 315 this.ResumeLayout(false);
304 this.PerformLayout(); 316 this.PerformLayout();
Line 305... Line 317...
305   317  
Line 313... Line 325...
313 private System.Windows.Forms.Button button1; 325 private System.Windows.Forms.Button button1;
314 private System.Windows.Forms.Button button2; 326 private System.Windows.Forms.Button button2;
315 private System.Windows.Forms.StatusStrip statusStrip1; 327 private System.Windows.Forms.StatusStrip statusStrip1;
316 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1; 328 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
317 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; 329 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
-   330 private System.Windows.Forms.MenuStrip menuStrip1;
-   331 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
-   332 private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
-   333 private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
-   334 private System.Windows.Forms.SaveFileDialog saveFileDialog1;
-   335 private System.Windows.Forms.OpenFileDialog openFileDialog1;
318 private System.Windows.Forms.DataGridViewTextBoxColumn LocationColumn; 336 private System.Windows.Forms.DataGridViewTextBoxColumn LocationColumn;
319 private System.Windows.Forms.DataGridViewTextBoxColumn FrequencyColumn; 337 private System.Windows.Forms.DataGridViewTextBoxColumn FrequencyColumn;
320 private System.Windows.Forms.DataGridViewComboBoxColumn ClarifierDirectionColumn; 338 private System.Windows.Forms.DataGridViewComboBoxColumn ClarifierDirectionColumn;
321 private System.Windows.Forms.DataGridViewTextBoxColumn ClarifierOffsetColumn; 339 private System.Windows.Forms.DataGridViewTextBoxColumn ClarifierOffsetColumn;
322 private System.Windows.Forms.DataGridViewCheckBoxColumn ClarColumn; 340 private System.Windows.Forms.DataGridViewCheckBoxColumn ClarColumn;
323 private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn; 341 private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn;
324 private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn; 342 private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn;
325 private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn; 343 private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn;
326 private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn; 344 private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn;
327 private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn; 345 private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn;
328 private System.Windows.Forms.MenuStrip menuStrip1; -  
329 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; -  
330 private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; -  
331 private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; -  
332 private System.Windows.Forms.SaveFileDialog saveFileDialog1; -  
333 private System.Windows.Forms.OpenFileDialog openFileDialog1; -  
334 } 346 }
335 } 347 }
336   348