MainForm.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. 
  2. namespace DayOf1440
  3. {
  4. partial class MainForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.timer1 = new System.Windows.Forms.Timer(this.components);
  31. this.panelNum = new System.Windows.Forms.Panel();
  32. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  33. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  34. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  37. this.cms_life = new System.Windows.Forms.ToolStripMenuItem();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.panelNum.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  47. this.contextMenuStrip1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // timer1
  51. //
  52. this.timer1.Interval = 1000;
  53. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  54. //
  55. // panelNum
  56. //
  57. this.panelNum.BackColor = System.Drawing.Color.Transparent;
  58. this.panelNum.Controls.Add(this.pictureBox4);
  59. this.panelNum.Controls.Add(this.pictureBox3);
  60. this.panelNum.Controls.Add(this.pictureBox2);
  61. this.panelNum.Controls.Add(this.pictureBox1);
  62. this.panelNum.Location = new System.Drawing.Point(385, 283);
  63. this.panelNum.Name = "panelNum";
  64. this.panelNum.Size = new System.Drawing.Size(596, 202);
  65. this.panelNum.TabIndex = 0;
  66. //
  67. // pictureBox4
  68. //
  69. this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  70. this.pictureBox4.Location = new System.Drawing.Point(446, 0);
  71. this.pictureBox4.Name = "pictureBox4";
  72. this.pictureBox4.Size = new System.Drawing.Size(144, 202);
  73. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  74. this.pictureBox4.TabIndex = 3;
  75. this.pictureBox4.TabStop = false;
  76. this.pictureBox4.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  77. //
  78. // pictureBox3
  79. //
  80. this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  81. this.pictureBox3.Location = new System.Drawing.Point(297, 0);
  82. this.pictureBox3.Name = "pictureBox3";
  83. this.pictureBox3.Size = new System.Drawing.Size(144, 202);
  84. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  85. this.pictureBox3.TabIndex = 2;
  86. this.pictureBox3.TabStop = false;
  87. this.pictureBox3.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  88. //
  89. // pictureBox2
  90. //
  91. this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  92. this.pictureBox2.Location = new System.Drawing.Point(148, 0);
  93. this.pictureBox2.Name = "pictureBox2";
  94. this.pictureBox2.Size = new System.Drawing.Size(144, 202);
  95. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  96. this.pictureBox2.TabIndex = 1;
  97. this.pictureBox2.TabStop = false;
  98. this.pictureBox2.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  99. //
  100. // pictureBox1
  101. //
  102. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  103. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  104. this.pictureBox1.Name = "pictureBox1";
  105. this.pictureBox1.Size = new System.Drawing.Size(144, 202);
  106. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  107. this.pictureBox1.TabIndex = 0;
  108. this.pictureBox1.TabStop = false;
  109. this.pictureBox1.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  110. //
  111. // contextMenuStrip1
  112. //
  113. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  114. this.cms_life});
  115. this.contextMenuStrip1.Name = "contextMenuStrip1";
  116. this.contextMenuStrip1.Size = new System.Drawing.Size(140, 26);
  117. //
  118. // cms_life
  119. //
  120. this.cms_life.Name = "cms_life";
  121. this.cms_life.Size = new System.Drawing.Size(139, 22);
  122. this.cms_life.Text = "人生进度条";
  123. this.cms_life.Click += new System.EventHandler(this.cms_life_Click);
  124. //
  125. // label1
  126. //
  127. this.label1.BackColor = System.Drawing.Color.Red;
  128. this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  129. this.label1.Location = new System.Drawing.Point(0, 0);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(100, 23);
  132. this.label1.TabIndex = 1;
  133. //
  134. // label2
  135. //
  136. this.label2.BackColor = System.Drawing.Color.Red;
  137. this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  138. this.label2.Location = new System.Drawing.Point(1343, 0);
  139. this.label2.Name = "label2";
  140. this.label2.Size = new System.Drawing.Size(23, 100);
  141. this.label2.TabIndex = 2;
  142. //
  143. // label3
  144. //
  145. this.label3.BackColor = System.Drawing.Color.Red;
  146. this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  147. this.label3.Location = new System.Drawing.Point(0, 745);
  148. this.label3.Name = "label3";
  149. this.label3.Size = new System.Drawing.Size(100, 23);
  150. this.label3.TabIndex = 3;
  151. //
  152. // label4
  153. //
  154. this.label4.BackColor = System.Drawing.Color.Red;
  155. this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  156. this.label4.Location = new System.Drawing.Point(0, 0);
  157. this.label4.Name = "label4";
  158. this.label4.Size = new System.Drawing.Size(23, 100);
  159. this.label4.TabIndex = 4;
  160. //
  161. // MainForm
  162. //
  163. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  164. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  165. this.BackgroundImage = global::DayOf1440.Properties.Resources.background__2_;
  166. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  167. this.ClientSize = new System.Drawing.Size(1366, 768);
  168. this.ContextMenuStrip = this.contextMenuStrip1;
  169. this.Controls.Add(this.label4);
  170. this.Controls.Add(this.label3);
  171. this.Controls.Add(this.label2);
  172. this.Controls.Add(this.label1);
  173. this.Controls.Add(this.panelNum);
  174. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  175. this.Name = "MainForm";
  176. this.Text = "Form1";
  177. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
  178. this.Load += new System.EventHandler(this.MainForm_Load);
  179. this.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  180. this.panelNum.ResumeLayout(false);
  181. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  185. this.contextMenuStrip1.ResumeLayout(false);
  186. this.ResumeLayout(false);
  187. }
  188. #endregion
  189. private System.Windows.Forms.Panel panelNum;
  190. private System.Windows.Forms.PictureBox pictureBox4;
  191. private System.Windows.Forms.PictureBox pictureBox3;
  192. private System.Windows.Forms.PictureBox pictureBox2;
  193. private System.Windows.Forms.PictureBox pictureBox1;
  194. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  195. private System.Windows.Forms.ToolStripMenuItem cms_life;
  196. private System.Windows.Forms.Label label1;
  197. private System.Windows.Forms.Label label2;
  198. private System.Windows.Forms.Label label3;
  199. private System.Windows.Forms.Label label4;
  200. private System.Windows.Forms.Timer timer1;
  201. }
  202. }