HamBook – Diff between revs 40 and 41
?pathlinks?
Rev 40 | Rev 41 | |||
---|---|---|---|---|
Line 13... | Line 13... | |||
13 | /// Required method for Designer support - do not modify |
13 | /// Required method for Designer support - do not modify |
|
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 | this.components = new System.ComponentModel.Container(); |
|
19 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
19 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
20 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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(); |
21 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
22 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
22 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
- | 23 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm)); |
||
23 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
24 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
- | 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(); |
||
24 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
39 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
25 | this.button1 = new System.Windows.Forms.Button(); |
40 | this.button1 = new System.Windows.Forms.Button(); |
|
26 | this.button2 = new System.Windows.Forms.Button(); |
41 | this.button2 = new System.Windows.Forms.Button(); |
|
27 | this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
42 | this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
|
28 | this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); |
43 | this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); |
|
Line 31... | Line 46... | |||
31 | this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
46 | this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
32 | this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
47 | this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
33 | this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
48 | this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
34 | this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
49 | this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
|
35 | this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); |
50 | 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(); |
- | ||
47 | this.tableLayoutPanel1.SuspendLayout(); |
51 | this.tableLayoutPanel1.SuspendLayout(); |
|
- | 52 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); |
||
- | 53 | this.contextMenuStrip1.SuspendLayout(); |
||
48 | this.tableLayoutPanel2.SuspendLayout(); |
54 | this.tableLayoutPanel2.SuspendLayout(); |
|
49 | this.statusStrip1.SuspendLayout(); |
55 | this.statusStrip1.SuspendLayout(); |
|
50 | this.menuStrip1.SuspendLayout(); |
56 | this.menuStrip1.SuspendLayout(); |
|
51 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); |
- | ||
52 | this.SuspendLayout(); |
57 | this.SuspendLayout(); |
|
53 | // |
58 | // |
|
54 | // tableLayoutPanel1 |
59 | // tableLayoutPanel1 |
|
55 | // |
60 | // |
|
56 | this.tableLayoutPanel1.ColumnCount = 1; |
61 | this.tableLayoutPanel1.ColumnCount = 1; |
|
Line 66... | Line 71... | |||
66 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
71 | 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)); |
72 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
68 | this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431); |
73 | this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431); |
|
69 | this.tableLayoutPanel1.TabIndex = 1; |
74 | this.tableLayoutPanel1.TabIndex = 1; |
|
70 | // |
75 | // |
|
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 | // |
- | ||
175 | // dataGridView1 |
76 | // dataGridView1 |
|
176 | // |
77 | // |
|
177 | this.dataGridView1.AllowUserToAddRows = false; |
78 | this.dataGridView1.AllowUserToAddRows = false; |
|
178 | this.dataGridView1.AllowUserToDeleteRows = false; |
79 | this.dataGridView1.AllowUserToDeleteRows = false; |
|
179 | this.dataGridView1.AllowUserToResizeRows = false; |
80 | this.dataGridView1.AllowUserToResizeRows = false; |
|
Line 188... | Line 89... | |||
188 | this.ModeColumn, |
89 | this.ModeColumn, |
|
189 | this.CtcssColumn, |
90 | this.CtcssColumn, |
|
190 | this.PhaseColumn, |
91 | this.PhaseColumn, |
|
191 | this.TagColumn, |
92 | this.TagColumn, |
|
192 | this.TextColumn}); |
93 | this.TextColumn}); |
|
- | 94 | this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; |
||
193 | this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; |
95 | this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
194 | this.dataGridView1.DoubleBuffered = true; |
96 | this.dataGridView1.DoubleBuffered = true; |
|
195 | this.dataGridView1.Location = new System.Drawing.Point(3, 3); |
97 | this.dataGridView1.Location = new System.Drawing.Point(3, 3); |
|
196 | this.dataGridView1.Name = "dataGridView1"; |
98 | this.dataGridView1.Name = "dataGridView1"; |
|
197 | this.dataGridView1.RowHeadersVisible = false; |
99 | this.dataGridView1.RowHeadersVisible = false; |
|
Line 289... | Line 191... | |||
289 | // TextColumn |
191 | // TextColumn |
|
290 | // |
192 | // |
|
291 | this.TextColumn.HeaderText = "Text"; |
193 | this.TextColumn.HeaderText = "Text"; |
|
292 | this.TextColumn.Name = "TextColumn"; |
194 | this.TextColumn.Name = "TextColumn"; |
|
293 | // |
195 | // |
|
- | 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 | // |
||
294 | // MemoryOrganizerForm |
324 | // MemoryOrganizerForm |
|
295 | // |
325 | // |
|
296 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
326 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
297 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
327 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
298 | this.ClientSize = new System.Drawing.Size(1101, 455); |
328 | this.ClientSize = new System.Drawing.Size(1101, 455); |
|
Line 304... | Line 334... | |||
304 | this.Text = "HamBook: Memory Organizer"; |
334 | this.Text = "HamBook: Memory Organizer"; |
|
305 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing); |
335 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing); |
|
306 | this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); |
336 | this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); |
|
307 | this.tableLayoutPanel1.ResumeLayout(false); |
337 | this.tableLayoutPanel1.ResumeLayout(false); |
|
308 | this.tableLayoutPanel1.PerformLayout(); |
338 | this.tableLayoutPanel1.PerformLayout(); |
|
- | 339 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); |
||
- | 340 | this.contextMenuStrip1.ResumeLayout(false); |
||
309 | this.tableLayoutPanel2.ResumeLayout(false); |
341 | this.tableLayoutPanel2.ResumeLayout(false); |
|
310 | this.statusStrip1.ResumeLayout(false); |
342 | this.statusStrip1.ResumeLayout(false); |
|
311 | this.statusStrip1.PerformLayout(); |
343 | this.statusStrip1.PerformLayout(); |
|
312 | this.menuStrip1.ResumeLayout(false); |
344 | this.menuStrip1.ResumeLayout(false); |
|
313 | this.menuStrip1.PerformLayout(); |
345 | this.menuStrip1.PerformLayout(); |
|
314 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); |
- | ||
315 | this.ResumeLayout(false); |
346 | this.ResumeLayout(false); |
|
316 | this.PerformLayout(); |
347 | this.PerformLayout(); |
|
Line 317... | Line 348... | |||
317 | |
348 | |
|
Line 341... | Line 372... | |||
341 | private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn; |
372 | private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn; |
|
342 | private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn; |
373 | private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn; |
|
343 | private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn; |
374 | private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn; |
|
344 | private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn; |
375 | private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn; |
|
345 | private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn; |
376 | private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn; |
|
- | 377 | private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; |
||
- | 378 | private System.Windows.Forms.ToolStripMenuItem readToolStripMenuItem; |
||
- | 379 | private System.Windows.Forms.ToolStripMenuItem writeToolStripMenuItem; |
||
346 | } |
380 | } |
|
347 | } |
381 | } |
|
348 | |
382 | |