Form_Version.Designer.cs 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. namespace YGUV.Config.FormConfig
  2. {
  3. partial class Form_Version
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Version));
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.groupBox2 = new System.Windows.Forms.GroupBox();
  31. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.groupBox1.SuspendLayout();
  35. this.groupBox2.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // groupBox1
  39. //
  40. this.groupBox1.Controls.Add(this.textBox1);
  41. this.groupBox1.Controls.Add(this.label1);
  42. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  43. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  44. this.groupBox1.Name = "groupBox1";
  45. this.groupBox1.Size = new System.Drawing.Size(887, 75);
  46. this.groupBox1.TabIndex = 0;
  47. this.groupBox1.TabStop = false;
  48. this.groupBox1.Text = "版本信息";
  49. //
  50. // groupBox2
  51. //
  52. this.groupBox2.Controls.Add(this.richTextBox1);
  53. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  54. this.groupBox2.Location = new System.Drawing.Point(0, 75);
  55. this.groupBox2.Name = "groupBox2";
  56. this.groupBox2.Size = new System.Drawing.Size(887, 539);
  57. this.groupBox2.TabIndex = 0;
  58. this.groupBox2.TabStop = false;
  59. this.groupBox2.Text = "版本更新";
  60. //
  61. // richTextBox1
  62. //
  63. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.richTextBox1.Location = new System.Drawing.Point(3, 17);
  65. this.richTextBox1.Name = "richTextBox1";
  66. this.richTextBox1.Size = new System.Drawing.Size(881, 519);
  67. this.richTextBox1.TabIndex = 0;
  68. this.richTextBox1.Text = "";
  69. //
  70. // label1
  71. //
  72. this.label1.AutoSize = true;
  73. this.label1.Location = new System.Drawing.Point(38, 35);
  74. this.label1.Name = "label1";
  75. this.label1.Size = new System.Drawing.Size(53, 12);
  76. this.label1.TabIndex = 0;
  77. this.label1.Text = "版本号:";
  78. //
  79. // textBox1
  80. //
  81. this.textBox1.Location = new System.Drawing.Point(95, 32);
  82. this.textBox1.Name = "textBox1";
  83. this.textBox1.Size = new System.Drawing.Size(100, 21);
  84. this.textBox1.TabIndex = 1;
  85. //
  86. // Form_Version
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.ClientSize = new System.Drawing.Size(887, 614);
  91. this.Controls.Add(this.groupBox2);
  92. this.Controls.Add(this.groupBox1);
  93. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  94. this.Name = "Form_Version";
  95. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  96. this.Text = "版本信息";
  97. this.groupBox1.ResumeLayout(false);
  98. this.groupBox1.PerformLayout();
  99. this.groupBox2.ResumeLayout(false);
  100. this.ResumeLayout(false);
  101. }
  102. #endregion
  103. private System.Windows.Forms.GroupBox groupBox1;
  104. private System.Windows.Forms.TextBox textBox1;
  105. private System.Windows.Forms.Label label1;
  106. private System.Windows.Forms.GroupBox groupBox2;
  107. private System.Windows.Forms.RichTextBox richTextBox1;
  108. }
  109. }