LifeForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. 
  2. namespace DayOf1440.UI
  3. {
  4. partial class LifeForm
  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.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  36. this.progressBar2 = new System.Windows.Forms.ProgressBar();
  37. this.progressBar3 = new System.Windows.Forms.ProgressBar();
  38. this.progressBar5 = new System.Windows.Forms.ProgressBar();
  39. this.progressBar6 = new System.Windows.Forms.ProgressBar();
  40. this.timer1 = new System.Windows.Forms.Timer(this.components);
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.label10 = new System.Windows.Forms.Label();
  46. this.label11 = new System.Windows.Forms.Label();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.label4 = new System.Windows.Forms.Label();
  49. this.panel3 = new System.Windows.Forms.Panel();
  50. this.panel1.SuspendLayout();
  51. this.panel2.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  58. this.label1.Location = new System.Drawing.Point(105, 61);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(79, 33);
  61. this.label1.TabIndex = 0;
  62. this.label1.Text = "今天";
  63. //
  64. // label2
  65. //
  66. this.label2.AutoSize = true;
  67. this.label2.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.label2.Location = new System.Drawing.Point(105, 166);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(79, 33);
  71. this.label2.TabIndex = 1;
  72. this.label2.Text = "本周";
  73. //
  74. // label3
  75. //
  76. this.label3.AutoSize = true;
  77. this.label3.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label3.Location = new System.Drawing.Point(105, 271);
  79. this.label3.Name = "label3";
  80. this.label3.Size = new System.Drawing.Size(79, 33);
  81. this.label3.TabIndex = 2;
  82. this.label3.Text = "本月";
  83. //
  84. // label5
  85. //
  86. this.label5.AutoSize = true;
  87. this.label5.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.label5.Location = new System.Drawing.Point(105, 376);
  89. this.label5.Name = "label5";
  90. this.label5.Size = new System.Drawing.Size(79, 33);
  91. this.label5.TabIndex = 4;
  92. this.label5.Text = "本年";
  93. //
  94. // label6
  95. //
  96. this.label6.AutoSize = true;
  97. this.label6.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.label6.Location = new System.Drawing.Point(105, 481);
  99. this.label6.Name = "label6";
  100. this.label6.Size = new System.Drawing.Size(79, 33);
  101. this.label6.TabIndex = 5;
  102. this.label6.Text = "此生";
  103. //
  104. // progressBar1
  105. //
  106. this.progressBar1.Location = new System.Drawing.Point(203, 60);
  107. this.progressBar1.Name = "progressBar1";
  108. this.progressBar1.Size = new System.Drawing.Size(514, 35);
  109. this.progressBar1.TabIndex = 6;
  110. this.progressBar1.Value = 51;
  111. //
  112. // progressBar2
  113. //
  114. this.progressBar2.Location = new System.Drawing.Point(203, 165);
  115. this.progressBar2.Name = "progressBar2";
  116. this.progressBar2.Size = new System.Drawing.Size(514, 35);
  117. this.progressBar2.TabIndex = 7;
  118. this.progressBar2.Value = 51;
  119. //
  120. // progressBar3
  121. //
  122. this.progressBar3.Location = new System.Drawing.Point(203, 270);
  123. this.progressBar3.Name = "progressBar3";
  124. this.progressBar3.Size = new System.Drawing.Size(514, 35);
  125. this.progressBar3.TabIndex = 8;
  126. this.progressBar3.Value = 51;
  127. //
  128. // progressBar5
  129. //
  130. this.progressBar5.Location = new System.Drawing.Point(203, 375);
  131. this.progressBar5.Name = "progressBar5";
  132. this.progressBar5.Size = new System.Drawing.Size(514, 35);
  133. this.progressBar5.TabIndex = 10;
  134. this.progressBar5.Value = 51;
  135. //
  136. // progressBar6
  137. //
  138. this.progressBar6.Location = new System.Drawing.Point(203, 480);
  139. this.progressBar6.Name = "progressBar6";
  140. this.progressBar6.Size = new System.Drawing.Size(514, 35);
  141. this.progressBar6.TabIndex = 11;
  142. this.progressBar6.Value = 51;
  143. //
  144. // panel1
  145. //
  146. this.panel1.Controls.Add(this.label7);
  147. this.panel1.Controls.Add(this.label8);
  148. this.panel1.Controls.Add(this.label9);
  149. this.panel1.Controls.Add(this.label10);
  150. this.panel1.Controls.Add(this.label11);
  151. this.panel1.Controls.Add(this.progressBar6);
  152. this.panel1.Controls.Add(this.progressBar1);
  153. this.panel1.Controls.Add(this.progressBar5);
  154. this.panel1.Controls.Add(this.label1);
  155. this.panel1.Controls.Add(this.progressBar3);
  156. this.panel1.Controls.Add(this.label2);
  157. this.panel1.Controls.Add(this.progressBar2);
  158. this.panel1.Controls.Add(this.label3);
  159. this.panel1.Controls.Add(this.label5);
  160. this.panel1.Controls.Add(this.label6);
  161. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.panel1.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.panel1.Location = new System.Drawing.Point(200, 100);
  164. this.panel1.Name = "panel1";
  165. this.panel1.Size = new System.Drawing.Size(1166, 668);
  166. this.panel1.TabIndex = 12;
  167. this.panel1.DoubleClick += new System.EventHandler(this.panel1_DoubleClick);
  168. //
  169. // label7
  170. //
  171. this.label7.AutoSize = true;
  172. this.label7.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.label7.Location = new System.Drawing.Point(744, 61);
  174. this.label7.Name = "label7";
  175. this.label7.Size = new System.Drawing.Size(63, 33);
  176. this.label7.TabIndex = 12;
  177. this.label7.Text = "80%";
  178. //
  179. // label8
  180. //
  181. this.label8.AutoSize = true;
  182. this.label8.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.label8.Location = new System.Drawing.Point(744, 166);
  184. this.label8.Name = "label8";
  185. this.label8.Size = new System.Drawing.Size(63, 33);
  186. this.label8.TabIndex = 13;
  187. this.label8.Text = "80%";
  188. //
  189. // label9
  190. //
  191. this.label9.AutoSize = true;
  192. this.label9.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.label9.Location = new System.Drawing.Point(744, 271);
  194. this.label9.Name = "label9";
  195. this.label9.Size = new System.Drawing.Size(63, 33);
  196. this.label9.TabIndex = 14;
  197. this.label9.Text = "80%";
  198. //
  199. // label10
  200. //
  201. this.label10.AutoSize = true;
  202. this.label10.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.label10.Location = new System.Drawing.Point(744, 376);
  204. this.label10.Name = "label10";
  205. this.label10.Size = new System.Drawing.Size(63, 33);
  206. this.label10.TabIndex = 15;
  207. this.label10.Text = "80%";
  208. //
  209. // label11
  210. //
  211. this.label11.AutoSize = true;
  212. this.label11.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.label11.Location = new System.Drawing.Point(744, 481);
  214. this.label11.Name = "label11";
  215. this.label11.Size = new System.Drawing.Size(63, 33);
  216. this.label11.TabIndex = 16;
  217. this.label11.Text = "80%";
  218. //
  219. // panel2
  220. //
  221. this.panel2.Controls.Add(this.label4);
  222. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  223. this.panel2.Location = new System.Drawing.Point(0, 0);
  224. this.panel2.Name = "panel2";
  225. this.panel2.Size = new System.Drawing.Size(1366, 100);
  226. this.panel2.TabIndex = 13;
  227. this.panel2.DoubleClick += new System.EventHandler(this.panel2_DoubleClick);
  228. //
  229. // label4
  230. //
  231. this.label4.AutoSize = true;
  232. this.label4.Font = new System.Drawing.Font("SimSun", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.label4.Location = new System.Drawing.Point(553, 28);
  234. this.label4.Name = "label4";
  235. this.label4.Size = new System.Drawing.Size(175, 33);
  236. this.label4.TabIndex = 1;
  237. this.label4.Text = "人生进度条";
  238. //
  239. // panel3
  240. //
  241. this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
  242. this.panel3.Location = new System.Drawing.Point(0, 100);
  243. this.panel3.Name = "panel3";
  244. this.panel3.Size = new System.Drawing.Size(200, 668);
  245. this.panel3.TabIndex = 14;
  246. this.panel3.DoubleClick += new System.EventHandler(this.panel3_DoubleClick);
  247. //
  248. // LifeForm
  249. //
  250. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  251. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  252. this.ClientSize = new System.Drawing.Size(1366, 768);
  253. this.Controls.Add(this.panel1);
  254. this.Controls.Add(this.panel3);
  255. this.Controls.Add(this.panel2);
  256. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  257. this.Name = "LifeForm";
  258. this.Text = "LifeForm";
  259. this.panel1.ResumeLayout(false);
  260. this.panel1.PerformLayout();
  261. this.panel2.ResumeLayout(false);
  262. this.panel2.PerformLayout();
  263. this.ResumeLayout(false);
  264. }
  265. #endregion
  266. private System.Windows.Forms.Label label1;
  267. private System.Windows.Forms.Label label2;
  268. private System.Windows.Forms.Label label3;
  269. private System.Windows.Forms.Label label5;
  270. private System.Windows.Forms.Label label6;
  271. private System.Windows.Forms.ProgressBar progressBar1;
  272. private System.Windows.Forms.ProgressBar progressBar2;
  273. private System.Windows.Forms.ProgressBar progressBar3;
  274. private System.Windows.Forms.ProgressBar progressBar5;
  275. private System.Windows.Forms.ProgressBar progressBar6;
  276. private System.Windows.Forms.Timer timer1;
  277. private System.Windows.Forms.Panel panel1;
  278. private System.Windows.Forms.Panel panel2;
  279. private System.Windows.Forms.Panel panel3;
  280. private System.Windows.Forms.Label label4;
  281. private System.Windows.Forms.Label label7;
  282. private System.Windows.Forms.Label label8;
  283. private System.Windows.Forms.Label label9;
  284. private System.Windows.Forms.Label label10;
  285. private System.Windows.Forms.Label label11;
  286. }
  287. }