123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
-
- namespace DayOf1440.UI
- {
- partial class LifeForm
- {
- /// <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.components = new System.ComponentModel.Container();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.progressBar1 = new System.Windows.Forms.ProgressBar();
- this.progressBar2 = 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.timer1 = new System.Windows.Forms.Timer(this.components);
- this.panel1 = new System.Windows.Forms.Panel();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.label4 = new System.Windows.Forms.Label();
- 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.panel2.SuspendLayout();
- this.contextMenuStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(105, 61);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(79, 33);
- this.label1.TabIndex = 0;
- this.label1.Text = "今天";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(105, 166);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(79, 33);
- this.label2.TabIndex = 1;
- this.label2.Text = "本周";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(105, 271);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(79, 33);
- this.label3.TabIndex = 2;
- this.label3.Text = "本月";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(105, 376);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(79, 33);
- this.label5.TabIndex = 4;
- this.label5.Text = "本年";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(105, 481);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(79, 33);
- this.label6.TabIndex = 5;
- this.label6.Text = "此生";
- //
- // progressBar1
- //
- this.progressBar1.Location = new System.Drawing.Point(203, 60);
- this.progressBar1.Name = "progressBar1";
- this.progressBar1.Size = new System.Drawing.Size(514, 35);
- this.progressBar1.TabIndex = 6;
- this.progressBar1.Value = 51;
- //
- // progressBar2
- //
- this.progressBar2.Location = new System.Drawing.Point(203, 165);
- this.progressBar2.Name = "progressBar2";
- this.progressBar2.Size = new System.Drawing.Size(514, 35);
- this.progressBar2.TabIndex = 7;
- this.progressBar2.Value = 51;
- //
- // progressBar3
- //
- this.progressBar3.Location = new System.Drawing.Point(203, 270);
- this.progressBar3.Name = "progressBar3";
- this.progressBar3.Size = new System.Drawing.Size(514, 35);
- this.progressBar3.TabIndex = 8;
- 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
- //
- this.progressBar5.Location = new System.Drawing.Point(203, 480);
- this.progressBar5.Name = "progressBar5";
- this.progressBar5.Size = new System.Drawing.Size(514, 35);
- this.progressBar5.TabIndex = 11;
- this.progressBar5.Value = 51;
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 5000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // panel1
- //
- this.panel1.ContextMenuStrip = this.contextMenuStrip1;
- this.panel1.Controls.Add(this.label7);
- this.panel1.Controls.Add(this.label8);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.label10);
- this.panel1.Controls.Add(this.label11);
- 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.progressBar3);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.progressBar2);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.label6);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.panel1.Location = new System.Drawing.Point(200, 100);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1166, 668);
- this.panel1.TabIndex = 12;
- this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
- this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(744, 61);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(63, 33);
- this.label7.TabIndex = 12;
- this.label7.Text = "80%";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(744, 166);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(63, 33);
- this.label8.TabIndex = 13;
- this.label8.Text = "80%";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(744, 271);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(63, 33);
- this.label9.TabIndex = 14;
- this.label9.Text = "80%";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(744, 376);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(63, 33);
- this.label10.TabIndex = 15;
- this.label10.Text = "80%";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(744, 481);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(63, 33);
- this.label11.TabIndex = 16;
- this.label11.Text = "80%";
- //
- // panel2
- //
- this.panel2.ContextMenuStrip = this.contextMenuStrip1;
- this.panel2.Controls.Add(this.label4);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1366, 100);
- this.panel2.TabIndex = 13;
- this.panel2.DoubleClick += new System.EventHandler(this.panel2_DoubleClick);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(553, 28);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(175, 33);
- this.label4.TabIndex = 1;
- this.label4.Text = "人生进度条";
- //
- // panel3
- //
- this.panel3.ContextMenuStrip = this.contextMenuStrip1;
- this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
- this.panel3.Location = new System.Drawing.Point(0, 100);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(200, 668);
- this.panel3.TabIndex = 14;
- 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
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1366, 768);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.panel3);
- this.Controls.Add(this.panel2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "LifeForm";
- this.Text = "LifeForm";
- this.Load += new System.EventHandler(this.LifeForm_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.contextMenuStrip1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ProgressBar progressBar1;
- private System.Windows.Forms.ProgressBar progressBar2;
- private System.Windows.Forms.ProgressBar progressBar3;
- private System.Windows.Forms.ProgressBar progressBar4;
- private System.Windows.Forms.ProgressBar progressBar5;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem tsm_home;
- }
- }
|