namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_1602 { /// /// 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_1602)); this.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox(); this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtNumbers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.txtOrderCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtLayoutCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtCustomerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.SuspendLayout(); // // ccbvalueflag // this.ccbvalueflag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ccbvalueflag.FormattingEnabled = true; this.ccbvalueflag.Items.AddRange(new object[] { "有效", "无效"}); this.ccbvalueflag.Location = new System.Drawing.Point(74, 98); this.ccbvalueflag.Name = "ccbvalueflag"; this.ccbvalueflag.Size = new System.Drawing.Size(133, 20); this.ccbvalueflag.TabIndex = 61; // // c_Label6 // this.c_Label6.AutoSize = true; this.c_Label6.BackColor = System.Drawing.Color.Transparent; this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label6.ForeColor = System.Drawing.Color.Red; this.c_Label6.Location = new System.Drawing.Point(18, 101); this.c_Label6.Name = "c_Label6"; this.c_Label6.Size = new System.Drawing.Size(53, 12); this.c_Label6.TabIndex = 62; this.c_Label6.Text = "有效标识"; // // 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(244, 163); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 57; 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(335, 163); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 58; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.Color.Red; this.c_Label2.Location = new System.Drawing.Point(242, 23); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(29, 12); this.c_Label2.TabIndex = 54; this.c_Label2.Text = "数量"; this.c_Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtNumbers // this.txtNumbers.BackColor = System.Drawing.SystemColors.Window; this.txtNumbers.BackgroundColor = System.Drawing.SystemColors.Window; this.txtNumbers.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtNumbers.ErrorMessage = ""; this.txtNumbers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtNumbers.Location = new System.Drawing.Point(290, 20); this.txtNumbers.MaxLength = 20; this.txtNumbers.Name = "txtNumbers"; this.txtNumbers.Size = new System.Drawing.Size(130, 21); this.txtNumbers.TabIndex = 53; // // txtOrderCode // this.txtOrderCode.BackColor = System.Drawing.SystemColors.Window; this.txtOrderCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtOrderCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtOrderCode.ErrorMessage = ""; this.txtOrderCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtOrderCode.Location = new System.Drawing.Point(77, 20); this.txtOrderCode.MaxLength = 20; this.txtOrderCode.Name = "txtOrderCode"; this.txtOrderCode.Size = new System.Drawing.Size(130, 21); this.txtOrderCode.TabIndex = 52; // // c_Label5 // this.c_Label5.AutoSize = true; this.c_Label5.BackColor = System.Drawing.Color.Transparent; this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label5.ForeColor = System.Drawing.Color.Black; this.c_Label5.Location = new System.Drawing.Point(18, 23); this.c_Label5.Name = "c_Label5"; this.c_Label5.Size = new System.Drawing.Size(41, 12); this.c_Label5.TabIndex = 51; this.c_Label5.Text = "订单号"; this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtLayoutCode // this.txtLayoutCode.BackColor = System.Drawing.SystemColors.Window; this.txtLayoutCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtLayoutCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtLayoutCode.ErrorMessage = ""; this.txtLayoutCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtLayoutCode.Location = new System.Drawing.Point(290, 59); this.txtLayoutCode.MaxLength = 20; this.txtLayoutCode.Name = "txtLayoutCode"; this.txtLayoutCode.Size = new System.Drawing.Size(130, 21); this.txtLayoutCode.TabIndex = 44; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.Color.Red; this.c_Label1.Location = new System.Drawing.Point(231, 62); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 43; this.c_Label1.Text = "版面编码"; this.c_Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtCustomerCode // this.txtCustomerCode.BackColor = System.Drawing.SystemColors.Window; this.txtCustomerCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCustomerCode.ErrorMessage = ""; this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCustomerCode.Location = new System.Drawing.Point(77, 62); this.txtCustomerCode.MaxLength = 20; this.txtCustomerCode.Name = "txtCustomerCode"; this.txtCustomerCode.Size = new System.Drawing.Size(130, 21); this.txtCustomerCode.TabIndex = 42; this.txtCustomerCode.TextChanged += new System.EventHandler(this.txtCustomerCode_TextChanged); // // lblMAC // this.lblMAC.AutoSize = true; this.lblMAC.BackColor = System.Drawing.Color.Transparent; this.lblMAC.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMAC.ForeColor = System.Drawing.Color.Red; this.lblMAC.Location = new System.Drawing.Point(18, 68); this.lblMAC.Name = "lblMAC"; this.lblMAC.Size = new System.Drawing.Size(53, 12); this.lblMAC.TabIndex = 41; this.lblMAC.Text = "客户编码"; this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblMAC.Click += new System.EventHandler(this.lblMAC_Click); // // F_MST_1602 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(437, 203); this.Controls.Add(this.c_Label6); this.Controls.Add(this.ccbvalueflag); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.Controls.Add(this.c_Label2); this.Controls.Add(this.txtNumbers); this.Controls.Add(this.txtOrderCode); this.Controls.Add(this.c_Label5); this.Controls.Add(this.txtLayoutCode); this.Controls.Add(this.c_Label1); this.Controls.Add(this.txtCustomerCode); this.Controls.Add(this.lblMAC); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "F_MST_1602"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_MST_1602"; this.Load += new System.EventHandler(this.F_MST_1602_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_TextBox txtLayoutCode; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_TextBox txtCustomerCode; private Basics.BaseControls.C_Label lblMAC; private Basics.BaseControls.C_TextBox txtOrderCode; private Basics.BaseControls.C_Label c_Label5; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtNumbers; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Label c_Label6; private WinForm.Controls.CmbComboBox ccbvalueflag; } }