MainForm.Designer.cs 6.4 KB

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