namespace Dongke.IBOSS.PRD.Client.Controls { partial class S_CMN_006 { /// /// 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(S_CMN_006)); 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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dgvGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.GOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).BeginInit(); this.SuspendLayout(); // // lblGoodsCode // this.lblGoodsCode.AutoSize = true; this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent; 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.Image = ((System.Drawing.Image)(resources.GetObject("lblGoodsCode.Image"))); this.lblGoodsCode.Location = new System.Drawing.Point(12, 18); this.lblGoodsCode.Name = "lblGoodsCode"; this.lblGoodsCode.Size = new System.Drawing.Size(53, 12); this.lblGoodsCode.TabIndex = 0; 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(71, 14); this.txtGoodsCode.Name = "txtGoodsCode"; this.txtGoodsCode.Size = new System.Drawing.Size(120, 21); this.txtGoodsCode.TabIndex = 1; // // lblGoodsName // this.lblGoodsName.AutoSize = true; this.lblGoodsName.BackColor = System.Drawing.Color.Transparent; this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGoodsName.Image = ((System.Drawing.Image)(resources.GetObject("lblGoodsName.Image"))); this.lblGoodsName.Location = new System.Drawing.Point(197, 18); this.lblGoodsName.Name = "lblGoodsName"; this.lblGoodsName.Size = new System.Drawing.Size(53, 12); this.lblGoodsName.TabIndex = 2; this.lblGoodsName.Text = "产品名称"; // // txtGoodsName // this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window; this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtGoodsName.ErrorMessage = ""; this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtGoodsName.Location = new System.Drawing.Point(256, 14); this.txtGoodsName.Name = "txtGoodsName"; this.txtGoodsName.Size = new System.Drawing.Size(120, 21); this.txtGoodsName.TabIndex = 3; // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.Transparent; this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage"))); this.btnSearch.Font = new System.Drawing.Font("宋体", 9F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(483, 9); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 4; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // dgvGoods // this.dgvGoods.AllowUserToAddRows = false; this.dgvGoods.AllowUserToDeleteRows = false; this.dgvGoods.AllowUserToModifyRows = true; this.dgvGoods.AllowUserToOrderColumns = true; this.dgvGoods.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvGoods.CellHeight = 23; this.dgvGoods.ChildNodeColumnName = null; this.dgvGoods.ChildNodeColumnText = null; this.dgvGoods.ColumnDeep = 1; this.dgvGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; 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.dgvGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.GOODSID, this.Sel, this.GOODSCODE, this.GOODSNAME}); this.dgvGoods.ColumnTreeView = null; this.dgvGoods.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvGoods.DefaultCellStyle = dataGridViewCellStyle3; this.dgvGoods.DynamicColumnName = ""; this.dgvGoods.EnableHeadersVisualStyles = false; this.dgvGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvGoods.HorizontalMergeColumn = null; this.dgvGoods.IsAutoCountSum = true; this.dgvGoods.IsAutoResizeColumns = false; this.dgvGoods.IsClickF12 = false; this.dgvGoods.IsOpenMergeCellFlag = false; this.dgvGoods.IsSubTotalFlag = false; this.dgvGoods.IsTopDeep = false; this.dgvGoods.Location = new System.Drawing.Point(14, 44); this.dgvGoods.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvGoods.MergeColumnNames = null; this.dgvGoods.MergeDetailColumnNames = null; this.dgvGoods.MergeDetailOnlyColumn = null; this.dgvGoods.MergeOnlyColumn = null; this.dgvGoods.MultiSelect = false; this.dgvGoods.Name = "dgvGoods"; this.dgvGoods.RefreshAtHscroll = false; this.dgvGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvGoods.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvGoods.RowTemplate.Height = 21; this.dgvGoods.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvGoods.Size = new System.Drawing.Size(645, 387); this.dgvGoods.SortOrderColumnName = null; this.dgvGoods.TabIndex = 6; this.dgvGoods.Tag = true; this.dgvGoods.TotalSumColumns = null; this.dgvGoods.ViewRowFilter = ""; this.dgvGoods.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick); // // btnOK // this.btnOK.BackColor = System.Drawing.Color.Transparent; this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage"))); this.btnOK.Font = new System.Drawing.Font("宋体", 9F); this.btnOK.ForeColor = System.Drawing.Color.White; this.btnOK.Location = new System.Drawing.Point(483, 436); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 9; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // 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); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(575, 436); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 10; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // chkChooseAll // this.chkChooseAll.AutoSize = true; this.chkChooseAll.BackColor = System.Drawing.Color.Transparent; this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkChooseAll.Location = new System.Drawing.Point(14, 436); this.chkChooseAll.Name = "chkChooseAll"; this.chkChooseAll.Size = new System.Drawing.Size(48, 16); this.chkChooseAll.TabIndex = 8; this.chkChooseAll.Text = "全选"; this.chkChooseAll.UseVisualStyleBackColor = false; this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged); // // btnClearCondition // this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnClearCondition.BackColor = System.Drawing.Color.Transparent; 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(574, 9); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 5; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // GOODSID // this.GOODSID.DataPropertyName = "GOODSID"; this.GOODSID.HeaderText = "GOODSID"; this.GOODSID.Name = "GOODSID"; this.GOODSID.ReadOnly = true; this.GOODSID.Visible = false; // // Sel // this.Sel.DataPropertyName = "Sel"; this.Sel.FalseValue = "0"; this.Sel.HeaderText = "选择"; this.Sel.IndeterminateValue = "0"; this.Sel.Name = "Sel"; this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; this.Sel.TrueValue = "1"; this.Sel.Visible = false; // // GOODSCODE // this.GOODSCODE.DataPropertyName = "GOODSCODE"; this.GOODSCODE.HeaderText = "产品编码"; this.GOODSCODE.Name = "GOODSCODE"; this.GOODSCODE.ReadOnly = true; this.GOODSCODE.Width = 200; // // GOODSNAME // this.GOODSNAME.DataPropertyName = "GOODSNAME"; this.GOODSNAME.HeaderText = "产品名称"; this.GOODSNAME.Name = "GOODSNAME"; this.GOODSNAME.ReadOnly = true; this.GOODSNAME.Width = 200; // // S_CMN_006 // 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(672, 498); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.chkChooseAll); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOK); this.Controls.Add(this.dgvGoods); this.Controls.Add(this.btnSearch); this.Controls.Add(this.txtGoodsName); this.Controls.Add(this.lblGoodsName); this.Controls.Add(this.txtGoodsCode); this.Controls.Add(this.lblGoodsCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_006"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "选择产品"; this.Controls.SetChildIndex(this.lblGoodsCode, 0); this.Controls.SetChildIndex(this.txtGoodsCode, 0); this.Controls.SetChildIndex(this.lblGoodsName, 0); this.Controls.SetChildIndex(this.txtGoodsName, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.dgvGoods, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.chkChooseAll, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvGoods)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblGoodsCode; private Basics.BaseControls.C_TextBox txtGoodsCode; private Basics.BaseControls.C_Label lblGoodsName; private Basics.BaseControls.C_TextBox txtGoodsName; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_DataGridView dgvGoods; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_CheckBox chkChooseAll; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSID; private System.Windows.Forms.DataGridViewCheckBoxColumn Sel; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE; private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME; } }