¶Ô±ÈÐÂÎļþ |
| | |
| | | namespace Gs.DevApp.UserControl |
| | | { |
| | | partial class SelectCheckDt |
| | | { |
| | | /// <summary> |
| | | /// Required designer variable. |
| | | /// </summary> |
| | | private System.ComponentModel.IContainer components = null; |
| | | |
| | | /// <summary> |
| | | /// Clean up any resources being used. |
| | | /// </summary> |
| | | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
| | | protected override void Dispose(bool disposing) |
| | | { |
| | | if (disposing && (components != null)) |
| | | { |
| | | components.Dispose(); |
| | | } |
| | | base.Dispose(disposing); |
| | | } |
| | | |
| | | #region Windows Form Designer generated code |
| | | |
| | | /// <summary> |
| | | /// Required method for Designer support - do not modify |
| | | /// the contents of this method with the code editor. |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.gcMain = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.æ¯å¦å¯ç¨ = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_salesOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_orderLineId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_itemId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_purchaseUnit = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_purchaseQty = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | | this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.pageBar1 = new UserControls.Data.UcPageBar(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); |
| | | this.panelControl1.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gcMain.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.Size = new System.Drawing.Size(941, 607); |
| | | this.gcMain.TabIndex = 1; |
| | | this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | | // |
| | | // gridView1 |
| | | // |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_guid, |
| | | this.æ¯å¦å¯ç¨, |
| | | this.gv_salesOrderId, |
| | | this.gv_orderLineId, |
| | | this.gv_itemId, |
| | | this.gv_purchaseUnit, |
| | | this.gv_purchaseQty}); |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gv_guid |
| | | // |
| | | this.gv_guid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_guid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_guid.Caption = "主é®ä¸è½å é¤"; |
| | | this.gv_guid.FieldName = "guid"; |
| | | this.gv_guid.MinWidth = 50; |
| | | this.gv_guid.Name = "gv_guid"; |
| | | this.gv_guid.OptionsColumn.AllowEdit = false; |
| | | this.gv_guid.Tag = "query_a.guid"; |
| | | this.gv_guid.Width = 94; |
| | | // |
| | | // æ¯å¦å¯ç¨ |
| | | // |
| | | this.æ¯å¦å¯ç¨.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.æ¯å¦å¯ç¨.AppearanceCell.Options.UseFont = true; |
| | | this.æ¯å¦å¯ç¨.Caption = "éè´åå· "; |
| | | this.æ¯å¦å¯ç¨.FieldName = "isEnabled"; |
| | | this.æ¯å¦å¯ç¨.MinWidth = 100; |
| | | this.æ¯å¦å¯ç¨.Name = "æ¯å¦å¯ç¨"; |
| | | this.æ¯å¦å¯ç¨.OptionsColumn.AllowEdit = false; |
| | | this.æ¯å¦å¯ç¨.Tag = "query_a.BILL_NO"; |
| | | this.æ¯å¦å¯ç¨.Visible = true; |
| | | this.æ¯å¦å¯ç¨.VisibleIndex = 0; |
| | | this.æ¯å¦å¯ç¨.Width = 100; |
| | | // |
| | | // gv_salesOrderId |
| | | // |
| | | this.gv_salesOrderId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_salesOrderId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_salesOrderId.Caption = "å®¡æ¹æ å¿"; |
| | | this.gv_salesOrderId.FieldName = "fOneChecked"; |
| | | this.gv_salesOrderId.MinWidth = 100; |
| | | this.gv_salesOrderId.Name = "gv_salesOrderId"; |
| | | this.gv_salesOrderId.OptionsColumn.AllowEdit = false; |
| | | this.gv_salesOrderId.Tag = "query_a.SALES_ORDER_ID"; |
| | | this.gv_salesOrderId.Visible = true; |
| | | this.gv_salesOrderId.VisibleIndex = 1; |
| | | this.gv_salesOrderId.Width = 100; |
| | | // |
| | | // gv_orderLineId |
| | | // |
| | | this.gv_orderLineId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_orderLineId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_orderLineId.Caption = "æ¹åæ è®°"; |
| | | this.gv_orderLineId.FieldName = "fTwoChecked"; |
| | | this.gv_orderLineId.MinWidth = 100; |
| | | this.gv_orderLineId.Name = "gv_orderLineId"; |
| | | this.gv_orderLineId.OptionsColumn.AllowEdit = false; |
| | | this.gv_orderLineId.Tag = "query_a.ORDER_LINE_ID"; |
| | | this.gv_orderLineId.Visible = true; |
| | | this.gv_orderLineId.VisibleIndex = 2; |
| | | this.gv_orderLineId.Width = 100; |
| | | // |
| | | // gv_itemId |
| | | // |
| | | this.gv_itemId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemId.Caption = "ç©æç¼ç "; |
| | | this.gv_itemId.FieldName = "itemNo"; |
| | | this.gv_itemId.MinWidth = 100; |
| | | this.gv_itemId.Name = "gv_itemId"; |
| | | this.gv_itemId.OptionsColumn.AllowEdit = false; |
| | | this.gv_itemId.Tag = "query_a.ITEM_ID"; |
| | | this.gv_itemId.Visible = true; |
| | | this.gv_itemId.VisibleIndex = 3; |
| | | this.gv_itemId.Width = 100; |
| | | // |
| | | // gv_purchaseUnit |
| | | // |
| | | this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseUnit.Caption = "ç©æåç§°"; |
| | | this.gv_purchaseUnit.FieldName = "itemName"; |
| | | this.gv_purchaseUnit.MinWidth = 100; |
| | | this.gv_purchaseUnit.Name = "gv_purchaseUnit"; |
| | | this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; |
| | | this.gv_purchaseUnit.Visible = true; |
| | | this.gv_purchaseUnit.VisibleIndex = 4; |
| | | this.gv_purchaseUnit.Width = 100; |
| | | // |
| | | // gv_purchaseQty |
| | | // |
| | | this.gv_purchaseQty.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_purchaseQty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseQty.Caption = "ç©æè§æ ¼"; |
| | | this.gv_purchaseQty.FieldName = "itemModel"; |
| | | this.gv_purchaseQty.MinWidth = 100; |
| | | this.gv_purchaseQty.Name = "gv_purchaseQty"; |
| | | this.gv_purchaseQty.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseQty.Tag = "query_a.PURCHASE_QTY"; |
| | | this.gv_purchaseQty.Visible = true; |
| | | this.gv_purchaseQty.VisibleIndex = 5; |
| | | this.gv_purchaseQty.Width = 100; |
| | | // |
| | | // xtraTabControl1 |
| | | // |
| | | this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.xtraTabControl1.Location = new System.Drawing.Point(0, 0); |
| | | this.xtraTabControl1.Name = "xtraTabControl1"; |
| | | this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; |
| | | this.xtraTabControl1.Size = new System.Drawing.Size(943, 682); |
| | | this.xtraTabControl1.TabIndex = 3; |
| | | this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { |
| | | this.xtraTabPage1}); |
| | | // |
| | | // xtraTabPage1 |
| | | // |
| | | this.xtraTabPage1.Controls.Add(this.gcMain); |
| | | this.xtraTabPage1.Controls.Add(this.panelControl1); |
| | | this.xtraTabPage1.Name = "xtraTabPage1"; |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(941, 650); |
| | | this.xtraTabPage1.Text = "è¯·éæ©éè¦å¯¼å
¥çæ°æ®"; |
| | | // |
| | | // panelControl1 |
| | | // |
| | | this.panelControl1.Controls.Add(this.pageBar1); |
| | | this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 607); |
| | | this.panelControl1.Name = "panelControl1"; |
| | | this.panelControl1.Size = new System.Drawing.Size(941, 43); |
| | | this.panelControl1.TabIndex = 4; |
| | | // |
| | | // pageBar1 |
| | | // |
| | | this.pageBar1.CurrentPage = 1; |
| | | this.pageBar1.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.pageBar1.Location = new System.Drawing.Point(-45, 2); |
| | | this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); |
| | | this.pageBar1.Name = "pageBar1"; |
| | | this.pageBar1.RecordCount = 0; |
| | | this.pageBar1.RowsCount = 50; |
| | | this.pageBar1.Size = new System.Drawing.Size(984, 39); |
| | | this.pageBar1.TabIndex = 3; |
| | | this.pageBar1.TotalPages = 0; |
| | | // |
| | | // SelectCheckDt |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(943, 682); |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "SelectCheckDt"; |
| | | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
| | | this.Text = "éæ©éè¦å
¥å¯¼å
¥çæ°æ®"; |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); |
| | | this.xtraTabControl1.ResumeLayout(false); |
| | | this.xtraTabPage1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); |
| | | this.panelControl1.ResumeLayout(false); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | | #endregion |
| | | private DevExpress.XtraGrid.GridControl gcMain; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraTab.XtraTabControl xtraTabControl1; |
| | | private DevExpress.XtraTab.XtraTabPage xtraTabPage1; |
| | | private UserControls.Data.UcPageBar pageBar1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseQty; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseUnit; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn æ¯å¦å¯ç¨; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_guid; |
| | | private DevExpress.XtraEditors.PanelControl panelControl1; |
| | | } |
| | | } |