From 2e3496c2bc19c1dcb25dbbde0022a6a6d2b4ff7b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 13:27:18 +0800
Subject: [PATCH] ID转人名:受托退料申请、受托退料单
---
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 195 ++++++++++++------------------------------------
1 files changed, 49 insertions(+), 146 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index 831a1d2..1c50280 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -37,23 +37,14 @@
this.tooLoading = new System.Windows.Forms.ToolStripStatusLabel();
this.toolZhiChi = new System.Windows.Forms.ToolStripStatusLabel();
this.toolTime = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolVersion = new System.Windows.Forms.ToolStripStatusLabel();
+ this.toolFont = new System.Windows.Forms.ToolStripStatusLabel();
this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
- this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
- this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
- this.barAbout = new DevExpress.XtraBars.BarSubItem();
- this.barMenu = new DevExpress.XtraBars.BarButtonItem();
- this.barUs = new DevExpress.XtraBars.BarButtonItem();
- this.barHelp = new DevExpress.XtraBars.BarButtonItem();
- this.barEasy = new DevExpress.XtraBars.BarButtonItem();
this.barMy = new DevExpress.XtraBars.BarSubItem();
this.barExit = new DevExpress.XtraBars.BarButtonItem();
this.barPwd = new DevExpress.XtraBars.BarButtonItem();
- this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem();
- this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem();
this.barMsg = new DevExpress.XtraBars.BarListItem();
this.barMsgXf = new DevExpress.XtraBars.BarButtonItem();
- this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
- this.barTxt = new DevExpress.XtraBars.BarStaticItem();
this.barOrg = new DevExpress.XtraBars.BarEditItem();
this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
this.fdm1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components);
@@ -61,6 +52,7 @@
this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tabCloseCurrent = new System.Windows.Forms.ToolStripMenuItem();
this.tabCloseAll = new System.Windows.Forms.ToolStripMenuItem();
+ this.toolForm = new System.Windows.Forms.ToolStripStatusLabel();
this.fluentDesignFormContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit();
this.strp1.SuspendLayout();
@@ -97,7 +89,10 @@
this.strp1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tooLoading,
this.toolZhiChi,
- this.toolTime});
+ this.toolTime,
+ this.toolVersion,
+ this.toolFont,
+ this.toolForm});
this.strp1.Location = new System.Drawing.Point(0, 701);
this.strp1.Name = "strp1";
this.strp1.Size = new System.Drawing.Size(1022, 26);
@@ -115,8 +110,8 @@
//
this.toolZhiChi.Image = global::Gs.DevApp.Properties.Resources.user_16x16;
this.toolZhiChi.Name = "toolZhiChi";
- this.toolZhiChi.Size = new System.Drawing.Size(194, 20);
- this.toolZhiChi.Text = "鎶�鏈敮鎸侊細瀹佹尝骞挎繁绉戞妧";
+ this.toolZhiChi.Size = new System.Drawing.Size(183, 20);
+ this.toolZhiChi.Text = "鎶�鏈敮鎸�:瀹佹尝骞挎繁绉戞妧";
//
// toolTime
//
@@ -125,27 +120,30 @@
this.toolTime.Size = new System.Drawing.Size(89, 20);
this.toolTime.Text = "鐧诲綍鏃堕棿";
//
+ // toolVersion
+ //
+ this.toolVersion.Image = global::Gs.DevApp.Properties.Resources.editrangepermission_16x16;
+ this.toolVersion.Name = "toolVersion";
+ this.toolVersion.Size = new System.Drawing.Size(89, 20);
+ this.toolVersion.Text = "鐗堟湰淇℃伅";
+ //
+ // toolFont
+ //
+ this.toolFont.Image = global::Gs.DevApp.Properties.Resources.fontsizeincrease_16x161;
+ this.toolFont.Name = "toolFont";
+ this.toolFont.Size = new System.Drawing.Size(89, 20);
+ this.toolFont.Text = "瀛椾綋淇℃伅";
+ //
// fluentDesignFormControl1
//
this.fluentDesignFormControl1.FluentDesignForm = this;
this.fluentDesignFormControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.barSubItem1,
- this.barSubItem2,
- this.barAbout,
- this.barUs,
- this.barHelp,
this.barMy,
- this.barToggleSwitchItem1,
- this.barToolbarsListItem1,
this.barExit,
this.barPwd,
this.barMsg,
this.barMsgXf,
- this.barSubItem4,
- this.barEasy,
- this.barTxt,
- this.barOrg,
- this.barMenu});
+ this.barOrg});
this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
this.fluentDesignFormControl1.Manager = this.fdm1;
this.fluentDesignFormControl1.Name = "fluentDesignFormControl1";
@@ -154,70 +152,15 @@
this.fluentDesignFormControl1.Size = new System.Drawing.Size(1230, 39);
this.fluentDesignFormControl1.TabIndex = 2;
this.fluentDesignFormControl1.TabStop = false;
- this.fluentDesignFormControl1.TitleItemLinks.Add(this.barAbout);
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMy);
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsgXf);
this.fluentDesignFormControl1.TitleItemLinks.Add(this.barMsg);
- this.fluentDesignFormControl1.TitleItemLinks.Add(this.barOrg, true);
- //
- // barSubItem1
- //
- this.barSubItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barSubItem1.Caption = "barSubItem1";
- this.barSubItem1.Id = 4;
- this.barSubItem1.Name = "barSubItem1";
- //
- // barSubItem2
- //
- this.barSubItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barSubItem2.Caption = "鏇村";
- this.barSubItem2.Id = 6;
- this.barSubItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSubItem2.ImageOptions.SvgImage")));
- this.barSubItem2.Name = "barSubItem2";
- //
- // barAbout
- //
- this.barAbout.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barAbout.Caption = "鍦ㄧ嚎甯姪";
- this.barAbout.Id = 7;
- this.barAbout.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barAbout.ImageOptions.Image")));
- this.barAbout.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barAbout.ImageOptions.LargeImage")));
- this.barAbout.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
- new DevExpress.XtraBars.LinkPersistInfo(this.barMenu),
- new DevExpress.XtraBars.LinkPersistInfo(this.barUs),
- new DevExpress.XtraBars.LinkPersistInfo(this.barHelp),
- new DevExpress.XtraBars.LinkPersistInfo(this.barEasy)});
- this.barAbout.Name = "barAbout";
- this.barAbout.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
- //
- // barMenu
- //
- this.barMenu.Caption = "鍔熻兘鑿滃崟";
- this.barMenu.Id = 36;
- this.barMenu.Name = "barMenu";
- //
- // barUs
- //
- this.barUs.Caption = "鍏充簬绋嬪簭";
- this.barUs.Id = 8;
- this.barUs.Name = "barUs";
- //
- // barHelp
- //
- this.barHelp.Caption = "鍦ㄧ嚎甯姪";
- this.barHelp.Id = 9;
- this.barHelp.Name = "barHelp";
- //
- // barEasy
- //
- this.barEasy.Caption = "EasyCode";
- this.barEasy.Id = 33;
- this.barEasy.Name = "barEasy";
+ this.fluentDesignFormControl1.TitleItemLinks.Add(this.barOrg);
//
// barMy
//
this.barMy.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barMy.Caption = "鎴戠殑";
+ this.barMy.Caption = "鎴戠殑淇℃伅";
this.barMy.Id = 20;
this.barMy.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barMy.ImageOptions.Image")));
this.barMy.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barMy.ImageOptions.LargeImage")));
@@ -231,27 +174,17 @@
//
this.barExit.Caption = "閫�鍑虹郴缁�";
this.barExit.Id = 25;
+ this.barExit.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.trackingchanges_previous_16x161;
+ this.barExit.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.trackingchanges_previous_32x321;
this.barExit.Name = "barExit";
//
// barPwd
//
this.barPwd.Caption = "淇敼瀵嗙爜";
this.barPwd.Id = 26;
+ this.barPwd.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.bouser_16x163;
+ this.barPwd.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.bouser_32x32;
this.barPwd.Name = "barPwd";
- //
- // barToggleSwitchItem1
- //
- this.barToggleSwitchItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barToggleSwitchItem1.Caption = "barToggleSwitchItem1";
- this.barToggleSwitchItem1.Id = 22;
- this.barToggleSwitchItem1.Name = "barToggleSwitchItem1";
- //
- // barToolbarsListItem1
- //
- this.barToolbarsListItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barToolbarsListItem1.Caption = "barToolbarsListItem1";
- this.barToolbarsListItem1.Id = 23;
- this.barToolbarsListItem1.Name = "barToolbarsListItem1";
//
// barMsg
//
@@ -261,38 +194,20 @@
//
// barMsgXf
//
- this.barMsgXf.Caption = "barButtonItem5";
+ this.barMsgXf.Caption = "barMsgXf";
this.barMsgXf.Id = 31;
this.barMsgXf.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barMsgXf.ImageOptions.Image")));
this.barMsgXf.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barMsgXf.ImageOptions.LargeImage")));
this.barMsgXf.Name = "barMsgXf";
- //
- // barSubItem4
- //
- this.barSubItem4.Caption = "barSubItem4";
- this.barSubItem4.Id = 32;
- this.barSubItem4.Name = "barSubItem4";
- //
- // barTxt
- //
- this.barTxt.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barTxt.Caption = "鍒囨崲缁勭粐:";
- this.barTxt.Id = 34;
- this.barTxt.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.employee_16x16;
- this.barTxt.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.employee_32x321;
- this.barTxt.Name = "barTxt";
- this.barTxt.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// barOrg
//
this.barOrg.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
this.barOrg.Caption = "鍒囨崲缁勭粐";
this.barOrg.Edit = this.repositoryItemCheckedComboBoxEdit1;
- this.barOrg.EditValue = "鍒囨崲缁勭粐";
- this.barOrg.EditWidth = 120;
- this.barOrg.Id = 35;
- this.barOrg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.publicfix_16x16;
- this.barOrg.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.publicfix_32x321;
+ this.barOrg.EditWidth = 150;
+ this.barOrg.Id = 37;
+ this.barOrg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.usergroup_16x161;
this.barOrg.Name = "barOrg";
this.barOrg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
@@ -307,24 +222,13 @@
//
this.fdm1.Form = this;
this.fdm1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
- this.barSubItem1,
- this.barSubItem2,
- this.barAbout,
- this.barUs,
- this.barHelp,
this.barMy,
- this.barToggleSwitchItem1,
- this.barToolbarsListItem1,
this.barExit,
this.barPwd,
this.barMsg,
this.barMsgXf,
- this.barSubItem4,
- this.barEasy,
- this.barTxt,
- this.barOrg,
- this.barMenu});
- this.fdm1.MaxItemId = 37;
+ this.barOrg});
+ this.fdm1.MaxItemId = 38;
this.fdm1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
this.repositoryItemCheckedComboBoxEdit1});
//
@@ -351,21 +255,28 @@
this.tabCloseCurrent,
this.tabCloseAll});
this.cms1.Name = "contextMenuStrip1";
- this.cms1.Size = new System.Drawing.Size(215, 84);
+ this.cms1.Size = new System.Drawing.Size(158, 56);
//
// tabCloseCurrent
//
this.tabCloseCurrent.Image = global::Gs.DevApp.Properties.Resources.deletelist2_16x16;
this.tabCloseCurrent.Name = "tabCloseCurrent";
- this.tabCloseCurrent.Size = new System.Drawing.Size(214, 26);
+ this.tabCloseCurrent.Size = new System.Drawing.Size(157, 26);
this.tabCloseCurrent.Text = "鍏抽棴褰撳墠椤�";
//
// tabCloseAll
//
this.tabCloseAll.Image = global::Gs.DevApp.Properties.Resources.forcetesting_16x161;
this.tabCloseAll.Name = "tabCloseAll";
- this.tabCloseAll.Size = new System.Drawing.Size(214, 26);
+ this.tabCloseAll.Size = new System.Drawing.Size(157, 26);
this.tabCloseAll.Text = "鍏抽棴鍏跺畠椤�";
+ //
+ // toolForm
+ //
+ this.toolForm.Image = global::Gs.DevApp.Properties.Resources._3dcolumn_16x16;
+ this.toolForm.Name = "toolForm";
+ this.toolForm.Size = new System.Drawing.Size(97, 20);
+ this.toolForm.Text = "toolForm";
//
// FrmMain
//
@@ -403,29 +314,21 @@
private DevExpress.XtraTab.XtraTabControl tab;
private System.Windows.Forms.StatusStrip strp1;
private DevExpress.XtraBars.Navigation.AccordionControl acrd;
- private DevExpress.XtraBars.BarSubItem barSubItem1;
- private DevExpress.XtraBars.BarSubItem barSubItem2;
- private DevExpress.XtraBars.BarSubItem barAbout;
- private DevExpress.XtraBars.BarButtonItem barUs;
- private DevExpress.XtraBars.BarButtonItem barHelp;
private DevExpress.XtraBars.BarSubItem barMy;
- private DevExpress.XtraBars.BarToggleSwitchItem barToggleSwitchItem1;
- private DevExpress.XtraBars.BarToolbarsListItem barToolbarsListItem1;
private DevExpress.XtraBars.BarButtonItem barExit;
private DevExpress.XtraBars.BarButtonItem barPwd;
private DevExpress.XtraBars.BarListItem barMsg;
private DevExpress.XtraBars.BarButtonItem barMsgXf;
private System.Windows.Forms.ToolStripStatusLabel toolTime;
private System.Windows.Forms.ToolStripStatusLabel tooLoading;
- private DevExpress.XtraBars.BarButtonItem barEasy;
- private DevExpress.XtraBars.BarSubItem barSubItem4;
private System.Windows.Forms.ContextMenuStrip cms1;
private System.Windows.Forms.ToolStripMenuItem tabCloseCurrent;
private System.Windows.Forms.ToolStripMenuItem tabCloseAll;
private System.Windows.Forms.ToolStripStatusLabel toolZhiChi;
- private DevExpress.XtraBars.BarStaticItem barTxt;
private DevExpress.XtraBars.BarEditItem barOrg;
private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
- private DevExpress.XtraBars.BarButtonItem barMenu;
+ private System.Windows.Forms.ToolStripStatusLabel toolVersion;
+ private System.Windows.Forms.ToolStripStatusLabel toolFont;
+ private System.Windows.Forms.ToolStripStatusLabel toolForm;
}
}
\ No newline at end of file
--
Gitblit v1.9.3