HamBook – Blame information for rev 47
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
15 | office | 1 | namespace HamBook |
2 | { |
||
3 | partial class MemoryOrganizerForm |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | #region Windows Form Designer generated code |
||
11 | |||
12 | /// <summary> |
||
13 | /// Required method for Designer support - do not modify |
||
14 | /// the contents of this method with the code editor. |
||
15 | /// </summary> |
||
16 | private void InitializeComponent() |
||
17 | { |
||
41 | office | 18 | this.components = new System.ComponentModel.Container(); |
19 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm)); |
||
15 | office | 20 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
41 | office | 21 | this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView(); |
22 | this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); |
||
23 | this.readToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
24 | this.writeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
16 | office | 25 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
26 | this.button1 = new System.Windows.Forms.Button(); |
||
27 | this.button2 = new System.Windows.Forms.Button(); |
||
28 | this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
||
29 | this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); |
||
30 | this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); |
||
31 | this.menuStrip1 = new System.Windows.Forms.MenuStrip(); |
||
32 | this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
33 | this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
34 | this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
||
35 | this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); |
||
36 | this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); |
||
15 | office | 37 | this.tableLayoutPanel1.SuspendLayout(); |
41 | office | 38 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); |
39 | this.contextMenuStrip1.SuspendLayout(); |
||
15 | office | 40 | this.tableLayoutPanel2.SuspendLayout(); |
41 | this.statusStrip1.SuspendLayout(); |
||
16 | office | 42 | this.menuStrip1.SuspendLayout(); |
15 | office | 43 | this.SuspendLayout(); |
44 | // |
||
45 | // tableLayoutPanel1 |
||
46 | // |
||
47 | this.tableLayoutPanel1.ColumnCount = 1; |
||
48 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
49 | this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0); |
||
50 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); |
||
51 | this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2); |
||
52 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
16 | office | 53 | this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); |
15 | office | 54 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
55 | this.tableLayoutPanel1.RowCount = 3; |
||
56 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
57 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
||
58 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
||
16 | office | 59 | this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 431); |
15 | office | 60 | this.tableLayoutPanel1.TabIndex = 1; |
61 | // |
||
62 | // dataGridView1 |
||
63 | // |
||
64 | this.dataGridView1.AllowUserToAddRows = false; |
||
65 | this.dataGridView1.AllowUserToDeleteRows = false; |
||
66 | this.dataGridView1.AllowUserToResizeRows = false; |
||
67 | this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; |
||
68 | this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
||
41 | office | 69 | this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; |
15 | office | 70 | this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; |
71 | this.dataGridView1.DoubleBuffered = true; |
||
72 | this.dataGridView1.Location = new System.Drawing.Point(3, 3); |
||
73 | this.dataGridView1.Name = "dataGridView1"; |
||
74 | this.dataGridView1.RowHeadersVisible = false; |
||
75 | this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
||
16 | office | 76 | this.dataGridView1.Size = new System.Drawing.Size(1095, 365); |
15 | office | 77 | this.dataGridView1.TabIndex = 0; |
78 | this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick); |
||
79 | this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick); |
||
80 | this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit); |
||
81 | this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp); |
||
82 | this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged); |
||
83 | this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged); |
||
84 | this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError); |
||
85 | // |
||
41 | office | 86 | // contextMenuStrip1 |
87 | // |
||
88 | this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
89 | this.readToolStripMenuItem, |
||
90 | this.writeToolStripMenuItem}); |
||
91 | this.contextMenuStrip1.Name = "contextMenuStrip1"; |
||
92 | this.contextMenuStrip1.Size = new System.Drawing.Size(103, 48); |
||
93 | // |
||
94 | // readToolStripMenuItem |
||
95 | // |
||
96 | this.readToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("readToolStripMenuItem.Image"))); |
||
97 | this.readToolStripMenuItem.Name = "readToolStripMenuItem"; |
||
98 | this.readToolStripMenuItem.Size = new System.Drawing.Size(102, 22); |
||
99 | this.readToolStripMenuItem.Text = "Read"; |
||
100 | this.readToolStripMenuItem.Click += new System.EventHandler(this.readToolStripMenuItem_Click); |
||
101 | // |
||
102 | // writeToolStripMenuItem |
||
103 | // |
||
104 | this.writeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("writeToolStripMenuItem.Image"))); |
||
105 | this.writeToolStripMenuItem.Name = "writeToolStripMenuItem"; |
||
106 | this.writeToolStripMenuItem.Size = new System.Drawing.Size(102, 22); |
||
107 | this.writeToolStripMenuItem.Text = "Write"; |
||
108 | this.writeToolStripMenuItem.Click += new System.EventHandler(this.writeToolStripMenuItem_Click); |
||
109 | // |
||
110 | // tableLayoutPanel2 |
||
111 | // |
||
112 | this.tableLayoutPanel2.ColumnCount = 3; |
||
113 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
114 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
||
115 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
||
116 | this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0); |
||
117 | this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0); |
||
118 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
119 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 374); |
||
120 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
||
121 | this.tableLayoutPanel2.RowCount = 1; |
||
122 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
123 | this.tableLayoutPanel2.Size = new System.Drawing.Size(1095, 34); |
||
124 | this.tableLayoutPanel2.TabIndex = 1; |
||
125 | // |
||
126 | // button1 |
||
127 | // |
||
128 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
129 | this.button1.Location = new System.Drawing.Point(938, 5); |
||
130 | this.button1.Name = "button1"; |
||
131 | this.button1.Size = new System.Drawing.Size(74, 23); |
||
132 | this.button1.TabIndex = 0; |
||
133 | this.button1.Text = "Read"; |
||
134 | this.button1.UseVisualStyleBackColor = true; |
||
135 | this.button1.Click += new System.EventHandler(this.button1_Click); |
||
136 | // |
||
137 | // button2 |
||
138 | // |
||
139 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
||
140 | this.button2.Location = new System.Drawing.Point(1018, 5); |
||
141 | this.button2.Name = "button2"; |
||
142 | this.button2.Size = new System.Drawing.Size(74, 23); |
||
143 | this.button2.TabIndex = 1; |
||
144 | this.button2.Text = "Write"; |
||
145 | this.button2.UseVisualStyleBackColor = true; |
||
146 | this.button2.Click += new System.EventHandler(this.button2_Click); |
||
147 | // |
||
148 | // statusStrip1 |
||
149 | // |
||
150 | this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
151 | this.toolStripProgressBar1, |
||
152 | this.toolStripStatusLabel1}); |
||
153 | this.statusStrip1.Location = new System.Drawing.Point(0, 411); |
||
154 | this.statusStrip1.Name = "statusStrip1"; |
||
155 | this.statusStrip1.Size = new System.Drawing.Size(1101, 20); |
||
156 | this.statusStrip1.TabIndex = 2; |
||
157 | this.statusStrip1.Text = "statusStrip1"; |
||
158 | // |
||
159 | // toolStripProgressBar1 |
||
160 | // |
||
161 | this.toolStripProgressBar1.Name = "toolStripProgressBar1"; |
||
162 | this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14); |
||
163 | // |
||
164 | // toolStripStatusLabel1 |
||
165 | // |
||
166 | this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; |
||
167 | this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15); |
||
168 | this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; |
||
169 | // |
||
170 | // menuStrip1 |
||
171 | // |
||
172 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
173 | this.fileToolStripMenuItem}); |
||
174 | this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
||
175 | this.menuStrip1.Name = "menuStrip1"; |
||
176 | this.menuStrip1.Size = new System.Drawing.Size(1101, 24); |
||
177 | this.menuStrip1.TabIndex = 2; |
||
178 | this.menuStrip1.Text = "menuStrip1"; |
||
179 | // |
||
180 | // fileToolStripMenuItem |
||
181 | // |
||
182 | this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
183 | this.importToolStripMenuItem, |
||
184 | this.exportToolStripMenuItem}); |
||
185 | this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; |
||
186 | this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20); |
||
187 | this.fileToolStripMenuItem.Text = "File"; |
||
188 | // |
||
189 | // importToolStripMenuItem |
||
190 | // |
||
191 | this.importToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("importToolStripMenuItem.Image"))); |
||
192 | this.importToolStripMenuItem.Name = "importToolStripMenuItem"; |
||
193 | this.importToolStripMenuItem.Size = new System.Drawing.Size(110, 22); |
||
194 | this.importToolStripMenuItem.Text = "Import"; |
||
195 | this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click); |
||
196 | // |
||
197 | // exportToolStripMenuItem |
||
198 | // |
||
199 | this.exportToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("exportToolStripMenuItem.Image"))); |
||
200 | this.exportToolStripMenuItem.Name = "exportToolStripMenuItem"; |
||
201 | this.exportToolStripMenuItem.Size = new System.Drawing.Size(110, 22); |
||
202 | this.exportToolStripMenuItem.Text = "Export"; |
||
203 | this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click); |
||
204 | // |
||
205 | // saveFileDialog1 |
||
206 | // |
||
207 | this.saveFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk); |
||
208 | // |
||
209 | // openFileDialog1 |
||
210 | // |
||
211 | this.openFileDialog1.FileName = "openFileDialog1"; |
||
212 | this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk); |
||
213 | // |
||
15 | office | 214 | // MemoryOrganizerForm |
215 | // |
||
216 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
217 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
218 | this.ClientSize = new System.Drawing.Size(1101, 455); |
||
219 | this.Controls.Add(this.tableLayoutPanel1); |
||
16 | office | 220 | this.Controls.Add(this.menuStrip1); |
15 | office | 221 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
16 | office | 222 | this.MainMenuStrip = this.menuStrip1; |
15 | office | 223 | this.Name = "MemoryOrganizerForm"; |
224 | this.Text = "HamBook: Memory Organizer"; |
||
22 | office | 225 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MemoryOrganizerForm_FormClosing); |
15 | office | 226 | this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load); |
227 | this.tableLayoutPanel1.ResumeLayout(false); |
||
228 | this.tableLayoutPanel1.PerformLayout(); |
||
41 | office | 229 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); |
230 | this.contextMenuStrip1.ResumeLayout(false); |
||
15 | office | 231 | this.tableLayoutPanel2.ResumeLayout(false); |
232 | this.statusStrip1.ResumeLayout(false); |
||
233 | this.statusStrip1.PerformLayout(); |
||
16 | office | 234 | this.menuStrip1.ResumeLayout(false); |
235 | this.menuStrip1.PerformLayout(); |
||
15 | office | 236 | this.ResumeLayout(false); |
16 | office | 237 | this.PerformLayout(); |
15 | office | 238 | |
239 | } |
||
240 | |||
241 | #endregion |
||
242 | |||
243 | private HamBook.Utilities.Controls.DoubleBufferedDataGridView dataGridView1; |
||
244 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
||
245 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
||
246 | private System.Windows.Forms.Button button1; |
||
247 | private System.Windows.Forms.Button button2; |
||
248 | private System.Windows.Forms.StatusStrip statusStrip1; |
||
249 | private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1; |
||
250 | private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; |
||
40 | office | 251 | private System.Windows.Forms.MenuStrip menuStrip1; |
252 | private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; |
||
253 | private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem; |
||
254 | private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem; |
||
255 | private System.Windows.Forms.SaveFileDialog saveFileDialog1; |
||
256 | private System.Windows.Forms.OpenFileDialog openFileDialog1; |
||
41 | office | 257 | private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; |
258 | private System.Windows.Forms.ToolStripMenuItem readToolStripMenuItem; |
||
259 | private System.Windows.Forms.ToolStripMenuItem writeToolStripMenuItem; |
||
15 | office | 260 | } |
261 | } |