MainForm.Designer.cs 7.2 KB

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