| | |
| | | this.panelControl2.Controls.Add(this.panelControl3); |
| | | this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.panelControl2.Location = new System.Drawing.Point(0, 0); |
| | | this.panelControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.panelControl2.Name = "panelControl2"; |
| | | this.panelControl2.Size = new System.Drawing.Size(1410, 834); |
| | | this.panelControl2.Size = new System.Drawing.Size(987, 531); |
| | | this.panelControl2.TabIndex = 4; |
| | | // |
| | | // xtraTabControl1 |
| | | // |
| | | this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.xtraTabControl1.Location = new System.Drawing.Point(2, 48); |
| | | this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.xtraTabControl1.Location = new System.Drawing.Point(2, 31); |
| | | this.xtraTabControl1.Name = "xtraTabControl1"; |
| | | this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; |
| | | this.xtraTabControl1.Size = new System.Drawing.Size(1406, 784); |
| | | this.xtraTabControl1.Size = new System.Drawing.Size(983, 498); |
| | | this.xtraTabControl1.TabIndex = 7; |
| | | this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { |
| | | this.xtraTabPage1, |
| | |
| | | // |
| | | this.xtraTabPage1.Controls.Add(this.gcMain); |
| | | this.xtraTabPage1.Controls.Add(this.panelControl1); |
| | | this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.xtraTabPage1.Name = "xtraTabPage1"; |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(1404, 746); |
| | | this.xtraTabPage1.Size = new System.Drawing.Size(981, 472); |
| | | this.xtraTabPage1.Text = "普通到货单"; |
| | | // |
| | | // gcMain |
| | | // |
| | | this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gcMain.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.gcMain.Location = new System.Drawing.Point(0, 0); |
| | | this.gcMain.MainView = this.gridView1; |
| | | this.gcMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.gcMain.Name = "gcMain"; |
| | | this.gcMain.Size = new System.Drawing.Size(1404, 693); |
| | | this.gcMain.Size = new System.Drawing.Size(981, 438); |
| | | this.gcMain.TabIndex = 2; |
| | | 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 = 61; |
| | | this.gridView1.ColumnPanelRowHeight = 39; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.colChkInt, |
| | | this.gv_billNo, |
| | |
| | | this.gridColumn2, |
| | | this.gridColumn4, |
| | | this.gridColumn1}); |
| | | this.gridView1.DetailHeight = 428; |
| | | this.gridView1.DetailHeight = 272; |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.IndicatorWidth = 62; |
| | | this.gridView1.IndicatorWidth = 43; |
| | | this.gridView1.Name = "gridView1"; |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 75; |
| | | this.gridView1.OptionsSelection.CheckBoxSelectorColumnWidth = 52; |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowFooter = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | |
| | | this.colChkInt.Caption = "."; |
| | | this.colChkInt.FieldName = "chkInt"; |
| | | this.colChkInt.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.colChkInt.MinWidth = 31; |
| | | this.colChkInt.MinWidth = 22; |
| | | this.colChkInt.Name = "colChkInt"; |
| | | this.colChkInt.Visible = true; |
| | | this.colChkInt.VisibleIndex = 0; |
| | | this.colChkInt.Width = 117; |
| | | this.colChkInt.Width = 82; |
| | | // |
| | | // gv_billNo |
| | | // |
| | |
| | | this.gv_billNo.Caption = "采购单号"; |
| | | this.gv_billNo.FieldName = "billNo"; |
| | | this.gv_billNo.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left; |
| | | this.gv_billNo.MinWidth = 12; |
| | | this.gv_billNo.MinWidth = 8; |
| | | this.gv_billNo.Name = "gv_billNo"; |
| | | this.gv_billNo.OptionsColumn.AllowEdit = false; |
| | | this.gv_billNo.OptionsColumn.ReadOnly = true; |
| | | this.gv_billNo.Tag = "query_a.BILL_NO"; |
| | | this.gv_billNo.Visible = true; |
| | | this.gv_billNo.VisibleIndex = 1; |
| | | this.gv_billNo.Width = 12; |
| | | this.gv_billNo.Width = 8; |
| | | // |
| | | // gv_guid |
| | | // |
| | | this.gv_guid.AppearanceCell.Options.UseFont = true; |
| | | this.gv_guid.Caption = "主键不能删除"; |
| | | this.gv_guid.FieldName = "guid"; |
| | | this.gv_guid.MinWidth = 62; |
| | | this.gv_guid.MinWidth = 43; |
| | | this.gv_guid.Name = "gv_guid"; |
| | | this.gv_guid.OptionsColumn.AllowEdit = false; |
| | | this.gv_guid.OptionsColumn.ReadOnly = true; |
| | | this.gv_guid.Tag = "query_a.guid"; |
| | | this.gv_guid.Width = 117; |
| | | this.gv_guid.Width = 82; |
| | | // |
| | | // gv_ebelnK3id |
| | | // |
| | | this.gv_ebelnK3id.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ebelnK3id.Caption = "ERP行ID号"; |
| | | this.gv_ebelnK3id.FieldName = "erpMxId"; |
| | | this.gv_ebelnK3id.MinWidth = 125; |
| | | this.gv_ebelnK3id.MinWidth = 87; |
| | | this.gv_ebelnK3id.Name = "gv_ebelnK3id"; |
| | | this.gv_ebelnK3id.OptionsColumn.AllowEdit = false; |
| | | this.gv_ebelnK3id.OptionsColumn.ReadOnly = true; |
| | | this.gv_ebelnK3id.Tag = "query_a.EBELN_K3ID"; |
| | | this.gv_ebelnK3id.Width = 125; |
| | | this.gv_ebelnK3id.Width = 87; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | this.gridColumn3.Caption = "采购时间"; |
| | | this.gridColumn3.FieldName = "purchaseDate"; |
| | | this.gridColumn3.MinWidth = 12; |
| | | this.gridColumn3.MinWidth = 8; |
| | | this.gridColumn3.Name = "gridColumn3"; |
| | | this.gridColumn3.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn3.Visible = true; |
| | | this.gridColumn3.VisibleIndex = 2; |
| | | this.gridColumn3.Width = 12; |
| | | this.gridColumn3.Width = 8; |
| | | // |
| | | // gv_supplierItemCode |
| | | // |
| | | this.gv_supplierItemCode.AppearanceCell.Options.UseFont = true; |
| | | this.gv_supplierItemCode.Caption = "物料编码"; |
| | | this.gv_supplierItemCode.FieldName = "wlbm"; |
| | | this.gv_supplierItemCode.MinWidth = 12; |
| | | this.gv_supplierItemCode.MinWidth = 8; |
| | | this.gv_supplierItemCode.Name = "gv_supplierItemCode"; |
| | | this.gv_supplierItemCode.OptionsColumn.AllowEdit = false; |
| | | this.gv_supplierItemCode.OptionsColumn.ReadOnly = true; |
| | | this.gv_supplierItemCode.Tag = "query_a.SUPPLIER_ITEM_CODE"; |
| | | this.gv_supplierItemCode.Visible = true; |
| | | this.gv_supplierItemCode.VisibleIndex = 3; |
| | | this.gv_supplierItemCode.Width = 12; |
| | | this.gv_supplierItemCode.Width = 8; |
| | | // |
| | | // gv_supplierItemName |
| | | // |
| | | this.gv_supplierItemName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_supplierItemName.Caption = "物料名称"; |
| | | this.gv_supplierItemName.FieldName = "wlmc"; |
| | | this.gv_supplierItemName.MinWidth = 12; |
| | | this.gv_supplierItemName.MinWidth = 8; |
| | | this.gv_supplierItemName.Name = "gv_supplierItemName"; |
| | | this.gv_supplierItemName.OptionsColumn.AllowEdit = false; |
| | | this.gv_supplierItemName.OptionsColumn.ReadOnly = true; |
| | | this.gv_supplierItemName.Tag = "query_a.SUPPLIER_ITEM_NAME"; |
| | | this.gv_supplierItemName.Visible = true; |
| | | this.gv_supplierItemName.VisibleIndex = 4; |
| | | this.gv_supplierItemName.Width = 12; |
| | | this.gv_supplierItemName.Width = 8; |
| | | // |
| | | // gridColumn6 |
| | | // |
| | | this.gridColumn6.Caption = "采购数量"; |
| | | this.gridColumn6.FieldName = "purchaseQty"; |
| | | this.gridColumn6.MinWidth = 12; |
| | | this.gridColumn6.MinWidth = 8; |
| | | this.gridColumn6.Name = "gridColumn6"; |
| | | this.gridColumn6.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn6.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { |
| | | new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "purchaseQty", "采购:{0:0.##}")}); |
| | | this.gridColumn6.Visible = true; |
| | | this.gridColumn6.VisibleIndex = 5; |
| | | this.gridColumn6.Width = 14; |
| | | this.gridColumn6.Width = 10; |
| | | // |
| | | // gridColumn9 |
| | | // |
| | | this.gridColumn9.Caption = "已收数量"; |
| | | this.gridColumn9.FieldName = "yssl"; |
| | | this.gridColumn9.MinWidth = 12; |
| | | this.gridColumn9.MinWidth = 8; |
| | | this.gridColumn9.Name = "gridColumn9"; |
| | | this.gridColumn9.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn9.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { |
| | | new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "yssl", "已收:{0:0.##}")}); |
| | | this.gridColumn9.Visible = true; |
| | | this.gridColumn9.VisibleIndex = 6; |
| | | this.gridColumn9.Width = 62; |
| | | this.gridColumn9.Width = 43; |
| | | // |
| | | // gridColumn7 |
| | | // |
| | |
| | | this.gridColumn7.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gridColumn7.Caption = "未收数量"; |
| | | this.gridColumn7.FieldName = "wssl"; |
| | | this.gridColumn7.MinWidth = 12; |
| | | this.gridColumn7.MinWidth = 8; |
| | | this.gridColumn7.Name = "gridColumn7"; |
| | | this.gridColumn7.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn7.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { |
| | | new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "wssl", "未收={0:0.##}")}); |
| | | this.gridColumn7.Visible = true; |
| | | this.gridColumn7.VisibleIndex = 7; |
| | | this.gridColumn7.Width = 12; |
| | | this.gridColumn7.Width = 8; |
| | | // |
| | | // gv_purchaseUnit |
| | | // |
| | | this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseUnit.Caption = "采购单位"; |
| | | this.gv_purchaseUnit.FieldName = "fname"; |
| | | this.gv_purchaseUnit.MinWidth = 12; |
| | | this.gv_purchaseUnit.MinWidth = 8; |
| | | this.gv_purchaseUnit.Name = "gv_purchaseUnit"; |
| | | this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseUnit.OptionsColumn.ReadOnly = true; |
| | | this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; |
| | | this.gv_purchaseUnit.Visible = true; |
| | | this.gv_purchaseUnit.VisibleIndex = 8; |
| | | this.gv_purchaseUnit.Width = 62; |
| | | this.gv_purchaseUnit.Width = 43; |
| | | // |
| | | // gv_remarks |
| | | // |
| | | this.gv_remarks.AppearanceCell.Options.UseFont = true; |
| | | this.gv_remarks.Caption = "备注"; |
| | | this.gv_remarks.FieldName = "remarks"; |
| | | this.gv_remarks.MinWidth = 12; |
| | | this.gv_remarks.MinWidth = 8; |
| | | this.gv_remarks.Name = "gv_remarks"; |
| | | this.gv_remarks.OptionsColumn.AllowEdit = false; |
| | | this.gv_remarks.OptionsColumn.ReadOnly = true; |
| | | this.gv_remarks.Tag = "query_a.REMARKS"; |
| | | this.gv_remarks.Visible = true; |
| | | this.gv_remarks.VisibleIndex = 9; |
| | | this.gv_remarks.Width = 12; |
| | | this.gv_remarks.Width = 8; |
| | | // |
| | | // gridColumn5 |
| | | // |
| | | this.gridColumn5.Caption = "物料规格"; |
| | | this.gridColumn5.FieldName = "wlgg"; |
| | | this.gridColumn5.MinWidth = 12; |
| | | this.gridColumn5.MinWidth = 8; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 10; |
| | | this.gridColumn5.Width = 14; |
| | | this.gridColumn5.Width = 10; |
| | | // |
| | | // gridColumn10 |
| | | // |
| | | this.gridColumn10.Caption = "供应商"; |
| | | this.gridColumn10.FieldName = "gysName"; |
| | | this.gridColumn10.MinWidth = 12; |
| | | this.gridColumn10.MinWidth = 8; |
| | | this.gridColumn10.Name = "gridColumn10"; |
| | | this.gridColumn10.Visible = true; |
| | | this.gridColumn10.VisibleIndex = 11; |
| | | this.gridColumn10.Width = 156; |
| | | this.gridColumn10.Width = 109; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | this.gridColumn2.Caption = "收料组织"; |
| | | this.gridColumn2.FieldName = "fSubsidiary"; |
| | | this.gridColumn2.MinWidth = 12; |
| | | this.gridColumn2.MinWidth = 8; |
| | | this.gridColumn2.Name = "gridColumn2"; |
| | | this.gridColumn2.Visible = true; |
| | | this.gridColumn2.VisibleIndex = 12; |
| | | this.gridColumn2.Width = 12; |
| | | this.gridColumn2.Width = 8; |
| | | // |
| | | // gridColumn4 |
| | | // |
| | | this.gridColumn4.Caption = "销售订单"; |
| | | this.gridColumn4.FieldName = "xxdd"; |
| | | this.gridColumn4.MinWidth = 12; |
| | | this.gridColumn4.MinWidth = 8; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 13; |
| | | this.gridColumn4.Width = 150; |
| | | this.gridColumn4.Width = 105; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "单据类型"; |
| | | this.gridColumn1.FieldName = "documentTypeTxt"; |
| | | this.gridColumn1.MinWidth = 12; |
| | | this.gridColumn1.MinWidth = 8; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 14; |
| | | this.gridColumn1.Width = 31; |
| | | this.gridColumn1.Width = 22; |
| | | // |
| | | // panelControl1 |
| | | // |
| | | this.panelControl1.Controls.Add(this.btnIn); |
| | | this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 693); |
| | | this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.panelControl1.Location = new System.Drawing.Point(0, 438); |
| | | this.panelControl1.Name = "panelControl1"; |
| | | this.panelControl1.Size = new System.Drawing.Size(1404, 53); |
| | | this.panelControl1.Size = new System.Drawing.Size(981, 34); |
| | | this.panelControl1.TabIndex = 5; |
| | | // |
| | | // btnIn |
| | |
| | | this.btnIn.Appearance.Options.UseBackColor = true; |
| | | this.btnIn.Dock = System.Windows.Forms.DockStyle.Right; |
| | | this.btnIn.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.zoom100_16x16; |
| | | this.btnIn.Location = new System.Drawing.Point(1284, 2); |
| | | this.btnIn.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.btnIn.Location = new System.Drawing.Point(896, 2); |
| | | this.btnIn.Name = "btnIn"; |
| | | this.btnIn.Size = new System.Drawing.Size(118, 49); |
| | | this.btnIn.Size = new System.Drawing.Size(83, 30); |
| | | this.btnIn.TabIndex = 4; |
| | | this.btnIn.Text = "确定导入"; |
| | | // |
| | | // xtraTabPage2 |
| | | // |
| | | this.xtraTabPage2.Controls.Add(this.gridControl2); |
| | | this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.xtraTabPage2.Name = "xtraTabPage2"; |
| | | this.xtraTabPage2.Size = new System.Drawing.Size(1404, 746); |
| | | this.xtraTabPage2.Size = new System.Drawing.Size(981, 472); |
| | | this.xtraTabPage2.Text = "SRM到货单"; |
| | | // |
| | | // gridControl2 |
| | | // |
| | | this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.gridControl2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.gridControl2.Location = new System.Drawing.Point(0, 0); |
| | | this.gridControl2.MainView = this.gridView2; |
| | | this.gridControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.gridControl2.Name = "gridControl2"; |
| | | this.gridControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { |
| | | this.rptSrm}); |
| | | this.gridControl2.Size = new System.Drawing.Size(1404, 746); |
| | | this.gridControl2.Size = new System.Drawing.Size(981, 472); |
| | | this.gridControl2.TabIndex = 4; |
| | | this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
| | | this.gridView2}); |
| | |
| | | this.gv_userName, |
| | | this.gv_Btn, |
| | | this.gridColumn11}); |
| | | this.gridView2.DetailHeight = 428; |
| | | this.gridView2.DetailHeight = 272; |
| | | this.gridView2.GridControl = this.gridControl2; |
| | | this.gridView2.Name = "gridView2"; |
| | | this.gridView2.OptionsFind.ShowSearchNavButtons = false; |
| | |
| | | this.gv_operationTime.AppearanceCell.Options.UseFont = true; |
| | | this.gv_operationTime.Caption = "收料组织"; |
| | | this.gv_operationTime.FieldName = "orgName"; |
| | | this.gv_operationTime.MinWidth = 12; |
| | | this.gv_operationTime.MinWidth = 8; |
| | | this.gv_operationTime.Name = "gv_operationTime"; |
| | | this.gv_operationTime.OptionsColumn.AllowEdit = false; |
| | | this.gv_operationTime.Tag = "query_OPERATION_TIME"; |
| | | this.gv_operationTime.Visible = true; |
| | | this.gv_operationTime.VisibleIndex = 0; |
| | | this.gv_operationTime.Width = 375; |
| | | this.gv_operationTime.Width = 262; |
| | | // |
| | | // gv_operationTable |
| | | // |
| | | this.gv_operationTable.AppearanceCell.Options.UseFont = true; |
| | | this.gv_operationTable.Caption = "送货供应商"; |
| | | this.gv_operationTable.FieldName = "suppName"; |
| | | this.gv_operationTable.MinWidth = 12; |
| | | this.gv_operationTable.MinWidth = 8; |
| | | this.gv_operationTable.Name = "gv_operationTable"; |
| | | this.gv_operationTable.OptionsColumn.AllowEdit = false; |
| | | this.gv_operationTable.Tag = "query_OPERATION_TABLE"; |
| | | this.gv_operationTable.Visible = true; |
| | | this.gv_operationTable.VisibleIndex = 1; |
| | | this.gv_operationTable.Width = 125; |
| | | this.gv_operationTable.Width = 87; |
| | | // |
| | | // gridColumn8 |
| | | // |
| | | this.gridColumn8.Caption = "单据类型"; |
| | | this.gridColumn8.FieldName = "documentTypeTxt"; |
| | | this.gridColumn8.MinWidth = 31; |
| | | this.gridColumn8.MinWidth = 22; |
| | | this.gridColumn8.Name = "gridColumn8"; |
| | | this.gridColumn8.Visible = true; |
| | | this.gridColumn8.VisibleIndex = 3; |
| | | this.gridColumn8.Width = 117; |
| | | this.gridColumn8.Width = 82; |
| | | // |
| | | // gv_userName |
| | | // |
| | | this.gv_userName.AppearanceCell.Options.UseFont = true; |
| | | this.gv_userName.Caption = "送货单号"; |
| | | this.gv_userName.FieldName = "deliveryNo"; |
| | | this.gv_userName.MinWidth = 12; |
| | | this.gv_userName.MinWidth = 8; |
| | | this.gv_userName.Name = "gv_userName"; |
| | | this.gv_userName.OptionsColumn.AllowEdit = false; |
| | | this.gv_userName.Tag = "query_USER_NAME"; |
| | | this.gv_userName.Visible = true; |
| | | this.gv_userName.VisibleIndex = 2; |
| | | this.gv_userName.Width = 312; |
| | | this.gv_userName.Width = 218; |
| | | // |
| | | // gv_Btn |
| | | // |
| | | this.gv_Btn.Caption = "选择"; |
| | | this.gv_Btn.ColumnEdit = this.rptSrm; |
| | | this.gv_Btn.MinWidth = 31; |
| | | this.gv_Btn.MinWidth = 22; |
| | | this.gv_Btn.Name = "gv_Btn"; |
| | | this.gv_Btn.Visible = true; |
| | | this.gv_Btn.VisibleIndex = 5; |
| | | this.gv_Btn.Width = 117; |
| | | this.gv_Btn.Width = 82; |
| | | // |
| | | // rptSrm |
| | | // |
| | |
| | | // |
| | | this.gridColumn11.Caption = "建立时间"; |
| | | this.gridColumn11.FieldName = "createDate"; |
| | | this.gridColumn11.MinWidth = 31; |
| | | this.gridColumn11.MinWidth = 22; |
| | | this.gridColumn11.Name = "gridColumn11"; |
| | | this.gridColumn11.Visible = true; |
| | | this.gridColumn11.VisibleIndex = 4; |
| | | this.gridColumn11.Width = 117; |
| | | this.gridColumn11.Width = 82; |
| | | // |
| | | // panelControl3 |
| | | // |
| | |
| | | this.panelControl3.Controls.Add(this.radioGroup1); |
| | | this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top; |
| | | this.panelControl3.Location = new System.Drawing.Point(2, 2); |
| | | this.panelControl3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.panelControl3.Name = "panelControl3"; |
| | | this.panelControl3.Size = new System.Drawing.Size(1406, 46); |
| | | this.panelControl3.Size = new System.Drawing.Size(983, 29); |
| | | this.panelControl3.TabIndex = 6; |
| | | // |
| | | // label1 |
| | | // |
| | | this.label1.AutoSize = true; |
| | | this.label1.Location = new System.Drawing.Point(68, 13); |
| | | this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); |
| | | this.label1.Location = new System.Drawing.Point(48, 8); |
| | | this.label1.Name = "label1"; |
| | | this.label1.Size = new System.Drawing.Size(154, 22); |
| | | this.label1.Size = new System.Drawing.Size(103, 14); |
| | | this.label1.TabIndex = 1; |
| | | this.label1.Text = "选择采购单类型:"; |
| | | // |
| | | // radioGroup1 |
| | | // |
| | | this.radioGroup1.EditValue = ((short)(0)); |
| | | this.radioGroup1.Location = new System.Drawing.Point(236, 5); |
| | | this.radioGroup1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.radioGroup1.Location = new System.Drawing.Point(165, 3); |
| | | this.radioGroup1.Name = "radioGroup1"; |
| | | this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] { |
| | | new DevExpress.XtraEditors.Controls.RadioGroupItem(((short)(0)), "采购"), |
| | | new DevExpress.XtraEditors.Controls.RadioGroupItem(((short)(1)), "委外")}); |
| | | this.radioGroup1.Size = new System.Drawing.Size(246, 42); |
| | | this.radioGroup1.Size = new System.Drawing.Size(172, 27); |
| | | this.radioGroup1.TabIndex = 0; |
| | | // |
| | | // SelectCgMx |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
| | | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
| | | this.ClientSize = new System.Drawing.Size(1410, 834); |
| | | this.ClientSize = new System.Drawing.Size(987, 531); |
| | | this.Controls.Add(this.panelControl2); |
| | | this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; |
| | | this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); |
| | | this.MaximizeBox = false; |
| | | this.MinimizeBox = false; |
| | | this.Name = "SelectCgMx"; |