MainForm.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. namespace Y.Test.Views
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ChineseCalendarForm = new System.Windows.Forms.Button();
  29. this.TestComputerInfoForm = new System.Windows.Forms.Button();
  30. this.TestUpdateForm = new System.Windows.Forms.Button();
  31. this.TestPackForm = new System.Windows.Forms.Button();
  32. this.TestIconGroupForm = new System.Windows.Forms.Button();
  33. this.TestShadowForm = new System.Windows.Forms.Button();
  34. this.TestIrrForm = new System.Windows.Forms.Button();
  35. this.BTCheckYUtils = new System.Windows.Forms.Button();
  36. this.TestCrossForm = new System.Windows.Forms.Button();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.simpleClockControl1 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
  39. this.SuspendLayout();
  40. //
  41. // ChineseCalendarForm
  42. //
  43. this.ChineseCalendarForm.Location = new System.Drawing.Point(12, 12);
  44. this.ChineseCalendarForm.Name = "ChineseCalendarForm";
  45. this.ChineseCalendarForm.Size = new System.Drawing.Size(262, 23);
  46. this.ChineseCalendarForm.TabIndex = 0;
  47. this.ChineseCalendarForm.Text = "ChineseCalendarForm";
  48. this.ChineseCalendarForm.UseVisualStyleBackColor = true;
  49. this.ChineseCalendarForm.Click += new System.EventHandler(this.ChineseCalendarForm_Click);
  50. //
  51. // TestComputerInfoForm
  52. //
  53. this.TestComputerInfoForm.Location = new System.Drawing.Point(12, 41);
  54. this.TestComputerInfoForm.Name = "TestComputerInfoForm";
  55. this.TestComputerInfoForm.Size = new System.Drawing.Size(262, 23);
  56. this.TestComputerInfoForm.TabIndex = 1;
  57. this.TestComputerInfoForm.Text = "TestComputerInfoForm";
  58. this.TestComputerInfoForm.UseVisualStyleBackColor = true;
  59. this.TestComputerInfoForm.Click += new System.EventHandler(this.TestComputerInfoForm_Click);
  60. //
  61. // TestUpdateForm
  62. //
  63. this.TestUpdateForm.Location = new System.Drawing.Point(12, 70);
  64. this.TestUpdateForm.Name = "TestUpdateForm";
  65. this.TestUpdateForm.Size = new System.Drawing.Size(262, 23);
  66. this.TestUpdateForm.TabIndex = 2;
  67. this.TestUpdateForm.Text = "TestUpdateForm";
  68. this.TestUpdateForm.UseVisualStyleBackColor = true;
  69. this.TestUpdateForm.Click += new System.EventHandler(this.TestUpdateForm_Click);
  70. //
  71. // TestPackForm
  72. //
  73. this.TestPackForm.Location = new System.Drawing.Point(12, 99);
  74. this.TestPackForm.Name = "TestPackForm";
  75. this.TestPackForm.Size = new System.Drawing.Size(262, 23);
  76. this.TestPackForm.TabIndex = 3;
  77. this.TestPackForm.Text = "TestPackForm";
  78. this.TestPackForm.UseVisualStyleBackColor = true;
  79. this.TestPackForm.Click += new System.EventHandler(this.TestPackForm_Click);
  80. //
  81. // TestIconGroupForm
  82. //
  83. this.TestIconGroupForm.Location = new System.Drawing.Point(12, 128);
  84. this.TestIconGroupForm.Name = "TestIconGroupForm";
  85. this.TestIconGroupForm.Size = new System.Drawing.Size(262, 23);
  86. this.TestIconGroupForm.TabIndex = 4;
  87. this.TestIconGroupForm.Text = "TestIconGroupForm";
  88. this.TestIconGroupForm.UseVisualStyleBackColor = true;
  89. this.TestIconGroupForm.Click += new System.EventHandler(this.TestIconGroupForm_Click);
  90. //
  91. // TestShadowForm
  92. //
  93. this.TestShadowForm.Location = new System.Drawing.Point(12, 157);
  94. this.TestShadowForm.Name = "TestShadowForm";
  95. this.TestShadowForm.Size = new System.Drawing.Size(262, 23);
  96. this.TestShadowForm.TabIndex = 5;
  97. this.TestShadowForm.Text = "TestShadowForm";
  98. this.TestShadowForm.UseVisualStyleBackColor = true;
  99. this.TestShadowForm.Click += new System.EventHandler(this.TestShadowForm_Click);
  100. //
  101. // TestIrrForm
  102. //
  103. this.TestIrrForm.Location = new System.Drawing.Point(12, 186);
  104. this.TestIrrForm.Name = "TestIrrForm";
  105. this.TestIrrForm.Size = new System.Drawing.Size(262, 23);
  106. this.TestIrrForm.TabIndex = 6;
  107. this.TestIrrForm.Text = "TestIrrForm";
  108. this.TestIrrForm.UseVisualStyleBackColor = true;
  109. this.TestIrrForm.Click += new System.EventHandler(this.TestIrrForm_Click);
  110. //
  111. // BTCheckYUtils
  112. //
  113. this.BTCheckYUtils.Location = new System.Drawing.Point(465, 12);
  114. this.BTCheckYUtils.Name = "BTCheckYUtils";
  115. this.BTCheckYUtils.Size = new System.Drawing.Size(75, 23);
  116. this.BTCheckYUtils.TabIndex = 7;
  117. this.BTCheckYUtils.Text = "检查工具类";
  118. this.BTCheckYUtils.UseVisualStyleBackColor = true;
  119. this.BTCheckYUtils.Click += new System.EventHandler(this.BTCheckYUtils_Click);
  120. //
  121. // TestCrossForm
  122. //
  123. this.TestCrossForm.Location = new System.Drawing.Point(13, 216);
  124. this.TestCrossForm.Name = "TestCrossForm";
  125. this.TestCrossForm.Size = new System.Drawing.Size(261, 23);
  126. this.TestCrossForm.TabIndex = 8;
  127. this.TestCrossForm.Text = "TestCrossForm";
  128. this.TestCrossForm.UseVisualStyleBackColor = true;
  129. this.TestCrossForm.Click += new System.EventHandler(this.TestCrossForm_Click);
  130. //
  131. // button1
  132. //
  133. this.button1.Location = new System.Drawing.Point(13, 256);
  134. this.button1.Name = "button1";
  135. this.button1.Size = new System.Drawing.Size(261, 23);
  136. this.button1.TabIndex = 9;
  137. this.button1.Text = "测试ToastForm";
  138. this.button1.UseVisualStyleBackColor = true;
  139. this.button1.Click += new System.EventHandler(this.button1_Click);
  140. //
  141. // simpleClockControl1
  142. //
  143. this.simpleClockControl1.BackColor = System.Drawing.Color.GreenYellow;
  144. this.simpleClockControl1.HourHandImage = null;
  145. this.simpleClockControl1.Location = new System.Drawing.Point(405, 175);
  146. this.simpleClockControl1.MinuteHandImage = null;
  147. this.simpleClockControl1.Name = "simpleClockControl1";
  148. this.simpleClockControl1.SecondHandImage = null;
  149. this.simpleClockControl1.Size = new System.Drawing.Size(64, 64);
  150. this.simpleClockControl1.TabIndex = 10;
  151. //
  152. // MainForm
  153. //
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(564, 427);
  157. this.Controls.Add(this.simpleClockControl1);
  158. this.Controls.Add(this.button1);
  159. this.Controls.Add(this.TestCrossForm);
  160. this.Controls.Add(this.BTCheckYUtils);
  161. this.Controls.Add(this.TestIrrForm);
  162. this.Controls.Add(this.TestShadowForm);
  163. this.Controls.Add(this.TestIconGroupForm);
  164. this.Controls.Add(this.TestPackForm);
  165. this.Controls.Add(this.TestUpdateForm);
  166. this.Controls.Add(this.TestComputerInfoForm);
  167. this.Controls.Add(this.ChineseCalendarForm);
  168. this.Name = "MainForm";
  169. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  170. this.Text = "MainForm";
  171. this.Load += new System.EventHandler(this.MainForm_Load);
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private System.Windows.Forms.Button ChineseCalendarForm;
  176. private System.Windows.Forms.Button TestComputerInfoForm;
  177. private System.Windows.Forms.Button TestUpdateForm;
  178. private System.Windows.Forms.Button TestPackForm;
  179. private System.Windows.Forms.Button TestIconGroupForm;
  180. private System.Windows.Forms.Button TestShadowForm;
  181. private System.Windows.Forms.Button TestIrrForm;
  182. private System.Windows.Forms.Button BTCheckYUtils;
  183. private System.Windows.Forms.Button TestCrossForm;
  184. private System.Windows.Forms.Button button1;
  185. private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl1;
  186. }
  187. }