HamBook – Blame information for rev 41

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