namespace ICSSoft.Frame.APP { partial class FormICSMO2SendSearch { /// /// 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() { DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition(); DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition(); DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormICSMO2SendSearch)); this.Status = new DevExpress.XtraGrid.Columns.GridColumn(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.grdDetail = new DevExpress.XtraGrid.GridControl(); this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repSerialButtonEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.panel1 = new System.Windows.Forms.Panel(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.btnFilter = new DevExpress.XtraEditors.SimpleButton(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.textBoxName = new System.Windows.Forms.TextBox(); this.textBoxCode = new System.Windows.Forms.TextBox(); this.repDate = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit(); this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool(); this.panelControl3 = new DevExpress.XtraEditors.PanelControl(); this.lblTitle = new DevExpress.XtraEditors.LabelControl(); this.btnClose = new DevExpress.XtraEditors.SimpleButton(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.repDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit(); this.panelControl3.SuspendLayout(); this.SuspendLayout(); // // Status // this.Status.Caption = "状态"; this.Status.FieldName = "状态"; this.Status.Name = "Status"; this.Status.Visible = true; this.Status.VisibleIndex = 16; this.Status.Width = 49; // // groupControl1 // this.groupControl1.Controls.Add(this.tableLayoutPanel1); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 39); this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.groupControl1.Name = "groupControl1"; this.groupControl1.ShowCaption = false; this.groupControl1.Size = new System.Drawing.Size(1224, 492); this.groupControl1.TabIndex = 14; this.groupControl1.Text = "详细信息"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.grdDetail, 0, 1); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1220, 488); this.tableLayoutPanel1.TabIndex = 0; // // grdDetail // this.grdDetail.AccessibleRole = System.Windows.Forms.AccessibleRole.Grip; this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.grdDetail.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Location = new System.Drawing.Point(3, 74); this.grdDetail.MainView = this.grvDetail; this.grdDetail.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.grdDetail.Name = "grdDetail"; this.grdDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repSerialButtonEdit}); this.grdDetail.Size = new System.Drawing.Size(1214, 410); this.grdDetail.TabIndex = 3; this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.grvDetail}); // // grvDetail // this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gridColumn1, this.gridColumn2, this.gridColumn3, this.gridColumn4, this.gridColumn5, this.gridColumn6, this.gridColumn7, this.gridColumn8, this.gridColumn9, this.gridColumn10, this.gridColumn11, this.gridColumn12, this.gridColumn13, this.gridColumn15, this.gridColumn16, this.gridColumn17, this.gridColumn18, this.Status, this.gridColumn14}); styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); styleFormatCondition1.Appearance.Options.UseBackColor = true; styleFormatCondition1.Column = this.Status; styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression; styleFormatCondition1.Expression = " [状态] == \'生产中\'"; styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Yellow; styleFormatCondition2.Appearance.Options.UseBackColor = true; styleFormatCondition2.Column = this.Status; styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression; styleFormatCondition2.Expression = "[状态] == \'未到达\'"; styleFormatCondition3.Appearance.BackColor = System.Drawing.Color.Yellow; styleFormatCondition3.Appearance.Options.UseBackColor = true; styleFormatCondition3.Column = this.Status; styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression; styleFormatCondition3.Expression = "[状态] ==\'未开工\'"; this.grvDetail.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] { styleFormatCondition1, styleFormatCondition2, styleFormatCondition3}); this.grvDetail.GridControl = this.grdDetail; this.grvDetail.Name = "grvDetail"; this.grvDetail.OptionsBehavior.ReadOnly = true; this.grvDetail.OptionsSelection.MultiSelect = true; this.grvDetail.OptionsView.ColumnAutoWidth = false; this.grvDetail.OptionsView.ShowFooter = true; this.grvDetail.OptionsView.ShowGroupPanel = false; // // gridColumn1 // this.gridColumn1.Caption = "设备型号"; this.gridColumn1.FieldName = "设备型号"; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 0; this.gridColumn1.Width = 67; // // gridColumn2 // this.gridColumn2.Caption = "项目号"; this.gridColumn2.FieldName = "项目号"; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.ShowUnboundExpressionMenu = true; this.gridColumn2.Width = 53; // // gridColumn3 // this.gridColumn3.Caption = "生产订单号"; this.gridColumn3.FieldName = "生产订单号"; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 1; this.gridColumn3.Width = 82; // // gridColumn4 // this.gridColumn4.Caption = "行号"; this.gridColumn4.FieldName = "行号"; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 2; this.gridColumn4.Width = 43; // // gridColumn5 // this.gridColumn5.Caption = "产品跟踪单号"; this.gridColumn5.FieldName = "产品跟踪单号"; this.gridColumn5.Name = "gridColumn5"; this.gridColumn5.Visible = true; this.gridColumn5.VisibleIndex = 3; this.gridColumn5.Width = 76; // // gridColumn6 // this.gridColumn6.Caption = "料品编码"; this.gridColumn6.FieldName = "料品编码"; this.gridColumn6.Name = "gridColumn6"; this.gridColumn6.Visible = true; this.gridColumn6.VisibleIndex = 4; this.gridColumn6.Width = 67; // // gridColumn7 // this.gridColumn7.Caption = "料品名称"; this.gridColumn7.FieldName = "料品名称"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 5; this.gridColumn7.Width = 70; // // gridColumn8 // this.gridColumn8.Caption = "规格型号"; this.gridColumn8.FieldName = "规格型号"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 6; this.gridColumn8.Width = 70; // // gridColumn9 // this.gridColumn9.Caption = "图号"; this.gridColumn9.FieldName = "图号"; this.gridColumn9.Name = "gridColumn9"; this.gridColumn9.Visible = true; this.gridColumn9.VisibleIndex = 7; this.gridColumn9.Width = 42; // // gridColumn10 // this.gridColumn10.Caption = "工序次序"; this.gridColumn10.FieldName = "工序次序"; this.gridColumn10.Name = "gridColumn10"; this.gridColumn10.Visible = true; this.gridColumn10.VisibleIndex = 8; this.gridColumn10.Width = 67; // // gridColumn11 // this.gridColumn11.Caption = "工序名称"; this.gridColumn11.FieldName = "工序名称"; this.gridColumn11.Name = "gridColumn11"; this.gridColumn11.Visible = true; this.gridColumn11.VisibleIndex = 9; this.gridColumn11.Width = 69; // // gridColumn12 // this.gridColumn12.Caption = "单间工时(M)"; this.gridColumn12.FieldName = "单间工时"; this.gridColumn12.Name = "gridColumn12"; this.gridColumn12.Visible = true; this.gridColumn12.VisibleIndex = 10; this.gridColumn12.Width = 95; // // gridColumn13 // this.gridColumn13.Caption = "数量"; this.gridColumn13.FieldName = "数量"; this.gridColumn13.Name = "gridColumn13"; this.gridColumn13.Visible = true; this.gridColumn13.VisibleIndex = 11; this.gridColumn13.Width = 41; // // gridColumn15 // this.gridColumn15.Caption = "预估加工耗时"; this.gridColumn15.FieldName = "预估加工工时"; this.gridColumn15.Name = "gridColumn15"; this.gridColumn15.Visible = true; this.gridColumn15.VisibleIndex = 12; this.gridColumn15.Width = 100; // // gridColumn16 // this.gridColumn16.Caption = "派工时间"; this.gridColumn16.FieldName = "派工时间"; this.gridColumn16.Name = "gridColumn16"; this.gridColumn16.Visible = true; this.gridColumn16.VisibleIndex = 13; // // gridColumn17 // this.gridColumn17.Caption = "预计开工时间"; this.gridColumn17.FieldName = "预计开工时间"; this.gridColumn17.Name = "gridColumn17"; this.gridColumn17.Visible = true; this.gridColumn17.VisibleIndex = 14; this.gridColumn17.Width = 102; // // gridColumn18 // this.gridColumn18.Caption = "预计完工时间"; this.gridColumn18.FieldName = "预计完工时间"; this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Visible = true; this.gridColumn18.VisibleIndex = 15; this.gridColumn18.Width = 91; // // gridColumn14 // this.gridColumn14.Caption = "当前工序"; this.gridColumn14.FieldName = "当前工序"; this.gridColumn14.Name = "gridColumn14"; // // repSerialButtonEdit // this.repSerialButtonEdit.AutoHeight = false; this.repSerialButtonEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus)}); this.repSerialButtonEdit.Name = "repSerialButtonEdit"; this.repSerialButtonEdit.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // panel1 // this.panel1.Controls.Add(this.labelControl4); this.panel1.Controls.Add(this.btnFilter); this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.textBoxName); this.panel1.Controls.Add(this.textBoxCode); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1214, 64); this.panel1.TabIndex = 2; // // labelControl4 // this.labelControl4.Appearance.BackColor = System.Drawing.Color.Transparent; this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl4.LineStyle = System.Drawing.Drawing2D.DashStyle.Custom; this.labelControl4.Location = new System.Drawing.Point(315, 19); this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(113, 28); this.labelControl4.TabIndex = 78; this.labelControl4.Text = "员工姓名:"; // // btnFilter // this.btnFilter.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnFilter.Appearance.ForeColor = System.Drawing.Color.White; this.btnFilter.Appearance.Options.UseFont = true; this.btnFilter.Appearance.Options.UseForeColor = true; this.btnFilter.Appearance.Options.UseTextOptions = true; this.btnFilter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnFilter.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Office2003; this.btnFilter.Location = new System.Drawing.Point(639, 7); this.btnFilter.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnFilter.LookAndFeel.UseDefaultLookAndFeel = false; this.btnFilter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnFilter.Name = "btnFilter"; this.btnFilter.Size = new System.Drawing.Size(100, 45); this.btnFilter.TabIndex = 77; this.btnFilter.Text = "查询"; this.btnFilter.Click += new System.EventHandler(this.btnFilter_Click); // // labelControl2 // this.labelControl2.Appearance.BackColor = System.Drawing.Color.Transparent; this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black; this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.labelControl2.LineStyle = System.Drawing.Drawing2D.DashStyle.Custom; this.labelControl2.Location = new System.Drawing.Point(17, 19); this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(109, 28); this.labelControl2.TabIndex = 20; this.labelControl2.Text = "员工条码:"; // // textBoxName // this.textBoxName.Location = new System.Drawing.Point(434, 18); this.textBoxName.Name = "textBoxName"; this.textBoxName.ReadOnly = true; this.textBoxName.Size = new System.Drawing.Size(146, 26); this.textBoxName.TabIndex = 23; // // textBoxCode // this.textBoxCode.Location = new System.Drawing.Point(132, 18); this.textBoxCode.Name = "textBoxCode"; this.textBoxCode.ReadOnly = true; this.textBoxCode.Size = new System.Drawing.Size(149, 26); this.textBoxCode.TabIndex = 21; // // repDate // this.repDate.AutoHeight = false; this.repDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repDate.Mask.EditMask = "yyyy-MM-dd"; this.repDate.Mask.UseMaskAsDisplayFormat = true; this.repDate.Name = "repDate"; this.repDate.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); // // rptPage // this.rptPage.Appearance.BackColor = System.Drawing.Color.White; this.rptPage.Appearance.Options.UseBackColor = true; this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom; this.rptPage.isInit = false; this.rptPage.Location = new System.Drawing.Point(0, 531); this.rptPage.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6); this.rptPage.Name = "rptPage"; this.rptPage.PageIndex = 1; this.rptPage.PageSize = 10000; this.rptPage.RecordNum = 0; this.rptPage.Size = new System.Drawing.Size(1224, 33); this.rptPage.TabIndex = 15; // // panelControl3 // this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue; this.panelControl3.Appearance.Options.UseBackColor = true; this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.panelControl3.Controls.Add(this.lblTitle); this.panelControl3.Controls.Add(this.btnClose); this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; this.panelControl3.Location = new System.Drawing.Point(0, 0); this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.panelControl3.Name = "panelControl3"; this.panelControl3.Size = new System.Drawing.Size(1224, 39); this.panelControl3.TabIndex = 13; // // lblTitle // this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White; this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; this.lblTitle.Location = new System.Drawing.Point(3, 5); this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(117, 30); this.lblTitle.TabIndex = 19; this.lblTitle.Text = "派工任务查询"; // // btnClose // this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnClose.Appearance.ForeColor = System.Drawing.Color.White; this.btnClose.Appearance.Options.UseFont = true; this.btnClose.Appearance.Options.UseForeColor = true; this.btnClose.Appearance.Options.UseTextOptions = true; this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image"))); this.btnClose.Location = new System.Drawing.Point(1194, 0); this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin"; this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false; this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(30, 39); this.btnClose.TabIndex = 14; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // FormICSMO2SendSearch // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1224, 564); this.Controls.Add(this.groupControl1); this.Controls.Add(this.rptPage); this.Controls.Add(this.panelControl3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "FormICSMO2SendSearch"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "0"; ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repSerialButtonEdit)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.repDate.VistaTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit(); this.panelControl3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.GroupControl groupControl1; private ICSSoft.Base.UserControl.FormControl.PageNavTool rptPage; private DevExpress.XtraEditors.PanelControl panelControl3; private DevExpress.XtraEditors.SimpleButton btnClose; private DevExpress.XtraEditors.LabelControl lblTitle; private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repDate; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.SimpleButton btnFilter; private DevExpress.XtraEditors.LabelControl labelControl2; private System.Windows.Forms.TextBox textBoxName; private System.Windows.Forms.TextBox textBoxCode; private DevExpress.XtraGrid.GridControl grdDetail; private DevExpress.XtraGrid.Views.Grid.GridView grvDetail; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; private DevExpress.XtraGrid.Columns.GridColumn gridColumn9; private DevExpress.XtraGrid.Columns.GridColumn gridColumn10; private DevExpress.XtraGrid.Columns.GridColumn gridColumn11; private DevExpress.XtraGrid.Columns.GridColumn gridColumn12; private DevExpress.XtraGrid.Columns.GridColumn gridColumn13; private DevExpress.XtraGrid.Columns.GridColumn gridColumn15; private DevExpress.XtraGrid.Columns.GridColumn gridColumn16; private DevExpress.XtraGrid.Columns.GridColumn gridColumn17; private DevExpress.XtraGrid.Columns.GridColumn gridColumn18; private DevExpress.XtraGrid.Columns.GridColumn Status; private DevExpress.XtraGrid.Columns.GridColumn gridColumn14; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repSerialButtonEdit; } }