MainForm.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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.SuspendLayout();
  39. //
  40. // ChineseCalendarForm
  41. //
  42. this.ChineseCalendarForm.Location = new System.Drawing.Point(12, 12);
  43. this.ChineseCalendarForm.Name = "ChineseCalendarForm";
  44. this.ChineseCalendarForm.Size = new System.Drawing.Size(262, 23);
  45. this.ChineseCalendarForm.TabIndex = 0;
  46. this.ChineseCalendarForm.Text = "ChineseCalendarForm";
  47. this.ChineseCalendarForm.UseVisualStyleBackColor = true;
  48. this.ChineseCalendarForm.Click += new System.EventHandler(this.ChineseCalendarForm_Click);
  49. //
  50. // TestComputerInfoForm
  51. //
  52. this.TestComputerInfoForm.Location = new System.Drawing.Point(12, 41);
  53. this.TestComputerInfoForm.Name = "TestComputerInfoForm";
  54. this.TestComputerInfoForm.Size = new System.Drawing.Size(262, 23);
  55. this.TestComputerInfoForm.TabIndex = 1;
  56. this.TestComputerInfoForm.Text = "TestComputerInfoForm";
  57. this.TestComputerInfoForm.UseVisualStyleBackColor = true;
  58. this.TestComputerInfoForm.Click += new System.EventHandler(this.TestComputerInfoForm_Click);
  59. //
  60. // TestUpdateForm
  61. //
  62. this.TestUpdateForm.Location = new System.Drawing.Point(12, 70);
  63. this.TestUpdateForm.Name = "TestUpdateForm";
  64. this.TestUpdateForm.Size = new System.Drawing.Size(262, 23);
  65. this.TestUpdateForm.TabIndex = 2;
  66. this.TestUpdateForm.Text = "TestUpdateForm";
  67. this.TestUpdateForm.UseVisualStyleBackColor = true;
  68. this.TestUpdateForm.Click += new System.EventHandler(this.TestUpdateForm_Click);
  69. //
  70. // TestPackForm
  71. //
  72. this.TestPackForm.Location = new System.Drawing.Point(12, 99);
  73. this.TestPackForm.Name = "TestPackForm";
  74. this.TestPackForm.Size = new System.Drawing.Size(262, 23);
  75. this.TestPackForm.TabIndex = 3;
  76. this.TestPackForm.Text = "TestPackForm";
  77. this.TestPackForm.UseVisualStyleBackColor = true;
  78. this.TestPackForm.Click += new System.EventHandler(this.TestPackForm_Click);
  79. //
  80. // TestIconGroupForm
  81. //
  82. this.TestIconGroupForm.Location = new System.Drawing.Point(12, 128);
  83. this.TestIconGroupForm.Name = "TestIconGroupForm";
  84. this.TestIconGroupForm.Size = new System.Drawing.Size(262, 23);
  85. this.TestIconGroupForm.TabIndex = 4;
  86. this.TestIconGroupForm.Text = "TestIconGroupForm";
  87. this.TestIconGroupForm.UseVisualStyleBackColor = true;
  88. this.TestIconGroupForm.Click += new System.EventHandler(this.TestIconGroupForm_Click);
  89. //
  90. // TestShadowForm
  91. //
  92. this.TestShadowForm.Location = new System.Drawing.Point(12, 157);
  93. this.TestShadowForm.Name = "TestShadowForm";
  94. this.TestShadowForm.Size = new System.Drawing.Size(262, 23);
  95. this.TestShadowForm.TabIndex = 5;
  96. this.TestShadowForm.Text = "TestShadowForm";
  97. this.TestShadowForm.UseVisualStyleBackColor = true;
  98. this.TestShadowForm.Click += new System.EventHandler(this.TestShadowForm_Click);
  99. //
  100. // TestIrrForm
  101. //
  102. this.TestIrrForm.Location = new System.Drawing.Point(12, 186);
  103. this.TestIrrForm.Name = "TestIrrForm";
  104. this.TestIrrForm.Size = new System.Drawing.Size(262, 23);
  105. this.TestIrrForm.TabIndex = 6;
  106. this.TestIrrForm.Text = "TestIrrForm";
  107. this.TestIrrForm.UseVisualStyleBackColor = true;
  108. this.TestIrrForm.Click += new System.EventHandler(this.TestIrrForm_Click);
  109. //
  110. // BTCheckYUtils
  111. //
  112. this.BTCheckYUtils.Location = new System.Drawing.Point(465, 12);
  113. this.BTCheckYUtils.Name = "BTCheckYUtils";
  114. this.BTCheckYUtils.Size = new System.Drawing.Size(75, 23);
  115. this.BTCheckYUtils.TabIndex = 7;
  116. this.BTCheckYUtils.Text = "检查工具类";
  117. this.BTCheckYUtils.UseVisualStyleBackColor = true;
  118. this.BTCheckYUtils.Click += new System.EventHandler(this.BTCheckYUtils_Click);
  119. //
  120. // TestCrossForm
  121. //
  122. this.TestCrossForm.Location = new System.Drawing.Point(13, 216);
  123. this.TestCrossForm.Name = "TestCrossForm";
  124. this.TestCrossForm.Size = new System.Drawing.Size(261, 23);
  125. this.TestCrossForm.TabIndex = 8;
  126. this.TestCrossForm.Text = "TestCrossForm";
  127. this.TestCrossForm.UseVisualStyleBackColor = true;
  128. this.TestCrossForm.Click += new System.EventHandler(this.TestCrossForm_Click);
  129. //
  130. // button1
  131. //
  132. this.button1.Location = new System.Drawing.Point(13, 256);
  133. this.button1.Name = "button1";
  134. this.button1.Size = new System.Drawing.Size(261, 23);
  135. this.button1.TabIndex = 9;
  136. this.button1.Text = "测试ToastForm";
  137. this.button1.UseVisualStyleBackColor = true;
  138. this.button1.Click += new System.EventHandler(this.button1_Click);
  139. //
  140. // MainForm
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(564, 427);
  145. this.Controls.Add(this.button1);
  146. this.Controls.Add(this.TestCrossForm);
  147. this.Controls.Add(this.BTCheckYUtils);
  148. this.Controls.Add(this.TestIrrForm);
  149. this.Controls.Add(this.TestShadowForm);
  150. this.Controls.Add(this.TestIconGroupForm);
  151. this.Controls.Add(this.TestPackForm);
  152. this.Controls.Add(this.TestUpdateForm);
  153. this.Controls.Add(this.TestComputerInfoForm);
  154. this.Controls.Add(this.ChineseCalendarForm);
  155. this.Name = "MainForm";
  156. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  157. this.Text = "MainForm";
  158. this.Load += new System.EventHandler(this.MainForm_Load);
  159. this.ResumeLayout(false);
  160. }
  161. #endregion
  162. private System.Windows.Forms.Button ChineseCalendarForm;
  163. private System.Windows.Forms.Button TestComputerInfoForm;
  164. private System.Windows.Forms.Button TestUpdateForm;
  165. private System.Windows.Forms.Button TestPackForm;
  166. private System.Windows.Forms.Button TestIconGroupForm;
  167. private System.Windows.Forms.Button TestShadowForm;
  168. private System.Windows.Forms.Button TestIrrForm;
  169. private System.Windows.Forms.Button BTCheckYUtils;
  170. private System.Windows.Forms.Button TestCrossForm;
  171. private System.Windows.Forms.Button button1;
  172. }
  173. }