namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_1402 { /// /// 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_1402)); this.txtCustomerCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblMAC = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtCustomerName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.SuspendLayout(); // // 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(73, 43); this.txtCustomerCode.MaxLength = 20; this.txtCustomerCode.Name = "txtCustomerCode"; this.txtCustomerCode.Size = new System.Drawing.Size(116, 21); this.txtCustomerCode.TabIndex = 13; this.txtCustomerCode.TextValue = ""; // // 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(14, 46); this.lblMAC.Name = "lblMAC"; this.lblMAC.Size = new System.Drawing.Size(53, 12); this.lblMAC.TabIndex = 12; this.lblMAC.Text = "客户编码"; this.lblMAC.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtCustomerName // this.txtCustomerName.BackColor = System.Drawing.SystemColors.Window; this.txtCustomerName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtCustomerName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtCustomerName.ErrorMessage = ""; this.txtCustomerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtCustomerName.Location = new System.Drawing.Point(278, 43); this.txtCustomerName.MaxLength = 20; this.txtCustomerName.Name = "txtCustomerName"; this.txtCustomerName.Size = new System.Drawing.Size(116, 21); this.txtCustomerName.TabIndex = 15; this.txtCustomerName.TextValue = ""; // // 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(219, 46); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 14; this.c_Label1.Text = "客户名称"; this.c_Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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(38, 82); this.lblRemarks.Name = "lblRemarks"; this.lblRemarks.Size = new System.Drawing.Size(29, 12); this.lblRemarks.TabIndex = 16; this.lblRemarks.Text = "备注"; // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemarks.Location = new System.Drawing.Point(73, 82); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(321, 77); this.txtRemarks.TabIndex = 17; // // 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(221, 179); 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(309, 179); 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); // // 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(278, 9); this.ccbvalueflag.Name = "ccbvalueflag"; this.ccbvalueflag.Size = new System.Drawing.Size(116, 20); this.ccbvalueflag.TabIndex = 29; // // 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(219, 12); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 30; this.c_Label2.Text = "有效标识"; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.ForeColor = System.Drawing.Color.Red; this.c_Label3.Location = new System.Drawing.Point(14, 12); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 31; this.c_Label3.Text = "产品编码"; this.c_Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtGoodsCode // this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtGoodsCode.ErrorMessage = ""; this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsCode.Location = new System.Drawing.Point(73, 9); this.txtGoodsCode.MaxLength = 20; this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.Size = new System.Drawing.Size(116, 21); this.txtGoodsCode.TabIndex = 32; // // F_MST_1402 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(423, 237); this.Controls.Add(this.txtGoodsCode); this.Controls.Add(this.c_Label3); this.Controls.Add(this.c_Label2); this.Controls.Add(this.ccbvalueflag); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lblRemarks); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.txtCustomerName); this.Controls.Add(this.c_Label1); this.Controls.Add(this.txtCustomerCode); this.Controls.Add(this.lblMAC); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.IsSaveFormSize = false; this.Name = "F_MST_1402"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_MST_140101"; this.Load += new System.EventHandler(this.F_MST_1402_Load); this.Controls.SetChildIndex(this.lblMAC, 0); this.Controls.SetChildIndex(this.txtCustomerCode, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.txtCustomerName, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.lblRemarks, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.ccbvalueflag, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.c_Label3, 0); this.Controls.SetChildIndex(this.txtGoodsCode, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_TextBox txtCustomerCode; private Basics.BaseControls.C_Label lblMAC; private Basics.BaseControls.C_TextBox txtCustomerName; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_Label lblRemarks; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private WinForm.Controls.CmbComboBox ccbvalueflag; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_TextBox txtGoodsCode; } }