ÎļþÃû´Ó DevApp/Gs.DevApp/UserControl/SelectCheckDt.Designer.cs ÐÞ¸Ä |
| | |
| | | this.gcMain = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_chk = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv2 = 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.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | | this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); |
| | | this.btnIn = new DevExpress.XtraEditors.SimpleButton(); |
| | | 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.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.Size = new System.Drawing.Size(1112, 609); |
| | | this.gcMain.TabIndex = 1; |
| | | this.gcMain.Size = new System.Drawing.Size(1114, 641); |
| | | this.gcMain.TabIndex = 4; |
| | | this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView1}); |
| | | // |
| | |
| | | // |
| | | this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; |
| | | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_guid, |
| | | this.gv_chk, |
| | | this.gridColumn1, |
| | | this.gv2, |
| | | this.gv_salesOrderId, |
| | |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gridView1.OptionsSelection.MultiSelect = true; |
| | | this.gridView1.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect; |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gv_guid |
| | | // |
| | | |
| | | 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.Tag = "a.guid"; |
| | | this.gv_guid.Width = 94; |
| | | // |
| | | // gv_chk |
| | | // |
| | | this.gv_chk.Caption = "éæ©"; |
| | | this.gv_chk.FieldName = "gvChk"; |
| | | this.gv_chk.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_chk.MaxWidth = 40; |
| | | this.gv_chk.MinWidth = 40; |
| | | this.gv_chk.Name = "gv_chk"; |
| | | this.gv_chk.Tag = "edit"; |
| | | this.gv_chk.Visible = true; |
| | | this.gv_chk.VisibleIndex = 0; |
| | | this.gv_chk.Width = 40; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | |
| | | this.gridColumn1.Tag = "org.FNumber"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 1; |
| | | this.gridColumn1.Width = 250; |
| | | this.gridColumn1.Width = 50; |
| | | // |
| | | // gv2 |
| | | // |
| | | |
| | | this.gv2.AppearanceCell.Options.UseFont = true; |
| | | this.gv2.Caption = "ç©æID"; |
| | | this.gv2.FieldName = "id"; |
| | | this.gv2.Name = "gv2"; |
| | | this.gv2.OptionsColumn.AllowEdit = false; |
| | | this.gv2.Tag = "query_a.id"; |
| | | this.gv2.Tag = "a.id"; |
| | | this.gv2.Visible = true; |
| | | this.gv2.VisibleIndex = 2; |
| | | this.gv2.Width = 100; |
| | | this.gv2.Width = 50; |
| | | // |
| | | // gv_salesOrderId |
| | | // |
| | | |
| | | this.gv_salesOrderId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_salesOrderId.Caption = "ç©æç¼å·"; |
| | | this.gv_salesOrderId.Caption = "ç©æç¼ç "; |
| | | this.gv_salesOrderId.FieldName = "itemNo"; |
| | | this.gv_salesOrderId.Name = "gv_salesOrderId"; |
| | | this.gv_salesOrderId.OptionsColumn.AllowEdit = false; |
| | | this.gv_salesOrderId.Tag = "query_a.item_no"; |
| | | this.gv_salesOrderId.Tag = "a.item_no"; |
| | | this.gv_salesOrderId.Visible = true; |
| | | this.gv_salesOrderId.VisibleIndex = 3; |
| | | this.gv_salesOrderId.Width = 100; |
| | | this.gv_salesOrderId.Width = 50; |
| | | // |
| | | // gv_orderLineId |
| | | // |
| | | |
| | | this.gv_orderLineId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_orderLineId.Caption = "ç©æåç§°"; |
| | | this.gv_orderLineId.FieldName = "itemName"; |
| | | this.gv_orderLineId.Name = "gv_orderLineId"; |
| | | this.gv_orderLineId.OptionsColumn.AllowEdit = false; |
| | | this.gv_orderLineId.Tag = "query_a.item_name"; |
| | | this.gv_orderLineId.Tag = "a.item_name"; |
| | | this.gv_orderLineId.Visible = true; |
| | | this.gv_orderLineId.VisibleIndex = 4; |
| | | this.gv_orderLineId.Width = 200; |
| | | this.gv_orderLineId.Width = 50; |
| | | // |
| | | // gv_itemId |
| | | // |
| | | |
| | | this.gv_itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_itemId.Caption = "ç©æè§æ ¼"; |
| | | this.gv_itemId.FieldName = "itemModel"; |
| | | this.gv_itemId.Name = "gv_itemId"; |
| | | this.gv_itemId.OptionsColumn.AllowEdit = false; |
| | | this.gv_itemId.Tag = "query_a.item_model"; |
| | | this.gv_itemId.Tag = "a.item_model"; |
| | | this.gv_itemId.Visible = true; |
| | | this.gv_itemId.VisibleIndex = 5; |
| | | this.gv_itemId.Width = 200; |
| | | this.gv_itemId.Width = 50; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | |
| | | this.gridColumn2.AppearanceCell.Options.UseForeColor = true; |
| | | this.gridColumn2.AppearanceHeader.ForeColor = System.Drawing.Color.Red; |
| | | this.gridColumn2.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gridColumn2.Caption = "é
ç½®æ
åµ"; |
| | | this.gridColumn2.FieldName = "yjxm"; |
| | | this.gridColumn2.Caption = "é
置次æ°"; |
| | | this.gridColumn2.FieldName = "jyxm"; |
| | | this.gridColumn2.MaxWidth = 50; |
| | | this.gridColumn2.MinWidth = 50; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 6; |
| | | this.gridColumn2.Width = 50; |
| | | // |
| | | // 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(1114, 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(1112, 650); |
| | | this.xtraTabPage1.Text = "è¯·éæ©éè¦å¯¼å
¥çæ°æ®"; |
| | | // |
| | | // panelControl1 |
| | | // |
| | | this.panelControl1.Controls.Add(this.btnIn); |
| | | this.panelControl1.Controls.Add(this.pageBar1); |
| | | this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 609); |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 641); |
| | | this.panelControl1.Name = "panelControl1"; |
| | | this.panelControl1.Size = new System.Drawing.Size(1112, 41); |
| | | this.panelControl1.TabIndex = 4; |
| | | this.panelControl1.Size = new System.Drawing.Size(1114, 41); |
| | | this.panelControl1.TabIndex = 5; |
| | | // |
| | | // btnIn |
| | | // |
| | |
| | | // |
| | | this.pageBar1.CurrentPage = 1; |
| | | this.pageBar1.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.pageBar1.Location = new System.Drawing.Point(126, 2); |
| | | this.pageBar1.Location = new System.Drawing.Point(128, 2); |
| | | this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); |
| | | this.pageBar1.Name = "pageBar1"; |
| | | this.pageBar1.RecordCount = 0; |
| | |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1114, 682); |
| | | this.Controls.Add(this.xtraTabControl1); |
| | | this.Controls.Add(this.gcMain); |
| | | this.Controls.Add(this.panelControl1); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | |
| | | this.TopMost = true; |
| | | ((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_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv2; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_guid; |
| | | private DevExpress.XtraEditors.PanelControl panelControl1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_chk; |
| | | private DevExpress.XtraEditors.SimpleButton btnIn; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv2; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_salesOrderId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_orderLineId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_itemId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; |
| | | private DevExpress.XtraEditors.PanelControl panelControl1; |
| | | private DevExpress.XtraEditors.SimpleButton btnIn; |
| | | private UserControls.Data.UcPageBar pageBar1; |
| | | } |
| | | } |