namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PC_1102 { /// /// 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_PC_1102)); 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.dtpDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.dtpDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.txtInvoiceName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox(); this.dgvFunctionUsers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView(); this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.chkStatus1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.chkStatus2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.chkStatus3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox(); this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType(); this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods(); this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).BeginInit(); this.SuspendLayout(); // // txtRemarks // this.txtRemarks.BackColor = System.Drawing.SystemColors.Window; this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window; this.txtRemarks.ErrorMessage = ""; this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtRemarks.Location = new System.Drawing.Point(83, 110); this.txtRemarks.MaxLength = 500; this.txtRemarks.Multiline = true; this.txtRemarks.Name = "txtRemarks"; this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.txtRemarks.Size = new System.Drawing.Size(377, 97); this.txtRemarks.TabIndex = 9; this.txtRemarks.TextValue = ""; // // c_Label1 // this.c_Label1.AutoSize = true; this.c_Label1.BackColor = System.Drawing.Color.Transparent; this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label1.Location = new System.Drawing.Point(46, 113); this.c_Label1.Name = "c_Label1"; this.c_Label1.Size = new System.Drawing.Size(29, 12); this.c_Label1.TabIndex = 8; this.c_Label1.Text = "备注"; // // 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, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(375, 420); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 30); this.btnClose.TabIndex = 6; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = false; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(284, 420); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 5; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // chkDateTime // this.chkDateTime.AutoSize = true; this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkDateTime.Location = new System.Drawing.Point(3, 39); this.chkDateTime.Name = "chkDateTime"; this.chkDateTime.Size = new System.Drawing.Size(72, 16); this.chkDateTime.TabIndex = 33; this.chkDateTime.Text = "生产日期"; this.chkDateTime.UseVisualStyleBackColor = true; this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged); // // dtpDateEnd // this.dtpDateEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpDateEnd.Enabled = false; this.dtpDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDateEnd.Location = new System.Drawing.Point(299, 37); this.dtpDateEnd.Name = "dtpDateEnd"; this.dtpDateEnd.Size = new System.Drawing.Size(161, 21); this.dtpDateEnd.TabIndex = 31; // // dtpDateStart // this.dtpDateStart.CustomFormat = "yyyy-MM-dd HH:mm:ss"; this.dtpDateStart.Enabled = false; this.dtpDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDateStart.Location = new System.Drawing.Point(81, 37); this.dtpDateStart.Name = "dtpDateStart"; this.dtpDateStart.Size = new System.Drawing.Size(153, 21); this.dtpDateStart.TabIndex = 30; // // lblAccountDateEnd // this.lblAccountDateEnd.AutoSize = true; this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent; this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAccountDateEnd.Location = new System.Drawing.Point(260, 43); this.lblAccountDateEnd.Name = "lblAccountDateEnd"; this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12); this.lblAccountDateEnd.TabIndex = 32; this.lblAccountDateEnd.Text = "至"; // // c_Label2 // this.c_Label2.AutoSize = true; this.c_Label2.BackColor = System.Drawing.Color.Transparent; this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label2.Location = new System.Drawing.Point(22, 14); this.c_Label2.Name = "c_Label2"; this.c_Label2.Size = new System.Drawing.Size(53, 12); this.c_Label2.TabIndex = 8; this.c_Label2.Text = "盘点单名"; // // txtInvoiceName // this.txtInvoiceName.BackColor = System.Drawing.SystemColors.Window; this.txtInvoiceName.BackgroundColor = System.Drawing.SystemColors.Window; this.txtInvoiceName.ErrorMessage = ""; this.txtInvoiceName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtInvoiceName.Location = new System.Drawing.Point(81, 8); this.txtInvoiceName.MaxLength = 100; this.txtInvoiceName.Multiline = true; this.txtInvoiceName.Name = "txtInvoiceName"; this.txtInvoiceName.Size = new System.Drawing.Size(379, 23); this.txtInvoiceName.TabIndex = 9; this.txtInvoiceName.TextValue = ""; // // dgvFunctionUsers // this.dgvFunctionUsers.AllowUserToModifyRows = true; dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvFunctionUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1; this.dgvFunctionUsers.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.dgvFunctionUsers.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))); this.dgvFunctionUsers.CellBackColorReadOnly = System.Drawing.SystemColors.Control; this.dgvFunctionUsers.CellHeight = 23; this.dgvFunctionUsers.ChildNodeColumnName = null; this.dgvFunctionUsers.ChildNodeColumnText = null; this.dgvFunctionUsers.ColumnDeep = 1; this.dgvFunctionUsers.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.dgvFunctionUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; this.dgvFunctionUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dgvFunctionUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.UserCode, this.UserName, this.UserID}); this.dgvFunctionUsers.ColumnTreeView = null; this.dgvFunctionUsers.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.dgvFunctionUsers.DefaultCellStyle = dataGridViewCellStyle3; this.dgvFunctionUsers.DynamicColumnName = ""; this.dgvFunctionUsers.EnableHeadersVisualStyles = false; this.dgvFunctionUsers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dgvFunctionUsers.FormatQuantityColumns = null; this.dgvFunctionUsers.HorizontalMergeColumn = null; this.dgvFunctionUsers.IsAutoCountSum = true; this.dgvFunctionUsers.IsAutoResizeColumns = false; this.dgvFunctionUsers.IsClickF12 = false; this.dgvFunctionUsers.IsOpenMergeCellFlag = false; this.dgvFunctionUsers.IsSubTotalFlag = false; this.dgvFunctionUsers.IsTopDeep = false; this.dgvFunctionUsers.Location = new System.Drawing.Point(83, 213); this.dgvFunctionUsers.MergeColumnNames = null; this.dgvFunctionUsers.MergeDetailColumnNames = null; this.dgvFunctionUsers.MergeDetailOnlyColumn = null; this.dgvFunctionUsers.MergeOnlyColumn = null; this.dgvFunctionUsers.MultiSelect = false; this.dgvFunctionUsers.Name = "dgvFunctionUsers"; this.dgvFunctionUsers.RefreshAtHscroll = false; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvFunctionUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dgvFunctionUsers.RowHeadersWidth = 50; this.dgvFunctionUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvFunctionUsers.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dgvFunctionUsers.RowTemplate.Height = 21; this.dgvFunctionUsers.Size = new System.Drawing.Size(377, 201); this.dgvFunctionUsers.SortOrderColumnName = null; this.dgvFunctionUsers.TabIndex = 35; this.dgvFunctionUsers.Tag = true; this.dgvFunctionUsers.TotalSumColumns = null; this.dgvFunctionUsers.ViewRowFilter = ""; this.dgvFunctionUsers.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvFunctionUsers_CellBeginEdit); this.dgvFunctionUsers.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFunctionUsers_CellValueChanged); this.dgvFunctionUsers.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvFunctionUsers_UserDeletingRow); // // UserCode // this.UserCode.DataPropertyName = "UserCode"; this.UserCode.HeaderText = "用户编码"; this.UserCode.Name = "UserCode"; this.UserCode.Width = 80; // // UserName // this.UserName.DataPropertyName = "UserName"; this.UserName.HeaderText = "用户名称"; this.UserName.Name = "UserName"; this.UserName.ReadOnly = true; this.UserName.Width = 80; // // UserID // this.UserID.DataPropertyName = "UserID"; this.UserID.HeaderText = "UserID"; this.UserID.Name = "UserID"; this.UserID.Visible = false; // // c_Label3 // this.c_Label3.AutoSize = true; this.c_Label3.BackColor = System.Drawing.Color.Transparent; this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label3.Location = new System.Drawing.Point(22, 216); this.c_Label3.Name = "c_Label3"; this.c_Label3.Size = new System.Drawing.Size(53, 12); this.c_Label3.TabIndex = 8; this.c_Label3.Text = "盘点工号"; // // c_Label4 // this.c_Label4.AutoSize = true; this.c_Label4.BackColor = System.Drawing.Color.Transparent; this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.c_Label4.Location = new System.Drawing.Point(22, 89); this.c_Label4.Name = "c_Label4"; this.c_Label4.Size = new System.Drawing.Size(53, 12); this.c_Label4.TabIndex = 8; this.c_Label4.Text = "模具状态"; // // chkStatus1 // this.chkStatus1.AutoSize = true; this.chkStatus1.Checked = true; this.chkStatus1.CheckState = System.Windows.Forms.CheckState.Checked; this.chkStatus1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkStatus1.Location = new System.Drawing.Point(81, 88); this.chkStatus1.Name = "chkStatus1"; this.chkStatus1.Size = new System.Drawing.Size(48, 16); this.chkStatus1.TabIndex = 37; this.chkStatus1.Text = "在库"; this.chkStatus1.UseVisualStyleBackColor = true; this.chkStatus1.CheckedChanged += new System.EventHandler(this.chkStatus1_CheckedChanged); // // chkStatus2 // this.chkStatus2.AutoSize = true; this.chkStatus2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkStatus2.Location = new System.Drawing.Point(135, 88); this.chkStatus2.Name = "chkStatus2"; this.chkStatus2.Size = new System.Drawing.Size(48, 16); this.chkStatus2.TabIndex = 37; this.chkStatus2.Text = "在产"; this.chkStatus2.UseVisualStyleBackColor = true; this.chkStatus2.CheckedChanged += new System.EventHandler(this.chkStatus1_CheckedChanged); // // chkStatus3 // this.chkStatus3.AutoSize = true; this.chkStatus3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.chkStatus3.Location = new System.Drawing.Point(186, 88); this.chkStatus3.Name = "chkStatus3"; this.chkStatus3.Size = new System.Drawing.Size(48, 16); this.chkStatus3.TabIndex = 37; this.chkStatus3.Text = "待产"; this.chkStatus3.UseVisualStyleBackColor = true; this.chkStatus3.CheckedChanged += new System.EventHandler(this.chkStatus1_CheckedChanged); // // 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.SystemColors.ControlText; this.lblGoodsType.Location = new System.Drawing.Point(24, 66); this.lblGoodsType.Name = "lblGoodsType"; this.lblGoodsType.Size = new System.Drawing.Size(53, 12); this.lblGoodsType.TabIndex = 39; this.lblGoodsType.Text = "产品类别"; // // scbGoodsType // this.scbGoodsType.CheckedData = null; this.scbGoodsType.IsOnlyDisplayEnd = false; this.scbGoodsType.Location = new System.Drawing.Point(81, 62); this.scbGoodsType.Name = "scbGoodsType"; this.scbGoodsType.Size = new System.Drawing.Size(153, 21); this.scbGoodsType.TabIndex = 38; // // scbGoods // this.scbGoods.CheckedData = null; this.scbGoods.DisplayMember = "GoodsCode"; this.scbGoods.Location = new System.Drawing.Point(299, 62); this.scbGoods.MultiSelect = true; this.scbGoods.Name = "scbGoods"; this.scbGoods.Size = new System.Drawing.Size(161, 21); this.scbGoods.TabIndex = 41; // // lblGoods // this.lblGoods.AutoSize = true; this.lblGoods.BackColor = System.Drawing.Color.Transparent; this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText; this.lblGoods.Location = new System.Drawing.Point(240, 66); this.lblGoods.Name = "lblGoods"; this.lblGoods.Size = new System.Drawing.Size(53, 12); this.lblGoods.TabIndex = 40; this.lblGoods.Text = "产品编码"; // // F_PC_1102 // 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(471, 480); this.Controls.Add(this.scbGoods); this.Controls.Add(this.lblGoods); this.Controls.Add(this.lblGoodsType); this.Controls.Add(this.scbGoodsType); this.Controls.Add(this.chkStatus3); this.Controls.Add(this.chkStatus2); this.Controls.Add(this.chkStatus1); this.Controls.Add(this.dgvFunctionUsers); this.Controls.Add(this.chkDateTime); this.Controls.Add(this.dtpDateEnd); this.Controls.Add(this.dtpDateStart); this.Controls.Add(this.lblAccountDateEnd); this.Controls.Add(this.txtInvoiceName); this.Controls.Add(this.txtRemarks); this.Controls.Add(this.btnClose); this.Controls.Add(this.c_Label3); this.Controls.Add(this.c_Label2); this.Controls.Add(this.c_Label4); this.Controls.Add(this.c_Label1); this.Controls.Add(this.btnSave); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PC_1102"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "新建盘点单"; this.Load += new System.EventHandler(this.F_PM_2102_Load); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.c_Label1, 0); this.Controls.SetChildIndex(this.c_Label4, 0); this.Controls.SetChildIndex(this.c_Label2, 0); this.Controls.SetChildIndex(this.c_Label3, 0); this.Controls.SetChildIndex(this.btnClose, 0); this.Controls.SetChildIndex(this.txtRemarks, 0); this.Controls.SetChildIndex(this.txtInvoiceName, 0); this.Controls.SetChildIndex(this.lblAccountDateEnd, 0); this.Controls.SetChildIndex(this.dtpDateStart, 0); this.Controls.SetChildIndex(this.dtpDateEnd, 0); this.Controls.SetChildIndex(this.chkDateTime, 0); this.Controls.SetChildIndex(this.dgvFunctionUsers, 0); this.Controls.SetChildIndex(this.chkStatus1, 0); this.Controls.SetChildIndex(this.chkStatus2, 0); this.Controls.SetChildIndex(this.chkStatus3, 0); this.Controls.SetChildIndex(this.scbGoodsType, 0); this.Controls.SetChildIndex(this.lblGoodsType, 0); this.Controls.SetChildIndex(this.lblGoods, 0); this.Controls.SetChildIndex(this.scbGoods, 0); ((System.ComponentModel.ISupportInitialize)(this.dgvFunctionUsers)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Basics.BaseControls.C_Button btnClose; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_TextBox txtRemarks; private Basics.BaseControls.C_Label c_Label1; private Basics.BaseControls.C_CheckBox chkDateTime; private Basics.BaseControls.C_DateTimePicker dtpDateEnd; private Basics.BaseControls.C_DateTimePicker dtpDateStart; private Basics.BaseControls.C_Label lblAccountDateEnd; private Basics.BaseControls.C_Label c_Label2; private Basics.BaseControls.C_TextBox txtInvoiceName; private Basics.BaseControls.C_DataGridView dgvFunctionUsers; private System.Windows.Forms.DataGridViewTextBoxColumn UserCode; private System.Windows.Forms.DataGridViewTextBoxColumn UserName; private System.Windows.Forms.DataGridViewTextBoxColumn UserID; private Basics.BaseControls.C_Label c_Label3; private Basics.BaseControls.C_Label c_Label4; private Basics.BaseControls.C_CheckBox chkStatus1; private Basics.BaseControls.C_CheckBox chkStatus2; private Basics.BaseControls.C_CheckBox chkStatus3; private Basics.BaseControls.C_Label lblGoodsType; private Controls.SearchBox.ScbGoodsType scbGoodsType; private Controls.SearchBox.ScbGoods scbGoods; private Basics.BaseControls.C_Label lblGoods; } }