HamBook – Blame information for rev 54
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
54 | office | 1 | namespace HamBook |
2 | { |
||
3 | partial class MenuForm |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// Clean up any resources being used. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
14 | protected override void Dispose(bool disposing) |
||
15 | { |
||
16 | if (disposing && (components != null)) |
||
17 | { |
||
18 | components.Dispose(); |
||
19 | } |
||
20 | base.Dispose(disposing); |
||
21 | } |
||
22 | |||
23 | #region Windows Form Designer generated code |
||
24 | |||
25 | /// <summary> |
||
26 | /// Required method for Designer support - do not modify |
||
27 | /// the contents of this method with the code editor. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuForm)); |
||
32 | this.menuStrip1 = new System.Windows.Forms.MenuStrip(); |
||
33 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
||
34 | this.dataGridView1 = new System.Windows.Forms.DataGridView(); |
||
35 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
||
36 | this.label1 = new System.Windows.Forms.Label(); |
||
37 | this.textBox1 = new System.Windows.Forms.TextBox(); |
||
38 | this.statusStrip1 = new System.Windows.Forms.StatusStrip(); |
||
39 | this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar(); |
||
40 | this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); |
||
41 | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
||
42 | this.button1 = new System.Windows.Forms.Button(); |
||
43 | this.button2 = new System.Windows.Forms.Button(); |
||
44 | this.tableLayoutPanel1.SuspendLayout(); |
||
45 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); |
||
46 | this.tableLayoutPanel2.SuspendLayout(); |
||
47 | this.statusStrip1.SuspendLayout(); |
||
48 | this.tableLayoutPanel3.SuspendLayout(); |
||
49 | this.SuspendLayout(); |
||
50 | // |
||
51 | // menuStrip1 |
||
52 | // |
||
53 | this.menuStrip1.Location = new System.Drawing.Point(0, 0); |
||
54 | this.menuStrip1.Name = "menuStrip1"; |
||
55 | this.menuStrip1.Size = new System.Drawing.Size(800, 24); |
||
56 | this.menuStrip1.TabIndex = 0; |
||
57 | this.menuStrip1.Text = "menuStrip1"; |
||
58 | // |
||
59 | // tableLayoutPanel1 |
||
60 | // |
||
61 | this.tableLayoutPanel1.ColumnCount = 1; |
||
62 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); |
||
63 | this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 1); |
||
64 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0); |
||
65 | this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 3); |
||
66 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 2); |
||
67 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
68 | this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24); |
||
69 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
||
70 | this.tableLayoutPanel1.RowCount = 4; |
||
71 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F)); |
||
72 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
73 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 34F)); |
||
74 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
||
75 | this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 426); |
||
76 | this.tableLayoutPanel1.TabIndex = 1; |
||
77 | // |
||
78 | // dataGridView1 |
||
79 | // |
||
80 | this.dataGridView1.AllowUserToAddRows = false; |
||
81 | this.dataGridView1.AllowUserToDeleteRows = false; |
||
82 | this.dataGridView1.AllowUserToResizeRows = false; |
||
83 | this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; |
||
84 | this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
||
85 | this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
86 | this.dataGridView1.Location = new System.Drawing.Point(3, 35); |
||
87 | this.dataGridView1.Name = "dataGridView1"; |
||
88 | this.dataGridView1.RowHeadersVisible = false; |
||
89 | this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
||
90 | this.dataGridView1.Size = new System.Drawing.Size(794, 324); |
||
91 | this.dataGridView1.TabIndex = 0; |
||
92 | this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError); |
||
93 | this.dataGridView1.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.DataGridView1_RowPrePaint); |
||
94 | // |
||
95 | // tableLayoutPanel2 |
||
96 | // |
||
97 | this.tableLayoutPanel2.ColumnCount = 2; |
||
98 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); |
||
99 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 90F)); |
||
100 | this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0); |
||
101 | this.tableLayoutPanel2.Controls.Add(this.textBox1, 1, 0); |
||
102 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
103 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3); |
||
104 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
||
105 | this.tableLayoutPanel2.RowCount = 1; |
||
106 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
107 | this.tableLayoutPanel2.Size = new System.Drawing.Size(794, 26); |
||
108 | this.tableLayoutPanel2.TabIndex = 1; |
||
109 | // |
||
110 | // label1 |
||
111 | // |
||
112 | this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right; |
||
113 | this.label1.AutoSize = true; |
||
114 | this.label1.Location = new System.Drawing.Point(35, 6); |
||
115 | this.label1.Name = "label1"; |
||
116 | this.label1.Size = new System.Drawing.Size(41, 13); |
||
117 | this.label1.TabIndex = 0; |
||
118 | this.label1.Text = "Search"; |
||
119 | // |
||
120 | // textBox1 |
||
121 | // |
||
122 | this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
123 | | System.Windows.Forms.AnchorStyles.Left) |
||
124 | | System.Windows.Forms.AnchorStyles.Right))); |
||
125 | this.textBox1.Location = new System.Drawing.Point(82, 3); |
||
126 | this.textBox1.Name = "textBox1"; |
||
127 | this.textBox1.Size = new System.Drawing.Size(709, 20); |
||
128 | this.textBox1.TabIndex = 1; |
||
129 | this.textBox1.TextChanged += new System.EventHandler(this.TextBox1_TextChanged); |
||
130 | // |
||
131 | // statusStrip1 |
||
132 | // |
||
133 | this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
||
134 | this.toolStripProgressBar1, |
||
135 | this.toolStripStatusLabel1}); |
||
136 | this.statusStrip1.Location = new System.Drawing.Point(0, 404); |
||
137 | this.statusStrip1.Name = "statusStrip1"; |
||
138 | this.statusStrip1.Size = new System.Drawing.Size(800, 22); |
||
139 | this.statusStrip1.TabIndex = 2; |
||
140 | this.statusStrip1.Text = "statusStrip1"; |
||
141 | // |
||
142 | // toolStripProgressBar1 |
||
143 | // |
||
144 | this.toolStripProgressBar1.Name = "toolStripProgressBar1"; |
||
145 | this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16); |
||
146 | // |
||
147 | // toolStripStatusLabel1 |
||
148 | // |
||
149 | this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; |
||
150 | this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17); |
||
151 | // |
||
152 | // tableLayoutPanel3 |
||
153 | // |
||
154 | this.tableLayoutPanel3.ColumnCount = 3; |
||
155 | this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 80F)); |
||
156 | this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); |
||
157 | this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10F)); |
||
158 | this.tableLayoutPanel3.Controls.Add(this.button1, 1, 0); |
||
159 | this.tableLayoutPanel3.Controls.Add(this.button2, 2, 0); |
||
160 | this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
||
161 | this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 365); |
||
162 | this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
||
163 | this.tableLayoutPanel3.RowCount = 1; |
||
164 | this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
165 | this.tableLayoutPanel3.Size = new System.Drawing.Size(794, 28); |
||
166 | this.tableLayoutPanel3.TabIndex = 3; |
||
167 | // |
||
168 | // button1 |
||
169 | // |
||
170 | this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
171 | | System.Windows.Forms.AnchorStyles.Left) |
||
172 | | System.Windows.Forms.AnchorStyles.Right))); |
||
173 | this.button1.Location = new System.Drawing.Point(638, 3); |
||
174 | this.button1.Name = "button1"; |
||
175 | this.button1.Size = new System.Drawing.Size(73, 22); |
||
176 | this.button1.TabIndex = 0; |
||
177 | this.button1.Text = "Read"; |
||
178 | this.button1.UseVisualStyleBackColor = true; |
||
179 | this.button1.Click += new System.EventHandler(this.button1_Click); |
||
180 | // |
||
181 | // button2 |
||
182 | // |
||
183 | this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
||
184 | | System.Windows.Forms.AnchorStyles.Left) |
||
185 | | System.Windows.Forms.AnchorStyles.Right))); |
||
186 | this.button2.Location = new System.Drawing.Point(717, 3); |
||
187 | this.button2.Name = "button2"; |
||
188 | this.button2.Size = new System.Drawing.Size(74, 22); |
||
189 | this.button2.TabIndex = 1; |
||
190 | this.button2.Text = "Write"; |
||
191 | this.button2.UseVisualStyleBackColor = true; |
||
192 | this.button2.Click += new System.EventHandler(this.button2_Click); |
||
193 | // |
||
194 | // MenuForm |
||
195 | // |
||
196 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
197 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
198 | this.ClientSize = new System.Drawing.Size(800, 450); |
||
199 | this.Controls.Add(this.tableLayoutPanel1); |
||
200 | this.Controls.Add(this.menuStrip1); |
||
201 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
||
202 | this.MainMenuStrip = this.menuStrip1; |
||
203 | this.Name = "MenuForm"; |
||
204 | this.Text = "HamBook: Menu"; |
||
205 | this.Load += new System.EventHandler(this.MenuForm_Load); |
||
206 | this.tableLayoutPanel1.ResumeLayout(false); |
||
207 | this.tableLayoutPanel1.PerformLayout(); |
||
208 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); |
||
209 | this.tableLayoutPanel2.ResumeLayout(false); |
||
210 | this.tableLayoutPanel2.PerformLayout(); |
||
211 | this.statusStrip1.ResumeLayout(false); |
||
212 | this.statusStrip1.PerformLayout(); |
||
213 | this.tableLayoutPanel3.ResumeLayout(false); |
||
214 | this.ResumeLayout(false); |
||
215 | this.PerformLayout(); |
||
216 | |||
217 | } |
||
218 | |||
219 | #endregion |
||
220 | |||
221 | private System.Windows.Forms.MenuStrip menuStrip1; |
||
222 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
||
223 | private System.Windows.Forms.DataGridView dataGridView1; |
||
224 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
||
225 | private System.Windows.Forms.Label label1; |
||
226 | private System.Windows.Forms.TextBox textBox1; |
||
227 | private System.Windows.Forms.StatusStrip statusStrip1; |
||
228 | private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1; |
||
229 | private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; |
||
230 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
||
231 | private System.Windows.Forms.Button button1; |
||
232 | private System.Windows.Forms.Button button2; |
||
233 | } |
||
234 | } |