namespace Dongke.IBOSS.PRD.Client.Controls { partial class S_CMN_021 { /// /// 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.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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_021)); this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtInCheckedNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.dgvInChecked = 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.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.InCheckedID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.InCheckedNo = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgvInChecked)).BeginInit(); this.SuspendLayout(); // // lblUserCode // this.lblUserCode.AutoSize = true; this.lblUserCode.BackColor = System.Drawing.Color.Transparent; this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUserCode.Location = new System.Drawing.Point(12, 15); this.lblUserCode.Name = "lblUserCode"; this.lblUserCode.Size = new System.Drawing.Size(53, 12); this.lblUserCode.TabIndex = 0; this.lblUserCode.Text = "盘点单号"; // // txtInCheckedNo // this.txtInCheckedNo.BackColor = System.Drawing.SystemColors.Window; this.txtInCheckedNo.BackgroundColor = System.Drawing.SystemColors.Window; this.txtInCheckedNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper; this.txtInCheckedNo.ErrorMessage = ""; this.txtInCheckedNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtInCheckedNo.ImeMode = System.Windows.Forms.ImeMode.Off; this.txtInCheckedNo.Location = new System.Drawing.Point(71, 11); this.txtInCheckedNo.Name = "txtInCheckedNo"; this.txtInCheckedNo.Size = new System.Drawing.Size(196, 21); this.txtInCheckedNo.TabIndex = 1; // // dgvInChecked // this.dgvInChecked.AllowUserToAddRows = false; this.dgvInChecked.AllowUserToDeleteRows = false; this.dgvInChecked.AllowUserToModifyRows = true; this.dgvInChecked.AllowUserToOrderColumns = true; this.dgvInChecked.AllowUserToResizeRows = false; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvInChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvInChecked.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.dgvInChecked.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvInChecked.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvInChecked.CellHeight = 23; this.dgvInChecked.ChildNodeColumnName = null; this.dgvInChecked.ChildNodeColumnText = null; this.dgvInChecked.ColumnDeep = 1; this.dgvInChecked.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.dgvInChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvInChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvInChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.InCheckedID, this.sel, this.InCheckedNo, this.Remarks}); this.dgvInChecked.ColumnTreeView = null; this.dgvInChecked.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.dgvInChecked.DefaultCellStyle = dataGridViewCellStyle3; this.dgvInChecked.DynamicColumnName = ""; this.dgvInChecked.EnableHeadersVisualStyles = false; this.dgvInChecked.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvInChecked.HorizontalMergeColumn = null; this.dgvInChecked.IsAutoCountSum = true; this.dgvInChecked.IsAutoResizeColumns = false; this.dgvInChecked.IsClickF12 = false; this.dgvInChecked.IsOpenMergeCellFlag = false; this.dgvInChecked.IsSubTotalFlag = false; this.dgvInChecked.IsTopDeep = false; this.dgvInChecked.Location = new System.Drawing.Point(12, 41); this.dgvInChecked.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dgvInChecked.MergeColumnNames = null; this.dgvInChecked.MergeDetailColumnNames = null; this.dgvInChecked.MergeDetailOnlyColumn = null; this.dgvInChecked.MergeOnlyColumn = null; this.dgvInChecked.MultiSelect = false; this.dgvInChecked.Name = "dgvInChecked"; this.dgvInChecked.RefreshAtHscroll = false; this.dgvInChecked.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvInChecked.RowsDefaultCellStyle = dataGridViewCellStyle4; this.dgvInChecked.RowTemplate.Height = 21; this.dgvInChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvInChecked.Size = new System.Drawing.Size(447, 305); this.dgvInChecked.SortOrderColumnName = null; this.dgvInChecked.TabIndex = 4; this.dgvInChecked.Tag = true; this.dgvInChecked.TotalSumColumns = null; this.dgvInChecked.ViewRowFilter = ""; this.dgvInChecked.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvInChecked_CellMouseDoubleClick); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(283, 351); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(85, 30); this.btnOK.TabIndex = 5; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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(374, 351); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 6; this.btnClose.Text = "取消"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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(283, 6); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(85, 30); this.btnSearch.TabIndex = 2; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; 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.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(374, 6); this.btnClearCondition.Name = "btnClearCondition"; this.btnClearCondition.Size = new System.Drawing.Size(85, 30); this.btnClearCondition.TabIndex = 3; this.btnClearCondition.Text = "清空条件"; this.btnClearCondition.UseVisualStyleBackColor = false; this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click); // // InCheckedID // this.InCheckedID.DataPropertyName = "InCheckedID"; this.InCheckedID.HeaderText = "InCheckedID"; this.InCheckedID.Name = "InCheckedID"; this.InCheckedID.ReadOnly = true; this.InCheckedID.Visible = false; // // sel // this.sel.DataPropertyName = "Sel"; this.sel.FalseValue = "0"; this.sel.HeaderText = "选择"; 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; // // InCheckedNo // this.InCheckedNo.DataPropertyName = "InCheckedNo"; this.InCheckedNo.HeaderText = "盘点单号"; this.InCheckedNo.Name = "InCheckedNo"; this.InCheckedNo.ReadOnly = true; this.InCheckedNo.Width = 200; // // Remarks // this.Remarks.DataPropertyName = "Remarks"; this.Remarks.HeaderText = "备注"; this.Remarks.Name = "Remarks"; this.Remarks.ReadOnly = true; this.Remarks.Width = 200; // // S_CMN_021 // 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(474, 416); this.Controls.Add(this.btnClearCondition); this.Controls.Add(this.btnSearch); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOK); this.Controls.Add(this.dgvInChecked); this.Controls.Add(this.txtInCheckedNo); this.Controls.Add(this.lblUserCode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "S_CMN_021"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "选择盘点单"; this.Load += new System.EventHandler(this.S_CMN_021_Load); this.Controls.SetChildIndex(this.lblUserCode, 0); this.Controls.SetChildIndex(this.txtInCheckedNo, 0); this.Controls.SetChildIndex(this.dgvInChecked, 0); this.Controls.SetChildIndex(this.btnOK, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.btnSearch, 0); this.Controls.SetChildIndex(this.btnClearCondition, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvInChecked)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Label lblUserCode; private Basics.BaseControls.C_TextBox txtInCheckedNo; private Basics.BaseControls.C_DataGridView dgvInChecked; private Basics.BaseControls.C_Button btnOK; private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnSearch; private Basics.BaseControls.C_Button btnClearCondition; private System.Windows.Forms.DataGridViewTextBoxColumn InCheckedID; private System.Windows.Forms.DataGridViewCheckBoxColumn sel; private System.Windows.Forms.DataGridViewTextBoxColumn InCheckedNo; private System.Windows.Forms.DataGridViewTextBoxColumn Remarks; } }