MainForm.Designer.cs 5.7 KB

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