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.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.scbGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods(); this.lableName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtMouldName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); 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(244, 119); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 75; 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, 119); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 76; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // 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.Red; this.c_Label5.Location = new System.Drawing.Point(15, 23); this.c_Label5.Name = "c_Label5"; this.c_Label5.Size = new System.Drawing.Size(53, 12); this.c_Label5.TabIndex = 71; this.c_Label5.Text = "产品编码"; this.c_Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.ForeColor = System.Drawing.Color.Red; this.c_Label4.Location = new System.Drawing.Point(228, 23); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 70; this.c_Label4.Text = "模具编码"; this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtMouldCode // this.txtMouldCode.BackColor = System.Drawing.SystemColors.Window; this.txtMouldCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMouldCode.ErrorMessage = ""; this.txtMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMouldCode.Location = new System.Drawing.Point(287, 20); this.txtMouldCode.MaxLength = 20; this.txtMouldCode.Name = "txtMouldCode"; this.txtMouldCode.Size = new System.Drawing.Size(130, 21); this.txtMouldCode.TabIndex = 69; // // scbGoodsCode // this.scbGoodsCode.CheckedData = null; this.scbGoodsCode.DisplayMember = "GoodsCode"; this.scbGoodsCode.Location = new System.Drawing.Point(74, 20); this.scbGoodsCode.Name = "scbGoodsCode"; this.scbGoodsCode.Size = new System.Drawing.Size(130, 21); this.scbGoodsCode.TabIndex = 89; // // lableName // this.lableName.AutoSize = true; this.lableName.BackColor = System.Drawing.Color.Transparent; this.lableName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lableName.ForeColor = System.Drawing.Color.Red; this.lableName.Location = new System.Drawing.Point(15, 79); this.lableName.Name = "lableName"; this.lableName.Size = new System.Drawing.Size(53, 12); this.lableName.TabIndex = 91; this.lableName.Text = "模具名称"; this.lableName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // txtMouldName // this.txtMouldName.BackColor = System.Drawing.SystemColors.Window; this.txtMouldName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtMouldName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtMouldName.ErrorMessage = ""; this.txtMouldName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtMouldName.Location = new System.Drawing.Point(74, 76); this.txtMouldName.MaxLength = 20; this.txtMouldName.Name = "txtMouldName"; this.txtMouldName.Size = new System.Drawing.Size(130, 21); this.txtMouldName.TabIndex = 90; // // F_MST_1402 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(431, 172); this.Controls.Add(this.lableName); this.Controls.Add(this.txtMouldName); this.Controls.Add(this.scbGoodsCode); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.Controls.Add(this.c_Label5); this.Controls.Add(this.c_Label4); this.Controls.Add(this.txtMouldCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "F_MST_1402"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_MST_1402"; this.Load += new System.EventHandler(this.F_MST_1402_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Label c_Label5; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_TextBox txtMouldCode; private Controls.SearchBox.ScbGoods scbGoodsCode; private Basics.BaseControls.C_Label lableName; private Basics.BaseControls.C_TextBox txtMouldName; } }