HamBook – Diff between revs 52 and 53

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 52 Rev 53
Line 16... Line 16...
16 private void InitializeComponent() 16 private void InitializeComponent()
17 { 17 {
18 this.components = new System.ComponentModel.Container(); 18 this.components = new System.ComponentModel.Container();
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm)); 19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm));
20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
-   21 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView();
21 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); 22 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
22 this.fromVFOAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 23 this.fromVFOAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
23 this.fromVFOBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 24 this.fromVFOBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   25 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
24 this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 26 this.goToToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
25 this.memoryChannelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 27 this.memoryChannelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.frequencyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 28 this.frequencyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
27 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 29 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
28 this.readToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 30 this.readToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
29 this.writeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 31 this.writeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
-   32 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
30 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 33 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
31 this.button1 = new System.Windows.Forms.Button(); 34 this.button1 = new System.Windows.Forms.Button();
32 this.button2 = new System.Windows.Forms.Button(); 35 this.button2 = new System.Windows.Forms.Button();
33 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 36 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
34 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); 37 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
35 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); 38 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
36 this.menuStrip1 = new System.Windows.Forms.MenuStrip(); 39 this.menuStrip1 = new System.Windows.Forms.MenuStrip();
37 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 40 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 41 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 42 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); -  
41 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); -  
42 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView(); -  
43 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); -  
44 this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 43 this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45 this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 44 this.cutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
46 this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 45 this.copyToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
47 this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); 46 this.pasteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
-   47 this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
48 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 48 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
49 this.tableLayoutPanel1.SuspendLayout(); 49 this.tableLayoutPanel1.SuspendLayout();
-   50 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
50 this.contextMenuStrip1.SuspendLayout(); 51 this.contextMenuStrip1.SuspendLayout();
51 this.tableLayoutPanel2.SuspendLayout(); 52 this.tableLayoutPanel2.SuspendLayout();
52 this.statusStrip1.SuspendLayout(); 53 this.statusStrip1.SuspendLayout();
53 this.menuStrip1.SuspendLayout(); 54 this.menuStrip1.SuspendLayout();
54 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); -  
55 this.SuspendLayout(); 55 this.SuspendLayout();
56 // 56 //
57 // tableLayoutPanel1 57 // tableLayoutPanel1
58 // 58 //
59 this.tableLayoutPanel1.ColumnCount = 1; 59 this.tableLayoutPanel1.ColumnCount = 1;
Line 69... Line 69...
69 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); 69 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
70 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); 70 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
71 this.tableLayoutPanel1.Size = new System.Drawing.Size(719, 376); 71 this.tableLayoutPanel1.Size = new System.Drawing.Size(719, 376);
72 this.tableLayoutPanel1.TabIndex = 1; 72 this.tableLayoutPanel1.TabIndex = 1;
73 // 73 //
-   74 // dataGridView1
-   75 //
-   76 this.dataGridView1.AllowUserToAddRows = false;
-   77 this.dataGridView1.AllowUserToDeleteRows = false;
-   78 this.dataGridView1.AllowUserToResizeRows = false;
-   79 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
-   80 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
-   81 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
-   82 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
-   83 this.dataGridView1.DoubleBuffered = true;
-   84 this.dataGridView1.Location = new System.Drawing.Point(3, 3);
-   85 this.dataGridView1.Name = "dataGridView1";
-   86 this.dataGridView1.RowHeadersVisible = false;
-   87 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
-   88 this.dataGridView1.Size = new System.Drawing.Size(713, 310);
-   89 this.dataGridView1.TabIndex = 0;
-   90 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
-   91 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
-   92 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
-   93 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
-   94 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
-   95 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
-   96 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
-   97 this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridView1_RowPrePaint);
-   98 this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown);
-   99 //
74 // contextMenuStrip1 100 // contextMenuStrip1
75 // 101 //
76 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 102 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
77 this.fromVFOAToolStripMenuItem, 103 this.fromVFOAToolStripMenuItem,
78 this.fromVFOBToolStripMenuItem, 104 this.fromVFOBToolStripMenuItem,
Line 81... Line 107...
81 this.toolStripSeparator3, 107 this.toolStripSeparator3,
82 this.readToolStripMenuItem, 108 this.readToolStripMenuItem,
83 this.writeToolStripMenuItem, 109 this.writeToolStripMenuItem,
84 this.toolStripSeparator2}); 110 this.toolStripSeparator2});
85 this.contextMenuStrip1.Name = "contextMenuStrip1"; 111 this.contextMenuStrip1.Name = "contextMenuStrip1";
86 this.contextMenuStrip1.Size = new System.Drawing.Size(168, 132); 112 this.contextMenuStrip1.Size = new System.Drawing.Size(164, 132);
87 // 113 //
88 // fromVFOAToolStripMenuItem 114 // fromVFOAToolStripMenuItem
89 // 115 //
90 this.fromVFOAToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOAToolStripMenuItem.Image"))); 116 this.fromVFOAToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOAToolStripMenuItem.Image")));
91 this.fromVFOAToolStripMenuItem.Name = "fromVFOAToolStripMenuItem"; 117 this.fromVFOAToolStripMenuItem.Name = "fromVFOAToolStripMenuItem";
92 this.fromVFOAToolStripMenuItem.Size = new System.Drawing.Size(167, 22); 118 this.fromVFOAToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
93 this.fromVFOAToolStripMenuItem.Text = "Read from VFO-A"; 119 this.fromVFOAToolStripMenuItem.Text = "Read from VFO-A";
94 this.fromVFOAToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOAToolStripMenuItem_Click); 120 this.fromVFOAToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOAToolStripMenuItem_Click);
95 // 121 //
96 // fromVFOBToolStripMenuItem 122 // fromVFOBToolStripMenuItem
97 // 123 //
98 this.fromVFOBToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOBToolStripMenuItem.Image"))); 124 this.fromVFOBToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("fromVFOBToolStripMenuItem.Image")));
99 this.fromVFOBToolStripMenuItem.Name = "fromVFOBToolStripMenuItem"; 125 this.fromVFOBToolStripMenuItem.Name = "fromVFOBToolStripMenuItem";
100 this.fromVFOBToolStripMenuItem.Size = new System.Drawing.Size(167, 22); 126 this.fromVFOBToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
101 this.fromVFOBToolStripMenuItem.Text = "Read from VFO-B"; 127 this.fromVFOBToolStripMenuItem.Text = "Read from VFO-B";
102 this.fromVFOBToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOBToolStripMenuItem_Click); 128 this.fromVFOBToolStripMenuItem.Click += new System.EventHandler(this.readFromVFOBToolStripMenuItem_Click);
103 // 129 //
-   130 // toolStripSeparator1
-   131 //
-   132 this.toolStripSeparator1.Name = "toolStripSeparator1";
-   133 this.toolStripSeparator1.Size = new System.Drawing.Size(160, 6);
-   134 //
104 // goToToolStripMenuItem 135 // goToToolStripMenuItem
105 // 136 //
106 this.goToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 137 this.goToToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
107 this.memoryChannelToolStripMenuItem, 138 this.memoryChannelToolStripMenuItem,
108 this.frequencyToolStripMenuItem}); 139 this.frequencyToolStripMenuItem});
109 this.goToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("goToToolStripMenuItem.Image"))); 140 this.goToToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("goToToolStripMenuItem.Image")));
110 this.goToToolStripMenuItem.Name = "goToToolStripMenuItem"; 141 this.goToToolStripMenuItem.Name = "goToToolStripMenuItem";
111 this.goToToolStripMenuItem.Size = new System.Drawing.Size(167, 22); 142 this.goToToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
112 this.goToToolStripMenuItem.Text = "Go to"; 143 this.goToToolStripMenuItem.Text = "Go to";
113 // 144 //
114 // memoryChannelToolStripMenuItem 145 // memoryChannelToolStripMenuItem
115 // 146 //
116 this.memoryChannelToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("memoryChannelToolStripMenuItem.Image"))); 147 this.memoryChannelToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("memoryChannelToolStripMenuItem.Image")));
117 this.memoryChannelToolStripMenuItem.Name = "memoryChannelToolStripMenuItem"; 148 this.memoryChannelToolStripMenuItem.Name = "memoryChannelToolStripMenuItem";
118 this.memoryChannelToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 149 this.memoryChannelToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
119 this.memoryChannelToolStripMenuItem.Text = "Memory Channel"; 150 this.memoryChannelToolStripMenuItem.Text = "Memory Channel";
120 this.memoryChannelToolStripMenuItem.Click += new System.EventHandler(this.memoryChannelToolStripMenuItem_Click); 151 this.memoryChannelToolStripMenuItem.Click += new System.EventHandler(this.memoryChannelToolStripMenuItem_Click);
121 // 152 //
122 // frequencyToolStripMenuItem 153 // frequencyToolStripMenuItem
123 // 154 //
124 this.frequencyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("frequencyToolStripMenuItem.Image"))); 155 this.frequencyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("frequencyToolStripMenuItem.Image")));
125 this.frequencyToolStripMenuItem.Name = "frequencyToolStripMenuItem"; 156 this.frequencyToolStripMenuItem.Name = "frequencyToolStripMenuItem";
126 this.frequencyToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 157 this.frequencyToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
127 this.frequencyToolStripMenuItem.Text = "Frequency"; 158 this.frequencyToolStripMenuItem.Text = "Frequency";
128 this.frequencyToolStripMenuItem.Click += new System.EventHandler(this.frequencyToolStripMenuItem_Click); 159 this.frequencyToolStripMenuItem.Click += new System.EventHandler(this.frequencyToolStripMenuItem_Click);
129 // 160 //
130 // toolStripSeparator1 161 // toolStripSeparator3
131 // 162 //
132 this.toolStripSeparator1.Name = "toolStripSeparator1"; 163 this.toolStripSeparator3.Name = "toolStripSeparator3";
133 this.toolStripSeparator1.Size = new System.Drawing.Size(164, 6); 164 this.toolStripSeparator3.Size = new System.Drawing.Size(160, 6);
134 // 165 //
135 // readToolStripMenuItem 166 // readToolStripMenuItem
136 // 167 //
137 this.readToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("readToolStripMenuItem.Image"))); 168 this.readToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("readToolStripMenuItem.Image")));
138 this.readToolStripMenuItem.Name = "readToolStripMenuItem"; 169 this.readToolStripMenuItem.Name = "readToolStripMenuItem";
139 this.readToolStripMenuItem.Size = new System.Drawing.Size(167, 22); 170 this.readToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
140 this.readToolStripMenuItem.Text = "Read"; 171 this.readToolStripMenuItem.Text = "Read";
141 this.readToolStripMenuItem.Click += new System.EventHandler(this.readToolStripMenuItem_Click); 172 this.readToolStripMenuItem.Click += new System.EventHandler(this.readToolStripMenuItem_Click);
142 // 173 //
143 // writeToolStripMenuItem 174 // writeToolStripMenuItem
144 // 175 //
145 this.writeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("writeToolStripMenuItem.Image"))); 176 this.writeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("writeToolStripMenuItem.Image")));
146 this.writeToolStripMenuItem.Name = "writeToolStripMenuItem"; 177 this.writeToolStripMenuItem.Name = "writeToolStripMenuItem";
147 this.writeToolStripMenuItem.Size = new System.Drawing.Size(167, 22); 178 this.writeToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
148 this.writeToolStripMenuItem.Text = "Write"; 179 this.writeToolStripMenuItem.Text = "Write";
149 this.writeToolStripMenuItem.Click += new System.EventHandler(this.writeToolStripMenuItem_Click); 180 this.writeToolStripMenuItem.Click += new System.EventHandler(this.writeToolStripMenuItem_Click);
150 // 181 //
-   182 // toolStripSeparator2
-   183 //
-   184 this.toolStripSeparator2.Name = "toolStripSeparator2";
-   185 this.toolStripSeparator2.Size = new System.Drawing.Size(160, 6);
-   186 //
151 // tableLayoutPanel2 187 // tableLayoutPanel2
152 // 188 //
153 this.tableLayoutPanel2.ColumnCount = 3; 189 this.tableLayoutPanel2.ColumnCount = 3;
154 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 190 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
155 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); 191 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
Line 203... Line 239...
203 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14); 239 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14);
204 // 240 //
205 // toolStripStatusLabel1 241 // toolStripStatusLabel1
206 // 242 //
207 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; 243 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
208 this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15); 244 this.toolStripStatusLabel1.Size = new System.Drawing.Size(116, 15);
209 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; 245 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
210 // 246 //
211 // menuStrip1 247 // menuStrip1
212 // 248 //
213 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 249 this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
Line 230... Line 266...
230 // 266 //
231 // importToolStripMenuItem 267 // importToolStripMenuItem
232 // 268 //
233 this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image"))); 269 this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image")));
234 this.importToolStripMenuItem.Name = "importToolStripMenuItem"; 270 this.importToolStripMenuItem.Name = "importToolStripMenuItem";
235 this.importToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 271 this.importToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
236 this.importToolStripMenuItem.Text = "Import"; 272 this.importToolStripMenuItem.Text = "Import";
237 this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); 273 this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
238 // 274 //
239 // exportToolStripMenuItem 275 // exportToolStripMenuItem
240 // 276 //
241 this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image"))); 277 this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image")));
242 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; 278 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
243 this.exportToolStripMenuItem.Size = new System.Drawing.Size(180, 22); 279 this.exportToolStripMenuItem.Size = new System.Drawing.Size(109, 22);
244 this.exportToolStripMenuItem.Text = "Export"; 280 this.exportToolStripMenuItem.Text = "Export";
245 this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); 281 this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
246 // 282 //
247 // saveFileDialog1 -  
248 // -  
249 this.saveFileDialog1.Filter = "XML Files|*.xml"; -  
250 this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk); -  
251 // -  
252 // openFileDialog1 -  
253 // -  
254 this.openFileDialog1.FileName = "openFileDialog1"; -  
255 this.openFileDialog1.Filter = "XML Files|*.xml"; -  
256 this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); -  
257 // -  
258 // dataGridView1 -  
259 // -  
260 this.dataGridView1.AllowUserToAddRows = false; -  
261 this.dataGridView1.AllowUserToDeleteRows = false; -  
262 this.dataGridView1.AllowUserToResizeRows = false; -  
263 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; -  
264 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; -  
265 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; -  
266 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; -  
267 this.dataGridView1.DoubleBuffered = true; -  
268 this.dataGridView1.Location = new System.Drawing.Point(3, 3); -  
269 this.dataGridView1.Name = "dataGridView1"; -  
270 this.dataGridView1.RowHeadersVisible = false; -  
271 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; -  
272 this.dataGridView1.Size = new System.Drawing.Size(713, 310); -  
273 this.dataGridView1.TabIndex = 0; -  
274 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); -  
275 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick); -  
276 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); -  
277 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp); -  
278 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged); -  
279 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged); -  
280 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError); -  
281 this.dataGridView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseDown); -  
282 // -  
283 // toolStripSeparator3 -  
284 // -  
285 this.toolStripSeparator3.Name = "toolStripSeparator3"; -  
286 this.toolStripSeparator3.Size = new System.Drawing.Size(164, 6); -  
287 // -  
288 // editToolStripMenuItem 283 // editToolStripMenuItem
289 // 284 //
290 this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 285 this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
291 this.cutToolStripMenuItem1, 286 this.cutToolStripMenuItem1,
292 this.copyToolStripMenuItem1, 287 this.copyToolStripMenuItem1,
Line 298... Line 293...
298 // cutToolStripMenuItem1 293 // cutToolStripMenuItem1
299 // 294 //
300 this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image"))); 295 this.cutToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem1.Image")));
301 this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1"; 296 this.cutToolStripMenuItem1.Name = "cutToolStripMenuItem1";
302 this.cutToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X))); 297 this.cutToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
303 this.cutToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); 298 this.cutToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
304 this.cutToolStripMenuItem1.Text = "Cut"; 299 this.cutToolStripMenuItem1.Text = "Cut";
305 this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem1_Click); 300 this.cutToolStripMenuItem1.Click += new System.EventHandler(this.cutToolStripMenuItem1_Click);
306 // 301 //
307 // copyToolStripMenuItem1 302 // copyToolStripMenuItem1
308 // 303 //
309 this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image"))); 304 this.copyToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem1.Image")));
310 this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1"; 305 this.copyToolStripMenuItem1.Name = "copyToolStripMenuItem1";
311 this.copyToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); 306 this.copyToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
312 this.copyToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); 307 this.copyToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
313 this.copyToolStripMenuItem1.Text = "Copy"; 308 this.copyToolStripMenuItem1.Text = "Copy";
314 this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click); 309 this.copyToolStripMenuItem1.Click += new System.EventHandler(this.copyToolStripMenuItem1_Click);
315 // 310 //
316 // pasteToolStripMenuItem1 311 // pasteToolStripMenuItem1
317 // 312 //
318 this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image"))); 313 this.pasteToolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem1.Image")));
319 this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1"; 314 this.pasteToolStripMenuItem1.Name = "pasteToolStripMenuItem1";
320 this.pasteToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V))); 315 this.pasteToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
321 this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(180, 22); 316 this.pasteToolStripMenuItem1.Size = new System.Drawing.Size(141, 22);
322 this.pasteToolStripMenuItem1.Text = "Paste"; 317 this.pasteToolStripMenuItem1.Text = "Paste";
323 this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click); 318 this.pasteToolStripMenuItem1.Click += new System.EventHandler(this.pasteToolStripMenuItem1_Click);
324 // 319 //
325 // toolStripSeparator2 320 // saveFileDialog1
326 // 321 //
-   322 this.saveFileDialog1.Filter = "XML Files|*.xml";
-   323 this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
-   324 //
-   325 // openFileDialog1
-   326 //
327 this.toolStripSeparator2.Name = "toolStripSeparator2"; 327 this.openFileDialog1.FileName = "openFileDialog1";
328 this.toolStripSeparator2.Size = new System.Drawing.Size(164, 6); 328 this.openFileDialog1.Filter = "XML Files|*.xml";
-   329 this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
329 // 330 //
330 // MemoryOrganizerForm 331 // MemoryOrganizerForm
331 // 332 //
332 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 333 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
333 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 334 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
Line 341... Line 342...
341 this.Text = "HamBook: Memory Organizer"; 342 this.Text = "HamBook: Memory Organizer";
342 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing); 343 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing);
343 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); 344 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
344 this.tableLayoutPanel1.ResumeLayout(false); 345 this.tableLayoutPanel1.ResumeLayout(false);
345 this.tableLayoutPanel1.PerformLayout(); 346 this.tableLayoutPanel1.PerformLayout();
-   347 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
346 this.contextMenuStrip1.ResumeLayout(false); 348 this.contextMenuStrip1.ResumeLayout(false);
347 this.tableLayoutPanel2.ResumeLayout(false); 349 this.tableLayoutPanel2.ResumeLayout(false);
348 this.statusStrip1.ResumeLayout(false); 350 this.statusStrip1.ResumeLayout(false);
349 this.statusStrip1.PerformLayout(); 351 this.statusStrip1.PerformLayout();
350 this.menuStrip1.ResumeLayout(false); 352 this.menuStrip1.ResumeLayout(false);
351 this.menuStrip1.PerformLayout(); 353 this.menuStrip1.PerformLayout();
352 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); -  
353 this.ResumeLayout(false); 354 this.ResumeLayout(false);
354 this.PerformLayout(); 355 this.PerformLayout();
Line 355... Line 356...
355   356