From b5bc15f6acb8fcc2e259df8f05de596d61cab61c Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 09 五月 2022 09:57:18 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
BaseSet/公用资料/其他基础资料/Gy_StdWorkTimesList.Designer.cs | 155 ++++++++++++++++++++++++++++-----------------------
1 files changed, 84 insertions(+), 71 deletions(-)
diff --git "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimesList.Designer.cs" "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimesList.Designer.cs"
index a1e024f..2f5305c 100644
--- "a/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimesList.Designer.cs"
+++ "b/BaseSet/\345\205\254\347\224\250\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/Gy_StdWorkTimesList.Designer.cs"
@@ -31,7 +31,7 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_StdWorkTimesList));
- System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("椤圭洰");
+ System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("椤圭洰");
this.tabPage1 = new System.Windows.Forms.TabPage();
this.grdMain = new System.Windows.Forms.DataGridView();
this.fsh = new System.Windows.Forms.ToolStripButton();
@@ -48,9 +48,9 @@
this.sh = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.ToolBar = new System.Windows.Forms.ToolStrip();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.yl = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
+ this.gs = new System.Windows.Forms.ToolStripButton();
+ this.wl = new System.Windows.Forms.ToolStripButton();
this.xz = new System.Windows.Forms.ToolStripButton();
this.xg = new System.Windows.Forms.ToolStripButton();
this.sc = new System.Windows.Forms.ToolStripButton();
@@ -62,8 +62,8 @@
this.mrlk = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.bclk = new System.Windows.Forms.ToolStripButton();
- this.wl = new System.Windows.Forms.ToolStripButton();
- this.gs = new System.Windows.Forms.ToolStripButton();
+ this.jy = new System.Windows.Forms.ToolStripButton();
+ this.fjy = new System.Windows.Forms.ToolStripButton();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
@@ -118,6 +118,7 @@
this.fsh.Text = "鍙嶅";
this.fsh.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.fsh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.fsh.Click += new System.EventHandler(this.fsh_Click);
//
// toolStripSeparator3
//
@@ -136,6 +137,7 @@
this.tc.Text = "閫�鍑�";
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.tc.Click += new System.EventHandler(this.tc_Click);
//
// toolStripSeparator5
//
@@ -186,16 +188,17 @@
this.tv.Location = new System.Drawing.Point(0, 24);
this.tv.Margin = new System.Windows.Forms.Padding(4);
this.tv.Name = "tv";
- treeNode2.ForeColor = System.Drawing.Color.Black;
- treeNode2.Name = "tjbb";
- treeNode2.NodeFont = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- treeNode2.StateImageKey = "鏂囦欢澶�1.ico";
- treeNode2.Text = "椤圭洰";
+ treeNode1.ForeColor = System.Drawing.Color.Black;
+ treeNode1.Name = "tjbb";
+ treeNode1.NodeFont = new System.Drawing.Font("瀹嬩綋", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+ treeNode1.StateImageKey = "鏂囦欢澶�1.ico";
+ treeNode1.Text = "椤圭洰";
this.tv.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
- treeNode2});
+ treeNode1});
this.tv.SelectedImageIndex = 1;
this.tv.Size = new System.Drawing.Size(195, 595);
this.tv.TabIndex = 16;
+ this.tv.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tv_NodeMouseClick);
//
// panel1
//
@@ -241,6 +244,7 @@
this.sh.Text = "瀹℃牳";
this.sh.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.sh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.sh.Click += new System.EventHandler(this.sh_Click);
//
// toolStripSeparator9
//
@@ -255,11 +259,9 @@
this.ToolBar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ToolBar.ImageScalingSize = new System.Drawing.Size(22, 22);
this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripButton1,
- this.yl,
- this.toolStripSeparator6,
this.gs,
this.wl,
+ this.toolStripSeparator6,
this.xz,
this.xg,
this.sc,
@@ -275,8 +277,10 @@
this.sh,
this.fsh,
this.toolStripSeparator3,
- this.tc,
- this.toolStripSeparator5});
+ this.jy,
+ this.fjy,
+ this.toolStripSeparator5,
+ this.tc});
this.ToolBar.Location = new System.Drawing.Point(0, 0);
this.ToolBar.Name = "ToolBar";
this.ToolBar.Padding = new System.Windows.Forms.Padding(0);
@@ -285,36 +289,43 @@
this.ToolBar.TabIndex = 17;
this.ToolBar.Text = "toolStrip1";
//
- // toolStripButton1
- //
- this.toolStripButton1.AutoSize = false;
- this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
- this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(35, 47);
- this.toolStripButton1.Text = "棰勮";
- this.toolStripButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- //
- // yl
- //
- this.yl.AutoSize = false;
- this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image")));
- this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.yl.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.yl.Name = "yl";
- this.yl.Size = new System.Drawing.Size(35, 47);
- this.yl.Text = "鎷疯礉";
- this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- //
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 62);
+ //
+ // gs
+ //
+ this.gs.AutoSize = false;
+ this.gs.Image = ((System.Drawing.Image)(resources.GetObject("gs.Image")));
+ this.gs.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.gs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.gs.ImageTransparentColor = System.Drawing.Color.White;
+ this.gs.Name = "gs";
+ this.gs.Size = new System.Drawing.Size(35, 47);
+ this.gs.Text = "宸ュ簭";
+ this.gs.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.gs.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.gs.ToolTipText = "宸ユ椂";
+ this.gs.Click += new System.EventHandler(this.gs_Click);
+ this.gs.LocationChanged += new System.EventHandler(this.gs_Click);
+ //
+ // wl
+ //
+ this.wl.AutoSize = false;
+ this.wl.Checked = true;
+ this.wl.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.wl.ForeColor = System.Drawing.SystemColors.ControlText;
+ this.wl.Image = ((System.Drawing.Image)(resources.GetObject("wl.Image")));
+ this.wl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.wl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.wl.ImageTransparentColor = System.Drawing.Color.White;
+ this.wl.Name = "wl";
+ this.wl.Size = new System.Drawing.Size(35, 47);
+ this.wl.Text = "鐗╂枡";
+ this.wl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.wl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.wl.Click += new System.EventHandler(this.wl_Click);
//
// xz
//
@@ -329,6 +340,7 @@
this.xz.Text = "鏂板";
this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.xz.Click += new System.EventHandler(this.xz_Click);
//
// xg
//
@@ -342,6 +354,7 @@
this.xg.Text = "淇敼";
this.xg.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.xg.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.xg.Click += new System.EventHandler(this.xg_Click);
//
// sc
//
@@ -355,6 +368,7 @@
this.sc.Text = "鍒犻櫎";
this.sc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.sc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.sc.Click += new System.EventHandler(this.sc_Click);
//
// toolStripSeparator2
//
@@ -373,6 +387,7 @@
this.cx.Text = "鏌ヨ";
this.cx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.cx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.cx.Click += new System.EventHandler(this.cx_Click);
//
// xs
//
@@ -386,6 +401,7 @@
this.xs.Text = "鍒锋柊";
this.xs.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.xs.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.xs.Click += new System.EventHandler(this.xs_Click);
//
// toolStripSeparator1
//
@@ -430,36 +446,33 @@
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
//
- // wl
+ // jy
//
- this.wl.AutoSize = false;
- this.wl.Checked = true;
- this.wl.CheckState = System.Windows.Forms.CheckState.Checked;
- this.wl.ForeColor = System.Drawing.SystemColors.ControlText;
- this.wl.Image = ((System.Drawing.Image)(resources.GetObject("wl.Image")));
- this.wl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.wl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.wl.ImageTransparentColor = System.Drawing.Color.White;
- this.wl.Name = "wl";
- this.wl.Size = new System.Drawing.Size(35, 47);
- this.wl.Text = "鐗╂枡";
- this.wl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.wl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.jy.AutoSize = false;
+ this.jy.Image = ((System.Drawing.Image)(resources.GetObject("jy.Image")));
+ this.jy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.jy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.jy.ImageTransparentColor = System.Drawing.Color.White;
+ this.jy.Name = "jy";
+ this.jy.Size = new System.Drawing.Size(35, 47);
+ this.jy.Text = "绂佺敤";
+ this.jy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.jy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.jy.Click += new System.EventHandler(this.jy_Click);
//
- // gs
+ // fjy
//
- this.gs.AutoSize = false;
- this.gs.Image = ((System.Drawing.Image)(resources.GetObject("gs.Image")));
- this.gs.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.gs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.gs.ImageTransparentColor = System.Drawing.Color.White;
- this.gs.Name = "gs";
- this.gs.Size = new System.Drawing.Size(35, 47);
- this.gs.Text = "宸ュ簭";
- this.gs.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.gs.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
- this.gs.ToolTipText = "宸ユ椂";
- this.gs.LocationChanged += new System.EventHandler(this.gs_Click);
+ this.fjy.AutoSize = false;
+ this.fjy.Image = ((System.Drawing.Image)(resources.GetObject("fjy.Image")));
+ this.fjy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.fjy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
+ this.fjy.ImageTransparentColor = System.Drawing.Color.White;
+ this.fjy.Name = "fjy";
+ this.fjy.Size = new System.Drawing.Size(35, 47);
+ this.fjy.Text = "鍙嶇";
+ this.fjy.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ this.fjy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+ this.fjy.Click += new System.EventHandler(this.fjy_Click);
//
// Gy_StdWorkTimesList
//
@@ -505,8 +518,6 @@
private System.Windows.Forms.ToolStripButton sh;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStrip ToolBar;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton yl;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripButton xz;
private System.Windows.Forms.ToolStripButton xg;
@@ -521,5 +532,7 @@
private System.Windows.Forms.ToolStripButton bclk;
private System.Windows.Forms.ToolStripButton gs;
private System.Windows.Forms.ToolStripButton wl;
+ private System.Windows.Forms.ToolStripButton jy;
+ private System.Windows.Forms.ToolStripButton fjy;
}
}
\ No newline at end of file
--
Gitblit v1.9.1