| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class F_MST_012004
- {
- /// <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()
- {
- this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblInvoiceName = new Dongke.WinForm.Controls.LblLabel();
- this.chkValueFlag = new Dongke.WinForm.Controls.ChkCheckBox();
- this.btnOK = new Dongke.WinForm.Controls.BtnButton();
- this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
- this.lblRemark = new Dongke.WinForm.Controls.LblLabel();
- this.txtRemark = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
- this.ftcLogo = new Dongke.WinForm.Controls.FtcFilterComboBox();
- this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
- this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.ddlPrintType = new Dongke.WinForm.Controls.FtcFilterComboBox();
- this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
- this.SuspendLayout();
- //
- // txtInvoiceName
- //
- this.txtInvoiceName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.txtInvoiceName.Location = new System.Drawing.Point(95, 111);
- this.txtInvoiceName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtInvoiceName.MaxLength = 50;
- this.txtInvoiceName.Name = "txtInvoiceName";
- this.txtInvoiceName.Size = new System.Drawing.Size(436, 25);
- this.txtInvoiceName.TabIndex = 4;
- this.txtInvoiceName.TextChanged += new System.EventHandler(this.txtInvoiceName_TextChanged);
- //
- // lblInvoiceName
- //
- this.lblInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblInvoiceName.Location = new System.Drawing.Point(16, 54);
- this.lblInvoiceName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblInvoiceName.Name = "lblInvoiceName";
- this.lblInvoiceName.Size = new System.Drawing.Size(67, 15);
- this.lblInvoiceName.TabIndex = 1;
- this.lblInvoiceName.Text = "产品商标";
- //
- // chkValueFlag
- //
- this.chkValueFlag.Checked = true;
- this.chkValueFlag.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkValueFlag.Location = new System.Drawing.Point(95, 231);
- this.chkValueFlag.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.chkValueFlag.Name = "chkValueFlag";
- this.chkValueFlag.Size = new System.Drawing.Size(59, 19);
- this.chkValueFlag.TabIndex = 7;
- this.chkValueFlag.Text = "有效";
- this.chkValueFlag.UseVisualStyleBackColor = true;
- this.chkValueFlag.Visible = false;
- //
- // btnOK
- //
- this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnOK.Location = new System.Drawing.Point(297, 252);
- this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(113, 38);
- this.btnOK.TabIndex = 8;
- this.btnOK.Text = "确定";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(419, 252);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(113, 38);
- this.btnCancel.TabIndex = 9;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // lblRemark
- //
- this.lblRemark.Location = new System.Drawing.Point(48, 145);
- this.lblRemark.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblRemark.Name = "lblRemark";
- this.lblRemark.Size = new System.Drawing.Size(37, 15);
- this.lblRemark.TabIndex = 5;
- this.lblRemark.Text = "备注";
- //
- // txtRemark
- //
- this.txtRemark.Location = new System.Drawing.Point(95, 145);
- this.txtRemark.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtRemark.MaxLength = 500;
- this.txtRemark.Multiline = true;
- this.txtRemark.Name = "txtRemark";
- this.txtRemark.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.txtRemark.Size = new System.Drawing.Size(436, 73);
- this.txtRemark.TabIndex = 6;
- //
- // lblLabel1
- //
- this.lblLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.lblLabel1.Location = new System.Drawing.Point(16, 116);
- this.lblLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLabel1.Name = "lblLabel1";
- this.lblLabel1.Size = new System.Drawing.Size(67, 15);
- this.lblLabel1.TabIndex = 3;
- this.lblLabel1.Text = "标签名称";
- //
- // ftcLogo
- //
- this.ftcLogo.FormattingEnabled = true;
- this.ftcLogo.HasNullData = true;
- this.ftcLogo.Location = new System.Drawing.Point(95, 49);
- this.ftcLogo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ftcLogo.Name = "ftcLogo";
- this.ftcLogo.Size = new System.Drawing.Size(436, 23);
- this.ftcLogo.TabIndex = 2;
- this.ftcLogo.SelectedIndexChanged += new System.EventHandler(this.ftcLogo_SelectedIndexChanged);
- //
- // scbGoodsType
- //
- this.scbGoodsType.CheckedData = null;
- this.scbGoodsType.IsOnlyDisplayEnd = false;
- this.scbGoodsType.Location = new System.Drawing.Point(95, 15);
- this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.scbGoodsType.Name = "scbGoodsType";
- this.scbGoodsType.Size = new System.Drawing.Size(437, 26);
- this.scbGoodsType.TabIndex = 21;
- this.scbGoodsType.SearchedItemChanged += new System.EventHandler(this.scbGoodsType_SearchedItemChanged);
- //
- // lblGoodsType
- //
- this.lblGoodsType.AutoSize = true;
- this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
- this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblGoodsType.Location = new System.Drawing.Point(16, 21);
- this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblGoodsType.Name = "lblGoodsType";
- this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
- this.lblGoodsType.TabIndex = 22;
- this.lblGoodsType.Text = "产品类别";
- //
- // ddlPrintType
- //
- this.ddlPrintType.FormattingEnabled = true;
- this.ddlPrintType.HasNullData = true;
- this.ddlPrintType.Location = new System.Drawing.Point(95, 80);
- this.ddlPrintType.Margin = new System.Windows.Forms.Padding(4);
- this.ddlPrintType.Name = "ddlPrintType";
- this.ddlPrintType.Size = new System.Drawing.Size(436, 23);
- this.ddlPrintType.TabIndex = 24;
- //
- // lblLabel2
- //
- this.lblLabel2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblLabel2.Location = new System.Drawing.Point(16, 85);
- this.lblLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.lblLabel2.Name = "lblLabel2";
- this.lblLabel2.Size = new System.Drawing.Size(67, 15);
- this.lblLabel2.TabIndex = 23;
- this.lblLabel2.Text = "打印类型";
- //
- // F_MST_012004
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(548, 321);
- this.Controls.Add(this.ddlPrintType);
- this.Controls.Add(this.lblLabel2);
- this.Controls.Add(this.lblGoodsType);
- this.Controls.Add(this.scbGoodsType);
- this.Controls.Add(this.ftcLogo);
- this.Controls.Add(this.txtInvoiceName);
- this.Controls.Add(this.lblRemark);
- this.Controls.Add(this.lblLabel1);
- this.Controls.Add(this.lblInvoiceName);
- this.Controls.Add(this.txtRemark);
- this.Controls.Add(this.chkValueFlag);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.IsSaveFormSize = false;
- this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_012004";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "";
- this.Load += new System.EventHandler(this.F_MST_012004_Load);
- this.Controls.SetChildIndex(this.btnOK, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.chkValueFlag, 0);
- this.Controls.SetChildIndex(this.txtRemark, 0);
- this.Controls.SetChildIndex(this.lblInvoiceName, 0);
- this.Controls.SetChildIndex(this.lblLabel1, 0);
- this.Controls.SetChildIndex(this.lblRemark, 0);
- this.Controls.SetChildIndex(this.txtInvoiceName, 0);
- this.Controls.SetChildIndex(this.ftcLogo, 0);
- this.Controls.SetChildIndex(this.scbGoodsType, 0);
- this.Controls.SetChildIndex(this.lblGoodsType, 0);
- this.Controls.SetChildIndex(this.lblLabel2, 0);
- this.Controls.SetChildIndex(this.ddlPrintType, 0);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private WinForm.Controls.TxtTextBox txtInvoiceName;
- private WinForm.Controls.LblLabel lblInvoiceName;
- private WinForm.Controls.ChkCheckBox chkValueFlag;
- private WinForm.Controls.BtnButton btnOK;
- private WinForm.Controls.BtnButton btnCancel;
- private WinForm.Controls.LblLabel lblRemark;
- private WinForm.Controls.TxtTextBox txtRemark;
- private WinForm.Controls.LblLabel lblLabel1;
- private WinForm.Controls.FtcFilterComboBox ftcLogo;
- private SearchBox.ScbGoodsType scbGoodsType;
- private Basics.BaseControls.C_Label lblGoodsType;
- private WinForm.Controls.FtcFilterComboBox ddlPrintType;
- private WinForm.Controls.LblLabel lblLabel2;
- }
- }
|