namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_1301 { /// /// 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_MST_1301)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip(); this.tsbtnAdd = new System.Windows.Forms.ToolStripButton(); this.tsbtnEdit = new System.Windows.Forms.ToolStripButton(); this.delBtn = new System.Windows.Forms.ToolStripButton(); 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.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.goodsnametxt = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.goodscodetxt = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.ddlLogoName = new Dongke.WinForm.Controls.FtcFilterComboBox(); this.ddlGlazeTypeID = new Dongke.WinForm.Controls.FtcFilterComboBox(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtKingdeeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.dgvGoosKingdeecode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GoodsNames = 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.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CREATEUSER = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UPDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UPDATEUSER = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tsrOperate.SuspendLayout(); this.gbxCondition.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).BeginInit(); this.SuspendLayout(); // // tsrOperate // this.tsrOperate.AutoSize = false; this.tsrOperate.BackColor = System.Drawing.SystemColors.Control; this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground; this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbtnAdd, this.tsbtnEdit, this.delBtn, this.tsbtnAdaptive, this.tsbtnClose}); this.tsrOperate.Location = new System.Drawing.Point(0, 0); this.tsrOperate.Name = "tsrOperate"; this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.tsrOperate.ShowItemToolTips = false; this.tsrOperate.Size = new System.Drawing.Size(1128, 35); this.tsrOperate.TabIndex = 1; // // tsbtnAdd // this.tsbtnAdd.AutoSize = false; this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdd.Name = "tsbtnAdd"; this.tsbtnAdd.Size = new System.Drawing.Size(60, 25); this.tsbtnAdd.Text = "新建(&N)"; this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click); // // tsbtnEdit // this.tsbtnEdit.AutoSize = false; this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnEdit.Name = "tsbtnEdit"; this.tsbtnEdit.Size = new System.Drawing.Size(60, 25); this.tsbtnEdit.Text = "编辑(&E)"; this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click); // // delBtn // this.delBtn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.delBtn.Image = ((System.Drawing.Image)(resources.GetObject("delBtn.Image"))); this.delBtn.ImageTransparentColor = System.Drawing.Color.Magenta; this.delBtn.Name = "delBtn"; this.delBtn.Size = new System.Drawing.Size(33, 32); this.delBtn.Text = "删除"; this.delBtn.Click += new System.EventHandler(this.delBtn_Click); // // tsbtnAdaptive // this.tsbtnAdaptive.AutoSize = false; this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnAdaptive.Name = "tsbtnAdaptive"; this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25); this.tsbtnAdaptive.Text = "自适应列宽(&A)"; this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click); // // tsbtnClose // this.tsbtnClose.AutoSize = false; this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbtnClose.Name = "tsbtnClose"; this.tsbtnClose.Size = new System.Drawing.Size(60, 25); this.tsbtnClose.Text = "关闭(&X)"; this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click); // // lblGoodsCode // this.lblGoodsCode.AutoSize = true; this.lblGoodsCode.BackColor = System.Drawing.SystemColors.Control; this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGoodsCode.Location = new System.Drawing.Point(16, 24); this.lblGoodsCode.Name = "lblGoodsCode"; this.lblGoodsCode.Size = new System.Drawing.Size(53, 12); this.lblGoodsCode.TabIndex = 3; this.lblGoodsCode.Text = "产品编码"; // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSearch.BackColor = System.Drawing.Color.Gray; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(940, 14); this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 10; this.btnSearch.Text = "查询(&Q)"; this.btnSearch.UseVisualStyleBackColor = false; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Gray; this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage"))); this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClearCondition.ForeColor = System.Drawing.Color.White; this.btnClearCondition.Location = new System.Drawing.Point(1031, 14); this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 11; this.btnClearCondition.Text = "清空条件(&C)"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // lblGlazeTypeID // this.lblGlazeTypeID.AutoSize = true; this.lblGlazeTypeID.BackColor = System.Drawing.SystemColors.Control; this.lblGlazeTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGlazeTypeID.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGlazeTypeID.Location = new System.Drawing.Point(386, 23); this.lblGlazeTypeID.Name = "lblGlazeTypeID"; this.lblGlazeTypeID.Size = new System.Drawing.Size(53, 12); this.lblGlazeTypeID.TabIndex = 15; this.lblGlazeTypeID.Text = "釉料类别"; // // gbxCondition // this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | 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.goodsnametxt); this.gbxCondition.Controls.Add(this.c_Label3); this.gbxCondition.Controls.Add(this.goodscodetxt); 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.c_Label1); this.gbxCondition.Controls.Add(this.btnClearCondition); this.gbxCondition.Controls.Add(this.btnSearch); this.gbxCondition.Controls.Add(this.lblGoodsCode); 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; this.gbxCondition.IsMustInput = false; this.gbxCondition.Location = new System.Drawing.Point(0, 38); this.gbxCondition.Name = "gbxCondition"; this.gbxCondition.OriginalHeight = -1; this.gbxCondition.Size = new System.Drawing.Size(1128, 56); this.gbxCondition.TabIndex = 23; this.gbxCondition.TabStop = false; this.gbxCondition.Text = "查询条件 ▼"; // // goodsnametxt // this.goodsnametxt.BackColor = System.Drawing.SystemColors.Window; this.goodsnametxt.BackgroundColor = System.Drawing.SystemColors.Window; this.goodsnametxt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.goodsnametxt.ErrorMessage = ""; this.goodsnametxt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.goodsnametxt.ImeMode = System.Windows.Forms.ImeMode.Off; this.goodsnametxt.Location = new System.Drawing.Point(260, 18); this.goodsnametxt.MaxLength = 50; this.goodsnametxt.Name = "goodsnametxt"; this.goodsnametxt.Size = new System.Drawing.Size(120, 21); this.goodsnametxt.TabIndex = 89; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.SystemColors.Control; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label3.Location = new System.Drawing.Point(201, 23); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 88; this.c_Label3.Text = "产品名称"; // // goodscodetxt // this.goodscodetxt.BackColor = System.Drawing.SystemColors.Window; this.goodscodetxt.BackgroundColor = System.Drawing.SystemColors.Window; this.goodscodetxt.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.goodscodetxt.ErrorMessage = ""; this.goodscodetxt.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.goodscodetxt.ImeMode = System.Windows.Forms.ImeMode.Off; this.goodscodetxt.Location = new System.Drawing.Point(75, 19); this.goodscodetxt.MaxLength = 50; this.goodscodetxt.Name = "goodscodetxt"; this.goodscodetxt.Size = new System.Drawing.Size(120, 21); this.goodscodetxt.TabIndex = 87; // // ddlLogoName // this.ddlLogoName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlLogoName.FormattingEnabled = true; this.ddlLogoName.Location = new System.Drawing.Point(618, 19); this.ddlLogoName.Name = "ddlLogoName"; this.ddlLogoName.ShowMustInputAlert = false; this.ddlLogoName.Size = new System.Drawing.Size(130, 20); this.ddlLogoName.TabIndex = 86; // // ddlGlazeTypeID // this.ddlGlazeTypeID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ddlGlazeTypeID.FormattingEnabled = true; this.ddlGlazeTypeID.Location = new System.Drawing.Point(445, 19); this.ddlGlazeTypeID.Name = "ddlGlazeTypeID"; this.ddlGlazeTypeID.ShowMustInputAlert = false; this.ddlGlazeTypeID.Size = new System.Drawing.Size(127, 20); this.ddlGlazeTypeID.TabIndex = 85; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.SystemColors.Control; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label2.Location = new System.Drawing.Point(754, 23); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 19; this.c_Label2.Text = "金蝶代码"; // // txtKingdeeCode // this.txtKingdeeCode.BackColor = System.Drawing.SystemColors.Window; this.txtKingdeeCode.BackgroundColor = System.Drawing.SystemColors.Window; this.txtKingdeeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtKingdeeCode.ErrorMessage = ""; this.txtKingdeeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtKingdeeCode.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtKingdeeCode.Location = new System.Drawing.Point(813, 19); this.txtKingdeeCode.MaxLength = 50; this.txtKingdeeCode.Name = "txtKingdeeCode"; this.txtKingdeeCode.Size = new System.Drawing.Size(120, 21); this.txtKingdeeCode.TabIndex = 18; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.SystemColors.Control; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText; this.c_Label1.Location = new System.Drawing.Point(586, 23); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(29, 12); this.c_Label1.TabIndex = 17; this.c_Label1.Text = "商标"; // // dgvGoosKingdeecode // this.dgvGoosKingdeecode.AllowUserToAddRows = false; this.dgvGoosKingdeecode.AllowUserToDeleteRows = false; this.dgvGoosKingdeecode.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvGoosKingdeecode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvGoosKingdeecode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvGoosKingdeecode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvGoosKingdeecode.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvGoosKingdeecode.CellHeight = 23; this.dgvGoosKingdeecode.ChildNodeColumnName = null; this.dgvGoosKingdeecode.ChildNodeColumnText = null; this.dgvGoosKingdeecode.ColumnDeep = 1; this.dgvGoosKingdeecode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvGoosKingdeecode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvGoosKingdeecode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvGoosKingdeecode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GOODSCODE, this.GoodsNames, this.GLAZETYPE, this.LOGONAME, this.KINGDEECODE, this.CREATETIME, this.CREATEUSER, this.UPDATETIME, this.UPDATEUSER}); this.dgvGoosKingdeecode.ColumnTreeView = null; this.dgvGoosKingdeecode.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut))); this.dgvGoosKingdeecode.DynamicColumnName = ""; this.dgvGoosKingdeecode.EnableHeadersVisualStyles = false; this.dgvGoosKingdeecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvGoosKingdeecode.FormatQuantityColumns = null; this.dgvGoosKingdeecode.HorizontalMergeColumn = null; this.dgvGoosKingdeecode.IsAutoCountSum = true; this.dgvGoosKingdeecode.IsAutoResizeColumns = false; this.dgvGoosKingdeecode.IsClickF12 = false; this.dgvGoosKingdeecode.IsOpenMergeCellFlag = false; this.dgvGoosKingdeecode.IsSubTotalFlag = false; this.dgvGoosKingdeecode.IsTopDeep = false; this.dgvGoosKingdeecode.Location = new System.Drawing.Point(0, 100); this.dgvGoosKingdeecode.MergeColumnNames = null; this.dgvGoosKingdeecode.MergeDetailColumnNames = null; this.dgvGoosKingdeecode.MergeDetailOnlyColumn = null; this.dgvGoosKingdeecode.MergeOnlyColumn = null; this.dgvGoosKingdeecode.Name = "dgvGoosKingdeecode"; this.dgvGoosKingdeecode.ReadOnly = true; this.dgvGoosKingdeecode.RefreshAtHscroll = false; this.dgvGoosKingdeecode.RowHeadersWidth = 50; this.dgvGoosKingdeecode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvGoosKingdeecode.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dgvGoosKingdeecode.RowTemplate.Height = 21; this.dgvGoosKingdeecode.Size = new System.Drawing.Size(1122, 404); this.dgvGoosKingdeecode.SortOrderColumnName = null; this.dgvGoosKingdeecode.TabIndex = 24; this.dgvGoosKingdeecode.Tag = true; this.dgvGoosKingdeecode.TotalSumColumns = null; this.dgvGoosKingdeecode.ViewRowFilter = ""; // // GOODSCODE // this.GOODSCODE.DataPropertyName = "GOODSCODE"; this.GOODSCODE.HeaderText = "产品编码"; this.GOODSCODE.Name = "GOODSCODE"; this.GOODSCODE.ReadOnly = true; // // GoodsNames // this.GoodsNames.DataPropertyName = "GoodsName"; this.GoodsNames.HeaderText = "产品名称"; this.GoodsNames.Name = "GoodsNames"; this.GoodsNames.ReadOnly = true; // // GLAZETYPE // this.GLAZETYPE.DataPropertyName = "GLAZETYPE"; this.GLAZETYPE.HeaderText = "釉料类别"; this.GLAZETYPE.Name = "GLAZETYPE"; this.GLAZETYPE.ReadOnly = true; // // LOGONAME // this.LOGONAME.DataPropertyName = "LOGONAME"; this.LOGONAME.HeaderText = "商标"; this.LOGONAME.Name = "LOGONAME"; this.LOGONAME.ReadOnly = true; this.LOGONAME.Width = 150; // // KINGDEECODE // this.KINGDEECODE.DataPropertyName = "KINGDEECODE"; this.KINGDEECODE.HeaderText = "金蝶代码"; this.KINGDEECODE.Name = "KINGDEECODE"; this.KINGDEECODE.ReadOnly = true; this.KINGDEECODE.Width = 150; // // CREATETIME // this.CREATETIME.DataPropertyName = "CREATETIME"; this.CREATETIME.HeaderText = "创建时间"; this.CREATETIME.Name = "CREATETIME"; this.CREATETIME.ReadOnly = true; // // CREATEUSER // this.CREATEUSER.DataPropertyName = "CREATEUSER"; this.CREATEUSER.HeaderText = "创建人"; this.CREATEUSER.Name = "CREATEUSER"; this.CREATEUSER.ReadOnly = true; // // UPDATETIME // this.UPDATETIME.DataPropertyName = "UPDATETIME"; this.UPDATETIME.HeaderText = "修改时间"; this.UPDATETIME.Name = "UPDATETIME"; this.UPDATETIME.ReadOnly = true; // // UPDATEUSER // this.UPDATEUSER.DataPropertyName = "UPDATEUSER"; this.UPDATEUSER.HeaderText = "修改人"; this.UPDATEUSER.Name = "UPDATEUSER"; this.UPDATEUSER.ReadOnly = true; // // F_MST_1301 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1128, 516); this.Controls.Add(this.dgvGoosKingdeecode); this.Controls.Add(this.gbxCondition); this.Controls.Add(this.tsrOperate); this.Name = "F_MST_1301"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "金蝶代码对应"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed); this.Load += new System.EventHandler(this.F_MST_1301_Load); this.tsrOperate.ResumeLayout(false); this.tsrOperate.PerformLayout(); this.gbxCondition.ResumeLayout(false); this.gbxCondition.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvGoosKingdeecode)).EndInit(); this.ResumeLayout(false); } #endregion private Basics.BaseControls.C_ToolStrip tsrOperate; private System.Windows.Forms.ToolStripButton tsbtnAdd; private System.Windows.Forms.ToolStripButton tsbtnEdit; private System.Windows.Forms.ToolStripButton tsbtnClose; private Basics.BaseControls.C_Label lblGoodsCode; 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 System.Windows.Forms.ToolStripButton tsbtnAdaptive; private Basics.BaseControls.C_DataGridView dgvGoosKingdeecode; 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 System.Windows.Forms.ToolStripButton delBtn; private Basics.BaseControls.C_TextBox goodsnametxt; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_TextBox goodscodetxt; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE; private System.Windows.Forms.DataGridViewTextBoxColumn GoodsNames; private System.Windows.Forms.DataGridViewTextBoxColumn GLAZETYPE; private System.Windows.Forms.DataGridViewTextBoxColumn LOGONAME; private System.Windows.Forms.DataGridViewTextBoxColumn KINGDEECODE; private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME; private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSER; private System.Windows.Forms.DataGridViewTextBoxColumn UPDATETIME; private System.Windows.Forms.DataGridViewTextBoxColumn UPDATEUSER; } }