namespace sunui
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
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;
}
}