|
@@ -38,8 +38,8 @@ namespace DayOf1440.UI
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
|
this.progressBar2 = new System.Windows.Forms.ProgressBar();
|
|
this.progressBar3 = new System.Windows.Forms.ProgressBar();
|
|
this.progressBar3 = new System.Windows.Forms.ProgressBar();
|
|
|
|
+ this.progressBar4 = new System.Windows.Forms.ProgressBar();
|
|
this.progressBar5 = new System.Windows.Forms.ProgressBar();
|
|
this.progressBar5 = new System.Windows.Forms.ProgressBar();
|
|
- this.progressBar6 = new System.Windows.Forms.ProgressBar();
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
@@ -50,8 +50,11 @@ namespace DayOf1440.UI
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
+ this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
+ this.tsm_home = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.panel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
|
|
+ this.contextMenuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// label1
|
|
// label1
|
|
@@ -128,32 +131,39 @@ namespace DayOf1440.UI
|
|
this.progressBar3.TabIndex = 8;
|
|
this.progressBar3.TabIndex = 8;
|
|
this.progressBar3.Value = 51;
|
|
this.progressBar3.Value = 51;
|
|
//
|
|
//
|
|
|
|
+ // progressBar4
|
|
|
|
+ //
|
|
|
|
+ this.progressBar4.Location = new System.Drawing.Point(203, 375);
|
|
|
|
+ this.progressBar4.Name = "progressBar4";
|
|
|
|
+ this.progressBar4.Size = new System.Drawing.Size(514, 35);
|
|
|
|
+ this.progressBar4.TabIndex = 10;
|
|
|
|
+ this.progressBar4.Value = 51;
|
|
|
|
+ //
|
|
// progressBar5
|
|
// progressBar5
|
|
//
|
|
//
|
|
- this.progressBar5.Location = new System.Drawing.Point(203, 375);
|
|
|
|
|
|
+ this.progressBar5.Location = new System.Drawing.Point(203, 480);
|
|
this.progressBar5.Name = "progressBar5";
|
|
this.progressBar5.Name = "progressBar5";
|
|
this.progressBar5.Size = new System.Drawing.Size(514, 35);
|
|
this.progressBar5.Size = new System.Drawing.Size(514, 35);
|
|
- this.progressBar5.TabIndex = 10;
|
|
|
|
|
|
+ this.progressBar5.TabIndex = 11;
|
|
this.progressBar5.Value = 51;
|
|
this.progressBar5.Value = 51;
|
|
//
|
|
//
|
|
- // progressBar6
|
|
|
|
|
|
+ // timer1
|
|
//
|
|
//
|
|
- this.progressBar6.Location = new System.Drawing.Point(203, 480);
|
|
|
|
- this.progressBar6.Name = "progressBar6";
|
|
|
|
- this.progressBar6.Size = new System.Drawing.Size(514, 35);
|
|
|
|
- this.progressBar6.TabIndex = 11;
|
|
|
|
- this.progressBar6.Value = 51;
|
|
|
|
|
|
+ this.timer1.Enabled = true;
|
|
|
|
+ this.timer1.Interval = 5000;
|
|
|
|
+ this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
//
|
|
// panel1
|
|
// panel1
|
|
//
|
|
//
|
|
|
|
+ this.panel1.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.panel1.Controls.Add(this.label7);
|
|
this.panel1.Controls.Add(this.label7);
|
|
this.panel1.Controls.Add(this.label8);
|
|
this.panel1.Controls.Add(this.label8);
|
|
this.panel1.Controls.Add(this.label9);
|
|
this.panel1.Controls.Add(this.label9);
|
|
this.panel1.Controls.Add(this.label10);
|
|
this.panel1.Controls.Add(this.label10);
|
|
this.panel1.Controls.Add(this.label11);
|
|
this.panel1.Controls.Add(this.label11);
|
|
- this.panel1.Controls.Add(this.progressBar6);
|
|
|
|
- this.panel1.Controls.Add(this.progressBar1);
|
|
|
|
this.panel1.Controls.Add(this.progressBar5);
|
|
this.panel1.Controls.Add(this.progressBar5);
|
|
|
|
+ this.panel1.Controls.Add(this.progressBar1);
|
|
|
|
+ this.panel1.Controls.Add(this.progressBar4);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.progressBar3);
|
|
this.panel1.Controls.Add(this.progressBar3);
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label2);
|
|
@@ -167,6 +177,7 @@ namespace DayOf1440.UI
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1166, 668);
|
|
this.panel1.Size = new System.Drawing.Size(1166, 668);
|
|
this.panel1.TabIndex = 12;
|
|
this.panel1.TabIndex = 12;
|
|
|
|
+ this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
|
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
|
|
this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
|
|
//
|
|
//
|
|
// label7
|
|
// label7
|
|
@@ -221,6 +232,7 @@ namespace DayOf1440.UI
|
|
//
|
|
//
|
|
// panel2
|
|
// panel2
|
|
//
|
|
//
|
|
|
|
+ this.panel2.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.panel2.Controls.Add(this.label4);
|
|
this.panel2.Controls.Add(this.label4);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
@@ -241,6 +253,7 @@ namespace DayOf1440.UI
|
|
//
|
|
//
|
|
// panel3
|
|
// panel3
|
|
//
|
|
//
|
|
|
|
+ this.panel3.ContextMenuStrip = this.contextMenuStrip1;
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel3.Location = new System.Drawing.Point(0, 100);
|
|
this.panel3.Location = new System.Drawing.Point(0, 100);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Name = "panel3";
|
|
@@ -248,6 +261,20 @@ namespace DayOf1440.UI
|
|
this.panel3.TabIndex = 14;
|
|
this.panel3.TabIndex = 14;
|
|
this.panel3.DoubleClick += new System.EventHandler(this.panel3_DoubleClick);
|
|
this.panel3.DoubleClick += new System.EventHandler(this.panel3_DoubleClick);
|
|
//
|
|
//
|
|
|
|
+ // contextMenuStrip1
|
|
|
|
+ //
|
|
|
|
+ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
+ this.tsm_home});
|
|
|
|
+ this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
|
|
|
|
+ //
|
|
|
|
+ // tsm_home
|
|
|
|
+ //
|
|
|
|
+ this.tsm_home.Name = "tsm_home";
|
|
|
|
+ this.tsm_home.Size = new System.Drawing.Size(100, 22);
|
|
|
|
+ this.tsm_home.Text = "首页";
|
|
|
|
+ this.tsm_home.Click += new System.EventHandler(this.tsm_home_Click);
|
|
|
|
+ //
|
|
// LifeForm
|
|
// LifeForm
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -259,10 +286,12 @@ namespace DayOf1440.UI
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "LifeForm";
|
|
this.Name = "LifeForm";
|
|
this.Text = "LifeForm";
|
|
this.Text = "LifeForm";
|
|
|
|
+ this.Load += new System.EventHandler(this.LifeForm_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.panel1.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.panel2.PerformLayout();
|
|
|
|
+ this.contextMenuStrip1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
}
|
|
@@ -277,8 +306,8 @@ namespace DayOf1440.UI
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
private System.Windows.Forms.ProgressBar progressBar2;
|
|
private System.Windows.Forms.ProgressBar progressBar2;
|
|
private System.Windows.Forms.ProgressBar progressBar3;
|
|
private System.Windows.Forms.ProgressBar progressBar3;
|
|
|
|
+ private System.Windows.Forms.ProgressBar progressBar4;
|
|
private System.Windows.Forms.ProgressBar progressBar5;
|
|
private System.Windows.Forms.ProgressBar progressBar5;
|
|
- private System.Windows.Forms.ProgressBar progressBar6;
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Panel panel2;
|
|
@@ -289,5 +318,7 @@ namespace DayOf1440.UI
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label11;
|
|
|
|
+ private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem tsm_home;
|
|
}
|
|
}
|
|
}
|
|
}
|