schangxiang@126.com
2025-08-27 f0e8a2a8bb05e1cd234856853f3ba755acb3ba18
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
140
141
142
143
144
145
146
147
148
149
namespace sunui
{
    partial class Form1
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Windows 窗体设计器生成的代码
 
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.panelHead = new System.Windows.Forms.Panel();
            this.labelWeek = new System.Windows.Forms.Label();
            this.lableTime = new System.Windows.Forms.Label();
            this.lableTitle = new System.Windows.Forms.Label();
            this.panelTable = new System.Windows.Forms.Panel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.panelHead.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelHead
            // 
            this.panelHead.Controls.Add(this.labelWeek);
            this.panelHead.Controls.Add(this.lableTime);
            this.panelHead.Controls.Add(this.lableTitle);
            this.panelHead.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelHead.Location = new System.Drawing.Point(0, 0);
            this.panelHead.Name = "panelHead";
            this.panelHead.Size = new System.Drawing.Size(942, 55);
            this.panelHead.TabIndex = 0;
            // 
            // labelWeek
            // 
            this.labelWeek.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.labelWeek.Dock = System.Windows.Forms.DockStyle.Left;
            this.labelWeek.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
            this.labelWeek.ForeColor = System.Drawing.SystemColors.Window;
            this.labelWeek.Location = new System.Drawing.Point(0, 0);
            this.labelWeek.Name = "labelWeek";
            this.labelWeek.Size = new System.Drawing.Size(345, 55);
            this.labelWeek.TabIndex = 2;
            this.labelWeek.Text = "           星 期 一";
            this.labelWeek.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lableTime
            // 
            this.lableTime.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.lableTime.Dock = System.Windows.Forms.DockStyle.Right;
            this.lableTime.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lableTime.ForeColor = System.Drawing.SystemColors.Window;
            this.lableTime.Location = new System.Drawing.Point(597, 0);
            this.lableTime.Name = "lableTime";
            this.lableTime.Size = new System.Drawing.Size(345, 55);
            this.lableTime.TabIndex = 1;
            this.lableTime.Text = "2021-11-22 1:13";
            this.lableTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // lableTitle
            // 
            this.lableTitle.BackColor = System.Drawing.SystemColors.ControlDarkDark;
            this.lableTitle.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lableTitle.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lableTitle.ForeColor = System.Drawing.Color.Yellow;
            this.lableTitle.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.lableTitle.Location = new System.Drawing.Point(0, 0);
            this.lableTitle.Name = "lableTitle";
            this.lableTitle.Size = new System.Drawing.Size(942, 55);
            this.lableTitle.TabIndex = 0;
            this.lableTitle.Text = "云内智能仓库看板";
            this.lableTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // panelTable
            // 
            this.panelTable.BackColor = System.Drawing.Color.CornflowerBlue;
            this.panelTable.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelTable.Location = new System.Drawing.Point(0, 55);
            this.panelTable.Name = "panelTable";
            this.panelTable.Size = new System.Drawing.Size(942, 438);
            this.panelTable.TabIndex = 1;
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 10000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // timer2
            // 
            this.timer2.Enabled = true;
            this.timer2.Interval = 1000;
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = global::sunui.Properties.Resources.bj;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.ClientSize = new System.Drawing.Size(942, 493);
            this.Controls.Add(this.panelTable);
            this.Controls.Add(this.panelHead);
            this.DoubleBuffered = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.Text = "月内动力出入库看板(F11全屏,F5刷新界面)";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            this.Load += new System.EventHandler(this.Form1_Load);
            this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Form1_KeyDown);
            this.panelHead.ResumeLayout(false);
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private System.Windows.Forms.Panel panelHead;
        private System.Windows.Forms.Panel panelTable;
        private System.Windows.Forms.Label lableTitle;
        private System.Windows.Forms.Label lableTime;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Timer timer2;
        private System.Windows.Forms.Label labelWeek;
 
 
    }
}