|
|
|
@ -30,62 +30,42 @@
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormScreen));
|
|
|
|
|
this.uiPanel2 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.uiLine1 = new Sunny.UI.UILine();
|
|
|
|
|
this.uiLabel1 = new Sunny.UI.UILabel();
|
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.uiPanel1 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.uiLedLabel1 = new Sunny.UI.UILedLabel();
|
|
|
|
|
this.uiLabel4 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiBarChart1 = new Sunny.UI.UIBarChart();
|
|
|
|
|
this.lblTime = new Sunny.UI.UILabel();
|
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
|
this.uiPanel3 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.uiPanel4 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.uiLabel7 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiPanel5 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.uiLabel8 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiPanel2 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.uiLabel2 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiPanel6 = new Sunny.UI.UIPanel();
|
|
|
|
|
this.uiLabel3 = new Sunny.UI.UILabel();
|
|
|
|
|
this.uiPanel7 = new Sunny.UI.UIPanel();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
|
this.uiPanel1.SuspendLayout();
|
|
|
|
|
this.uiPanel3.SuspendLayout();
|
|
|
|
|
this.uiPanel4.SuspendLayout();
|
|
|
|
|
this.uiPanel5.SuspendLayout();
|
|
|
|
|
this.uiPanel2.SuspendLayout();
|
|
|
|
|
this.uiPanel6.SuspendLayout();
|
|
|
|
|
this.uiPanel7.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// uiPanel2
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.uiPanel2.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel2.Location = new System.Drawing.Point(1485, -5);
|
|
|
|
|
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel2.Name = "uiPanel2";
|
|
|
|
|
this.uiPanel2.RectSize = 2;
|
|
|
|
|
this.uiPanel2.Size = new System.Drawing.Size(418, 1051);
|
|
|
|
|
this.uiPanel2.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel2.TabIndex = 1;
|
|
|
|
|
this.uiPanel2.Text = "uiPanel2";
|
|
|
|
|
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLine1
|
|
|
|
|
//
|
|
|
|
|
this.uiLine1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.uiLine1.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiLine1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLine1.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(158)))), ((int)(((byte)(178)))));
|
|
|
|
|
this.uiLine1.LineColor2 = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiLine1.LineSize = 3;
|
|
|
|
|
this.uiLine1.Location = new System.Drawing.Point(449, 80);
|
|
|
|
|
this.uiLine1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiLine1.Name = "uiLine1";
|
|
|
|
|
this.uiLine1.RectSize = 2;
|
|
|
|
|
this.uiLine1.Size = new System.Drawing.Size(1003, 27);
|
|
|
|
|
this.uiLine1.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLine1.TabIndex = 2;
|
|
|
|
|
this.uiLine1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLabel1
|
|
|
|
|
//
|
|
|
|
|
this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLabel1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.uiLabel1.Location = new System.Drawing.Point(540, 31);
|
|
|
|
|
this.uiLabel1.Location = new System.Drawing.Point(396, 29);
|
|
|
|
|
this.uiLabel1.Name = "uiLabel1";
|
|
|
|
|
this.uiLabel1.Size = new System.Drawing.Size(786, 46);
|
|
|
|
|
this.uiLabel1.Size = new System.Drawing.Size(1070, 46);
|
|
|
|
|
this.uiLabel1.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLabel1.TabIndex = 3;
|
|
|
|
|
this.uiLabel1.Text = "XXXXXX 5G智慧驿站";
|
|
|
|
@ -96,9 +76,9 @@
|
|
|
|
|
//
|
|
|
|
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(568, 310);
|
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(17, 160);
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(746, 407);
|
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(988, 407);
|
|
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
|
|
|
this.pictureBox1.TabIndex = 4;
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
@ -107,31 +87,56 @@
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLedLabel1);
|
|
|
|
|
this.uiPanel1.Controls.Add(this.uiLabel4);
|
|
|
|
|
this.uiPanel1.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel1.Location = new System.Drawing.Point(-3, -5);
|
|
|
|
|
this.uiPanel1.Location = new System.Drawing.Point(10, 123);
|
|
|
|
|
this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel1.Name = "uiPanel1";
|
|
|
|
|
this.uiPanel1.RectSize = 2;
|
|
|
|
|
this.uiPanel1.Size = new System.Drawing.Size(418, 1051);
|
|
|
|
|
this.uiPanel1.Size = new System.Drawing.Size(418, 297);
|
|
|
|
|
this.uiPanel1.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel1.TabIndex = 5;
|
|
|
|
|
this.uiPanel1.Text = "uiPanel1";
|
|
|
|
|
this.uiPanel1.Text = null;
|
|
|
|
|
this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLedLabel1
|
|
|
|
|
//
|
|
|
|
|
this.uiLedLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLedLabel1.Location = new System.Drawing.Point(15, 75);
|
|
|
|
|
this.uiLedLabel1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiLedLabel1.Name = "uiLedLabel1";
|
|
|
|
|
this.uiLedLabel1.ShowFocusColor = true;
|
|
|
|
|
this.uiLedLabel1.Size = new System.Drawing.Size(305, 35);
|
|
|
|
|
this.uiLedLabel1.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLedLabel1.TabIndex = 12;
|
|
|
|
|
this.uiLedLabel1.Text = "uiLedLabel1";
|
|
|
|
|
this.uiLedLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLabel4
|
|
|
|
|
//
|
|
|
|
|
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLabel4.Location = new System.Drawing.Point(15, 12);
|
|
|
|
|
this.uiLabel4.Name = "uiLabel4";
|
|
|
|
|
this.uiLabel4.Size = new System.Drawing.Size(176, 46);
|
|
|
|
|
this.uiLabel4.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLabel4.TabIndex = 9;
|
|
|
|
|
this.uiLabel4.Text = "今日数据";
|
|
|
|
|
this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiBarChart1
|
|
|
|
|
//
|
|
|
|
|
this.uiBarChart1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.uiBarChart1.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiBarChart1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiBarChart1.LegendFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiBarChart1.Location = new System.Drawing.Point(568, 729);
|
|
|
|
|
this.uiBarChart1.Location = new System.Drawing.Point(17, 592);
|
|
|
|
|
this.uiBarChart1.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiBarChart1.Name = "uiBarChart1";
|
|
|
|
|
this.uiBarChart1.RectColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiBarChart1.Size = new System.Drawing.Size(746, 300);
|
|
|
|
|
this.uiBarChart1.Size = new System.Drawing.Size(988, 300);
|
|
|
|
|
this.uiBarChart1.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiBarChart1.SubFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiBarChart1.TabIndex = 6;
|
|
|
|
@ -140,10 +145,9 @@
|
|
|
|
|
// lblTime
|
|
|
|
|
//
|
|
|
|
|
this.lblTime.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.lblTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
|
|
|
|
|
this.lblTime.Location = new System.Drawing.Point(1225, 5);
|
|
|
|
|
this.lblTime.Location = new System.Drawing.Point(1638, 10);
|
|
|
|
|
this.lblTime.Name = "lblTime";
|
|
|
|
|
this.lblTime.Size = new System.Drawing.Size(231, 23);
|
|
|
|
|
this.lblTime.Size = new System.Drawing.Size(231, 38);
|
|
|
|
|
this.lblTime.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.lblTime.TabIndex = 0;
|
|
|
|
|
this.lblTime.Text = "2022-10-11 12:20:50";
|
|
|
|
@ -156,35 +160,216 @@
|
|
|
|
|
this.timer1.Interval = 1000;
|
|
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
|
|
//
|
|
|
|
|
// uiPanel3
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.uiPanel3.Controls.Add(this.uiLabel1);
|
|
|
|
|
this.uiPanel3.Controls.Add(this.lblTime);
|
|
|
|
|
this.uiPanel3.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel3.Location = new System.Drawing.Point(13, -1);
|
|
|
|
|
this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel3.Name = "uiPanel3";
|
|
|
|
|
this.uiPanel3.RectSize = 2;
|
|
|
|
|
this.uiPanel3.Size = new System.Drawing.Size(1878, 114);
|
|
|
|
|
this.uiPanel3.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel3.TabIndex = 9;
|
|
|
|
|
this.uiPanel3.Text = null;
|
|
|
|
|
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiPanel4
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.uiPanel4.Controls.Add(this.uiLabel7);
|
|
|
|
|
this.uiPanel4.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel4.Location = new System.Drawing.Point(10, 430);
|
|
|
|
|
this.uiPanel4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel4.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel4.Name = "uiPanel4";
|
|
|
|
|
this.uiPanel4.RectSize = 2;
|
|
|
|
|
this.uiPanel4.Size = new System.Drawing.Size(418, 293);
|
|
|
|
|
this.uiPanel4.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel4.TabIndex = 13;
|
|
|
|
|
this.uiPanel4.Text = null;
|
|
|
|
|
this.uiPanel4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLabel7
|
|
|
|
|
//
|
|
|
|
|
this.uiLabel7.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLabel7.Location = new System.Drawing.Point(15, 12);
|
|
|
|
|
this.uiLabel7.Name = "uiLabel7";
|
|
|
|
|
this.uiLabel7.Size = new System.Drawing.Size(176, 46);
|
|
|
|
|
this.uiLabel7.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLabel7.TabIndex = 9;
|
|
|
|
|
this.uiLabel7.Text = "使用占比";
|
|
|
|
|
this.uiLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiLabel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiPanel5
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.uiPanel5.Controls.Add(this.uiLabel8);
|
|
|
|
|
this.uiPanel5.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel5.Location = new System.Drawing.Point(10, 733);
|
|
|
|
|
this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel5.Name = "uiPanel5";
|
|
|
|
|
this.uiPanel5.RectSize = 2;
|
|
|
|
|
this.uiPanel5.Size = new System.Drawing.Size(418, 295);
|
|
|
|
|
this.uiPanel5.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel5.TabIndex = 14;
|
|
|
|
|
this.uiPanel5.Text = null;
|
|
|
|
|
this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel5.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLabel8
|
|
|
|
|
//
|
|
|
|
|
this.uiLabel8.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLabel8.Location = new System.Drawing.Point(15, 12);
|
|
|
|
|
this.uiLabel8.Name = "uiLabel8";
|
|
|
|
|
this.uiLabel8.Size = new System.Drawing.Size(176, 46);
|
|
|
|
|
this.uiLabel8.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLabel8.TabIndex = 9;
|
|
|
|
|
this.uiLabel8.Text = "系统警告";
|
|
|
|
|
this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiLabel8.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiPanel2
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.uiPanel2.Controls.Add(this.uiLabel2);
|
|
|
|
|
this.uiPanel2.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel2.Location = new System.Drawing.Point(1473, 123);
|
|
|
|
|
this.uiPanel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel2.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel2.Name = "uiPanel2";
|
|
|
|
|
this.uiPanel2.RectSize = 2;
|
|
|
|
|
this.uiPanel2.Size = new System.Drawing.Size(418, 297);
|
|
|
|
|
this.uiPanel2.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel2.TabIndex = 13;
|
|
|
|
|
this.uiPanel2.Text = null;
|
|
|
|
|
this.uiPanel2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLabel2
|
|
|
|
|
//
|
|
|
|
|
this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLabel2.Location = new System.Drawing.Point(15, 12);
|
|
|
|
|
this.uiLabel2.Name = "uiLabel2";
|
|
|
|
|
this.uiLabel2.Size = new System.Drawing.Size(176, 46);
|
|
|
|
|
this.uiLabel2.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLabel2.TabIndex = 9;
|
|
|
|
|
this.uiLabel2.Text = "今日气象";
|
|
|
|
|
this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiPanel6
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.uiPanel6.Controls.Add(this.uiLabel3);
|
|
|
|
|
this.uiPanel6.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel6.Location = new System.Drawing.Point(1473, 430);
|
|
|
|
|
this.uiPanel6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel6.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel6.Name = "uiPanel6";
|
|
|
|
|
this.uiPanel6.RectSize = 2;
|
|
|
|
|
this.uiPanel6.Size = new System.Drawing.Size(418, 598);
|
|
|
|
|
this.uiPanel6.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel6.TabIndex = 14;
|
|
|
|
|
this.uiPanel6.Text = null;
|
|
|
|
|
this.uiPanel6.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel6.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiLabel3
|
|
|
|
|
//
|
|
|
|
|
this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiLabel3.Location = new System.Drawing.Point(15, 12);
|
|
|
|
|
this.uiLabel3.Name = "uiLabel3";
|
|
|
|
|
this.uiLabel3.Size = new System.Drawing.Size(176, 46);
|
|
|
|
|
this.uiLabel3.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiLabel3.TabIndex = 9;
|
|
|
|
|
this.uiLabel3.Text = "设备情况";
|
|
|
|
|
this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// uiPanel7
|
|
|
|
|
//
|
|
|
|
|
this.uiPanel7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
|
|
|
|
this.uiPanel7.Controls.Add(this.pictureBox1);
|
|
|
|
|
this.uiPanel7.Controls.Add(this.uiBarChart1);
|
|
|
|
|
this.uiPanel7.FillColor = System.Drawing.Color.Empty;
|
|
|
|
|
this.uiPanel7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
|
|
|
this.uiPanel7.Location = new System.Drawing.Point(440, 123);
|
|
|
|
|
this.uiPanel7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
this.uiPanel7.MinimumSize = new System.Drawing.Size(1, 1);
|
|
|
|
|
this.uiPanel7.Name = "uiPanel7";
|
|
|
|
|
this.uiPanel7.RectSize = 2;
|
|
|
|
|
this.uiPanel7.Size = new System.Drawing.Size(1025, 904);
|
|
|
|
|
this.uiPanel7.Style = Sunny.UI.UIStyle.Custom;
|
|
|
|
|
this.uiPanel7.TabIndex = 15;
|
|
|
|
|
this.uiPanel7.Text = null;
|
|
|
|
|
this.uiPanel7.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.uiPanel7.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
|
|
|
|
|
//
|
|
|
|
|
// FormScreen
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(36)))), ((int)(((byte)(59)))));
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1904, 1041);
|
|
|
|
|
this.Controls.Add(this.uiLabel1);
|
|
|
|
|
this.Controls.Add(this.uiLine1);
|
|
|
|
|
this.Controls.Add(this.lblTime);
|
|
|
|
|
this.Controls.Add(this.uiBarChart1);
|
|
|
|
|
this.Controls.Add(this.uiPanel1);
|
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
|
|
|
this.Controls.Add(this.uiPanel7);
|
|
|
|
|
this.Controls.Add(this.uiPanel6);
|
|
|
|
|
this.Controls.Add(this.uiPanel2);
|
|
|
|
|
this.Controls.Add(this.uiPanel5);
|
|
|
|
|
this.Controls.Add(this.uiPanel4);
|
|
|
|
|
this.Controls.Add(this.uiPanel3);
|
|
|
|
|
this.Controls.Add(this.uiPanel1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(1);
|
|
|
|
|
this.Name = "FormScreen";
|
|
|
|
|
this.Text = "引导屏";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
|
this.uiPanel1.ResumeLayout(false);
|
|
|
|
|
this.uiPanel3.ResumeLayout(false);
|
|
|
|
|
this.uiPanel4.ResumeLayout(false);
|
|
|
|
|
this.uiPanel5.ResumeLayout(false);
|
|
|
|
|
this.uiPanel2.ResumeLayout(false);
|
|
|
|
|
this.uiPanel6.ResumeLayout(false);
|
|
|
|
|
this.uiPanel7.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel2;
|
|
|
|
|
private Sunny.UI.UILine uiLine1;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
|
|
|
private PictureBox pictureBox1;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel1;
|
|
|
|
|
private Sunny.UI.UIBarChart uiBarChart1;
|
|
|
|
|
private Sunny.UI.UILabel lblTime;
|
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel4;
|
|
|
|
|
private Sunny.UI.UILedLabel uiLedLabel1;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel3;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel4;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel7;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel5;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel8;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel2;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel2;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel6;
|
|
|
|
|
private Sunny.UI.UILabel uiLabel3;
|
|
|
|
|
private Sunny.UI.UIPanel uiPanel7;
|
|
|
|
|
}
|
|
|
|
|
}
|