namespace Dongke.IBOSS.PRD.Client.PMModule { partial class F_PM_2102 { /// /// 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_PM_2102)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox(); 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.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(82, 115); 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(360, 92); 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, 118); 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 = "备注"; // // dkProcedureSearchBox // this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent; this.dkProcedureSearchBox.DataSource = null; this.dkProcedureSearchBox.Enabled = true; this.dkProcedureSearchBox.IsEnablePurview = false; this.dkProcedureSearchBox.IsMustInput = false; this.dkProcedureSearchBox.Location = new System.Drawing.Point(22, 38); this.dkProcedureSearchBox.ModelType = null; this.dkProcedureSearchBox.Name = "dkProcedureSearchBox"; this.dkProcedureSearchBox.ProcedureCode = ""; this.dkProcedureSearchBox.ProcedureID = null; this.dkProcedureSearchBox.ProcedureIDS = null; this.dkProcedureSearchBox.ProcedureName = null; this.dkProcedureSearchBox.Purview = null; this.dkProcedureSearchBox.PurviewType = ((byte)(0)); this.dkProcedureSearchBox.SelectMore = true; this.dkProcedureSearchBox.Size = new System.Drawing.Size(421, 21); this.dkProcedureSearchBox.TabIndex = 6; this.dkProcedureSearchBox.Title = "盘点工序"; this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control; // // 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(357, 436); 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(266, 436); 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(6, 66); 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(300, 64); this.dtpDateEnd.Name = "dtpDateEnd"; this.dtpDateEnd.Size = new System.Drawing.Size(142, 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(82, 64); 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(265, 70); 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(362, 23); this.txtInvoiceName.TabIndex = 9; this.txtInvoiceName.TextValue = ""; // // dgvFunctionUsers // this.dgvFunctionUsers.AllowUserToModifyRows = true; dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.dgvFunctionUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; this.dgvFunctionUsers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); 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; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70))))); dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvFunctionUsers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; 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; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgvFunctionUsers.DefaultCellStyle = dataGridViewCellStyle8; 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; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgvFunctionUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle9; this.dgvFunctionUsers.RowHeadersWidth = 50; this.dgvFunctionUsers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39))))); this.dgvFunctionUsers.RowsDefaultCellStyle = dataGridViewCellStyle10; this.dgvFunctionUsers.RowTemplate.Height = 21; this.dgvFunctionUsers.Size = new System.Drawing.Size(359, 217); 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(20, 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 = "盘点工号"; // // 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, 93); this.lblGoodsType.Name = "lblGoodsType"; this.lblGoodsType.Size = new System.Drawing.Size(53, 12); this.lblGoodsType.TabIndex = 37; this.lblGoodsType.Text = "产品类别"; // // scbGoodsType // this.scbGoodsType.CheckedData = null; this.scbGoodsType.IsOnlyDisplayEnd = false; this.scbGoodsType.Location = new System.Drawing.Point(81, 89); this.scbGoodsType.Name = "scbGoodsType"; this.scbGoodsType.Size = new System.Drawing.Size(154, 21); this.scbGoodsType.TabIndex = 36; // // scbGoods // this.scbGoods.CheckedData = null; this.scbGoods.DisplayMember = "GoodsCode"; this.scbGoods.Location = new System.Drawing.Point(300, 89); this.scbGoods.MultiSelect = true; this.scbGoods.Name = "scbGoods"; this.scbGoods.Size = new System.Drawing.Size(142, 21); this.scbGoods.TabIndex = 39; // // 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(241, 93); this.lblGoods.Name = "lblGoods"; this.lblGoods.Size = new System.Drawing.Size(53, 12); this.lblGoods.TabIndex = 38; this.lblGoods.Text = "产品编码"; // // F_PM_2102 // 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(455, 491); this.Controls.Add(this.scbGoods); this.Controls.Add(this.lblGoods); this.Controls.Add(this.lblGoodsType); this.Controls.Add(this.scbGoodsType); 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_Label1); this.Controls.Add(this.btnSave); this.Controls.Add(this.dkProcedureSearchBox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_PM_2102"; 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.dkProcedureSearchBox, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.c_Label1, 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.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 Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox; 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 lblGoodsType; private Controls.SearchBox.ScbGoodsType scbGoodsType; private Controls.SearchBox.ScbGoods scbGoods; private Basics.BaseControls.C_Label lblGoods; } }