From fbe33a615f1c4e798a0f8e58163e68c3ce789614 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期四, 20 十一月 2025 10:17:49 +0800
Subject: [PATCH] 初始化标准版
---
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs | 166 +++++++++++++++++++++++++++++++------------------------
1 files changed, 94 insertions(+), 72 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs
index 2be82bb..f8c4be9 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs
@@ -58,7 +58,7 @@
this.gv_lastupdateDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_paperBillNo = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_checkUser = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_shPeople = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.bandedGridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -70,15 +70,15 @@
this.txt_dptName = new DevExpress.XtraEditors.TextEdit();
this.txt_dhgRemark = new DevExpress.XtraEditors.TextEdit();
this.txt_suppName = new DevExpress.XtraEditors.TextEdit();
- this.txt_fcheckUser = new DevExpress.XtraEditors.TextEdit();
+ this.txt_checkUserName = new DevExpress.XtraEditors.TextEdit();
this.lbGuid = new System.Windows.Forms.Label();
this.txt_paperBillNo = new DevExpress.XtraEditors.TextEdit();
this.txt_checkDate = new DevExpress.XtraEditors.TextEdit();
this.txt_billNo = new DevExpress.XtraEditors.TextEdit();
this.txt_cbillNo = new DevExpress.XtraEditors.TextEdit();
- this.txt_createBy = new DevExpress.XtraEditors.TextEdit();
+ this.txt_createByName = new DevExpress.XtraEditors.TextEdit();
this.txt_createDate = new DevExpress.XtraEditors.TextEdit();
- this.txt_fstatus = new DevExpress.XtraEditors.CheckEdit();
+ this.txt_status = new DevExpress.XtraEditors.CheckEdit();
this.txt_guid = new DevExpress.XtraEditors.TextEdit();
this.txt_depotCode = new DevExpress.XtraEditors.TextEdit();
this.txt_receivingOrg = new DevExpress.XtraEditors.TextEdit();
@@ -136,8 +136,10 @@
this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.xtraTabPageReport = new DevExpress.XtraTab.XtraTabPage();
this.picCheckBox = new System.Windows.Forms.PictureBox();
this.tips = new DevExpress.Utils.ToolTipController(this.components);
+ this.ucRptCgrk1 = new Gs.DevApp.DevFrm.Rpt.ucRptCgrk();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -160,14 +162,14 @@
((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_dhgRemark.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_fcheckUser.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_checkUserName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cbillNo.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_createByName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_fstatus.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_depotCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_receivingOrg.Properties)).BeginInit();
@@ -195,6 +197,7 @@
this.xtraTabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit();
+ this.xtraTabPageReport.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
this.SuspendLayout();
//
@@ -207,6 +210,7 @@
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
+ this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(4);
this.toolBarMenu1.Name = "toolBarMenu1";
this.toolBarMenu1.rptParameter = null;
this.toolBarMenu1.Size = new System.Drawing.Size(1348, 80);
@@ -224,7 +228,8 @@
this.xtraTabControl1.TabIndex = 3;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
- this.xtraTabPage2});
+ this.xtraTabPage2,
+ this.xtraTabPageReport});
//
// xtraTabPage1
//
@@ -279,7 +284,7 @@
this.gv_lastupdateDate,
this.gv_remark,
this.gv_paperBillNo,
- this.gv_checkUser,
+ this.gv_shPeople,
this.gv_checkDate,
this.gridColumn3,
this.bandedGridColumn2,
@@ -387,7 +392,7 @@
//
this.gv_createBy.AppearanceCell.Options.UseFont = true;
this.gv_createBy.Caption = "鍒涘缓浜� ";
- this.gv_createBy.FieldName = "createBy";
+ this.gv_createBy.FieldName = "cjPeople";
this.gv_createBy.Name = "gv_createBy";
this.gv_createBy.OptionsColumn.AllowEdit = false;
this.gv_createBy.Tag = "query_a.CREATE_BY";
@@ -411,7 +416,7 @@
//
this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
this.gv_lastupdateBy.Caption = "鏈�鍚庢洿鏂颁汉 ";
- this.gv_lastupdateBy.FieldName = "lastupdateBy";
+ this.gv_lastupdateBy.FieldName = "gxPeople";
this.gv_lastupdateBy.Name = "gv_lastupdateBy";
this.gv_lastupdateBy.OptionsColumn.AllowEdit = false;
this.gv_lastupdateBy.Tag = "query_a.LASTUPDATE_BY";
@@ -455,17 +460,17 @@
this.gv_paperBillNo.VisibleIndex = 13;
this.gv_paperBillNo.Width = 120;
//
- // gv_checkUser
+ // gv_shPeople
//
- this.gv_checkUser.AppearanceCell.Options.UseFont = true;
- this.gv_checkUser.Caption = "瀹℃牳浜� ";
- this.gv_checkUser.FieldName = "checkUser";
- this.gv_checkUser.Name = "gv_checkUser";
- this.gv_checkUser.OptionsColumn.AllowEdit = false;
- this.gv_checkUser.Tag = "query_a.CHECK_USER";
- this.gv_checkUser.Visible = true;
- this.gv_checkUser.VisibleIndex = 14;
- this.gv_checkUser.Width = 60;
+ this.gv_shPeople.AppearanceCell.Options.UseFont = true;
+ this.gv_shPeople.Caption = "瀹℃牳浜� ";
+ this.gv_shPeople.FieldName = "shPeople";
+ this.gv_shPeople.Name = "gv_shPeople";
+ this.gv_shPeople.OptionsColumn.AllowEdit = false;
+ this.gv_shPeople.Tag = "query_a.CHECK_USER";
+ this.gv_shPeople.Visible = true;
+ this.gv_shPeople.VisibleIndex = 14;
+ this.gv_shPeople.Width = 60;
//
// gv_checkDate
//
@@ -555,15 +560,15 @@
this.layoutMx1.Controls.Add(this.txt_dptName);
this.layoutMx1.Controls.Add(this.txt_dhgRemark);
this.layoutMx1.Controls.Add(this.txt_suppName);
- this.layoutMx1.Controls.Add(this.txt_fcheckUser);
+ this.layoutMx1.Controls.Add(this.txt_checkUserName);
this.layoutMx1.Controls.Add(this.lbGuid);
this.layoutMx1.Controls.Add(this.txt_paperBillNo);
this.layoutMx1.Controls.Add(this.txt_checkDate);
this.layoutMx1.Controls.Add(this.txt_billNo);
this.layoutMx1.Controls.Add(this.txt_cbillNo);
- this.layoutMx1.Controls.Add(this.txt_createBy);
+ this.layoutMx1.Controls.Add(this.txt_createByName);
this.layoutMx1.Controls.Add(this.txt_createDate);
- this.layoutMx1.Controls.Add(this.txt_fstatus);
+ this.layoutMx1.Controls.Add(this.txt_status);
this.layoutMx1.Controls.Add(this.txt_guid);
this.layoutMx1.Controls.Add(this.txt_depotCode);
this.layoutMx1.Controls.Add(this.txt_receivingOrg);
@@ -608,14 +613,14 @@
this.txt_suppName.TabIndex = 592;
this.txt_suppName.Tag = "readonly";
//
- // txt_fcheckUser
+ // txt_checkUserName
//
- this.txt_fcheckUser.Location = new System.Drawing.Point(1092, 12);
- this.txt_fcheckUser.Name = "txt_fcheckUser";
- this.txt_fcheckUser.Properties.Appearance.Options.UseFont = true;
- this.txt_fcheckUser.Size = new System.Drawing.Size(242, 24);
- this.txt_fcheckUser.StyleController = this.layoutMx1;
- this.txt_fcheckUser.TabIndex = 595;
+ this.txt_checkUserName.Location = new System.Drawing.Point(1092, 12);
+ this.txt_checkUserName.Name = "txt_checkUserName";
+ this.txt_checkUserName.Properties.Appearance.Options.UseFont = true;
+ this.txt_checkUserName.Size = new System.Drawing.Size(242, 24);
+ this.txt_checkUserName.StyleController = this.layoutMx1;
+ this.txt_checkUserName.TabIndex = 595;
//
// lbGuid
//
@@ -662,14 +667,14 @@
this.txt_cbillNo.StyleController = this.layoutMx1;
this.txt_cbillNo.TabIndex = 507;
//
- // txt_createBy
+ // txt_createByName
//
- this.txt_createBy.Location = new System.Drawing.Point(761, 12);
- this.txt_createBy.Name = "txt_createBy";
- this.txt_createBy.Properties.Appearance.Options.UseFont = true;
- this.txt_createBy.Size = new System.Drawing.Size(240, 24);
- this.txt_createBy.StyleController = this.layoutMx1;
- this.txt_createBy.TabIndex = 219;
+ this.txt_createByName.Location = new System.Drawing.Point(761, 12);
+ this.txt_createByName.Name = "txt_createByName";
+ this.txt_createByName.Properties.Appearance.Options.UseFont = true;
+ this.txt_createByName.Size = new System.Drawing.Size(240, 24);
+ this.txt_createByName.StyleController = this.layoutMx1;
+ this.txt_createByName.TabIndex = 219;
//
// txt_createDate
//
@@ -680,14 +685,14 @@
this.txt_createDate.StyleController = this.layoutMx1;
this.txt_createDate.TabIndex = 222;
//
- // txt_fstatus
+ // txt_status
//
- this.txt_fstatus.Location = new System.Drawing.Point(1005, 74);
- this.txt_fstatus.Name = "txt_fstatus";
- this.txt_fstatus.Properties.Caption = "瀹℃牳鐘舵��";
- this.txt_fstatus.Size = new System.Drawing.Size(329, 24);
- this.txt_fstatus.StyleController = this.layoutMx1;
- this.txt_fstatus.TabIndex = 596;
+ this.txt_status.Location = new System.Drawing.Point(1005, 74);
+ this.txt_status.Name = "txt_status";
+ this.txt_status.Properties.Caption = "瀹℃牳鐘舵��";
+ this.txt_status.Size = new System.Drawing.Size(329, 24);
+ this.txt_status.StyleController = this.layoutMx1;
+ this.txt_status.TabIndex = 596;
//
// txt_guid
//
@@ -806,7 +811,7 @@
//
// layoutControlItem3
//
- this.layoutControlItem3.Control = this.txt_createBy;
+ this.layoutControlItem3.Control = this.txt_createByName;
this.layoutControlItem3.Location = new System.Drawing.Point(662, 0);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
@@ -827,7 +832,7 @@
//
// layoutControlItem5
//
- this.layoutControlItem5.Control = this.txt_fcheckUser;
+ this.layoutControlItem5.Control = this.txt_checkUserName;
this.layoutControlItem5.Location = new System.Drawing.Point(993, 0);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 3;
@@ -879,7 +884,7 @@
//
// layoutControlItem12
//
- this.layoutControlItem12.Control = this.txt_fstatus;
+ this.layoutControlItem12.Control = this.txt_status;
this.layoutControlItem12.Location = new System.Drawing.Point(993, 62);
this.layoutControlItem12.Name = "layoutControlItem12";
this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3;
@@ -998,7 +1003,7 @@
// gridColumn2
//
this.gridColumn2.Caption = "鐗╂枡缂栧彿";
- this.gridColumn2.FieldName = "itemNo";
+ this.gridColumn2.FieldName = "itemNo2";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 0;
@@ -1092,7 +1097,7 @@
// gridColumn5
//
this.gridColumn5.Caption = "寤虹珛鑰�";
- this.gridColumn5.FieldName = "createBy";
+ this.gridColumn5.FieldName = "createByName";
this.gridColumn5.MinWidth = 25;
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.Visible = true;
@@ -1180,8 +1185,6 @@
this.gvMx1urgentFlag.MinWidth = 50;
this.gvMx1urgentFlag.Name = "gvMx1urgentFlag";
this.gvMx1urgentFlag.Tag = "query_a.URGENT_FLAG";
- this.gvMx1urgentFlag.Visible = true;
- this.gvMx1urgentFlag.VisibleIndex = 0;
this.gvMx1urgentFlag.Width = 94;
//
// gvMx1itemBarcode
@@ -1192,7 +1195,7 @@
this.gvMx1itemBarcode.Name = "gvMx1itemBarcode";
this.gvMx1itemBarcode.Tag = "query_a.ITEM_BARCODE";
this.gvMx1itemBarcode.Visible = true;
- this.gvMx1itemBarcode.VisibleIndex = 1;
+ this.gvMx1itemBarcode.VisibleIndex = 0;
this.gvMx1itemBarcode.Width = 250;
//
// gvMx1workNo
@@ -1203,7 +1206,7 @@
this.gvMx1workNo.Name = "gvMx1workNo";
this.gvMx1workNo.Tag = "query_a.WORK_NO";
this.gvMx1workNo.Visible = true;
- this.gvMx1workNo.VisibleIndex = 2;
+ this.gvMx1workNo.VisibleIndex = 1;
this.gvMx1workNo.Width = 100;
//
// gvMx1cItemCode
@@ -1214,7 +1217,7 @@
this.gvMx1cItemCode.Name = "gvMx1cItemCode";
this.gvMx1cItemCode.Tag = "query_a.C_ITEM_CODE";
this.gvMx1cItemCode.Visible = true;
- this.gvMx1cItemCode.VisibleIndex = 3;
+ this.gvMx1cItemCode.VisibleIndex = 2;
this.gvMx1cItemCode.Width = 100;
//
// gvMx1itemSname
@@ -1225,7 +1228,7 @@
this.gvMx1itemSname.Name = "gvMx1itemSname";
this.gvMx1itemSname.Tag = "query_a.ITEM_SNAME";
this.gvMx1itemSname.Visible = true;
- this.gvMx1itemSname.VisibleIndex = 4;
+ this.gvMx1itemSname.VisibleIndex = 3;
this.gvMx1itemSname.Width = 250;
//
// gvMx1itemNo
@@ -1236,7 +1239,7 @@
this.gvMx1itemNo.Name = "gvMx1itemNo";
this.gvMx1itemNo.Tag = "query_a.ITEM_NO";
this.gvMx1itemNo.Visible = true;
- this.gvMx1itemNo.VisibleIndex = 5;
+ this.gvMx1itemNo.VisibleIndex = 4;
this.gvMx1itemNo.Width = 250;
//
// gvMx1quantity
@@ -1247,7 +1250,7 @@
this.gvMx1quantity.Name = "gvMx1quantity";
this.gvMx1quantity.Tag = "query_a.QUANTITY";
this.gvMx1quantity.Visible = true;
- this.gvMx1quantity.VisibleIndex = 6;
+ this.gvMx1quantity.VisibleIndex = 5;
this.gvMx1quantity.Width = 94;
//
// gvMx1unit
@@ -1258,7 +1261,7 @@
this.gvMx1unit.Name = "gvMx1unit";
this.gvMx1unit.Tag = "query_a.UNIT";
this.gvMx1unit.Visible = true;
- this.gvMx1unit.VisibleIndex = 7;
+ this.gvMx1unit.VisibleIndex = 6;
this.gvMx1unit.Width = 94;
//
// gvMx1rbillNo
@@ -1269,7 +1272,7 @@
this.gvMx1rbillNo.Name = "gvMx1rbillNo";
this.gvMx1rbillNo.Tag = "query_a.RBILL_NO";
this.gvMx1rbillNo.Visible = true;
- this.gvMx1rbillNo.VisibleIndex = 8;
+ this.gvMx1rbillNo.VisibleIndex = 7;
this.gvMx1rbillNo.Width = 94;
//
// gvMx1depotSectionCode
@@ -1280,7 +1283,7 @@
this.gvMx1depotSectionCode.Name = "gvMx1depotSectionCode";
this.gvMx1depotSectionCode.Tag = "query_a.DEPOT_SECTION_CODE";
this.gvMx1depotSectionCode.Visible = true;
- this.gvMx1depotSectionCode.VisibleIndex = 9;
+ this.gvMx1depotSectionCode.VisibleIndex = 8;
this.gvMx1depotSectionCode.Width = 94;
//
// gvMx1depotCode
@@ -1291,7 +1294,7 @@
this.gvMx1depotCode.Name = "gvMx1depotCode";
this.gvMx1depotCode.Tag = "query_a.DEPOT_CODE";
this.gvMx1depotCode.Visible = true;
- this.gvMx1depotCode.VisibleIndex = 10;
+ this.gvMx1depotCode.VisibleIndex = 9;
this.gvMx1depotCode.Width = 94;
//
// gvMx1ebelnK3id
@@ -1315,11 +1318,11 @@
// gridColumn7
//
this.gridColumn7.Caption = "寤虹珛鑰�";
- this.gridColumn7.FieldName = "createBy";
+ this.gridColumn7.FieldName = "createByName";
this.gridColumn7.MinWidth = 25;
this.gridColumn7.Name = "gridColumn7";
this.gridColumn7.Visible = true;
- this.gridColumn7.VisibleIndex = 11;
+ this.gridColumn7.VisibleIndex = 10;
this.gridColumn7.Width = 94;
//
// gridColumn8
@@ -1329,7 +1332,7 @@
this.gridColumn8.MinWidth = 25;
this.gridColumn8.Name = "gridColumn8";
this.gridColumn8.Visible = true;
- this.gridColumn8.VisibleIndex = 12;
+ this.gridColumn8.VisibleIndex = 11;
this.gridColumn8.Width = 94;
//
// gridColumn12
@@ -1338,6 +1341,14 @@
this.gridColumn12.MinWidth = 25;
this.gridColumn12.Name = "gridColumn12";
this.gridColumn12.Width = 94;
+ //
+ // xtraTabPageReport
+ //
+ this.xtraTabPageReport.Controls.Add(this.ucRptCgrk1);
+ this.xtraTabPageReport.ImageOptions.Image = global::Gs.DevApp.Properties.Resources._3dcolumn_16x16;
+ this.xtraTabPageReport.Name = "xtraTabPageReport";
+ this.xtraTabPageReport.Size = new System.Drawing.Size(1346, 570);
+ this.xtraTabPageReport.Text = "鏄庣粏鎶ヨ〃";
//
// picCheckBox
//
@@ -1349,6 +1360,14 @@
this.picCheckBox.TabIndex = 6;
this.picCheckBox.TabStop = false;
this.picCheckBox.Visible = false;
+ //
+ // ucRptCgrk1
+ //
+ this.ucRptCgrk1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.ucRptCgrk1.Location = new System.Drawing.Point(0, 0);
+ this.ucRptCgrk1.Name = "ucRptCgrk1";
+ this.ucRptCgrk1.Size = new System.Drawing.Size(1346, 570);
+ this.ucRptCgrk1.TabIndex = 0;
//
// Frm_MesInvItemIns
//
@@ -1382,14 +1401,14 @@
((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_dhgRemark.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_fcheckUser.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_checkUserName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_paperBillNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_cbillNo.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_createByName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_fstatus.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_depotCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_receivingOrg.Properties)).EndInit();
@@ -1417,6 +1436,7 @@
this.xtraTabPage3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gcMx2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvMx2)).EndInit();
+ this.xtraTabPageReport.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit();
this.ResumeLayout(false);
@@ -1437,7 +1457,7 @@
private DevExpress.XtraGrid.Columns.GridColumn gv_lastupdateDate;
private DevExpress.XtraGrid.Columns.GridColumn gv_remark;
private DevExpress.XtraGrid.Columns.GridColumn gv_paperBillNo;
- private DevExpress.XtraGrid.Columns.GridColumn gv_checkUser;
+ private DevExpress.XtraGrid.Columns.GridColumn gv_shPeople;
private DevExpress.XtraGrid.Columns.GridColumn gv_checkDate;
private DevExpress.XtraGrid.Columns.GridColumn gv_taskNo;
private DevExpress.XtraGrid.Columns.GridColumn gv_ischeck;
@@ -1452,13 +1472,13 @@
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txt_billNo;
private DevExpress.XtraEditors.TextEdit txt_cbillNo;
- private DevExpress.XtraEditors.TextEdit txt_createBy;
+ private DevExpress.XtraEditors.TextEdit txt_createByName;
private DevExpress.XtraEditors.TextEdit txt_createDate;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private DevExpress.XtraEditors.TextEdit txt_fcheckUser;
+ private DevExpress.XtraEditors.TextEdit txt_checkUserName;
private DevExpress.XtraEditors.TextEdit txt_dptName;
private DevExpress.XtraEditors.TextEdit txt_suppName;
private DevExpress.XtraEditors.TextEdit txt_checkDate;
@@ -1469,7 +1489,7 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
- private DevExpress.XtraEditors.CheckEdit txt_fstatus;
+ private DevExpress.XtraEditors.CheckEdit txt_status;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraEditors.TextEdit txt_guid;
@@ -1522,5 +1542,7 @@
private DevExpress.Utils.ToolTipController tips;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
+ private DevExpress.XtraTab.XtraTabPage xtraTabPageReport;
+ private Rpt.ucRptCgrk ucRptCgrk1;
}
}
\ No newline at end of file
--
Gitblit v1.9.3