HamBook – Blame information for rev 40

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 {
18 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm));
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();
15 office 23 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
16 office 24 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
25 this.button1 = new System.Windows.Forms.Button();
26 this.button2 = new System.Windows.Forms.Button();
27 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
28 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
29 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
30 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
31 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
35 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
40 office 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();
15 office 47 this.tableLayoutPanel1.SuspendLayout();
48 this.tableLayoutPanel2.SuspendLayout();
49 this.statusStrip1.SuspendLayout();
16 office 50 this.menuStrip1.SuspendLayout();
40 office 51 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
15 office 52 this.SuspendLayout();
53 //
54 // tableLayoutPanel1
55 //
56 this.tableLayoutPanel1.ColumnCount = 1;
57 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
58 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
59 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
60 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
61 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
16 office 62 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
15 office 63 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
64 this.tableLayoutPanel1.RowCount = 3;
65 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
66 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
67 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
16 office 68 this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431);
15 office 69 this.tableLayoutPanel1.TabIndex = 1;
70 //
40 office 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 //
15 office 175 // dataGridView1
176 //
177 this.dataGridView1.AllowUserToAddRows = false;
178 this.dataGridView1.AllowUserToDeleteRows = false;
179 this.dataGridView1.AllowUserToResizeRows = false;
180 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
181 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
182 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
183 this.LocationColumn,
184 this.FrequencyColumn,
185 this.ClarifierDirectionColumn,
186 this.ClarifierOffsetColumn,
187 this.ClarColumn,
188 this.ModeColumn,
189 this.CtcssColumn,
190 this.PhaseColumn,
191 this.TagColumn,
192 this.TextColumn});
193 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
194 this.dataGridView1.DoubleBuffered = true;
195 this.dataGridView1.Location = new System.Drawing.Point(3, 3);
196 this.dataGridView1.Name = "dataGridView1";
197 this.dataGridView1.RowHeadersVisible = false;
198 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
16 office 199 this.dataGridView1.Size = new System.Drawing.Size(1095, 365);
15 office 200 this.dataGridView1.TabIndex = 0;
201 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
202 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
203 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
204 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
205 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
206 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
207 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
208 //
209 // LocationColumn
210 //
211 this.LocationColumn.HeaderText = "Location";
212 this.LocationColumn.Name = "LocationColumn";
213 this.LocationColumn.ReadOnly = true;
214 //
215 // FrequencyColumn
216 //
217 this.FrequencyColumn.HeaderText = "Frequency";
218 this.FrequencyColumn.Name = "FrequencyColumn";
219 //
220 // ClarifierDirectionColumn
221 //
40 office 222 dataGridViewCellStyle1.NullValue = "+";
223 this.ClarifierDirectionColumn.DefaultCellStyle = dataGridViewCellStyle1;
15 office 224 this.ClarifierDirectionColumn.HeaderText = "Clarifier";
225 this.ClarifierDirectionColumn.Items.AddRange(new object[] {
226 "+",
227 "-"});
228 this.ClarifierDirectionColumn.Name = "ClarifierDirectionColumn";
229 //
230 // ClarifierOffsetColumn
231 //
232 this.ClarifierOffsetColumn.HeaderText = "Offset";
233 this.ClarifierOffsetColumn.Name = "ClarifierOffsetColumn";
234 //
235 // ClarColumn
236 //
237 this.ClarColumn.HeaderText = "Clar";
238 this.ClarColumn.Name = "ClarColumn";
239 this.ClarColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
240 //
241 // ModeColumn
242 //
40 office 243 dataGridViewCellStyle2.NullValue = "LSB";
244 this.ModeColumn.DefaultCellStyle = dataGridViewCellStyle2;
15 office 245 this.ModeColumn.HeaderText = "Mode";
246 this.ModeColumn.Items.AddRange(new object[] {
247 "LSB",
248 "USB",
249 "CW",
250 "FM",
251 "AM",
252 "RTTY-LSB",
253 "CW-R",
254 "DATA-LSB",
255 "RTTY-USB",
256 "FM-N",
257 "DATA-USB",
258 "AM-N"});
259 this.ModeColumn.Name = "ModeColumn";
260 //
261 // CtcssColumn
262 //
40 office 263 dataGridViewCellStyle3.NullValue = "Off";
264 this.CtcssColumn.DefaultCellStyle = dataGridViewCellStyle3;
15 office 265 this.CtcssColumn.HeaderText = "CTCSS";
266 this.CtcssColumn.Items.AddRange(new object[] {
267 "Off",
268 "Enc/Dec",
269 "Enc"});
270 this.CtcssColumn.Name = "CtcssColumn";
271 //
272 // PhaseColumn
273 //
40 office 274 dataGridViewCellStyle4.NullValue = "Simplex";
275 this.PhaseColumn.DefaultCellStyle = dataGridViewCellStyle4;
15 office 276 this.PhaseColumn.HeaderText = "Phase";
277 this.PhaseColumn.Items.AddRange(new object[] {
278 "Simplex",
279 "Plus Shift",
280 "Minus Shift"});
281 this.PhaseColumn.Name = "PhaseColumn";
282 //
283 // TagColumn
284 //
285 this.TagColumn.HeaderText = "Tag";
286 this.TagColumn.Name = "TagColumn";
287 this.TagColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
288 //
289 // TextColumn
290 //
291 this.TextColumn.HeaderText = "Text";
292 this.TextColumn.Name = "TextColumn";
293 //
294 // MemoryOrganizerForm
295 //
296 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
297 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
298 this.ClientSize = new System.Drawing.Size(1101, 455);
299 this.Controls.Add(this.tableLayoutPanel1);
16 office 300 this.Controls.Add(this.menuStrip1);
15 office 301 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
16 office 302 this.MainMenuStrip = this.menuStrip1;
15 office 303 this.Name = "MemoryOrganizerForm";
304 this.Text = "HamBook: Memory Organizer";
22 office 305 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing);
15 office 306 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
307 this.tableLayoutPanel1.ResumeLayout(false);
308 this.tableLayoutPanel1.PerformLayout();
309 this.tableLayoutPanel2.ResumeLayout(false);
310 this.statusStrip1.ResumeLayout(false);
311 this.statusStrip1.PerformLayout();
16 office 312 this.menuStrip1.ResumeLayout(false);
313 this.menuStrip1.PerformLayout();
40 office 314 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
15 office 315 this.ResumeLayout(false);
16 office 316 this.PerformLayout();
15 office 317  
318 }
319  
320 #endregion
321  
322 private HamBook.Utilities.Controls.DoubleBufferedDataGridView dataGridView1;
323 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
324 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
325 private System.Windows.Forms.Button button1;
326 private System.Windows.Forms.Button button2;
327 private System.Windows.Forms.StatusStrip statusStrip1;
328 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
329 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
40 office 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;
15 office 336 private System.Windows.Forms.DataGridViewTextBoxColumn LocationColumn;
337 private System.Windows.Forms.DataGridViewTextBoxColumn FrequencyColumn;
338 private System.Windows.Forms.DataGridViewComboBoxColumn ClarifierDirectionColumn;
339 private System.Windows.Forms.DataGridViewTextBoxColumn ClarifierOffsetColumn;
340 private System.Windows.Forms.DataGridViewCheckBoxColumn ClarColumn;
341 private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn;
342 private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn;
343 private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn;
344 private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn;
345 private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn;
346 }
347 }