namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_1702 { /// /// 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_1702)); this.cmbLogos = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label3 = 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.ccbvalueflag = new Dongke.WinForm.Controls.CmbComboBox(); this.SuspendLayout(); // // cmbLogos // this.cmbLogos.BackColor = System.Drawing.SystemColors.Window; this.cmbLogos.BackgroundColor = System.Drawing.SystemColors.Window; this.cmbLogos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbLogos.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmbLogos.FormattingEnabled = true; this.cmbLogos.Location = new System.Drawing.Point(77, 57); this.cmbLogos.Name = "cmbLogos"; this.cmbLogos.Size = new System.Drawing.Size(214, 20); this.cmbLogos.TabIndex = 48; // // 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.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(18, 60); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(53, 12); this.c_Label1.TabIndex = 47; this.c_Label1.Text = "产品商标"; // // 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(77, 15); this.txtGoodsCode.MaxLength = 20; this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.Size = new System.Drawing.Size(133, 21); this.txtGoodsCode.TabIndex = 46; // // 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(18, 18); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 45; this.c_Label4.Text = "产品编码"; this.c_Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // 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(227, 18); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 44; this.c_Label3.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(229, 92); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 34; 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(334, 92); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 35; 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(286, 18); this.ccbvalueflag.Name = "ccbvalueflag"; this.ccbvalueflag.Size = new System.Drawing.Size(133, 20); this.ccbvalueflag.TabIndex = 62; // // F_MST_1702 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(433, 133); this.Controls.Add(this.ccbvalueflag); this.Controls.Add(this.cmbLogos); this.Controls.Add(this.c_Label1); this.Controls.Add(this.txtGoodsCode); this.Controls.Add(this.c_Label4); this.Controls.Add(this.c_Label3); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnCancel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "F_MST_1702"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "F_MST_1702"; this.Load += new System.EventHandler(this.F_MST_1702_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_Label3; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_TextBox txtGoodsCode; private Basics.BaseControls.C_ComboBox cmbLogos; private Basics.BaseControls.C_Label c_Label1; private WinForm.Controls.CmbComboBox ccbvalueflag; } }