From bc4493dec762784f6695dd0723cbb0973f68a0ef Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 28 十月 2024 08:12:21 +0800
Subject: [PATCH] 进度条
---
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs | 84 ++++++++---------------------------------
1 files changed, 17 insertions(+), 67 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs
index d6ef0a4..b710f9f 100644
--- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Supplier.Designer.cs
@@ -40,10 +40,8 @@
this.txt_remark3 = new DevExpress.XtraEditors.TextEdit();
this.lb_useOrg = new DevExpress.XtraEditors.LabelControl();
this.txt_useOrg = new DevExpress.XtraEditors.TextEdit();
- this.gv_useOrg = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_createOrg = new DevExpress.XtraEditors.LabelControl();
this.txt_createOrg = new DevExpress.XtraEditors.TextEdit();
- this.gv_createOrg = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fforbidstatus = new DevExpress.XtraEditors.LabelControl();
this.txt_fforbidstatus = new DevExpress.XtraEditors.TextEdit();
this.gv_fforbidstatus = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -64,7 +62,6 @@
this.gv_factory = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_company = new DevExpress.XtraEditors.LabelControl();
this.txt_company = new DevExpress.XtraEditors.TextEdit();
- this.gv_company = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fscode = new DevExpress.XtraEditors.LabelControl();
this.txt_fscode = new DevExpress.XtraEditors.TextEdit();
this.lb_remark = new DevExpress.XtraEditors.LabelControl();
@@ -224,20 +221,6 @@
this.txt_useOrg.Size = new System.Drawing.Size(150, 28);
this.txt_useOrg.TabIndex = 312;
//
- // gv_useOrg
- //
- this.gv_useOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_useOrg.AppearanceCell.Options.UseFont = true;
- this.gv_useOrg.Caption = "浣跨敤缁勭粐 ";
- this.gv_useOrg.FieldName = "useOrg";
- this.gv_useOrg.MinWidth = 50;
- this.gv_useOrg.Name = "gv_useOrg";
- this.gv_useOrg.OptionsColumn.AllowEdit = false;
- this.gv_useOrg.Tag = "query_a.use_org";
- this.gv_useOrg.Visible = true;
- this.gv_useOrg.VisibleIndex = 15;
- this.gv_useOrg.Width = 94;
- //
// lb_createOrg
//
this.lb_createOrg.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -256,20 +239,6 @@
this.txt_createOrg.Properties.Appearance.Options.UseFont = true;
this.txt_createOrg.Size = new System.Drawing.Size(150, 28);
this.txt_createOrg.TabIndex = 306;
- //
- // gv_createOrg
- //
- this.gv_createOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_createOrg.AppearanceCell.Options.UseFont = true;
- this.gv_createOrg.Caption = "鍒涘缓缁勭粐 ";
- this.gv_createOrg.FieldName = "createOrg";
- this.gv_createOrg.MinWidth = 50;
- this.gv_createOrg.Name = "gv_createOrg";
- this.gv_createOrg.OptionsColumn.AllowEdit = false;
- this.gv_createOrg.Tag = "query_a.create_org";
- this.gv_createOrg.Visible = true;
- this.gv_createOrg.VisibleIndex = 14;
- this.gv_createOrg.Width = 94;
//
// lb_fforbidstatus
//
@@ -301,7 +270,7 @@
this.gv_fforbidstatus.OptionsColumn.AllowEdit = false;
this.gv_fforbidstatus.Tag = "query_a.fforbidstatus";
this.gv_fforbidstatus.Visible = true;
- this.gv_fforbidstatus.VisibleIndex = 13;
+ this.gv_fforbidstatus.VisibleIndex = 10;
this.gv_fforbidstatus.Width = 94;
//
// lb_fstaffid
@@ -334,7 +303,7 @@
this.gv_fstaffid.OptionsColumn.AllowEdit = false;
this.gv_fstaffid.Tag = "query_a.fstaffid";
this.gv_fstaffid.Visible = true;
- this.gv_fstaffid.VisibleIndex = 12;
+ this.gv_fstaffid.VisibleIndex = 9;
this.gv_fstaffid.Width = 94;
//
// lb_lxr
@@ -367,7 +336,7 @@
this.gv_lxr.OptionsColumn.AllowEdit = false;
this.gv_lxr.Tag = "query_a.lxr";
this.gv_lxr.Visible = true;
- this.gv_lxr.VisibleIndex = 11;
+ this.gv_lxr.VisibleIndex = 7;
this.gv_lxr.Width = 94;
//
// lb_lotFlag
@@ -455,6 +424,7 @@
this.gv_factory.MinWidth = 50;
this.gv_factory.Name = "gv_factory";
this.gv_factory.OptionsColumn.AllowEdit = false;
+ this.gv_factory.OptionsColumn.ReadOnly = true;
this.gv_factory.Tag = "query_a.factory";
this.gv_factory.Visible = true;
this.gv_factory.VisibleIndex = 0;
@@ -478,20 +448,6 @@
this.txt_company.Properties.Appearance.Options.UseFont = true;
this.txt_company.Size = new System.Drawing.Size(150, 28);
this.txt_company.TabIndex = 258;
- //
- // gv_company
- //
- this.gv_company.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
- this.gv_company.AppearanceCell.Options.UseFont = true;
- this.gv_company.Caption = "鍏徃浠g爜 ";
- this.gv_company.FieldName = "company";
- this.gv_company.MinWidth = 50;
- this.gv_company.Name = "gv_company";
- this.gv_company.OptionsColumn.AllowEdit = false;
- this.gv_company.Tag = "query_a.company";
- this.gv_company.Visible = true;
- this.gv_company.VisibleIndex = 4;
- this.gv_company.Width = 94;
//
// lb_fscode
//
@@ -542,7 +498,7 @@
this.gv_remark.OptionsColumn.AllowEdit = false;
this.gv_remark.Tag = "query_a.remark";
this.gv_remark.Visible = true;
- this.gv_remark.VisibleIndex = 10;
+ this.gv_remark.VisibleIndex = 8;
this.gv_remark.Width = 94;
//
// lb_lastupdateDate
@@ -608,13 +564,13 @@
this.gv_createDate.AppearanceCell.Options.UseFont = true;
this.gv_createDate.Caption = "鍒涘缓鏃堕棿 ";
this.gv_createDate.FieldName = "createDate";
- this.gv_createDate.MinWidth = 50;
+ this.gv_createDate.MinWidth = 130;
this.gv_createDate.Name = "gv_createDate";
this.gv_createDate.OptionsColumn.AllowEdit = false;
this.gv_createDate.Tag = "query_a.create_date";
this.gv_createDate.Visible = true;
- this.gv_createDate.VisibleIndex = 9;
- this.gv_createDate.Width = 94;
+ this.gv_createDate.VisibleIndex = 12;
+ this.gv_createDate.Width = 130;
//
// lb_createBy
//
@@ -646,7 +602,7 @@
this.gv_createBy.OptionsColumn.AllowEdit = false;
this.gv_createBy.Tag = "query_a.create_by";
this.gv_createBy.Visible = true;
- this.gv_createBy.VisibleIndex = 8;
+ this.gv_createBy.VisibleIndex = 11;
this.gv_createBy.Width = 94;
//
// lb_telfx
@@ -698,7 +654,7 @@
this.gv_telf1.OptionsColumn.AllowEdit = false;
this.gv_telf1.Tag = "query_a.telf1";
this.gv_telf1.Visible = true;
- this.gv_telf1.VisibleIndex = 7;
+ this.gv_telf1.VisibleIndex = 6;
this.gv_telf1.Width = 94;
//
// lb_stras
@@ -731,7 +687,7 @@
this.gv_stras.OptionsColumn.AllowEdit = false;
this.gv_stras.Tag = "query_a.stras";
this.gv_stras.Visible = true;
- this.gv_stras.VisibleIndex = 6;
+ this.gv_stras.VisibleIndex = 5;
this.gv_stras.Width = 94;
//
// lb_land1
@@ -764,7 +720,7 @@
this.gv_land1.OptionsColumn.AllowEdit = false;
this.gv_land1.Tag = "query_a.land1";
this.gv_land1.Visible = true;
- this.gv_land1.VisibleIndex = 5;
+ this.gv_land1.VisibleIndex = 4;
this.gv_land1.Width = 94;
//
// lb_suppSname
@@ -875,7 +831,7 @@
//
this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_id.AppearanceCell.Options.UseFont = true;
- this.gv_id.Caption = "ID ";
+ this.gv_id.Caption = "渚涘簲鍟咺D ";
this.gv_id.FieldName = "id";
this.gv_id.MinWidth = 50;
this.gv_id.Name = "gv_id";
@@ -893,11 +849,11 @@
this.toolBarMenu1.isSetBtn = false;
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
this.toolBarMenu1.Name = "toolBarMenu1";
- this.toolBarMenu1.rptService = null;
+ this.toolBarMenu1.rptParameter = null;
this.toolBarMenu1.Size = new System.Drawing.Size(992, 80);
this.toolBarMenu1.TabIndex = 0;
this.toolBarMenu1.xlsInService = null;
- this.toolBarMenu1.xlsOutView = null;
+ this.toolBarMenu1.xlsOutParameter = "xlsOut_supplier{}";
//
// gcMain
//
@@ -920,18 +876,15 @@
this.gv_id,
this.gv_suppNo,
this.gv_suppName,
- this.gv_company,
this.gv_land1,
this.gv_stras,
this.gv_telf1,
- this.gv_createBy,
- this.gv_createDate,
this.gv_remark,
this.gv_lxr,
this.gv_fstaffid,
this.gv_fforbidstatus,
- this.gv_createOrg,
- this.gv_useOrg});
+ this.gv_createBy,
+ this.gv_createDate});
this.gridView1.GridControl = this.gcMain;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -1133,11 +1086,9 @@
private DevExpress.XtraEditors.LabelControl lb_useOrg;
private DevExpress.XtraEditors.TextEdit txt_useOrg;
- private DevExpress.XtraGrid.Columns.GridColumn gv_useOrg;
private DevExpress.XtraEditors.LabelControl lb_createOrg;
private DevExpress.XtraEditors.TextEdit txt_createOrg;
- private DevExpress.XtraGrid.Columns.GridColumn gv_createOrg;
private DevExpress.XtraEditors.LabelControl lb_fforbidstatus;
private DevExpress.XtraEditors.TextEdit txt_fforbidstatus;
@@ -1166,7 +1117,6 @@
private DevExpress.XtraEditors.LabelControl lb_company;
private DevExpress.XtraEditors.TextEdit txt_company;
- private DevExpress.XtraGrid.Columns.GridColumn gv_company;
private DevExpress.XtraEditors.LabelControl lb_fscode;
private DevExpress.XtraEditors.TextEdit txt_fscode;
--
Gitblit v1.9.3