namespace Dongke.IBOSS.PRD.Client.Controls
{
partial class F_MST_013004
{
///
/// 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()
{
this.txtInvoiceName = new Dongke.WinForm.Controls.TxtTextBox();
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.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
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(71, 39);
this.txtInvoiceName.MaxLength = 50;
this.txtInvoiceName.Name = "txtInvoiceName";
this.txtInvoiceName.Size = new System.Drawing.Size(328, 21);
this.txtInvoiceName.TabIndex = 4;
this.txtInvoiceName.TextChanged += new System.EventHandler(this.txtInvoiceName_TextChanged);
//
// 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(71, 161);
this.chkValueFlag.Name = "chkValueFlag";
this.chkValueFlag.Size = new System.Drawing.Size(48, 16);
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(223, 157);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 30);
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(314, 157);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
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(36, 66);
this.lblRemark.Name = "lblRemark";
this.lblRemark.Size = new System.Drawing.Size(29, 12);
this.lblRemark.TabIndex = 5;
this.lblRemark.Text = "备注";
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(71, 66);
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(328, 85);
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(12, 43);
this.lblLabel1.Name = "lblLabel1";
this.lblLabel1.Size = new System.Drawing.Size(53, 12);
this.lblLabel1.TabIndex = 3;
this.lblLabel1.Text = "标签名称";
//
// 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.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
this.lblGoodsType.IsMustInput = true;
this.lblGoodsType.Location = new System.Drawing.Point(14, 16);
this.lblGoodsType.Name = "lblGoodsType";
this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
this.lblGoodsType.TabIndex = 25;
this.lblGoodsType.Text = "产品类别";
//
// scbGoodsType
//
this.scbGoodsType.CheckedData = null;
this.scbGoodsType.Location = new System.Drawing.Point(71, 12);
this.scbGoodsType.MultiSelect = false;
this.scbGoodsType.Name = "scbGoodsType";
this.scbGoodsType.Size = new System.Drawing.Size(328, 21);
this.scbGoodsType.TabIndex = 24;
//
// F_MST_013004
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(411, 212);
this.Controls.Add(this.lblGoodsType);
this.Controls.Add(this.scbGoodsType);
this.Controls.Add(this.txtInvoiceName);
this.Controls.Add(this.lblRemark);
this.Controls.Add(this.lblLabel1);
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.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_MST_013004";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "";
this.Load += new System.EventHandler(this.F_MST_013004_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.lblLabel1, 0);
this.Controls.SetChildIndex(this.lblRemark, 0);
this.Controls.SetChildIndex(this.txtInvoiceName, 0);
this.Controls.SetChildIndex(this.scbGoodsType, 0);
this.Controls.SetChildIndex(this.lblGoodsType, 0);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private WinForm.Controls.TxtTextBox txtInvoiceName;
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 Basics.BaseControls.C_Label lblGoodsType;
private SearchBox.ScbGoodsType scbGoodsType;
}
}