AboutBox1.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. namespace NewArchivesCenter
  2. {
  3. partial class AboutBox1
  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. tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  28. logoPictureBox = new System.Windows.Forms.PictureBox();
  29. labelProductName = new System.Windows.Forms.Label();
  30. labelVersion = new System.Windows.Forms.Label();
  31. labelCopyright = new System.Windows.Forms.Label();
  32. labelCompanyName = new System.Windows.Forms.Label();
  33. textBoxDescription = new System.Windows.Forms.TextBox();
  34. okButton = new System.Windows.Forms.Button();
  35. tableLayoutPanel.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)logoPictureBox).BeginInit();
  37. SuspendLayout();
  38. //
  39. // tableLayoutPanel
  40. //
  41. tableLayoutPanel.ColumnCount = 2;
  42. tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 49.1304359F));
  43. tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.8695641F));
  44. tableLayoutPanel.Controls.Add(logoPictureBox, 0, 0);
  45. tableLayoutPanel.Controls.Add(labelProductName, 1, 0);
  46. tableLayoutPanel.Controls.Add(labelVersion, 1, 1);
  47. tableLayoutPanel.Controls.Add(labelCopyright, 1, 2);
  48. tableLayoutPanel.Controls.Add(labelCompanyName, 1, 3);
  49. tableLayoutPanel.Controls.Add(textBoxDescription, 1, 4);
  50. tableLayoutPanel.Controls.Add(okButton, 1, 5);
  51. tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  52. tableLayoutPanel.Location = new System.Drawing.Point(9, 8);
  53. tableLayoutPanel.Name = "tableLayoutPanel";
  54. tableLayoutPanel.RowCount = 6;
  55. tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  56. tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  57. tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  58. tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  59. tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  60. tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  61. tableLayoutPanel.Size = new System.Drawing.Size(393, 207);
  62. tableLayoutPanel.TabIndex = 0;
  63. //
  64. // logoPictureBox
  65. //
  66. logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  67. logoPictureBox.Image = Properties.Resources._256_Icon_0105;
  68. logoPictureBox.Location = new System.Drawing.Point(3, 3);
  69. logoPictureBox.Name = "logoPictureBox";
  70. tableLayoutPanel.SetRowSpan(logoPictureBox, 6);
  71. logoPictureBox.Size = new System.Drawing.Size(187, 201);
  72. logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  73. logoPictureBox.TabIndex = 12;
  74. logoPictureBox.TabStop = false;
  75. //
  76. // labelProductName
  77. //
  78. labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  79. labelProductName.Location = new System.Drawing.Point(199, 0);
  80. labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  81. labelProductName.MaximumSize = new System.Drawing.Size(0, 16);
  82. labelProductName.Name = "labelProductName";
  83. labelProductName.Size = new System.Drawing.Size(191, 16);
  84. labelProductName.TabIndex = 19;
  85. labelProductName.Text = "产品名称";
  86. labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  87. //
  88. // labelVersion
  89. //
  90. labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  91. labelVersion.Location = new System.Drawing.Point(199, 20);
  92. labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  93. labelVersion.MaximumSize = new System.Drawing.Size(0, 16);
  94. labelVersion.Name = "labelVersion";
  95. labelVersion.Size = new System.Drawing.Size(191, 16);
  96. labelVersion.TabIndex = 0;
  97. labelVersion.Text = "版本";
  98. labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  99. //
  100. // labelCopyright
  101. //
  102. labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  103. labelCopyright.Location = new System.Drawing.Point(199, 40);
  104. labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  105. labelCopyright.MaximumSize = new System.Drawing.Size(0, 16);
  106. labelCopyright.Name = "labelCopyright";
  107. labelCopyright.Size = new System.Drawing.Size(191, 16);
  108. labelCopyright.TabIndex = 21;
  109. labelCopyright.Text = "版权";
  110. labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  111. //
  112. // labelCompanyName
  113. //
  114. labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  115. labelCompanyName.Location = new System.Drawing.Point(199, 60);
  116. labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  117. labelCompanyName.MaximumSize = new System.Drawing.Size(0, 16);
  118. labelCompanyName.Name = "labelCompanyName";
  119. labelCompanyName.Size = new System.Drawing.Size(191, 16);
  120. labelCompanyName.TabIndex = 22;
  121. labelCompanyName.Text = "公司名称";
  122. labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  123. //
  124. // textBoxDescription
  125. //
  126. textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  127. textBoxDescription.Location = new System.Drawing.Point(199, 83);
  128. textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  129. textBoxDescription.Multiline = true;
  130. textBoxDescription.Name = "textBoxDescription";
  131. textBoxDescription.ReadOnly = true;
  132. textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  133. textBoxDescription.Size = new System.Drawing.Size(191, 97);
  134. textBoxDescription.TabIndex = 23;
  135. textBoxDescription.TabStop = false;
  136. textBoxDescription.Text = "说明";
  137. //
  138. // okButton
  139. //
  140. okButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
  141. okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  142. okButton.Location = new System.Drawing.Point(315, 188);
  143. okButton.Name = "okButton";
  144. okButton.Size = new System.Drawing.Size(75, 16);
  145. okButton.TabIndex = 24;
  146. okButton.Text = "确定(&O)";
  147. //
  148. // AboutBox1
  149. //
  150. AcceptButton = okButton;
  151. AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  152. AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. ClientSize = new System.Drawing.Size(411, 223);
  154. Controls.Add(tableLayoutPanel);
  155. FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  156. MaximizeBox = false;
  157. MinimizeBox = false;
  158. Name = "AboutBox1";
  159. Padding = new System.Windows.Forms.Padding(9, 8, 9, 8);
  160. ShowIcon = false;
  161. ShowInTaskbar = false;
  162. StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  163. Text = "AboutBox1";
  164. Load += AboutBox1_Load;
  165. tableLayoutPanel.ResumeLayout(false);
  166. tableLayoutPanel.PerformLayout();
  167. ((System.ComponentModel.ISupportInitialize)logoPictureBox).EndInit();
  168. ResumeLayout(false);
  169. }
  170. #endregion
  171. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  172. private System.Windows.Forms.PictureBox logoPictureBox;
  173. private System.Windows.Forms.Label labelProductName;
  174. private System.Windows.Forms.Label labelVersion;
  175. private System.Windows.Forms.Label labelCopyright;
  176. private System.Windows.Forms.Label labelCompanyName;
  177. private System.Windows.Forms.TextBox textBoxDescription;
  178. private System.Windows.Forms.Button okButton;
  179. }
  180. }