|
@@ -32,20 +32,19 @@ namespace DayOf1440
|
|
this.components = new System.ComponentModel.Container();
|
|
this.components = new System.ComponentModel.Container();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.panelNum = new System.Windows.Forms.Panel();
|
|
this.panelNum = new System.Windows.Forms.Panel();
|
|
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
|
- this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
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.panelNum.SuspendLayout();
|
|
this.panelNum.SuspendLayout();
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
|
|
((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.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
//
|
|
// timer1
|
|
// timer1
|
|
//
|
|
//
|
|
- this.timer1.Enabled = true;
|
|
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
//
|
|
@@ -61,27 +60,16 @@ namespace DayOf1440
|
|
this.panelNum.Size = new System.Drawing.Size(596, 202);
|
|
this.panelNum.Size = new System.Drawing.Size(596, 202);
|
|
this.panelNum.TabIndex = 0;
|
|
this.panelNum.TabIndex = 0;
|
|
//
|
|
//
|
|
- // 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);
|
|
|
|
- //
|
|
|
|
- // pictureBox2
|
|
|
|
|
|
+ // pictureBox4
|
|
//
|
|
//
|
|
- 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);
|
|
|
|
|
|
+ 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
|
|
// pictureBox3
|
|
//
|
|
//
|
|
@@ -94,22 +82,34 @@ namespace DayOf1440
|
|
this.pictureBox3.TabStop = false;
|
|
this.pictureBox3.TabStop = false;
|
|
this.pictureBox3.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
|
|
this.pictureBox3.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
|
|
//
|
|
//
|
|
- // pictureBox4
|
|
|
|
|
|
+ // pictureBox2
|
|
//
|
|
//
|
|
- 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);
|
|
|
|
|
|
+ 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);
|
|
//
|
|
//
|
|
// MainForm
|
|
// MainForm
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::DayOf1440.Properties.Resources.background__2_;
|
|
this.BackgroundImage = global::DayOf1440.Properties.Resources.background__2_;
|
|
|
|
+ this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(1366, 768);
|
|
this.ClientSize = new System.Drawing.Size(1366, 768);
|
|
this.Controls.Add(this.panelNum);
|
|
this.Controls.Add(this.panelNum);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
@@ -119,10 +119,10 @@ namespace DayOf1440
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
this.Load += new System.EventHandler(this.MainForm_Load);
|
|
this.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
|
|
this.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
|
|
this.panelNum.ResumeLayout(false);
|
|
this.panelNum.ResumeLayout(false);
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
|
|
((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.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
}
|