You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
124 lines
5.4 KiB
C#
124 lines
5.4 KiB
C#
namespace MCRun
|
|
{
|
|
partial class SizeChange
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txt_kuan = new System.Windows.Forms.TextBox();
|
|
this.txt_gao = new System.Windows.Forms.TextBox();
|
|
this.btn_query = new System.Windows.Forms.Button();
|
|
this.btn_cancel = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(25, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(49, 14);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "宽度:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(25, 61);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(49, 14);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "高度:";
|
|
//
|
|
// txt_kuan
|
|
//
|
|
this.txt_kuan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txt_kuan.Location = new System.Drawing.Point(81, 30);
|
|
this.txt_kuan.Name = "txt_kuan";
|
|
this.txt_kuan.Size = new System.Drawing.Size(138, 23);
|
|
this.txt_kuan.TabIndex = 2;
|
|
//
|
|
// txt_gao
|
|
//
|
|
this.txt_gao.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txt_gao.Location = new System.Drawing.Point(80, 59);
|
|
this.txt_gao.Name = "txt_gao";
|
|
this.txt_gao.Size = new System.Drawing.Size(138, 23);
|
|
this.txt_gao.TabIndex = 3;
|
|
//
|
|
// btn_query
|
|
//
|
|
this.btn_query.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_query.Location = new System.Drawing.Point(55, 107);
|
|
this.btn_query.Name = "btn_query";
|
|
this.btn_query.Size = new System.Drawing.Size(74, 30);
|
|
this.btn_query.TabIndex = 4;
|
|
this.btn_query.Text = "确 认";
|
|
this.btn_query.UseVisualStyleBackColor = true;
|
|
this.btn_query.Click += new System.EventHandler(this.btn_query_Click);
|
|
//
|
|
// btn_cancel
|
|
//
|
|
this.btn_cancel.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btn_cancel.Location = new System.Drawing.Point(144, 107);
|
|
this.btn_cancel.Name = "btn_cancel";
|
|
this.btn_cancel.Size = new System.Drawing.Size(74, 30);
|
|
this.btn_cancel.TabIndex = 6;
|
|
this.btn_cancel.Text = "取 消";
|
|
this.btn_cancel.UseVisualStyleBackColor = true;
|
|
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
|
|
//
|
|
// SizeChange
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(247, 149);
|
|
this.Controls.Add(this.btn_cancel);
|
|
this.Controls.Add(this.btn_query);
|
|
this.Controls.Add(this.txt_gao);
|
|
this.Controls.Add(this.txt_kuan);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "SizeChange";
|
|
this.Text = "尺寸设置";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txt_kuan;
|
|
private System.Windows.Forms.TextBox txt_gao;
|
|
private System.Windows.Forms.Button btn_query;
|
|
private System.Windows.Forms.Button btn_cancel;
|
|
}
|
|
} |