MainForm.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  29. this.ChineseCalendarForm = new System.Windows.Forms.Button();
  30. this.TestComputerInfoForm = new System.Windows.Forms.Button();
  31. this.TestUpdateForm = new System.Windows.Forms.Button();
  32. this.TestPackForm = new System.Windows.Forms.Button();
  33. this.TestIconGroupForm = new System.Windows.Forms.Button();
  34. this.TestShadowForm = new System.Windows.Forms.Button();
  35. this.TestIrrForm = new System.Windows.Forms.Button();
  36. this.BTCheckYUtils = new System.Windows.Forms.Button();
  37. this.TestCrossForm = new System.Windows.Forms.Button();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.simpleClockControl4 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
  40. this.rotateImageButton1 = new Azylee.WinformSkin.ButtonUI.RotateImageButton();
  41. this.simpleClockControl3 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
  42. this.simpleClockControl2 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
  43. this.simpleClockControl1 = new Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl();
  44. ((System.ComponentModel.ISupportInitialize)(this.rotateImageButton1)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // ChineseCalendarForm
  48. //
  49. this.ChineseCalendarForm.Location = new System.Drawing.Point(12, 12);
  50. this.ChineseCalendarForm.Name = "ChineseCalendarForm";
  51. this.ChineseCalendarForm.Size = new System.Drawing.Size(262, 23);
  52. this.ChineseCalendarForm.TabIndex = 0;
  53. this.ChineseCalendarForm.Text = "ChineseCalendarForm";
  54. this.ChineseCalendarForm.UseVisualStyleBackColor = true;
  55. this.ChineseCalendarForm.Click += new System.EventHandler(this.ChineseCalendarForm_Click);
  56. //
  57. // TestComputerInfoForm
  58. //
  59. this.TestComputerInfoForm.Location = new System.Drawing.Point(12, 41);
  60. this.TestComputerInfoForm.Name = "TestComputerInfoForm";
  61. this.TestComputerInfoForm.Size = new System.Drawing.Size(262, 23);
  62. this.TestComputerInfoForm.TabIndex = 1;
  63. this.TestComputerInfoForm.Text = "TestComputerInfoForm";
  64. this.TestComputerInfoForm.UseVisualStyleBackColor = true;
  65. this.TestComputerInfoForm.Click += new System.EventHandler(this.TestComputerInfoForm_Click);
  66. //
  67. // TestUpdateForm
  68. //
  69. this.TestUpdateForm.Location = new System.Drawing.Point(12, 70);
  70. this.TestUpdateForm.Name = "TestUpdateForm";
  71. this.TestUpdateForm.Size = new System.Drawing.Size(262, 23);
  72. this.TestUpdateForm.TabIndex = 2;
  73. this.TestUpdateForm.Text = "TestUpdateForm";
  74. this.TestUpdateForm.UseVisualStyleBackColor = true;
  75. this.TestUpdateForm.Click += new System.EventHandler(this.TestUpdateForm_Click);
  76. //
  77. // TestPackForm
  78. //
  79. this.TestPackForm.Location = new System.Drawing.Point(12, 99);
  80. this.TestPackForm.Name = "TestPackForm";
  81. this.TestPackForm.Size = new System.Drawing.Size(262, 23);
  82. this.TestPackForm.TabIndex = 3;
  83. this.TestPackForm.Text = "TestPackForm";
  84. this.TestPackForm.UseVisualStyleBackColor = true;
  85. this.TestPackForm.Click += new System.EventHandler(this.TestPackForm_Click);
  86. //
  87. // TestIconGroupForm
  88. //
  89. this.TestIconGroupForm.Location = new System.Drawing.Point(12, 128);
  90. this.TestIconGroupForm.Name = "TestIconGroupForm";
  91. this.TestIconGroupForm.Size = new System.Drawing.Size(262, 23);
  92. this.TestIconGroupForm.TabIndex = 4;
  93. this.TestIconGroupForm.Text = "TestIconGroupForm";
  94. this.TestIconGroupForm.UseVisualStyleBackColor = true;
  95. this.TestIconGroupForm.Click += new System.EventHandler(this.TestIconGroupForm_Click);
  96. //
  97. // TestShadowForm
  98. //
  99. this.TestShadowForm.Location = new System.Drawing.Point(12, 157);
  100. this.TestShadowForm.Name = "TestShadowForm";
  101. this.TestShadowForm.Size = new System.Drawing.Size(262, 23);
  102. this.TestShadowForm.TabIndex = 5;
  103. this.TestShadowForm.Text = "TestShadowForm";
  104. this.TestShadowForm.UseVisualStyleBackColor = true;
  105. this.TestShadowForm.Click += new System.EventHandler(this.TestShadowForm_Click);
  106. //
  107. // TestIrrForm
  108. //
  109. this.TestIrrForm.Location = new System.Drawing.Point(12, 186);
  110. this.TestIrrForm.Name = "TestIrrForm";
  111. this.TestIrrForm.Size = new System.Drawing.Size(262, 23);
  112. this.TestIrrForm.TabIndex = 6;
  113. this.TestIrrForm.Text = "TestIrrForm";
  114. this.TestIrrForm.UseVisualStyleBackColor = true;
  115. this.TestIrrForm.Click += new System.EventHandler(this.TestIrrForm_Click);
  116. //
  117. // BTCheckYUtils
  118. //
  119. this.BTCheckYUtils.Location = new System.Drawing.Point(465, 12);
  120. this.BTCheckYUtils.Name = "BTCheckYUtils";
  121. this.BTCheckYUtils.Size = new System.Drawing.Size(75, 23);
  122. this.BTCheckYUtils.TabIndex = 7;
  123. this.BTCheckYUtils.Text = "检查工具类";
  124. this.BTCheckYUtils.UseVisualStyleBackColor = true;
  125. this.BTCheckYUtils.Click += new System.EventHandler(this.BTCheckYUtils_Click);
  126. //
  127. // TestCrossForm
  128. //
  129. this.TestCrossForm.Location = new System.Drawing.Point(13, 216);
  130. this.TestCrossForm.Name = "TestCrossForm";
  131. this.TestCrossForm.Size = new System.Drawing.Size(261, 23);
  132. this.TestCrossForm.TabIndex = 8;
  133. this.TestCrossForm.Text = "TestCrossForm";
  134. this.TestCrossForm.UseVisualStyleBackColor = true;
  135. this.TestCrossForm.Click += new System.EventHandler(this.TestCrossForm_Click);
  136. //
  137. // button1
  138. //
  139. this.button1.Location = new System.Drawing.Point(13, 256);
  140. this.button1.Name = "button1";
  141. this.button1.Size = new System.Drawing.Size(261, 23);
  142. this.button1.TabIndex = 9;
  143. this.button1.Text = "测试ToastForm";
  144. this.button1.UseVisualStyleBackColor = true;
  145. this.button1.Click += new System.EventHandler(this.button1_Click);
  146. //
  147. // simpleClockControl4
  148. //
  149. this.simpleClockControl4.BackColor = System.Drawing.Color.Transparent;
  150. this.simpleClockControl4.BackgroundImage = global::Y.Test.Properties.Resources.Rainbow;
  151. this.simpleClockControl4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  152. this.simpleClockControl4.ClockBackImage = global::Y.Test.Properties.Resources.Rainbow;
  153. this.simpleClockControl4.HourHandImage = null;
  154. this.simpleClockControl4.Location = new System.Drawing.Point(435, 285);
  155. this.simpleClockControl4.MinuteHandImage = null;
  156. this.simpleClockControl4.Name = "simpleClockControl4";
  157. this.simpleClockControl4.SecondHandImage = global::Y.Test.Properties.Resources.temp_01;
  158. this.simpleClockControl4.Size = new System.Drawing.Size(150, 150);
  159. this.simpleClockControl4.TabIndex = 15;
  160. //
  161. // rotateImageButton1
  162. //
  163. this.rotateImageButton1.BackColor = System.Drawing.Color.Transparent;
  164. this.rotateImageButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("rotateImageButton1.BackgroundImage")));
  165. this.rotateImageButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  166. this.rotateImageButton1.BackImageDefault = ((System.Drawing.Image)(resources.GetObject("rotateImageButton1.BackImageDefault")));
  167. this.rotateImageButton1.BackImageDown = ((System.Drawing.Image)(resources.GetObject("rotateImageButton1.BackImageDown")));
  168. this.rotateImageButton1.BackImageHover = null;
  169. this.rotateImageButton1.ForeImageDefault = global::Y.Test.Properties.Resources.temp_01;
  170. this.rotateImageButton1.Image = global::Y.Test.Properties.Resources.temp_01;
  171. this.rotateImageButton1.Location = new System.Drawing.Point(267, 285);
  172. this.rotateImageButton1.Name = "rotateImageButton1";
  173. this.rotateImageButton1.Size = new System.Drawing.Size(64, 64);
  174. this.rotateImageButton1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  175. this.rotateImageButton1.TabIndex = 14;
  176. this.rotateImageButton1.TabStop = false;
  177. //
  178. // simpleClockControl3
  179. //
  180. this.simpleClockControl3.BackColor = System.Drawing.Color.GreenYellow;
  181. this.simpleClockControl3.ClockBackImage = null;
  182. this.simpleClockControl3.HourHandImage = null;
  183. this.simpleClockControl3.Location = new System.Drawing.Point(334, 145);
  184. this.simpleClockControl3.MinuteHandImage = null;
  185. this.simpleClockControl3.Name = "simpleClockControl3";
  186. this.simpleClockControl3.SecondHandImage = null;
  187. this.simpleClockControl3.Size = new System.Drawing.Size(64, 64);
  188. this.simpleClockControl3.TabIndex = 12;
  189. //
  190. // simpleClockControl2
  191. //
  192. this.simpleClockControl2.BackColor = System.Drawing.Color.GreenYellow;
  193. this.simpleClockControl2.ClockBackImage = null;
  194. this.simpleClockControl2.HourHandImage = null;
  195. this.simpleClockControl2.Location = new System.Drawing.Point(423, 58);
  196. this.simpleClockControl2.MinuteHandImage = null;
  197. this.simpleClockControl2.Name = "simpleClockControl2";
  198. this.simpleClockControl2.SecondHandImage = null;
  199. this.simpleClockControl2.Size = new System.Drawing.Size(64, 64);
  200. this.simpleClockControl2.TabIndex = 11;
  201. //
  202. // simpleClockControl1
  203. //
  204. this.simpleClockControl1.BackColor = System.Drawing.Color.GreenYellow;
  205. this.simpleClockControl1.ClockBackImage = null;
  206. this.simpleClockControl1.HourHandImage = null;
  207. this.simpleClockControl1.Location = new System.Drawing.Point(334, 58);
  208. this.simpleClockControl1.MinuteHandImage = null;
  209. this.simpleClockControl1.Name = "simpleClockControl1";
  210. this.simpleClockControl1.SecondHandImage = null;
  211. this.simpleClockControl1.Size = new System.Drawing.Size(64, 64);
  212. this.simpleClockControl1.TabIndex = 10;
  213. //
  214. // MainForm
  215. //
  216. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. this.ClientSize = new System.Drawing.Size(609, 470);
  219. this.Controls.Add(this.simpleClockControl4);
  220. this.Controls.Add(this.rotateImageButton1);
  221. this.Controls.Add(this.simpleClockControl3);
  222. this.Controls.Add(this.simpleClockControl2);
  223. this.Controls.Add(this.simpleClockControl1);
  224. this.Controls.Add(this.button1);
  225. this.Controls.Add(this.TestCrossForm);
  226. this.Controls.Add(this.BTCheckYUtils);
  227. this.Controls.Add(this.TestIrrForm);
  228. this.Controls.Add(this.TestShadowForm);
  229. this.Controls.Add(this.TestIconGroupForm);
  230. this.Controls.Add(this.TestPackForm);
  231. this.Controls.Add(this.TestUpdateForm);
  232. this.Controls.Add(this.TestComputerInfoForm);
  233. this.Controls.Add(this.ChineseCalendarForm);
  234. this.Name = "MainForm";
  235. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  236. this.Text = "MainForm";
  237. this.Load += new System.EventHandler(this.MainForm_Load);
  238. ((System.ComponentModel.ISupportInitialize)(this.rotateImageButton1)).EndInit();
  239. this.ResumeLayout(false);
  240. }
  241. #endregion
  242. private System.Windows.Forms.Button ChineseCalendarForm;
  243. private System.Windows.Forms.Button TestComputerInfoForm;
  244. private System.Windows.Forms.Button TestUpdateForm;
  245. private System.Windows.Forms.Button TestPackForm;
  246. private System.Windows.Forms.Button TestIconGroupForm;
  247. private System.Windows.Forms.Button TestShadowForm;
  248. private System.Windows.Forms.Button TestIrrForm;
  249. private System.Windows.Forms.Button BTCheckYUtils;
  250. private System.Windows.Forms.Button TestCrossForm;
  251. private System.Windows.Forms.Button button1;
  252. private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl1;
  253. private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl2;
  254. private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl3;
  255. private Azylee.WinformSkin.ButtonUI.RotateImageButton rotateImageButton1;
  256. private Azylee.WinformSkin.UserWidgets.ClockWidgets.SimpleClockControl simpleClockControl4;
  257. }
  258. }