HamBook – Diff between revs 15 and 16

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 15 Rev 16
Line 15... Line 15...
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 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 19 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
20 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); -  
21 this.button1 = new System.Windows.Forms.Button(); -  
22 this.button2 = new System.Windows.Forms.Button(); -  
23 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); -  
24 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); -  
25 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); -  
26 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView(); 20 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView();
27 this.LocationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 21 this.LocationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
28 this.FrequencyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 22 this.FrequencyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
29 this.ClarifierDirectionColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); 23 this.ClarifierDirectionColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
30 this.ClarifierOffsetColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 24 this.ClarifierOffsetColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
Line 32... Line 26...
32 this.ModeColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); 26 this.ModeColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
33 this.CtcssColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); 27 this.CtcssColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
34 this.PhaseColumn = new System.Windows.Forms.DataGridViewComboBoxColumn(); 28 this.PhaseColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
35 this.TagColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); 29 this.TagColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
36 this.TextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 30 this.TextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
-   31 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
-   32 this.button1 = new System.Windows.Forms.Button();
-   33 this.button2 = new System.Windows.Forms.Button();
-   34 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
-   35 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
-   36 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
-   37 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
-   38 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   39 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   40 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   41 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
-   42 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
37 this.tableLayoutPanel1.SuspendLayout(); 43 this.tableLayoutPanel1.SuspendLayout();
-   44 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
38 this.tableLayoutPanel2.SuspendLayout(); 45 this.tableLayoutPanel2.SuspendLayout();
39 this.statusStrip1.SuspendLayout(); 46 this.statusStrip1.SuspendLayout();
40 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); 47 this.menuStrip1.SuspendLayout();
41 this.SuspendLayout(); 48 this.SuspendLayout();
42 // 49 //
43 // tableLayoutPanel1 50 // tableLayoutPanel1
44 // 51 //
45 this.tableLayoutPanel1.ColumnCount = 1; 52 this.tableLayoutPanel1.ColumnCount = 1;
46 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 53 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
47 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0); 54 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
48 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); 55 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
49 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2); 56 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
50 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 57 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
51 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 58 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
52 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 59 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
53 this.tableLayoutPanel1.RowCount = 3; 60 this.tableLayoutPanel1.RowCount = 3;
54 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); 61 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
55 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); 62 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
56 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 63 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
57 this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 455); 64 this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431);
58 this.tableLayoutPanel1.TabIndex = 1; 65 this.tableLayoutPanel1.TabIndex = 1;
59 // 66 //
60 // tableLayoutPanel2 -  
61 // -  
62 this.tableLayoutPanel2.ColumnCount = 3; -  
63 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); -  
64 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); -  
65 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); -  
66 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0); -  
67 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0); -  
68 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; -  
69 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 398); -  
70 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; -  
71 this.tableLayoutPanel2.RowCount = 1; -  
72 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); -  
73 this.tableLayoutPanel2.Size = new System.Drawing.Size(1095, 34); -  
74 this.tableLayoutPanel2.TabIndex = 1; -  
75 // -  
76 // button1 -  
77 // -  
78 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
79 this.button1.Location = new System.Drawing.Point(938, 5); -  
80 this.button1.Name = "button1"; -  
81 this.button1.Size = new System.Drawing.Size(74, 23); -  
82 this.button1.TabIndex = 0; -  
83 this.button1.Text = "Read"; -  
84 this.button1.UseVisualStyleBackColor = true; -  
85 this.button1.Click += new System.EventHandler(this.button1_Click); -  
86 // -  
87 // button2 -  
88 // -  
89 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); -  
90 this.button2.Location = new System.Drawing.Point(1018, 5); -  
91 this.button2.Name = "button2"; -  
92 this.button2.Size = new System.Drawing.Size(74, 23); -  
93 this.button2.TabIndex = 1; -  
94 this.button2.Text = "Write"; -  
95 this.button2.UseVisualStyleBackColor = true; -  
96 this.button2.Click += new System.EventHandler(this.button2_Click); -  
97 // -  
98 // statusStrip1 -  
99 // -  
100 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { -  
101 this.toolStripProgressBar1, -  
102 this.toolStripStatusLabel1}); -  
103 this.statusStrip1.Location = new System.Drawing.Point(0, 435); -  
104 this.statusStrip1.Name = "statusStrip1"; -  
105 this.statusStrip1.Size = new System.Drawing.Size(1101, 20); -  
106 this.statusStrip1.TabIndex = 2; -  
107 this.statusStrip1.Text = "statusStrip1"; -  
108 // -  
109 // toolStripProgressBar1 -  
110 // -  
111 this.toolStripProgressBar1.Name = "toolStripProgressBar1"; -  
112 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14); -  
113 // -  
114 // toolStripStatusLabel1 -  
115 // -  
116 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; -  
117 this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15); -  
118 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; -  
119 // -  
120 // dataGridView1 67 // dataGridView1
121 // 68 //
122 this.dataGridView1.AllowUserToAddRows = false; 69 this.dataGridView1.AllowUserToAddRows = false;
123 this.dataGridView1.AllowUserToDeleteRows = false; 70 this.dataGridView1.AllowUserToDeleteRows = false;
124 this.dataGridView1.AllowUserToResizeRows = false; 71 this.dataGridView1.AllowUserToResizeRows = false;
Line 139... Line 86...
139 this.dataGridView1.DoubleBuffered = true; 86 this.dataGridView1.DoubleBuffered = true;
140 this.dataGridView1.Location = new System.Drawing.Point(3, 3); 87 this.dataGridView1.Location = new System.Drawing.Point(3, 3);
141 this.dataGridView1.Name = "dataGridView1"; 88 this.dataGridView1.Name = "dataGridView1";
142 this.dataGridView1.RowHeadersVisible = false; 89 this.dataGridView1.RowHeadersVisible = false;
143 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 90 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
144 this.dataGridView1.Size = new System.Drawing.Size(1095, 389); 91 this.dataGridView1.Size = new System.Drawing.Size(1095, 365);
145 this.dataGridView1.TabIndex = 0; 92 this.dataGridView1.TabIndex = 0;
146 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick); 93 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
147 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick); 94 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
148 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); 95 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
149 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp); 96 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
Line 226... Line 173...
226 // TextColumn 173 // TextColumn
227 // 174 //
228 this.TextColumn.HeaderText = "Text"; 175 this.TextColumn.HeaderText = "Text";
229 this.TextColumn.Name = "TextColumn"; 176 this.TextColumn.Name = "TextColumn";
230 // 177 //
-   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 //
231 // MemoryOrganizerForm 282 // MemoryOrganizerForm
232 // 283 //
233 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 284 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
234 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 285 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
235 this.ClientSize = new System.Drawing.Size(1101, 455); 286 this.ClientSize = new System.Drawing.Size(1101, 455);
236 this.Controls.Add(this.tableLayoutPanel1); 287 this.Controls.Add(this.tableLayoutPanel1);
-   288 this.Controls.Add(this.menuStrip1);
237 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 289 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
-   290 this.MainMenuStrip = this.menuStrip1;
238 this.Name = "MemoryOrganizerForm"; 291 this.Name = "MemoryOrganizerForm";
239 this.Text = "HamBook: Memory Organizer"; 292 this.Text = "HamBook: Memory Organizer";
240 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); 293 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
241 this.tableLayoutPanel1.ResumeLayout(false); 294 this.tableLayoutPanel1.ResumeLayout(false);
242 this.tableLayoutPanel1.PerformLayout(); 295 this.tableLayoutPanel1.PerformLayout();
-   296 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
243 this.tableLayoutPanel2.ResumeLayout(false); 297 this.tableLayoutPanel2.ResumeLayout(false);
244 this.statusStrip1.ResumeLayout(false); 298 this.statusStrip1.ResumeLayout(false);
245 this.statusStrip1.PerformLayout(); 299 this.statusStrip1.PerformLayout();
246 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); 300 this.menuStrip1.ResumeLayout(false);
-   301 this.menuStrip1.PerformLayout();
247 this.ResumeLayout(false); 302 this.ResumeLayout(false);
-   303 this.PerformLayout();
Line 248... Line 304...
248   304  
Line 249... Line 305...
249 } 305 }
Line 266... Line 322...
266 private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn; 322 private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn;
267 private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn; 323 private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn;
268 private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn; 324 private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn;
269 private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn; 325 private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn;
270 private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn; 326 private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn;
-   327 private System.Windows.Forms.MenuStrip menuStrip1;
-   328 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
-   329 private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
-   330 private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
-   331 private System.Windows.Forms.SaveFileDialog saveFileDialog1;
-   332 private System.Windows.Forms.OpenFileDialog openFileDialog1;
271 } 333 }
272 } 334 }
273   335