|
|
@@ -38,21 +38,21 @@
|
|
|
this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
|
|
|
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
|
|
|
this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
|
|
|
this.lblGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
|
|
|
this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
this.txtKingdeeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
|
|
|
- this.ddlLogoName = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
|
|
|
this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
|
|
|
- this.ddlGlazeTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
|
|
|
this.dgvGoosKingdeecode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
|
|
|
this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GLAZETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LOGONAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.KINGDEECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox();
|
|
|
+ this.ddlLogoName = new Dongke.WinForm.Controls.FtcFilterComboBox();
|
|
|
+ this.scbGoodsCode = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
this.gbxCondition.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).BeginInit();
|
|
|
@@ -132,20 +132,6 @@
|
|
|
this.lblGoodsCode.TabIndex = 3;
|
|
|
this.lblGoodsCode.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.ImeMode = System.Windows.Forms.ImeMode.Off;
|
|
|
- this.txtGoodsCode.Location = new System.Drawing.Point(75, 20);
|
|
|
- this.txtGoodsCode.MaxLength = 50;
|
|
|
- this.txtGoodsCode.Name = "txtGoodsCode";
|
|
|
- this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
|
|
|
- this.txtGoodsCode.TabIndex = 1;
|
|
|
- //
|
|
|
// btnSearch
|
|
|
//
|
|
|
this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
@@ -196,15 +182,15 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
|
|
|
+ this.gbxCondition.Controls.Add(this.scbGoodsCode);
|
|
|
+ this.gbxCondition.Controls.Add(this.ddlLogoName);
|
|
|
+ this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
|
|
|
this.gbxCondition.Controls.Add(this.c_Label2);
|
|
|
this.gbxCondition.Controls.Add(this.txtKingdeeCode);
|
|
|
- this.gbxCondition.Controls.Add(this.ddlLogoName);
|
|
|
this.gbxCondition.Controls.Add(this.c_Label1);
|
|
|
- this.gbxCondition.Controls.Add(this.ddlGlazeTypeID);
|
|
|
this.gbxCondition.Controls.Add(this.btnClearCondition);
|
|
|
this.gbxCondition.Controls.Add(this.btnSearch);
|
|
|
this.gbxCondition.Controls.Add(this.lblGoodsCode);
|
|
|
- this.gbxCondition.Controls.Add(this.txtGoodsCode);
|
|
|
this.gbxCondition.Controls.Add(this.lblGlazeTypeID);
|
|
|
this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
@@ -243,27 +229,6 @@
|
|
|
this.txtKingdeeCode.Size = new System.Drawing.Size(120, 21);
|
|
|
this.txtKingdeeCode.TabIndex = 18;
|
|
|
//
|
|
|
- // ddlLogoName
|
|
|
- //
|
|
|
- this.ddlLogoName.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- this.ddlLogoName.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
- this.ddlLogoName.DataSource = null;
|
|
|
- this.ddlLogoName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ddlLogoName.FormattingEnabled = true;
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- this.ddlLogoName.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.ddlLogoName.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ddlLogoName.ListBox.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.ddlLogoName.ListBox.Name = "";
|
|
|
- this.ddlLogoName.ListBox.Size = new System.Drawing.Size(118, 136);
|
|
|
- this.ddlLogoName.ListBox.TabIndex = 0;
|
|
|
- this.ddlLogoName.Location = new System.Drawing.Point(447, 21);
|
|
|
- this.ddlLogoName.Name = "ddlLogoName";
|
|
|
- this.ddlLogoName.Size = new System.Drawing.Size(120, 20);
|
|
|
- this.ddlLogoName.TabIndex = 16;
|
|
|
- //
|
|
|
// c_Label1
|
|
|
//
|
|
|
this.c_Label1.AutoSize = true;
|
|
|
@@ -276,27 +241,6 @@
|
|
|
this.c_Label1.TabIndex = 17;
|
|
|
this.c_Label1.Text = "商标";
|
|
|
//
|
|
|
- // ddlGlazeTypeID
|
|
|
- //
|
|
|
- this.ddlGlazeTypeID.BackColor = System.Drawing.SystemColors.Window;
|
|
|
- this.ddlGlazeTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
- this.ddlGlazeTypeID.DataSource = null;
|
|
|
- this.ddlGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ddlGlazeTypeID.FormattingEnabled = true;
|
|
|
- //
|
|
|
- //
|
|
|
- //
|
|
|
- this.ddlGlazeTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.ddlGlazeTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ddlGlazeTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.ddlGlazeTypeID.ListBox.Name = "";
|
|
|
- this.ddlGlazeTypeID.ListBox.Size = new System.Drawing.Size(118, 136);
|
|
|
- this.ddlGlazeTypeID.ListBox.TabIndex = 0;
|
|
|
- this.ddlGlazeTypeID.Location = new System.Drawing.Point(271, 21);
|
|
|
- this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
|
|
|
- this.ddlGlazeTypeID.Size = new System.Drawing.Size(120, 20);
|
|
|
- this.ddlGlazeTypeID.TabIndex = 5;
|
|
|
- //
|
|
|
// dgvGoosKingdeecode
|
|
|
//
|
|
|
this.dgvGoosKingdeecode.AllowUserToAddRows = false;
|
|
|
@@ -391,6 +335,34 @@
|
|
|
this.KINGDEECODE.ReadOnly = true;
|
|
|
this.KINGDEECODE.Width = 150;
|
|
|
//
|
|
|
+ // ddlGlazeTypeID
|
|
|
+ //
|
|
|
+ this.ddlGlazeTypeID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.ddlGlazeTypeID.FormattingEnabled = true;
|
|
|
+ this.ddlGlazeTypeID.Location = new System.Drawing.Point(271, 20);
|
|
|
+ this.ddlGlazeTypeID.Name = "ddlGlazeTypeID";
|
|
|
+ this.ddlGlazeTypeID.ShowMustInputAlert = false;
|
|
|
+ this.ddlGlazeTypeID.Size = new System.Drawing.Size(127, 20);
|
|
|
+ this.ddlGlazeTypeID.TabIndex = 85;
|
|
|
+ //
|
|
|
+ // ddlLogoName
|
|
|
+ //
|
|
|
+ this.ddlLogoName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.ddlLogoName.FormattingEnabled = true;
|
|
|
+ this.ddlLogoName.Location = new System.Drawing.Point(444, 20);
|
|
|
+ this.ddlLogoName.Name = "ddlLogoName";
|
|
|
+ this.ddlLogoName.ShowMustInputAlert = false;
|
|
|
+ this.ddlLogoName.Size = new System.Drawing.Size(130, 20);
|
|
|
+ this.ddlLogoName.TabIndex = 86;
|
|
|
+ //
|
|
|
+ // scbGoodsCode
|
|
|
+ //
|
|
|
+ this.scbGoodsCode.CheckedData = null;
|
|
|
+ this.scbGoodsCode.Location = new System.Drawing.Point(75, 20);
|
|
|
+ this.scbGoodsCode.Name = "scbGoodsCode";
|
|
|
+ this.scbGoodsCode.Size = new System.Drawing.Size(130, 21);
|
|
|
+ this.scbGoodsCode.TabIndex = 87;
|
|
|
+ //
|
|
|
// F_MST_1301
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -420,21 +392,21 @@
|
|
|
private System.Windows.Forms.ToolStripButton tsbtnEdit;
|
|
|
private System.Windows.Forms.ToolStripButton tsbtnClose;
|
|
|
private Basics.BaseControls.C_Label lblGoodsCode;
|
|
|
- private Basics.BaseControls.C_TextBox txtGoodsCode;
|
|
|
private Basics.BaseControls.C_Button btnSearch;
|
|
|
private Basics.BaseControls.C_Button btnClearCondition;
|
|
|
private Basics.BaseControls.C_Label lblGlazeTypeID;
|
|
|
private Basics.BaseControls.C_GroupBox gbxCondition;
|
|
|
- private Basics.BaseControls.DKListBoxComboBox ddlGlazeTypeID;
|
|
|
private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
|
|
|
private Basics.BaseControls.C_DataGridView dgvGoosKingdeecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn KINGDEECODE;
|
|
|
- private Basics.BaseControls.DKListBoxComboBox ddlLogoName;
|
|
|
private Basics.BaseControls.C_Label c_Label1;
|
|
|
private Basics.BaseControls.C_Label c_Label2;
|
|
|
private Basics.BaseControls.C_TextBox txtKingdeeCode;
|
|
|
+ private WinForm.Controls.FtcFilterComboBox ddlGlazeTypeID;
|
|
|
+ private WinForm.Controls.FtcFilterComboBox ddlLogoName;
|
|
|
+ private Controls.SearchBox.ScbGoods scbGoodsCode;
|
|
|
}
|
|
|
}
|