namespace Dongke.IBOSS.PRD.Client.PCModule
{
partial class F_MST_1302
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1302));
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblEntruckingCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblTruckSize = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtRemarks = new System.Windows.Forms.TextBox();
this.txtTruckSize = new System.Windows.Forms.TextBox();
this.lblValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtEntruckingCode = new System.Windows.Forms.TextBox();
this.cmbValueFlag = new Dongke.WinForm.Controls.FtcFilterComboBox();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(226, 87);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 27;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(317, 87);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 28;
this.btnCancel.Text = "关闭";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// lblEntruckingCode
//
this.lblEntruckingCode.AutoSize = true;
this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent;
this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblEntruckingCode.Location = new System.Drawing.Point(21, 19);
this.lblEntruckingCode.Name = "lblEntruckingCode";
this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12);
this.lblEntruckingCode.TabIndex = 29;
this.lblEntruckingCode.Text = "装具条码";
//
// lblTruckSize
//
this.lblTruckSize.AutoSize = true;
this.lblTruckSize.BackColor = System.Drawing.Color.Transparent;
this.lblTruckSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblTruckSize.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblTruckSize.Location = new System.Drawing.Point(21, 52);
this.lblTruckSize.Name = "lblTruckSize";
this.lblTruckSize.Size = new System.Drawing.Size(29, 12);
this.lblTruckSize.TabIndex = 33;
this.lblTruckSize.Text = "容量";
//
// lblRemarks
//
this.lblRemarks.AutoSize = true;
this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblRemarks.Location = new System.Drawing.Point(224, 52);
this.lblRemarks.Name = "lblRemarks";
this.lblRemarks.Size = new System.Drawing.Size(29, 12);
this.lblRemarks.TabIndex = 35;
this.lblRemarks.Text = "备注";
//
// txtRemarks
//
this.txtRemarks.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtRemarks.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtRemarks.Location = new System.Drawing.Point(263, 49);
this.txtRemarks.MaxLength = 20;
this.txtRemarks.Name = "txtRemarks";
this.txtRemarks.Size = new System.Drawing.Size(120, 21);
this.txtRemarks.TabIndex = 36;
//
// txtTruckSize
//
this.txtTruckSize.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtTruckSize.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtTruckSize.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtTruckSize.Location = new System.Drawing.Point(80, 49);
this.txtTruckSize.MaxLength = 20;
this.txtTruckSize.Name = "txtTruckSize";
this.txtTruckSize.Size = new System.Drawing.Size(120, 21);
this.txtTruckSize.TabIndex = 39;
//
// lblValueFlag
//
this.lblValueFlag.AutoSize = true;
this.lblValueFlag.BackColor = System.Drawing.Color.Transparent;
this.lblValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblValueFlag.ForeColor = System.Drawing.SystemColors.ControlText;
this.lblValueFlag.Location = new System.Drawing.Point(224, 19);
this.lblValueFlag.Name = "lblValueFlag";
this.lblValueFlag.Size = new System.Drawing.Size(53, 12);
this.lblValueFlag.TabIndex = 40;
this.lblValueFlag.Text = "停用标识";
//
// txtEntruckingCode
//
this.txtEntruckingCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtEntruckingCode.ImeMode = System.Windows.Forms.ImeMode.Off;
this.txtEntruckingCode.Location = new System.Drawing.Point(80, 16);
this.txtEntruckingCode.MaxLength = 20;
this.txtEntruckingCode.Name = "txtEntruckingCode";
this.txtEntruckingCode.Size = new System.Drawing.Size(120, 21);
this.txtEntruckingCode.TabIndex = 38;
//
// cmbValueFlag
//
this.cmbValueFlag.FormattingEnabled = true;
this.cmbValueFlag.Location = new System.Drawing.Point(283, 16);
this.cmbValueFlag.Name = "cmbValueFlag";
this.cmbValueFlag.ShowMustInputAlert = false;
this.cmbValueFlag.Size = new System.Drawing.Size(100, 20);
this.cmbValueFlag.TabIndex = 59;
//
// F_MST_1302
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(410, 139);
this.Controls.Add(this.cmbValueFlag);
this.Controls.Add(this.lblValueFlag);
this.Controls.Add(this.txtTruckSize);
this.Controls.Add(this.txtEntruckingCode);
this.Controls.Add(this.txtRemarks);
this.Controls.Add(this.lblRemarks);
this.Controls.Add(this.lblTruckSize);
this.Controls.Add(this.lblEntruckingCode);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_MST_1302";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "装具管理";
this.Load += new System.EventHandler(this.F_MST_1302_Load);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.lblEntruckingCode, 0);
this.Controls.SetChildIndex(this.lblTruckSize, 0);
this.Controls.SetChildIndex(this.lblRemarks, 0);
this.Controls.SetChildIndex(this.txtRemarks, 0);
this.Controls.SetChildIndex(this.txtEntruckingCode, 0);
this.Controls.SetChildIndex(this.txtTruckSize, 0);
this.Controls.SetChildIndex(this.lblValueFlag, 0);
this.Controls.SetChildIndex(this.cmbValueFlag, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Label lblEntruckingCode;
private Basics.BaseControls.C_Label lblTruckSize;
private Basics.BaseControls.C_Label lblRemarks;
private System.Windows.Forms.TextBox txtRemarks;
private System.Windows.Forms.TextBox txtTruckSize;
private Basics.BaseControls.C_Label lblValueFlag;
private System.Windows.Forms.TextBox txtEntruckingCode;
private WinForm.Controls.FtcFilterComboBox cmbValueFlag;
}
}