225 lines
12 KiB
C#
225 lines
12 KiB
C#
|
namespace LeatherApp.Page
|
|||
|
{
|
|||
|
partial class SelectReelFrm
|
|||
|
{
|
|||
|
/// <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.txtBatch = new Sunny.UI.UITextBox();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.txtLen = new Sunny.UI.UITextBox();
|
|||
|
this.cmbReel = new Sunny.UI.UIComboBox();
|
|||
|
this.lbErr = new System.Windows.Forms.Label();
|
|||
|
this.label4 = new System.Windows.Forms.Label();
|
|||
|
this.pnlBtm.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// pnlBtm
|
|||
|
//
|
|||
|
this.pnlBtm.Location = new System.Drawing.Point(1, 265);
|
|||
|
this.pnlBtm.Size = new System.Drawing.Size(623, 55);
|
|||
|
//
|
|||
|
// btnCancel
|
|||
|
//
|
|||
|
this.btnCancel.Location = new System.Drawing.Point(495, 12);
|
|||
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|||
|
//
|
|||
|
// btnOK
|
|||
|
//
|
|||
|
this.btnOK.Location = new System.Drawing.Point(380, 12);
|
|||
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Location = new System.Drawing.Point(31, 87);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(79, 16);
|
|||
|
this.label1.TabIndex = 2;
|
|||
|
this.label1.Text = "当前批号:";
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(31, 210);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(79, 16);
|
|||
|
this.label2.TabIndex = 4;
|
|||
|
this.label2.Text = "卷号选择:";
|
|||
|
//
|
|||
|
// txtBatch
|
|||
|
//
|
|||
|
this.txtBatch.ButtonFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ButtonFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ButtonFillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ButtonRectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ButtonRectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ButtonRectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ButtonStyleInherited = false;
|
|||
|
this.txtBatch.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
|||
|
this.txtBatch.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|||
|
this.txtBatch.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
|
|||
|
this.txtBatch.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.txtBatch.Location = new System.Drawing.Point(130, 80);
|
|||
|
this.txtBatch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.txtBatch.MinimumSize = new System.Drawing.Size(1, 16);
|
|||
|
this.txtBatch.Name = "txtBatch";
|
|||
|
this.txtBatch.Padding = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtBatch.ReadOnly = true;
|
|||
|
this.txtBatch.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ScrollBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtBatch.ScrollBarStyleInherited = false;
|
|||
|
this.txtBatch.ShowText = false;
|
|||
|
this.txtBatch.Size = new System.Drawing.Size(466, 29);
|
|||
|
this.txtBatch.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.txtBatch.StyleCustomMode = true;
|
|||
|
this.txtBatch.TabIndex = 5;
|
|||
|
this.txtBatch.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.txtBatch.Watermark = "";
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(31, 139);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(47, 16);
|
|||
|
this.label3.TabIndex = 6;
|
|||
|
this.label3.Text = "长度:";
|
|||
|
//
|
|||
|
// txtLen
|
|||
|
//
|
|||
|
this.txtLen.ButtonFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ButtonFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ButtonFillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ButtonRectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ButtonRectHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ButtonRectPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ButtonStyleInherited = false;
|
|||
|
this.txtLen.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
|||
|
this.txtLen.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|||
|
this.txtLen.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(251)))), ((int)(((byte)(250)))));
|
|||
|
this.txtLen.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.txtLen.Location = new System.Drawing.Point(130, 133);
|
|||
|
this.txtLen.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.txtLen.MinimumSize = new System.Drawing.Size(1, 16);
|
|||
|
this.txtLen.Name = "txtLen";
|
|||
|
this.txtLen.Padding = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtLen.ReadOnly = true;
|
|||
|
this.txtLen.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ScrollBarColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(29)))), ((int)(((byte)(138)))));
|
|||
|
this.txtLen.ScrollBarStyleInherited = false;
|
|||
|
this.txtLen.ShowText = false;
|
|||
|
this.txtLen.Size = new System.Drawing.Size(466, 29);
|
|||
|
this.txtLen.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.txtLen.StyleCustomMode = true;
|
|||
|
this.txtLen.TabIndex = 7;
|
|||
|
this.txtLen.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.txtLen.Watermark = "";
|
|||
|
//
|
|||
|
// cmbReel
|
|||
|
//
|
|||
|
this.cmbReel.DataSource = null;
|
|||
|
this.cmbReel.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
|
|||
|
this.cmbReel.FillColor = System.Drawing.Color.White;
|
|||
|
this.cmbReel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.cmbReel.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
|
|||
|
this.cmbReel.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
|||
|
this.cmbReel.Location = new System.Drawing.Point(130, 202);
|
|||
|
this.cmbReel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|||
|
this.cmbReel.MinimumSize = new System.Drawing.Size(63, 0);
|
|||
|
this.cmbReel.Name = "cmbReel";
|
|||
|
this.cmbReel.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
|
|||
|
this.cmbReel.Size = new System.Drawing.Size(466, 29);
|
|||
|
this.cmbReel.Style = Sunny.UI.UIStyle.Custom;
|
|||
|
this.cmbReel.TabIndex = 8;
|
|||
|
this.cmbReel.Text = "uiComboBox1";
|
|||
|
this.cmbReel.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.cmbReel.Watermark = "";
|
|||
|
this.cmbReel.SelectedIndexChanged += new System.EventHandler(this.cmbReel_SelectedIndexChanged);
|
|||
|
//
|
|||
|
// lbErr
|
|||
|
//
|
|||
|
this.lbErr.AutoSize = true;
|
|||
|
this.lbErr.Location = new System.Drawing.Point(127, 167);
|
|||
|
this.lbErr.Name = "lbErr";
|
|||
|
this.lbErr.Size = new System.Drawing.Size(47, 16);
|
|||
|
this.lbErr.TabIndex = 9;
|
|||
|
this.lbErr.Text = "Error";
|
|||
|
this.lbErr.Visible = false;
|
|||
|
//
|
|||
|
// label4
|
|||
|
//
|
|||
|
this.label4.AutoSize = true;
|
|||
|
this.label4.Location = new System.Drawing.Point(127, 48);
|
|||
|
this.label4.Name = "label4";
|
|||
|
this.label4.Size = new System.Drawing.Size(63, 16);
|
|||
|
this.label4.TabIndex = 10;
|
|||
|
this.label4.Text = "ERP信息";
|
|||
|
//
|
|||
|
// SelectReelFrm
|
|||
|
//
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|||
|
this.ClientSize = new System.Drawing.Size(625, 323);
|
|||
|
this.Controls.Add(this.label4);
|
|||
|
this.Controls.Add(this.lbErr);
|
|||
|
this.Controls.Add(this.cmbReel);
|
|||
|
this.Controls.Add(this.txtLen);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.txtBatch);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Name = "SelectReelFrm";
|
|||
|
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.label2, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtBatch, 0);
|
|||
|
this.Controls.SetChildIndex(this.label3, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtLen, 0);
|
|||
|
this.Controls.SetChildIndex(this.cmbReel, 0);
|
|||
|
this.Controls.SetChildIndex(this.lbErr, 0);
|
|||
|
this.Controls.SetChildIndex(this.label4, 0);
|
|||
|
this.pnlBtm.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private Sunny.UI.UITextBox txtBatch;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private Sunny.UI.UITextBox txtLen;
|
|||
|
private Sunny.UI.UIComboBox cmbReel;
|
|||
|
private System.Windows.Forms.Label lbErr;
|
|||
|
private System.Windows.Forms.Label label4;
|
|||
|
}
|
|||
|
}
|