MainForm.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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.panelNum.SuspendLayout();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. this.contextMenuStrip1.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // timer1
  47. //
  48. this.timer1.Interval = 1000;
  49. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  50. //
  51. // panelNum
  52. //
  53. this.panelNum.BackColor = System.Drawing.Color.Transparent;
  54. this.panelNum.Controls.Add(this.pictureBox4);
  55. this.panelNum.Controls.Add(this.pictureBox3);
  56. this.panelNum.Controls.Add(this.pictureBox2);
  57. this.panelNum.Controls.Add(this.pictureBox1);
  58. this.panelNum.Location = new System.Drawing.Point(385, 283);
  59. this.panelNum.Name = "panelNum";
  60. this.panelNum.Size = new System.Drawing.Size(596, 202);
  61. this.panelNum.TabIndex = 0;
  62. //
  63. // pictureBox4
  64. //
  65. this.pictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  66. this.pictureBox4.Location = new System.Drawing.Point(446, 0);
  67. this.pictureBox4.Name = "pictureBox4";
  68. this.pictureBox4.Size = new System.Drawing.Size(144, 202);
  69. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  70. this.pictureBox4.TabIndex = 3;
  71. this.pictureBox4.TabStop = false;
  72. this.pictureBox4.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  73. //
  74. // pictureBox3
  75. //
  76. this.pictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  77. this.pictureBox3.Location = new System.Drawing.Point(297, 0);
  78. this.pictureBox3.Name = "pictureBox3";
  79. this.pictureBox3.Size = new System.Drawing.Size(144, 202);
  80. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  81. this.pictureBox3.TabIndex = 2;
  82. this.pictureBox3.TabStop = false;
  83. this.pictureBox3.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  84. //
  85. // pictureBox2
  86. //
  87. this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  88. this.pictureBox2.Location = new System.Drawing.Point(148, 0);
  89. this.pictureBox2.Name = "pictureBox2";
  90. this.pictureBox2.Size = new System.Drawing.Size(144, 202);
  91. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  92. this.pictureBox2.TabIndex = 1;
  93. this.pictureBox2.TabStop = false;
  94. this.pictureBox2.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  95. //
  96. // pictureBox1
  97. //
  98. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  99. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  100. this.pictureBox1.Name = "pictureBox1";
  101. this.pictureBox1.Size = new System.Drawing.Size(144, 202);
  102. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  103. this.pictureBox1.TabIndex = 0;
  104. this.pictureBox1.TabStop = false;
  105. this.pictureBox1.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  106. //
  107. // contextMenuStrip1
  108. //
  109. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.cms_life});
  111. this.contextMenuStrip1.Name = "contextMenuStrip1";
  112. this.contextMenuStrip1.Size = new System.Drawing.Size(140, 26);
  113. //
  114. // cms_life
  115. //
  116. this.cms_life.Name = "cms_life";
  117. this.cms_life.Size = new System.Drawing.Size(180, 22);
  118. this.cms_life.Text = "人生进度条";
  119. this.cms_life.Click += new System.EventHandler(this.cms_life_Click);
  120. //
  121. // MainForm
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.BackgroundImage = global::DayOf1440.Properties.Resources.background__2_;
  126. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  127. this.ClientSize = new System.Drawing.Size(1366, 768);
  128. this.ContextMenuStrip = this.contextMenuStrip1;
  129. this.Controls.Add(this.panelNum);
  130. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  131. this.Name = "MainForm";
  132. this.Text = "Form1";
  133. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  134. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
  135. this.Load += new System.EventHandler(this.MainForm_Load);
  136. this.DoubleClick += new System.EventHandler(this.MainForm_DoubleClick);
  137. this.panelNum.ResumeLayout(false);
  138. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  142. this.contextMenuStrip1.ResumeLayout(false);
  143. this.ResumeLayout(false);
  144. }
  145. #endregion
  146. private System.Windows.Forms.Timer timer1;
  147. private System.Windows.Forms.Panel panelNum;
  148. private System.Windows.Forms.PictureBox pictureBox4;
  149. private System.Windows.Forms.PictureBox pictureBox3;
  150. private System.Windows.Forms.PictureBox pictureBox2;
  151. private System.Windows.Forms.PictureBox pictureBox1;
  152. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  153. private System.Windows.Forms.ToolStripMenuItem cms_life;
  154. }
  155. }