AboutForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. namespace MarkdownRenderer
  2. {
  3. partial class AboutForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. protected override void Dispose(bool disposing)
  13. {
  14. if (disposing && (components != null))
  15. {
  16. components.Dispose();
  17. }
  18. base.Dispose(disposing);
  19. }
  20. #region Windows 窗体设计器生成的代码
  21. /// <summary>
  22. /// 设计器支持所需的方法 - 不要修改
  23. /// 使用代码编辑器修改此方法的内容。
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
  28. this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  29. this.logoPictureBox = new System.Windows.Forms.PictureBox();
  30. this.labelProductName = new System.Windows.Forms.Label();
  31. this.labelVersion = new System.Windows.Forms.Label();
  32. this.labelCopyright = new System.Windows.Forms.Label();
  33. this.textBoxDescription = new System.Windows.Forms.Label();
  34. this.textBoxReleaseNote = new System.Windows.Forms.TextBox();
  35. this.okButton = new System.Windows.Forms.Button();
  36. this.tableLayoutPanel.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // tableLayoutPanel
  41. //
  42. this.tableLayoutPanel.ColumnCount = 2;
  43. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
  44. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
  45. this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
  46. this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
  47. this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
  48. this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
  49. this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 3);
  50. this.tableLayoutPanel.Controls.Add(this.textBoxReleaseNote, 1, 4);
  51. this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
  52. this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.tableLayoutPanel.Location = new System.Drawing.Point(12, 10);
  54. this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  55. this.tableLayoutPanel.Name = "tableLayoutPanel";
  56. this.tableLayoutPanel.RowCount = 6;
  57. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  58. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  59. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  60. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  61. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  62. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  63. this.tableLayoutPanel.Size = new System.Drawing.Size(592, 385);
  64. this.tableLayoutPanel.TabIndex = 0;
  65. //
  66. // logoPictureBox
  67. //
  68. this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  69. this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
  70. this.logoPictureBox.Location = new System.Drawing.Point(4, 2);
  71. this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  72. this.logoPictureBox.Name = "logoPictureBox";
  73. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  74. this.logoPictureBox.Size = new System.Drawing.Size(187, 381);
  75. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  76. this.logoPictureBox.TabIndex = 12;
  77. this.logoPictureBox.TabStop = false;
  78. //
  79. // labelProductName
  80. //
  81. this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.labelProductName.Location = new System.Drawing.Point(203, 0);
  83. this.labelProductName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  84. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 20);
  85. this.labelProductName.Name = "labelProductName";
  86. this.labelProductName.Size = new System.Drawing.Size(385, 20);
  87. this.labelProductName.TabIndex = 19;
  88. this.labelProductName.Text = "产品名称";
  89. this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  90. //
  91. // labelVersion
  92. //
  93. this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.labelVersion.Location = new System.Drawing.Point(203, 38);
  95. this.labelVersion.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  96. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 20);
  97. this.labelVersion.Name = "labelVersion";
  98. this.labelVersion.Size = new System.Drawing.Size(385, 20);
  99. this.labelVersion.TabIndex = 0;
  100. this.labelVersion.Text = "版本";
  101. this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  102. //
  103. // labelCopyright
  104. //
  105. this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.labelCopyright.Location = new System.Drawing.Point(203, 76);
  107. this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  108. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 20);
  109. this.labelCopyright.Name = "labelCopyright";
  110. this.labelCopyright.Size = new System.Drawing.Size(385, 20);
  111. this.labelCopyright.TabIndex = 21;
  112. this.labelCopyright.Text = "版权";
  113. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  114. //
  115. // textBoxDescription
  116. //
  117. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.textBoxDescription.Location = new System.Drawing.Point(203, 114);
  119. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  120. this.textBoxDescription.MaximumSize = new System.Drawing.Size(0, 20);
  121. this.textBoxDescription.Name = "textBoxDescription";
  122. this.textBoxDescription.Size = new System.Drawing.Size(385, 20);
  123. this.textBoxDescription.TabIndex = 22;
  124. this.textBoxDescription.Text = "说明";
  125. this.textBoxDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  126. //
  127. // textBoxReleaseNote
  128. //
  129. this.textBoxReleaseNote.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.textBoxReleaseNote.Location = new System.Drawing.Point(203, 154);
  131. this.textBoxReleaseNote.Margin = new System.Windows.Forms.Padding(8, 2, 4, 2);
  132. this.textBoxReleaseNote.Multiline = true;
  133. this.textBoxReleaseNote.Name = "textBoxReleaseNote";
  134. this.textBoxReleaseNote.ReadOnly = true;
  135. this.textBoxReleaseNote.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  136. this.textBoxReleaseNote.Size = new System.Drawing.Size(385, 188);
  137. this.textBoxReleaseNote.TabIndex = 23;
  138. this.textBoxReleaseNote.TabStop = false;
  139. this.textBoxReleaseNote.Text = "发行公告";
  140. //
  141. // okButton
  142. //
  143. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  144. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  145. this.okButton.Location = new System.Drawing.Point(488, 355);
  146. this.okButton.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  147. this.okButton.Name = "okButton";
  148. this.okButton.Size = new System.Drawing.Size(100, 28);
  149. this.okButton.TabIndex = 24;
  150. this.okButton.Text = "&OK";
  151. //
  152. // AboutForm
  153. //
  154. this.AcceptButton = this.okButton;
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(616, 405);
  158. this.Controls.Add(this.tableLayoutPanel);
  159. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  160. this.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  161. this.MaximizeBox = false;
  162. this.MinimizeBox = false;
  163. this.Name = "AboutForm";
  164. this.Padding = new System.Windows.Forms.Padding(12, 10, 12, 10);
  165. this.ShowIcon = false;
  166. this.ShowInTaskbar = false;
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  168. this.Text = "AboutForm";
  169. this.tableLayoutPanel.ResumeLayout(false);
  170. this.tableLayoutPanel.PerformLayout();
  171. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  176. private System.Windows.Forms.PictureBox logoPictureBox;
  177. private System.Windows.Forms.Label labelProductName;
  178. private System.Windows.Forms.Label labelVersion;
  179. private System.Windows.Forms.Label labelCopyright;
  180. private System.Windows.Forms.Label textBoxDescription;
  181. private System.Windows.Forms.TextBox textBoxReleaseNote;
  182. private System.Windows.Forms.Button okButton;
  183. }
  184. }