| Line 147... |
Line 147... |
| 147 |
this.okButton.Name = "okButton";
|
147 |
this.okButton.Name = "okButton";
|
| 148 |
this.okButton.Size = new System.Drawing.Size(75, 23);
|
148 |
this.okButton.Size = new System.Drawing.Size(75, 23);
|
| 149 |
this.okButton.TabIndex = 24;
|
149 |
this.okButton.TabIndex = 24;
|
| 150 |
this.okButton.Text = "&OK";
|
150 |
this.okButton.Text = "&OK";
|
| 151 |
//
|
151 |
//
|
| 152 |
// AboutBox
|
152 |
// About_Box_Form
|
| 153 |
//
|
153 |
//
|
| 154 |
this.AcceptButton = this.okButton;
|
154 |
this.AcceptButton = this.okButton;
|
| 155 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
155 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
| 156 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
156 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
| 157 |
this.ClientSize = new System.Drawing.Size(435, 283);
|
157 |
this.ClientSize = new System.Drawing.Size(435, 283);
|
| 158 |
this.Controls.Add(this.tableLayoutPanel);
|
158 |
this.Controls.Add(this.tableLayoutPanel);
|
| 159 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
159 |
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
| 160 |
this.MaximizeBox = false;
|
160 |
this.MaximizeBox = false;
|
| 161 |
this.MinimizeBox = false;
|
161 |
this.MinimizeBox = false;
|
| 162 |
this.Name = "AboutBox";
|
162 |
this.Name = "About_Box_Form";
|
| 163 |
this.Padding = new System.Windows.Forms.Padding(9);
|
163 |
this.Padding = new System.Windows.Forms.Padding(9);
|
| 164 |
this.ShowIcon = false;
|
164 |
this.ShowIcon = false;
|
| 165 |
this.ShowInTaskbar = false;
|
165 |
this.ShowInTaskbar = false;
|
| 166 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
166 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
| 167 |
this.Text = "AboutBox";
|
167 |
this.Text = "AboutBox";
|