MainForm.Designer.cs 7.8 KB

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