MainForm.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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.SuspendLayout();
  33. //
  34. // ChineseCalendarForm
  35. //
  36. this.ChineseCalendarForm.Location = new System.Drawing.Point(70, 80);
  37. this.ChineseCalendarForm.Name = "ChineseCalendarForm";
  38. this.ChineseCalendarForm.Size = new System.Drawing.Size(262, 23);
  39. this.ChineseCalendarForm.TabIndex = 0;
  40. this.ChineseCalendarForm.Text = "ChineseCalendarForm";
  41. this.ChineseCalendarForm.UseVisualStyleBackColor = true;
  42. this.ChineseCalendarForm.Click += new System.EventHandler(this.ChineseCalendarForm_Click);
  43. //
  44. // TestComputerInfoForm
  45. //
  46. this.TestComputerInfoForm.Location = new System.Drawing.Point(70, 149);
  47. this.TestComputerInfoForm.Name = "TestComputerInfoForm";
  48. this.TestComputerInfoForm.Size = new System.Drawing.Size(262, 23);
  49. this.TestComputerInfoForm.TabIndex = 1;
  50. this.TestComputerInfoForm.Text = "TestComputerInfoForm";
  51. this.TestComputerInfoForm.UseVisualStyleBackColor = true;
  52. this.TestComputerInfoForm.Click += new System.EventHandler(this.TestComputerInfoForm_Click);
  53. //
  54. // TestUpdateForm
  55. //
  56. this.TestUpdateForm.Location = new System.Drawing.Point(70, 206);
  57. this.TestUpdateForm.Name = "TestUpdateForm";
  58. this.TestUpdateForm.Size = new System.Drawing.Size(262, 23);
  59. this.TestUpdateForm.TabIndex = 2;
  60. this.TestUpdateForm.Text = "TestUpdateForm";
  61. this.TestUpdateForm.UseVisualStyleBackColor = true;
  62. this.TestUpdateForm.Click += new System.EventHandler(this.TestUpdateForm_Click);
  63. //
  64. // TestPackForm
  65. //
  66. this.TestPackForm.Location = new System.Drawing.Point(70, 267);
  67. this.TestPackForm.Name = "TestPackForm";
  68. this.TestPackForm.Size = new System.Drawing.Size(262, 23);
  69. this.TestPackForm.TabIndex = 3;
  70. this.TestPackForm.Text = "TestPackForm";
  71. this.TestPackForm.UseVisualStyleBackColor = true;
  72. this.TestPackForm.Click += new System.EventHandler(this.TestPackForm_Click);
  73. //
  74. // MainForm
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.ClientSize = new System.Drawing.Size(564, 427);
  79. this.Controls.Add(this.TestPackForm);
  80. this.Controls.Add(this.TestUpdateForm);
  81. this.Controls.Add(this.TestComputerInfoForm);
  82. this.Controls.Add(this.ChineseCalendarForm);
  83. this.Name = "MainForm";
  84. this.Text = "MainForm";
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private System.Windows.Forms.Button ChineseCalendarForm;
  89. private System.Windows.Forms.Button TestComputerInfoForm;
  90. private System.Windows.Forms.Button TestUpdateForm;
  91. private System.Windows.Forms.Button TestPackForm;
  92. }
  93. }