Commit 5ab71ea0 刘韬

1

1 个父辈 463738c6
...@@ -43,7 +43,9 @@ namespace Asa ...@@ -43,7 +43,9 @@ namespace Asa
// //
// btn_cancel // btn_cancel
// //
this.btn_cancel.Location = new System.Drawing.Point(29, 136); this.btn_cancel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.btn_cancel.Location = new System.Drawing.Point(27, 130);
this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 23); this.btn_cancel.Size = new System.Drawing.Size(75, 23);
this.btn_cancel.TabIndex = 1; this.btn_cancel.TabIndex = 1;
...@@ -53,7 +55,9 @@ namespace Asa ...@@ -53,7 +55,9 @@ namespace Asa
// //
// btn_ok // btn_ok
// //
this.btn_ok.Location = new System.Drawing.Point(417, 136); this.btn_ok.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.btn_ok.Location = new System.Drawing.Point(423, 130);
this.btn_ok.Name = "btn_ok"; this.btn_ok.Name = "btn_ok";
this.btn_ok.Size = new System.Drawing.Size(75, 23); this.btn_ok.Size = new System.Drawing.Size(75, 23);
this.btn_ok.TabIndex = 2; this.btn_ok.TabIndex = 2;
...@@ -63,8 +67,7 @@ namespace Asa ...@@ -63,8 +67,7 @@ namespace Asa
// //
// FormTextBox // FormTextBox
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(525, 178); this.ClientSize = new System.Drawing.Size(525, 178);
this.ControlBox = false; this.ControlBox = false;
this.Controls.Add(this.btn_ok); this.Controls.Add(this.btn_ok);
......
此文件太大,无法显示。
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!