LifeForm.Designer.cs 15 KB

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