| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_2118
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|