namespace DayOf1440 { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panelNum = new System.Windows.Forms.Panel(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.cms_life = new System.Windows.Forms.ToolStripMenuItem(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.panelNum.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // panelNum // this.panelNum.BackColor = System.Drawing.Color.Transparent; this.panelNum.Controls.Add(this.pictureBox4); this.panelNum.Controls.Add(this.pictureBox3); this.panelNum.Controls.Add(this.pictureBox2); this.panelNum.Controls.Add(this.pictureBox1); this.panelNum.Location = new System.Drawing.Point(385, 283); this.panelNum.Name = "panelNum"; this.panelNum.Size = new System.Drawing.Size(596, 202); this.panelNum.TabIndex = 0; // // pictureBox4 // this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox4.Location = new System.Drawing.Point(446, 0); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(144, 202); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox4.TabIndex = 3; this.pictureBox4.TabStop = false; this.pictureBox4.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick); // // pictureBox3 // this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox3.Location = new System.Drawing.Point(297, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(144, 202); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 2; this.pictureBox3.TabStop = false; this.pictureBox3.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick); // // pictureBox2 // this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox2.Location = new System.Drawing.Point(148, 0); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(144, 202); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 1; this.pictureBox2.TabStop = false; this.pictureBox2.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick); // // pictureBox1 // this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(144, 202); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cms_life}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(140, 26); // // cms_life // this.cms_life.Name = "cms_life"; this.cms_life.Size = new System.Drawing.Size(139, 22); this.cms_life.Text = "人生进度条"; this.cms_life.Click += new System.EventHandler(this.cms_life_Click); // // label1 // this.label1.BackColor = System.Drawing.Color.Red; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 23); this.label1.TabIndex = 1; // // label2 // this.label2.BackColor = System.Drawing.Color.Red; this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label2.Location = new System.Drawing.Point(1343, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(23, 100); this.label2.TabIndex = 2; // // label3 // this.label3.BackColor = System.Drawing.Color.Red; this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label3.Location = new System.Drawing.Point(0, 745); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(100, 23); this.label3.TabIndex = 3; // // label4 // this.label4.BackColor = System.Drawing.Color.Red; this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label4.Location = new System.Drawing.Point(0, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(23, 100); this.label4.TabIndex = 4; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::DayOf1440.Properties.Resources.background__2_; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1366, 768); this.ContextMenuStrip = this.contextMenuStrip1; this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.panelNum); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "MainForm"; this.Text = "Form1"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); this.Load += new System.EventHandler(this.MainForm_Load); this.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick); this.panelNum.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelNum; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem cms_life; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Timer timer1; } }