You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

87 lines
3.3 KiB

namespace PDAForm
{
partial class frmVerifySelect
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.btnVerify1 = new System.Windows.Forms.Button();
this.btnVerify2 = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnVerify1
//
this.btnVerify1.Location = new System.Drawing.Point(56, 45);
this.btnVerify1.Name = "btnVerify1";
this.btnVerify1.Size = new System.Drawing.Size(123, 44);
this.btnVerify1.TabIndex = 0;
this.btnVerify1.Text = "成品校验单";
this.btnVerify1.Click += new System.EventHandler(this.btnVerify1_Click);
//
// btnVerify2
//
this.btnVerify2.Location = new System.Drawing.Point(56, 109);
this.btnVerify2.Name = "btnVerify2";
this.btnVerify2.Size = new System.Drawing.Size(123, 44);
this.btnVerify2.TabIndex = 1;
this.btnVerify2.Text = "小件检验单";
this.btnVerify2.Click += new System.EventHandler(this.btnVerify2_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(56, 173);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(123, 44);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "返回主菜单";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// frmVerifySelect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(238, 275);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnVerify2);
this.Controls.Add(this.btnVerify1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmVerifySelect";
this.Text = "检验单类型选择";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnVerify1;
private System.Windows.Forms.Button btnVerify2;
private System.Windows.Forms.Button btnClose;
}
}