namespace LeatherApp.Page
{
partial class FenJuanFrm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.tbReel = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.pnlBtm.SuspendLayout();
this.SuspendLayout();
//
// pnlBtm
//
this.pnlBtm.Location = new System.Drawing.Point(1, 230);
this.pnlBtm.Size = new System.Drawing.Size(565, 55);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(437, 12);
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(322, 12);
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(57, 74);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(311, 16);
this.label1.TabIndex = 2;
this.label1.Text = "请设置小卷的卷号,不要与其他小卷冲突!";
//
// tbReel
//
this.tbReel.Location = new System.Drawing.Point(153, 142);
this.tbReel.Name = "tbReel";
this.tbReel.Size = new System.Drawing.Size(385, 26);
this.tbReel.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(57, 145);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(79, 16);
this.label2.TabIndex = 4;
this.label2.Text = "分卷卷号:";
//
// FenJuanFrm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(567, 288);
this.Controls.Add(this.label2);
this.Controls.Add(this.tbReel);
this.Controls.Add(this.label1);
this.Name = "FenJuanFrm";
this.Text = "分小卷卷号设置";
this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
this.Controls.SetChildIndex(this.pnlBtm, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.tbReel, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.pnlBtm.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbReel;
private System.Windows.Forms.Label label2;
}
}