namespace WMS.FrmCK { partial class FormMesCkOrder { /// /// 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() { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.gr_Order = new WMS.Ctrl.GridControlCustom(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colORDER_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colREMARK = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCREATE_DATE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTATUS = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom(); this.bindingSource2 = new System.Windows.Forms.BindingSource(this.components); this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colStorage_area_id = new DevExpress.XtraGrid.Columns.GridColumn(); this.colStorage_area_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.colORDER_ID1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOOD_ID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGood_name = new DevExpress.XtraGrid.Columns.GridColumn(); this.colGOODS_NUM1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSTS = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCREATE_DATE1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.colREMARK1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemLookUpEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repositoryItemLookUpEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repositoryItemLookUpEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit(); this.repositoryItemHyperLinkEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gr_Order)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.gr_Order); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1124, 208); this.panel1.TabIndex = 0; // // gr_Order // this.gr_Order.ColorApprove = System.Drawing.Color.Empty; this.gr_Order.ColorApproveValue = null; this.gr_Order.ColorPass = System.Drawing.Color.Empty; this.gr_Order.ColorPassValue = null; this.gr_Order.ColorRepeal = System.Drawing.Color.Empty; this.gr_Order.ColorRepealValue = null; this.gr_Order.ColorReWork = System.Drawing.Color.Empty; this.gr_Order.ColorReWorkValue = null; this.gr_Order.ColorSelectedRow = System.Drawing.Color.Empty; this.gr_Order.ColorShortage = System.Drawing.Color.Empty; this.gr_Order.ColorShortageFlagColumn = null; this.gr_Order.ColorShortageValue = null; this.gr_Order.ColorUnExecute = System.Drawing.Color.Empty; this.gr_Order.ColorUnExecuteValue = null; this.gr_Order.ColorUnPass = System.Drawing.Color.Empty; this.gr_Order.ColorUnPassValue = null; this.gr_Order.ColorVerify = System.Drawing.Color.Empty; this.gr_Order.ColorVerifyFlagColumn = null; this.gr_Order.ColorVerifyValue = null; this.gr_Order.ColorWarning = System.Drawing.Color.Empty; this.gr_Order.ColorWarningValue = null; this.gr_Order.DataSource = this.bindingSource1; this.gr_Order.Dock = System.Windows.Forms.DockStyle.Fill; this.gr_Order.EnableAppearanceEvenRow = true; this.gr_Order.IndicatorWidth = 40; this.gr_Order.Location = new System.Drawing.Point(0, 0); this.gr_Order.MainView = this.gridView1; this.gr_Order.Name = "gr_Order"; this.gr_Order.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckEdit1}); this.gr_Order.ShowRowID = true; this.gr_Order.Size = new System.Drawing.Size(1124, 208); this.gr_Order.TabIndex = 1; this.gr_Order.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // bindingSource1 // this.bindingSource1.DataSource = typeof(WMS.Model.CK.OrdersModel); // // gridView1 // this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.gridView1.Appearance.EvenRow.Options.UseBackColor = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colORDER_ID, this.colREMARK, this.colCREATE_DATE, this.colSTATUS}); this.gridView1.GridControl = this.gr_Order; this.gridView1.IndicatorWidth = 34; this.gridView1.Name = "gridView1"; this.gridView1.OptionsView.ColumnAutoWidth = false; this.gridView1.OptionsView.EnableAppearanceEvenRow = true; this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick); // // colORDER_ID // this.colORDER_ID.FieldName = "ORDER_ID"; this.colORDER_ID.Name = "colORDER_ID"; this.colORDER_ID.OptionsColumn.AllowEdit = false; this.colORDER_ID.Visible = true; this.colORDER_ID.VisibleIndex = 0; this.colORDER_ID.Width = 200; // // colREMARK // this.colREMARK.FieldName = "REMARK"; this.colREMARK.Name = "colREMARK"; this.colREMARK.OptionsColumn.AllowEdit = false; this.colREMARK.Visible = true; this.colREMARK.VisibleIndex = 1; this.colREMARK.Width = 200; // // colCREATE_DATE // this.colCREATE_DATE.FieldName = "CREATE_DATE"; this.colCREATE_DATE.Name = "colCREATE_DATE"; this.colCREATE_DATE.Visible = true; this.colCREATE_DATE.VisibleIndex = 2; this.colCREATE_DATE.Width = 200; // // colSTATUS // this.colSTATUS.FieldName = "STATUS"; this.colSTATUS.Name = "colSTATUS"; this.colSTATUS.OptionsColumn.AllowEdit = false; this.colSTATUS.Visible = true; this.colSTATUS.VisibleIndex = 3; this.colSTATUS.Width = 200; // // repositoryItemCheckEdit1 // this.repositoryItemCheckEdit1.AutoHeight = false; this.repositoryItemCheckEdit1.Caption = "Check"; this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1"; // // gridControlCustom1 // this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty; this.gridControlCustom1.ColorApproveValue = null; this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty; this.gridControlCustom1.ColorPassValue = null; this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty; this.gridControlCustom1.ColorRepealValue = null; this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty; this.gridControlCustom1.ColorReWorkValue = null; this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty; this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty; this.gridControlCustom1.ColorShortageFlagColumn = null; this.gridControlCustom1.ColorShortageValue = null; this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty; this.gridControlCustom1.ColorUnExecuteValue = null; this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty; this.gridControlCustom1.ColorUnPassValue = null; this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty; this.gridControlCustom1.ColorVerifyFlagColumn = null; this.gridControlCustom1.ColorVerifyValue = null; this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty; this.gridControlCustom1.ColorWarningValue = null; this.gridControlCustom1.DataSource = this.bindingSource2; this.gridControlCustom1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControlCustom1.EnableAppearanceEvenRow = true; this.gridControlCustom1.IndicatorWidth = 40; this.gridControlCustom1.Location = new System.Drawing.Point(0, 208); this.gridControlCustom1.MainView = this.gridView3; this.gridControlCustom1.Name = "gridControlCustom1"; this.gridControlCustom1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemLookUpEdit3, this.repositoryItemLookUpEdit4, this.repositoryItemLookUpEdit2, this.repositoryItemHyperLinkEdit2}); this.gridControlCustom1.ShowRowID = true; this.gridControlCustom1.Size = new System.Drawing.Size(1124, 441); this.gridControlCustom1.TabIndex = 4; this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView3}); // // bindingSource2 // this.bindingSource2.DataSource = typeof(WMS.Model.CK.OrderDetailModel); // // gridView3 // this.gridView3.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250))))); this.gridView3.Appearance.EvenRow.Options.UseBackColor = true; this.gridView3.Appearance.HeaderPanel.Font = new System.Drawing.Font("Tahoma", 11F); this.gridView3.Appearance.HeaderPanel.Options.UseFont = true; this.gridView3.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 11F); this.gridView3.Appearance.Row.Options.UseFont = true; this.gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colStorage_area_id, this.colStorage_area_name, this.colORDER_ID1, this.colGOOD_ID, this.colGood_name, this.colGOODS_NUM1, this.colSTS, this.colCREATE_DATE1, this.colREMARK1}); this.gridView3.GridControl = this.gridControlCustom1; this.gridView3.IndicatorWidth = 34; this.gridView3.Name = "gridView3"; this.gridView3.OptionsBehavior.Editable = false; this.gridView3.OptionsView.ColumnAutoWidth = false; this.gridView3.OptionsView.EnableAppearanceEvenRow = true; this.gridView3.OptionsView.ShowFooter = true; this.gridView3.OptionsView.ShowGroupPanel = false; // // colStorage_area_id // this.colStorage_area_id.FieldName = "Storage_area_id"; this.colStorage_area_id.Name = "colStorage_area_id"; this.colStorage_area_id.Visible = true; this.colStorage_area_id.VisibleIndex = 0; // // colStorage_area_name // this.colStorage_area_name.FieldName = "Storage_area_name"; this.colStorage_area_name.Name = "colStorage_area_name"; this.colStorage_area_name.Visible = true; this.colStorage_area_name.VisibleIndex = 1; // // colORDER_ID1 // this.colORDER_ID1.FieldName = "ORDER_ID"; this.colORDER_ID1.Name = "colORDER_ID1"; this.colORDER_ID1.Visible = true; this.colORDER_ID1.VisibleIndex = 2; this.colORDER_ID1.Width = 200; // // colGOOD_ID // this.colGOOD_ID.FieldName = "GOOD_ID"; this.colGOOD_ID.Name = "colGOOD_ID"; this.colGOOD_ID.Visible = true; this.colGOOD_ID.VisibleIndex = 3; this.colGOOD_ID.Width = 120; // // colGood_name // this.colGood_name.FieldName = "Good_name"; this.colGood_name.Name = "colGood_name"; this.colGood_name.Visible = true; this.colGood_name.VisibleIndex = 4; this.colGood_name.Width = 200; // // colGOODS_NUM1 // this.colGOODS_NUM1.FieldName = "GOODS_NUM"; this.colGOODS_NUM1.Name = "colGOODS_NUM1"; this.colGOODS_NUM1.Visible = true; this.colGOODS_NUM1.VisibleIndex = 5; this.colGOODS_NUM1.Width = 80; // // colSTS // this.colSTS.FieldName = "STS"; this.colSTS.Name = "colSTS"; this.colSTS.Visible = true; this.colSTS.VisibleIndex = 6; // // colCREATE_DATE1 // this.colCREATE_DATE1.FieldName = "CREATE_DATE"; this.colCREATE_DATE1.Name = "colCREATE_DATE1"; this.colCREATE_DATE1.Visible = true; this.colCREATE_DATE1.VisibleIndex = 7; this.colCREATE_DATE1.Width = 120; // // colREMARK1 // this.colREMARK1.FieldName = "REMARK"; this.colREMARK1.Name = "colREMARK1"; this.colREMARK1.Visible = true; this.colREMARK1.VisibleIndex = 8; this.colREMARK1.Width = 100; // // repositoryItemLookUpEdit3 // this.repositoryItemLookUpEdit3.AutoHeight = false; this.repositoryItemLookUpEdit3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat; this.repositoryItemLookUpEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit3.Name = "repositoryItemLookUpEdit3"; this.repositoryItemLookUpEdit3.NullText = ""; // // repositoryItemLookUpEdit4 // this.repositoryItemLookUpEdit4.AutoHeight = false; this.repositoryItemLookUpEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit4.Name = "repositoryItemLookUpEdit4"; // // repositoryItemLookUpEdit2 // this.repositoryItemLookUpEdit2.AutoHeight = false; this.repositoryItemLookUpEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemLookUpEdit2.Name = "repositoryItemLookUpEdit2"; this.repositoryItemLookUpEdit2.NullText = ""; // // repositoryItemHyperLinkEdit2 // this.repositoryItemHyperLinkEdit2.AutoHeight = false; this.repositoryItemHyperLinkEdit2.Name = "repositoryItemHyperLinkEdit2"; // // FormMesCkOrder // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1124, 649); this.Controls.Add(this.gridControlCustom1); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FormMesCkOrder"; this.Text = "FormMesCkOrder"; this.Load += new System.EventHandler(this.FormMesCkOrder_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gr_Order)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private Ctrl.GridControlCustom gr_Order; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraGrid.Columns.GridColumn colORDER_ID; private DevExpress.XtraGrid.Columns.GridColumn colREMARK; private DevExpress.XtraGrid.Columns.GridColumn colCREATE_DATE; private DevExpress.XtraGrid.Columns.GridColumn colSTATUS; private Ctrl.GridControlCustom gridControlCustom1; private System.Windows.Forms.BindingSource bindingSource2; private DevExpress.XtraGrid.Views.Grid.GridView gridView3; private DevExpress.XtraGrid.Columns.GridColumn colORDER_ID1; private DevExpress.XtraGrid.Columns.GridColumn colGOOD_ID; private DevExpress.XtraGrid.Columns.GridColumn colGood_name; private DevExpress.XtraGrid.Columns.GridColumn colSTS; private DevExpress.XtraGrid.Columns.GridColumn colGOODS_NUM1; private DevExpress.XtraGrid.Columns.GridColumn colREMARK1; private DevExpress.XtraGrid.Columns.GridColumn colStorage_area_id; private DevExpress.XtraGrid.Columns.GridColumn colStorage_area_name; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit3; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit4; private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit repositoryItemLookUpEdit2; private DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit repositoryItemHyperLinkEdit2; private DevExpress.XtraGrid.Columns.GridColumn colCREATE_DATE1; } }