namespace Dongke.IBOSS.PRD.Client.PMModule
{
partial class F_PM_2118
{
///
/// 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_PM_2118));
this.txtLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.txtOrgLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
this.SuspendLayout();
//
// txtLogo
//
this.txtLogo.BackColor = System.Drawing.SystemColors.Window;
this.txtLogo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtLogo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtLogo.ErrorMessage = "";
this.txtLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLogo.Location = new System.Drawing.Point(59, 73);
this.txtLogo.MaxLength = 11;
this.txtLogo.Name = "txtLogo";
this.txtLogo.Size = new System.Drawing.Size(158, 21);
this.txtLogo.TabIndex = 3;
this.txtLogo.TextValue = "";
this.txtLogo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
//
// btnSave
//
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(58, 141);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(85, 30);
this.btnSave.TabIndex = 5;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// 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.Location = new System.Drawing.Point(12, 76);
this.c_Label1.Name = "c_Label1";
this.c_Label1.Size = new System.Drawing.Size(41, 12);
this.c_Label1.TabIndex = 6;
this.c_Label1.Text = "新商标";
//
// cmbLogo
//
this.cmbLogo.BackColor = System.Drawing.SystemColors.Window;
this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cmbLogo.FormattingEnabled = true;
this.cmbLogo.Location = new System.Drawing.Point(59, 105);
this.cmbLogo.Name = "cmbLogo";
this.cmbLogo.Size = new System.Drawing.Size(158, 20);
this.cmbLogo.TabIndex = 4;
//
// btnClose
//
this.btnClose.BackColor = System.Drawing.Color.Transparent;
this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(143, 141);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(85, 30);
this.btnClose.TabIndex = 6;
this.btnClose.Text = "关闭";
this.btnClose.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.Location = new System.Drawing.Point(24, 11);
this.c_Label2.Name = "c_Label2";
this.c_Label2.Size = new System.Drawing.Size(29, 12);
this.c_Label2.TabIndex = 6;
this.c_Label2.Text = "条码";
//
// txtBarcode
//
this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtBarcode.ErrorMessage = "";
this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarcode.Location = new System.Drawing.Point(59, 7);
this.txtBarcode.MaxLength = 50;
this.txtBarcode.Name = "txtBarcode";
this.txtBarcode.Size = new System.Drawing.Size(158, 21);
this.txtBarcode.TabIndex = 1;
this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress_1);
//
// 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.Location = new System.Drawing.Point(12, 44);
this.c_Label3.Name = "c_Label3";
this.c_Label3.Size = new System.Drawing.Size(41, 12);
this.c_Label3.TabIndex = 6;
this.c_Label3.Text = "原商标";
//
// txtOrgLogo
//
this.txtOrgLogo.BackColor = System.Drawing.SystemColors.Control;
this.txtOrgLogo.BackgroundColor = System.Drawing.SystemColors.Window;
this.txtOrgLogo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
this.txtOrgLogo.ErrorMessage = "";
this.txtOrgLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtOrgLogo.Location = new System.Drawing.Point(59, 41);
this.txtOrgLogo.MaxLength = 11;
this.txtOrgLogo.Name = "txtOrgLogo";
this.txtOrgLogo.ReadOnly = true;
this.txtOrgLogo.Size = new System.Drawing.Size(158, 21);
this.txtOrgLogo.TabIndex = 2;
this.txtOrgLogo.TextValue = "";
this.txtOrgLogo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCode_KeyPress);
//
// F_PM_2118
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(251, 208);
this.Controls.Add(this.txtBarcode);
this.Controls.Add(this.cmbLogo);
this.Controls.Add(this.c_Label2);
this.Controls.Add(this.c_Label3);
this.Controls.Add(this.c_Label1);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.txtOrgLogo);
this.Controls.Add(this.txtLogo);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_PM_2118";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "商标";
this.Load += new System.EventHandler(this.F_PM_2118_Load);
this.Controls.SetChildIndex(this.txtLogo, 0);
this.Controls.SetChildIndex(this.txtOrgLogo, 0);
this.Controls.SetChildIndex(this.btnClose, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.c_Label1, 0);
this.Controls.SetChildIndex(this.c_Label3, 0);
this.Controls.SetChildIndex(this.c_Label2, 0);
this.Controls.SetChildIndex(this.cmbLogo, 0);
this.Controls.SetChildIndex(this.txtBarcode, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Basics.BaseControls.C_TextBox txtLogo;
private Basics.BaseControls.C_Button btnSave;
private Basics.BaseControls.C_Label c_Label1;
private Basics.BaseControls.C_ComboBox cmbLogo;
private Basics.BaseControls.C_Button btnClose;
private Basics.BaseControls.C_Label c_Label2;
private Basics.BaseControls.C_TextBox txtBarcode;
private Basics.BaseControls.C_Label c_Label3;
private Basics.BaseControls.C_TextBox txtOrgLogo;
}
}