| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition9 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition10 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition11 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.ColumnDefinition columnDefinition12 = new DevExpress.XtraLayout.ColumnDefinition(); |
| | | DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition(); |
| | | this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); |
| | | this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); |
| | | this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); |
| | |
| | | this.gv_lastupdateBy = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_erpCheckBy = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_erpCheckDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_checkBy = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_checkFalg = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_changereason = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gvMx1changeFlag = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1demandDocumentLineId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.picCheckBox = new System.Windows.Forms.PictureBox(); |
| | | this.gvcol6 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.txt_guid = new DevExpress.XtraEditors.TextEdit(); |
| | | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); |
| | | this.xtraTabControl1.SuspendLayout(); |
| | | this.xtraTabPage1.SuspendLayout(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // toolBarMenu1 |
| | |
| | | this.gv_lastupdateBy, |
| | | this.gv_erpCheckBy, |
| | | this.gv_erpCheckDate, |
| | | this.gv_checkDate, |
| | | this.gv_checkBy, |
| | | this.gv_checkFalg, |
| | | this.gv_changereason, |
| | | this.gridColumn4, |
| | | this.gridColumn5, |
| | | this.gridColumn7}); |
| | | this.gridColumn7, |
| | | this.gvcol6}); |
| | | this.gridView1.GridControl = this.gcMain1; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | |
| | | this.gv_erpCheckDate.VisibleIndex = 26; |
| | | this.gv_erpCheckDate.Width = 180; |
| | | // |
| | | // gv_checkDate |
| | | // |
| | | this.gv_checkDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_checkDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkDate.Caption = "审核日期"; |
| | | this.gv_checkDate.FieldName = "checkDate"; |
| | | this.gv_checkDate.MinWidth = 25; |
| | | this.gv_checkDate.Name = "gv_checkDate"; |
| | | this.gv_checkDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_checkDate.Tag = "query_a.CHECK_DATE"; |
| | | this.gv_checkDate.Visible = true; |
| | | this.gv_checkDate.VisibleIndex = 27; |
| | | this.gv_checkDate.Width = 120; |
| | | // |
| | | // gv_checkBy |
| | | // |
| | | this.gv_checkBy.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_checkBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkBy.Caption = "审核人"; |
| | | this.gv_checkBy.FieldName = "checkBy"; |
| | | this.gv_checkBy.MinWidth = 25; |
| | | this.gv_checkBy.Name = "gv_checkBy"; |
| | | this.gv_checkBy.OptionsColumn.AllowEdit = false; |
| | | this.gv_checkBy.Tag = "query_a.CHECK_BY"; |
| | | this.gv_checkBy.Visible = true; |
| | | this.gv_checkBy.VisibleIndex = 28; |
| | | this.gv_checkBy.Width = 100; |
| | | // |
| | | // gv_checkFalg |
| | | // |
| | | this.gv_checkFalg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_checkFalg.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkFalg.Caption = "审核标识"; |
| | | this.gv_checkFalg.FieldName = "checkFalg"; |
| | | this.gv_checkFalg.MinWidth = 25; |
| | | this.gv_checkFalg.Name = "gv_checkFalg"; |
| | | this.gv_checkFalg.OptionsColumn.AllowEdit = false; |
| | | this.gv_checkFalg.Tag = "query_a.CHECK_FALG"; |
| | | this.gv_checkFalg.Visible = true; |
| | | this.gv_checkFalg.VisibleIndex = 29; |
| | | this.gv_checkFalg.Width = 100; |
| | | // |
| | | // gv_changereason |
| | | // |
| | | this.gv_changereason.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | |
| | | this.gv_changereason.OptionsColumn.AllowEdit = false; |
| | | this.gv_changereason.Tag = "query_a.CHANGEREASON"; |
| | | this.gv_changereason.Visible = true; |
| | | this.gv_changereason.VisibleIndex = 30; |
| | | this.gv_changereason.VisibleIndex = 27; |
| | | this.gv_changereason.Width = 100; |
| | | // |
| | | // gridColumn4 |
| | |
| | | this.gridColumn4.MinWidth = 25; |
| | | this.gridColumn4.Name = "gridColumn4"; |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 31; |
| | | this.gridColumn4.VisibleIndex = 28; |
| | | this.gridColumn4.Width = 94; |
| | | // |
| | | // gridColumn5 |
| | |
| | | this.gridColumn5.MinWidth = 25; |
| | | this.gridColumn5.Name = "gridColumn5"; |
| | | this.gridColumn5.Visible = true; |
| | | this.gridColumn5.VisibleIndex = 32; |
| | | this.gridColumn5.VisibleIndex = 29; |
| | | this.gridColumn5.Width = 94; |
| | | // |
| | | // gridColumn7 |
| | |
| | | this.gridColumn7.MinWidth = 25; |
| | | this.gridColumn7.Name = "gridColumn7"; |
| | | this.gridColumn7.Visible = true; |
| | | this.gridColumn7.VisibleIndex = 33; |
| | | this.gridColumn7.VisibleIndex = 30; |
| | | this.gridColumn7.Width = 94; |
| | | // |
| | | // pageBar1 |
| | |
| | | this.layoutMx1.Controls.Add(this.lbGuid); |
| | | this.layoutMx1.Controls.Add(this.txt_supplier); |
| | | this.layoutMx1.Controls.Add(this.txt_billNo); |
| | | this.layoutMx1.Controls.Add(this.txt_guid); |
| | | this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem4, |
| | | this.layoutControlItem3}); |
| | | this.layoutMx1.Location = new System.Drawing.Point(0, 0); |
| | | this.layoutMx1.Name = "layoutMx1"; |
| | | this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 0, 812, 500); |
| | |
| | | this.Root.GroupBordersVisible = false; |
| | | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | | this.layoutControlItem1, |
| | | this.layoutControlItem2, |
| | | this.layoutControlItem3}); |
| | | this.layoutControlItem2}); |
| | | this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; |
| | | this.Root.Name = "Root"; |
| | | columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition1.Width = 100D; |
| | | columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition2.Width = 100D; |
| | | columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition3.Width = 100D; |
| | | columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition4.Width = 100D; |
| | | columnDefinition9.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition9.Width = 100D; |
| | | columnDefinition10.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition10.Width = 100D; |
| | | columnDefinition11.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition11.Width = 100D; |
| | | columnDefinition12.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition12.Width = 100D; |
| | | this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { |
| | | columnDefinition1, |
| | | columnDefinition2, |
| | | columnDefinition3, |
| | | columnDefinition4}); |
| | | rowDefinition1.Height = 100D; |
| | | rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | columnDefinition9, |
| | | columnDefinition10, |
| | | columnDefinition11, |
| | | columnDefinition12}); |
| | | rowDefinition3.Height = 100D; |
| | | rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent; |
| | | this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { |
| | | rowDefinition1}); |
| | | rowDefinition3}); |
| | | this.Root.Size = new System.Drawing.Size(1342, 52); |
| | | this.Root.TextVisible = false; |
| | | // |
| | |
| | | this.gvMx1sourceDocumentType, |
| | | this.gvMx1planTrackingId, |
| | | this.gvMx1changeFlag, |
| | | this.gvMx1demandDocumentLineId}); |
| | | this.gvMx1demandDocumentLineId, |
| | | this.gridColumn6, |
| | | this.gridColumn8}); |
| | | this.gvMx1.GridControl = this.gcMx1; |
| | | this.gvMx1.Name = "gvMx1"; |
| | | this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; |
| | |
| | | this.picCheckBox.TabStop = false; |
| | | this.picCheckBox.Visible = false; |
| | | // |
| | | // gvcol6 |
| | | // |
| | | this.gvcol6.Caption = "主键GUID"; |
| | | this.gvcol6.FieldName = "guid"; |
| | | this.gvcol6.MinWidth = 25; |
| | | this.gvcol6.Name = "gvcol6"; |
| | | this.gvcol6.Width = 94; |
| | | // |
| | | // txt_guid |
| | | // |
| | | this.txt_guid.Location = new System.Drawing.Point(1089, 12); |
| | | this.txt_guid.Name = "txt_guid"; |
| | | this.txt_guid.Size = new System.Drawing.Size(241, 24); |
| | | this.txt_guid.StyleController = this.layoutMx1; |
| | | this.txt_guid.TabIndex = 229; |
| | | // |
| | | // layoutControlItem4 |
| | | // |
| | | this.layoutControlItem4.Control = this.txt_guid; |
| | | this.layoutControlItem4.Location = new System.Drawing.Point(990, 0); |
| | | this.layoutControlItem4.Name = "layoutControlItem4"; |
| | | this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem4.Size = new System.Drawing.Size(332, 32); |
| | | this.layoutControlItem4.Text = "主键GUID"; |
| | | this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20); |
| | | // |
| | | // gridColumn6 |
| | | // |
| | | this.gridColumn6.Caption = "主键Guid"; |
| | | this.gridColumn6.FieldName = "guid"; |
| | | this.gridColumn6.MinWidth = 25; |
| | | this.gridColumn6.Name = "gridColumn6"; |
| | | this.gridColumn6.Width = 94; |
| | | // |
| | | // gridColumn8 |
| | | // |
| | | this.gridColumn8.Caption = "需求组织"; |
| | | this.gridColumn8.FieldName = "demandOrg"; |
| | | this.gridColumn8.MinWidth = 25; |
| | | this.gridColumn8.Name = "gridColumn8"; |
| | | this.gridColumn8.Visible = true; |
| | | this.gridColumn8.VisibleIndex = 33; |
| | | this.gridColumn8.Width = 94; |
| | | // |
| | | // Frm_MesRohIn |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
| | | this.ResumeLayout(false); |
| | | |
| | | } |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_lastupdateBy; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_erpCheckBy; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_erpCheckDate; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_checkDate; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_checkBy; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_checkFalg; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_changereason; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1planTrackingId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1changeFlag; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1demandDocumentLineId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvcol6; |
| | | private DevExpress.XtraEditors.TextEdit txt_guid; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn8; |
| | | } |
| | | } |