jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
namespace HH.WMS.Client.frm
{
    partial class frmTemplet
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows Form Designer generated code
 
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.bar = new DevComponents.DotNetBar.Bar();
            this.btnItemHome = new DevComponents.DotNetBar.ButtonItem();
            this.metroStatusBar1 = new DevComponents.DotNetBar.Metro.MetroStatusBar();
            this.lblItemStock = new DevComponents.DotNetBar.LabelItem();
            this.lblWork = new DevComponents.DotNetBar.LabelItem();
            this.lblUser = new DevComponents.DotNetBar.LabelItem();
            ((System.ComponentModel.ISupportInitialize)(this.bar)).BeginInit();
            this.SuspendLayout();
            // 
            // bar
            // 
            this.bar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
            this.bar.BarType = DevComponents.DotNetBar.eBarType.DockWindow;
            this.bar.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World);
            this.bar.IsMaximized = false;
            this.bar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btnItemHome});
            this.bar.Location = new System.Drawing.Point(0, 0);
            this.bar.Name = "bar";
            this.bar.SingleLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            this.bar.Size = new System.Drawing.Size(955, 37);
            this.bar.Stretch = true;
            this.bar.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
            this.bar.TabIndex = 52;
            this.bar.TabStop = false;
            this.bar.Text = "bar1";
            // 
            // btnItemHome
            // 
            this.btnItemHome.Image = global::HH.WMS.Client.Properties.Resources.shouye;
            this.btnItemHome.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Center;
            this.btnItemHome.Name = "btnItemHome";
            this.btnItemHome.PopupWidth = 80;
            this.btnItemHome.Text = "Home";
            this.btnItemHome.Click += new System.EventHandler(this.btnItemHome_Click);
            // 
            // metroStatusBar1
            // 
            this.metroStatusBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(1)))), ((int)(((byte)(115)))), ((int)(((byte)(199)))));
            // 
            // 
            // 
            this.metroStatusBar1.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(86)))), ((int)(((byte)(191)))));
            this.metroStatusBar1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.metroStatusBar1.ContainerControlProcessDialogKey = true;
            this.metroStatusBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.metroStatusBar1.DragDropSupport = true;
            this.metroStatusBar1.Font = new System.Drawing.Font("微软雅黑", 10.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, ((byte)(0)));
            this.metroStatusBar1.ForeColor = System.Drawing.Color.White;
            this.metroStatusBar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.lblItemStock,
            this.lblWork,
            this.lblUser});
            this.metroStatusBar1.Location = new System.Drawing.Point(0, 434);
            this.metroStatusBar1.Name = "metroStatusBar1";
            this.metroStatusBar1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.metroStatusBar1.Size = new System.Drawing.Size(955, 29);
            this.metroStatusBar1.TabIndex = 51;
            this.metroStatusBar1.Text = "metroStatusBar1";
            // 
            // lblItemStock
            // 
            this.lblItemStock.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
            this.lblItemStock.ForeColor = System.Drawing.Color.Black;
            this.lblItemStock.Name = "lblItemStock";
            this.lblItemStock.Text = "仓库:";
            // 
            // lblWork
            // 
            this.lblWork.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblWork.ForeColor = System.Drawing.Color.Black;
            this.lblWork.Name = "lblWork";
            this.lblWork.Text = "分拣台";
            // 
            // lblUser
            // 
            this.lblUser.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lblUser.ForeColor = System.Drawing.Color.Black;
            this.lblUser.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
            this.lblUser.Name = "lblUser";
            this.lblUser.Text = "操作员";
            // 
            // frmTemplet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(955, 463);
            this.Controls.Add(this.bar);
            this.Controls.Add(this.metroStatusBar1);
            this.Name = "frmTemplet";
            this.Text = "frmTemplet";
            this.Load += new System.EventHandler(this.frmTemplet_Load);
            //this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmTemplet_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.bar)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevComponents.DotNetBar.Bar bar;
        private DevComponents.DotNetBar.ButtonItem btnItemHome;
        private DevComponents.DotNetBar.Metro.MetroStatusBar metroStatusBar1;
        private DevComponents.DotNetBar.LabelItem lblWork;
        private DevComponents.DotNetBar.LabelItem lblUser;
        private DevComponents.DotNetBar.LabelItem lblItemStock;
    }
}