From 3c6cad1224e7cb985f03d15cc98a4a2074a5af49 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期一, 22 十二月 2025 22:25:33 +0800
Subject: [PATCH] 增加轮播看板
---
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs | 186 ++++++++++++++++++++++++++-------------------
1 files changed, 107 insertions(+), 79 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
index 1ad2629..2a06d85 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -59,6 +59,8 @@
this.btnGood = new DevExpress.XtraEditors.SimpleButton();
this.btnBad = new DevExpress.XtraEditors.SimpleButton();
this.txt_dianJianPath = new DevExpress.XtraEditors.TextEdit();
+ this.txt_orgId = new DevExpress.XtraEditors.TextEdit();
+ this.orgId = new DevExpress.XtraLayout.LayoutControlItem();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -161,6 +163,8 @@
((System.ComponentModel.ISupportInitialize)(this.txt_yjDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_sjDate.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_dianJianPath.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_orgId.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.orgId)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
@@ -264,10 +268,13 @@
this.layoutMx1.Controls.Add(this.btnGood);
this.layoutMx1.Controls.Add(this.btnBad);
this.layoutMx1.Controls.Add(this.txt_dianJianPath);
+ this.layoutMx1.Controls.Add(this.txt_orgId);
this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
+ this.orgId});
this.layoutMx1.Location = new System.Drawing.Point(0, 0);
this.layoutMx1.Name = "layoutMx1";
- this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(544, 408, 812, 500);
+ this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 388, 812, 500);
this.layoutMx1.Root = this.Root;
this.layoutMx1.Size = new System.Drawing.Size(828, 229);
this.layoutMx1.TabIndex = 0;
@@ -275,134 +282,134 @@
//
// txt_gdbh
//
- this.txt_gdbh.Location = new System.Drawing.Point(111, 12);
+ this.txt_gdbh.Location = new System.Drawing.Point(107, 10);
this.txt_gdbh.Name = "txt_gdbh";
this.txt_gdbh.Properties.Appearance.Options.UseFont = true;
this.txt_gdbh.Properties.ReadOnly = true;
- this.txt_gdbh.Size = new System.Drawing.Size(99, 24);
+ this.txt_gdbh.Size = new System.Drawing.Size(102, 24);
this.txt_gdbh.StyleController = this.layoutMx1;
this.txt_gdbh.TabIndex = 4;
//
// txt_gx
//
- this.txt_gx.Location = new System.Drawing.Point(111, 46);
+ this.txt_gx.Location = new System.Drawing.Point(107, 45);
this.txt_gx.Name = "txt_gx";
this.txt_gx.Properties.ReadOnly = true;
- this.txt_gx.Size = new System.Drawing.Size(99, 24);
+ this.txt_gx.Size = new System.Drawing.Size(102, 24);
this.txt_gx.StyleController = this.layoutMx1;
this.txt_gx.TabIndex = 5;
//
// txt_collectBy
//
- this.txt_collectBy.Location = new System.Drawing.Point(111, 81);
+ this.txt_collectBy.Location = new System.Drawing.Point(107, 80);
this.txt_collectBy.Name = "txt_collectBy";
this.txt_collectBy.Properties.ReadOnly = true;
- this.txt_collectBy.Size = new System.Drawing.Size(99, 24);
+ this.txt_collectBy.Size = new System.Drawing.Size(102, 24);
this.txt_collectBy.StyleController = this.layoutMx1;
this.txt_collectBy.TabIndex = 6;
//
// txt_barCode
//
- this.txt_barCode.Location = new System.Drawing.Point(111, 116);
+ this.txt_barCode.Location = new System.Drawing.Point(107, 115);
this.txt_barCode.Name = "txt_barCode";
this.txt_barCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.txt_barCode.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
this.txt_barCode.Properties.Appearance.Options.UseFont = true;
this.txt_barCode.Properties.Appearance.Options.UseForeColor = true;
- this.txt_barCode.Size = new System.Drawing.Size(301, 24);
+ this.txt_barCode.Size = new System.Drawing.Size(305, 24);
this.txt_barCode.StyleController = this.layoutMx1;
this.txt_barCode.TabIndex = 1;
//
// txt_currentBarCode
//
- this.txt_currentBarCode.Location = new System.Drawing.Point(111, 151);
+ this.txt_currentBarCode.Location = new System.Drawing.Point(107, 150);
this.txt_currentBarCode.Name = "txt_currentBarCode";
this.txt_currentBarCode.Properties.ReadOnly = true;
- this.txt_currentBarCode.Size = new System.Drawing.Size(301, 24);
+ this.txt_currentBarCode.Size = new System.Drawing.Size(305, 24);
this.txt_currentBarCode.StyleController = this.layoutMx1;
this.txt_currentBarCode.TabIndex = 8;
//
// txt_gongWei
//
- this.txt_gongWei.Location = new System.Drawing.Point(111, 186);
+ this.txt_gongWei.Location = new System.Drawing.Point(107, 185);
this.txt_gongWei.Name = "txt_gongWei";
this.txt_gongWei.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.txt_gongWei.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(138)))), ((int)(((byte)(200)))));
this.txt_gongWei.Properties.Appearance.Options.UseFont = true;
this.txt_gongWei.Properties.Appearance.Options.UseForeColor = true;
- this.txt_gongWei.Size = new System.Drawing.Size(99, 24);
+ this.txt_gongWei.Size = new System.Drawing.Size(102, 24);
this.txt_gongWei.StyleController = this.layoutMx1;
this.txt_gongWei.TabIndex = 9;
//
// txt_itemNo
//
- this.txt_itemNo.Location = new System.Drawing.Point(313, 12);
+ this.txt_itemNo.Location = new System.Drawing.Point(310, 10);
this.txt_itemNo.Name = "txt_itemNo";
this.txt_itemNo.Properties.ReadOnly = true;
- this.txt_itemNo.Size = new System.Drawing.Size(99, 24);
+ this.txt_itemNo.Size = new System.Drawing.Size(102, 24);
this.txt_itemNo.StyleController = this.layoutMx1;
this.txt_itemNo.TabIndex = 10;
//
// txt_bc
//
- this.txt_bc.Location = new System.Drawing.Point(313, 46);
+ this.txt_bc.Location = new System.Drawing.Point(310, 45);
this.txt_bc.Name = "txt_bc";
this.txt_bc.Properties.ReadOnly = true;
- this.txt_bc.Size = new System.Drawing.Size(99, 24);
+ this.txt_bc.Size = new System.Drawing.Size(102, 24);
this.txt_bc.StyleController = this.layoutMx1;
this.txt_bc.TabIndex = 11;
//
// txt_itemName
//
- this.txt_itemName.Location = new System.Drawing.Point(515, 46);
+ this.txt_itemName.Location = new System.Drawing.Point(513, 45);
this.txt_itemName.Name = "txt_itemName";
this.txt_itemName.Properties.ReadOnly = true;
- this.txt_itemName.Size = new System.Drawing.Size(99, 24);
+ this.txt_itemName.Size = new System.Drawing.Size(102, 24);
this.txt_itemName.StyleController = this.layoutMx1;
this.txt_itemName.TabIndex = 13;
//
// txt_itemModel
//
- this.txt_itemModel.Location = new System.Drawing.Point(515, 12);
+ this.txt_itemModel.Location = new System.Drawing.Point(513, 10);
this.txt_itemModel.Name = "txt_itemModel";
this.txt_itemModel.Properties.ReadOnly = true;
- this.txt_itemModel.Size = new System.Drawing.Size(301, 24);
+ this.txt_itemModel.Size = new System.Drawing.Size(305, 24);
this.txt_itemModel.StyleController = this.layoutMx1;
this.txt_itemModel.TabIndex = 14;
//
// txt_sbNo
//
- this.txt_sbNo.Location = new System.Drawing.Point(313, 81);
+ this.txt_sbNo.Location = new System.Drawing.Point(310, 80);
this.txt_sbNo.Name = "txt_sbNo";
this.txt_sbNo.Properties.ReadOnly = true;
- this.txt_sbNo.Size = new System.Drawing.Size(99, 24);
+ this.txt_sbNo.Size = new System.Drawing.Size(102, 24);
this.txt_sbNo.StyleController = this.layoutMx1;
this.txt_sbNo.TabIndex = 15;
//
// txt_sjXt
//
- this.txt_sjXt.Location = new System.Drawing.Point(515, 81);
+ this.txt_sjXt.Location = new System.Drawing.Point(513, 80);
this.txt_sjXt.Name = "txt_sjXt";
this.txt_sjXt.Properties.ReadOnly = true;
- this.txt_sjXt.Size = new System.Drawing.Size(99, 24);
+ this.txt_sjXt.Size = new System.Drawing.Size(102, 24);
this.txt_sjXt.StyleController = this.layoutMx1;
this.txt_sjXt.TabIndex = 16;
//
// txt_yjDate
//
- this.txt_yjDate.Location = new System.Drawing.Point(717, 46);
+ this.txt_yjDate.Location = new System.Drawing.Point(716, 45);
this.txt_yjDate.Name = "txt_yjDate";
this.txt_yjDate.Properties.ReadOnly = true;
- this.txt_yjDate.Size = new System.Drawing.Size(99, 24);
+ this.txt_yjDate.Size = new System.Drawing.Size(102, 24);
this.txt_yjDate.StyleController = this.layoutMx1;
this.txt_yjDate.TabIndex = 17;
//
// txt_sjDate
//
- this.txt_sjDate.Location = new System.Drawing.Point(717, 81);
+ this.txt_sjDate.Location = new System.Drawing.Point(716, 80);
this.txt_sjDate.Name = "txt_sjDate";
this.txt_sjDate.Properties.ReadOnly = true;
- this.txt_sjDate.Size = new System.Drawing.Size(99, 24);
+ this.txt_sjDate.Size = new System.Drawing.Size(102, 24);
this.txt_sjDate.StyleController = this.layoutMx1;
this.txt_sjDate.TabIndex = 18;
//
@@ -411,9 +418,9 @@
this.btnGood.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Success;
this.btnGood.Appearance.Options.UseBackColor = true;
this.btnGood.Appearance.Options.UseFont = true;
- this.btnGood.Location = new System.Drawing.Point(416, 116);
+ this.btnGood.Location = new System.Drawing.Point(416, 115);
this.btnGood.Name = "btnGood";
- this.btnGood.Size = new System.Drawing.Size(198, 96);
+ this.btnGood.Size = new System.Drawing.Size(199, 96);
this.btnGood.StyleController = this.layoutMx1;
this.btnGood.TabIndex = 19;
this.btnGood.Text = "鑹搧";
@@ -423,21 +430,42 @@
this.btnBad.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
this.btnBad.Appearance.Options.UseBackColor = true;
this.btnBad.Appearance.Options.UseFont = true;
- this.btnBad.Location = new System.Drawing.Point(618, 116);
+ this.btnBad.Location = new System.Drawing.Point(619, 115);
this.btnBad.Name = "btnBad";
- this.btnBad.Size = new System.Drawing.Size(198, 96);
+ this.btnBad.Size = new System.Drawing.Size(199, 96);
this.btnBad.StyleController = this.layoutMx1;
this.btnBad.TabIndex = 20;
this.btnBad.Text = "涓嶈壇鍝�";
//
// txt_dianJianPath
//
- this.txt_dianJianPath.Location = new System.Drawing.Point(313, 186);
+ this.txt_dianJianPath.Location = new System.Drawing.Point(310, 185);
this.txt_dianJianPath.Name = "txt_dianJianPath";
this.txt_dianJianPath.Properties.ReadOnly = true;
- this.txt_dianJianPath.Size = new System.Drawing.Size(99, 24);
+ this.txt_dianJianPath.Size = new System.Drawing.Size(102, 24);
this.txt_dianJianPath.StyleController = this.layoutMx1;
this.txt_dianJianPath.TabIndex = 21;
+ //
+ // txt_orgId
+ //
+ this.txt_orgId.Location = new System.Drawing.Point(307, 186);
+ this.txt_orgId.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+ this.txt_orgId.Name = "txt_orgId";
+ this.txt_orgId.Properties.ReadOnly = true;
+ this.txt_orgId.Size = new System.Drawing.Size(105, 24);
+ this.txt_orgId.StyleController = this.layoutMx1;
+ this.txt_orgId.TabIndex = 22;
+ //
+ // orgId
+ //
+ this.orgId.Control = this.txt_orgId;
+ this.orgId.Location = new System.Drawing.Point(252, 213);
+ this.orgId.Name = "orgId";
+ this.orgId.OptionsTableLayoutItem.ColumnIndex = 1;
+ this.orgId.OptionsTableLayoutItem.RowIndex = 5;
+ this.orgId.Size = new System.Drawing.Size(253, 43);
+ this.orgId.Text = "缁勭粐";
+ this.orgId.TextSize = new System.Drawing.Size(50, 20);
//
// Root
//
@@ -508,17 +536,17 @@
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.OptionsPrint.AppearanceItem.Options.UseFont = true;
- this.layoutControlItem1.Size = new System.Drawing.Size(202, 34);
+ this.layoutControlItem1.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem1.Text = "宸ュ崟缂栧彿";
this.layoutControlItem1.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txt_gx;
- this.layoutControlItem2.Location = new System.Drawing.Point(0, 34);
+ this.layoutControlItem2.Location = new System.Drawing.Point(0, 35);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem2.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem2.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem2.Text = "褰撳墠宸ュ簭";
this.layoutControlItem2.TextSize = new System.Drawing.Size(87, 18);
//
@@ -526,77 +554,77 @@
//
this.layoutControlItem3.Control = this.txt_collectBy;
this.layoutControlItem3.CustomizationFormText = "鎿嶄綔鍛樺伐";
- this.layoutControlItem3.Location = new System.Drawing.Point(0, 69);
+ this.layoutControlItem3.Location = new System.Drawing.Point(0, 70);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem3.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem3.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem3.Text = "鎿嶄綔鍛樺伐";
this.layoutControlItem3.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txt_barCode;
- this.layoutControlItem4.Location = new System.Drawing.Point(0, 104);
+ this.layoutControlItem4.Location = new System.Drawing.Point(0, 105);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.OptionsTableLayoutItem.ColumnSpan = 2;
this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 3;
- this.layoutControlItem4.Size = new System.Drawing.Size(404, 35);
+ this.layoutControlItem4.Size = new System.Drawing.Size(406, 35);
this.layoutControlItem4.Text = "鎵拷婧爜";
this.layoutControlItem4.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.txt_itemNo;
- this.layoutControlItem7.Location = new System.Drawing.Point(202, 0);
+ this.layoutControlItem7.Location = new System.Drawing.Point(203, 0);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 1;
- this.layoutControlItem7.Size = new System.Drawing.Size(202, 34);
+ this.layoutControlItem7.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem7.Text = "浜у搧缂栫爜";
this.layoutControlItem7.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.txt_bc;
- this.layoutControlItem8.Location = new System.Drawing.Point(202, 34);
+ this.layoutControlItem8.Location = new System.Drawing.Point(203, 35);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem8.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem8.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem8.Text = "鐝";
this.layoutControlItem8.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.txt_currentBarCode;
- this.layoutControlItem5.Location = new System.Drawing.Point(0, 139);
+ this.layoutControlItem5.Location = new System.Drawing.Point(0, 140);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.OptionsTableLayoutItem.ColumnSpan = 2;
this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 4;
- this.layoutControlItem5.Size = new System.Drawing.Size(404, 35);
+ this.layoutControlItem5.Size = new System.Drawing.Size(406, 35);
this.layoutControlItem5.Text = "褰撳墠鏉$爜";
this.layoutControlItem5.TextSize = new System.Drawing.Size(87, 18);
//
// layShuiJian
//
this.layShuiJian.Control = this.txt_gongWei;
- this.layShuiJian.Location = new System.Drawing.Point(0, 174);
+ this.layShuiJian.Location = new System.Drawing.Point(0, 175);
this.layShuiJian.Name = "layShuiJian";
this.layShuiJian.OptionsTableLayoutItem.RowIndex = 5;
- this.layShuiJian.Size = new System.Drawing.Size(202, 35);
+ this.layShuiJian.Size = new System.Drawing.Size(203, 38);
this.layShuiJian.Text = "鎵伐浣嶇爜";
this.layShuiJian.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem16
//
this.layoutControlItem16.Control = this.btnGood;
- this.layoutControlItem16.Location = new System.Drawing.Point(404, 104);
+ this.layoutControlItem16.Location = new System.Drawing.Point(406, 105);
this.layoutControlItem16.MaxSize = new System.Drawing.Size(0, 100);
this.layoutControlItem16.MinSize = new System.Drawing.Size(41, 100);
this.layoutControlItem16.Name = "layoutControlItem16";
this.layoutControlItem16.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem16.OptionsTableLayoutItem.RowIndex = 3;
this.layoutControlItem16.OptionsTableLayoutItem.RowSpan = 3;
- this.layoutControlItem16.Size = new System.Drawing.Size(202, 105);
+ this.layoutControlItem16.Size = new System.Drawing.Size(203, 108);
this.layoutControlItem16.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem16.Text = "鑹搧鎸夐挳";
this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
@@ -605,14 +633,14 @@
// layoutControlItem17
//
this.layoutControlItem17.Control = this.btnBad;
- this.layoutControlItem17.Location = new System.Drawing.Point(606, 104);
+ this.layoutControlItem17.Location = new System.Drawing.Point(609, 105);
this.layoutControlItem17.MaxSize = new System.Drawing.Size(0, 100);
this.layoutControlItem17.MinSize = new System.Drawing.Size(56, 100);
this.layoutControlItem17.Name = "layoutControlItem17";
this.layoutControlItem17.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem17.OptionsTableLayoutItem.RowIndex = 3;
this.layoutControlItem17.OptionsTableLayoutItem.RowSpan = 3;
- this.layoutControlItem17.Size = new System.Drawing.Size(202, 105);
+ this.layoutControlItem17.Size = new System.Drawing.Size(203, 108);
this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
this.layoutControlItem17.Text = "涓嶈壇鍝佹寜閽�";
this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
@@ -621,33 +649,33 @@
// layoutControlItem12
//
this.layoutControlItem12.Control = this.txt_sbNo;
- this.layoutControlItem12.Location = new System.Drawing.Point(202, 69);
+ this.layoutControlItem12.Location = new System.Drawing.Point(203, 70);
this.layoutControlItem12.Name = "layoutControlItem12";
this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 1;
this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem12.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem12.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem12.Text = "璁惧缂栫爜";
this.layoutControlItem12.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem15
//
this.layoutControlItem15.Control = this.txt_sjDate;
- this.layoutControlItem15.Location = new System.Drawing.Point(606, 69);
+ this.layoutControlItem15.Location = new System.Drawing.Point(609, 70);
this.layoutControlItem15.Name = "layoutControlItem15";
this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem15.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem15.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem15.Text = "Mes瀹為檯寮�宸�";
this.layoutControlItem15.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem14
//
this.layoutControlItem14.Control = this.txt_yjDate;
- this.layoutControlItem14.Location = new System.Drawing.Point(606, 34);
+ this.layoutControlItem14.Location = new System.Drawing.Point(609, 35);
this.layoutControlItem14.Name = "layoutControlItem14";
this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem14.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem14.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem14.Text = "Mes璁″垝寮�宸�";
this.layoutControlItem14.TextSize = new System.Drawing.Size(87, 18);
//
@@ -655,44 +683,44 @@
//
this.layoutControlItem13.Control = this.txt_sjXt;
this.layoutControlItem13.CustomizationFormText = "鐢熶骇绾垮埆";
- this.layoutControlItem13.Location = new System.Drawing.Point(404, 69);
+ this.layoutControlItem13.Location = new System.Drawing.Point(406, 70);
this.layoutControlItem13.Name = "layoutControlItem13";
this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 2;
- this.layoutControlItem13.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem13.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem13.Text = "鐢熶骇绾垮埆";
this.layoutControlItem13.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.txt_itemName;
- this.layoutControlItem10.Location = new System.Drawing.Point(404, 34);
+ this.layoutControlItem10.Location = new System.Drawing.Point(406, 35);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
- this.layoutControlItem10.Size = new System.Drawing.Size(202, 35);
+ this.layoutControlItem10.Size = new System.Drawing.Size(203, 35);
this.layoutControlItem10.Text = "浜у搧鍚嶇О";
this.layoutControlItem10.TextSize = new System.Drawing.Size(87, 18);
//
// layoutControlItem11
//
this.layoutControlItem11.Control = this.txt_itemModel;
- this.layoutControlItem11.Location = new System.Drawing.Point(404, 0);
+ this.layoutControlItem11.Location = new System.Drawing.Point(406, 0);
this.layoutControlItem11.Name = "layoutControlItem11";
this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 2;
this.layoutControlItem11.OptionsTableLayoutItem.ColumnSpan = 2;
- this.layoutControlItem11.Size = new System.Drawing.Size(404, 34);
+ this.layoutControlItem11.Size = new System.Drawing.Size(406, 35);
this.layoutControlItem11.Text = "浜у搧瑙勬牸";
this.layoutControlItem11.TextSize = new System.Drawing.Size(87, 18);
//
// layDianJian
//
this.layDianJian.Control = this.txt_dianJianPath;
- this.layDianJian.Location = new System.Drawing.Point(202, 174);
+ this.layDianJian.Location = new System.Drawing.Point(203, 175);
this.layDianJian.Name = "layDianJian";
this.layDianJian.OptionsTableLayoutItem.ColumnIndex = 1;
this.layDianJian.OptionsTableLayoutItem.RowIndex = 5;
- this.layDianJian.Size = new System.Drawing.Size(202, 35);
+ this.layDianJian.Size = new System.Drawing.Size(203, 38);
this.layDianJian.Text = "鐢垫璺緞";
this.layDianJian.TextSize = new System.Drawing.Size(87, 18);
//
@@ -1174,8 +1202,6 @@
this.gridColumn11.FieldName = "itemName";
this.gridColumn11.Name = "gridColumn11";
this.gridColumn11.OptionsColumn.ReadOnly = true;
- this.gridColumn11.Visible = true;
- this.gridColumn11.VisibleIndex = 2;
this.gridColumn11.Width = 94;
//
// gridColumn13
@@ -1194,7 +1220,7 @@
this.gridColumn16.Name = "gridColumn16";
this.gridColumn16.OptionsColumn.ReadOnly = true;
this.gridColumn16.Visible = true;
- this.gridColumn16.VisibleIndex = 4;
+ this.gridColumn16.VisibleIndex = 2;
this.gridColumn16.Width = 94;
//
// gridColumn17
@@ -1204,8 +1230,6 @@
this.gridColumn17.Name = "gridColumn17";
this.gridColumn17.OptionsColumn.ReadOnly = true;
this.gridColumn17.Tag = "query_a.tl_qty";
- this.gridColumn17.Visible = true;
- this.gridColumn17.VisibleIndex = 3;
this.gridColumn17.Width = 94;
//
// gridColumn18
@@ -1216,7 +1240,7 @@
this.gridColumn18.Name = "gridColumn18";
this.gridColumn18.OptionsColumn.ReadOnly = true;
this.gridColumn18.Visible = true;
- this.gridColumn18.VisibleIndex = 5;
+ this.gridColumn18.VisibleIndex = 3;
this.gridColumn18.Width = 94;
//
// gridColumn19
@@ -1227,7 +1251,7 @@
this.gridColumn19.Name = "gridColumn19";
this.gridColumn19.OptionsColumn.ReadOnly = true;
this.gridColumn19.Visible = true;
- this.gridColumn19.VisibleIndex = 6;
+ this.gridColumn19.VisibleIndex = 4;
this.gridColumn19.Width = 94;
//
// gridColumn20
@@ -1238,7 +1262,7 @@
this.gridColumn20.Name = "gridColumn20";
this.gridColumn20.OptionsColumn.ReadOnly = true;
this.gridColumn20.Visible = true;
- this.gridColumn20.VisibleIndex = 7;
+ this.gridColumn20.VisibleIndex = 5;
this.gridColumn20.Width = 94;
//
// gridColumn21
@@ -1249,7 +1273,7 @@
this.gridColumn21.Name = "gridColumn21";
this.gridColumn21.OptionsColumn.ReadOnly = true;
this.gridColumn21.Visible = true;
- this.gridColumn21.VisibleIndex = 8;
+ this.gridColumn21.VisibleIndex = 6;
this.gridColumn21.Width = 94;
//
// gridColumn22
@@ -1260,7 +1284,7 @@
this.gridColumn22.Name = "gridColumn22";
this.gridColumn22.OptionsColumn.ReadOnly = true;
this.gridColumn22.Visible = true;
- this.gridColumn22.VisibleIndex = 9;
+ this.gridColumn22.VisibleIndex = 7;
this.gridColumn22.Width = 94;
//
// gridColumn23
@@ -1322,6 +1346,8 @@
((System.ComponentModel.ISupportInitialize)(this.txt_yjDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_sjDate.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_dianJianPath.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_orgId.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.orgId)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
@@ -1451,10 +1477,12 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
- private DevExpress.XtraLayout.LayoutControlItem layDianJian;
private DevExpress.XtraEditors.SimpleButton lbSum4;
private DevExpress.XtraEditors.SimpleButton lbSum3;
private DevExpress.XtraEditors.SimpleButton lbSum2;
private DevExpress.XtraEditors.SimpleButton lbSum1;
+ private DevExpress.XtraEditors.TextEdit txt_orgId;
+ private DevExpress.XtraLayout.LayoutControlItem orgId;
+ private DevExpress.XtraLayout.LayoutControlItem layDianJian;
}
}
\ No newline at end of file
--
Gitblit v1.9.3