AboutBox1.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace Archives_Center
  2. {
  3. partial class AboutBox1
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. #region Windows 窗体设计器生成的代码
  15. private void InitializeComponent()
  16. {
  17. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox1));
  18. this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
  19. this.logoPictureBox = new System.Windows.Forms.PictureBox();
  20. this.labelProductName = new System.Windows.Forms.Label();
  21. this.labelVersion = new System.Windows.Forms.Label();
  22. this.labelCopyright = new System.Windows.Forms.Label();
  23. this.labelCompanyName = new System.Windows.Forms.Label();
  24. this.textBoxDescription = new System.Windows.Forms.TextBox();
  25. this.okButton = new System.Windows.Forms.Button();
  26. this.tableLayoutPanel.SuspendLayout();
  27. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
  28. this.SuspendLayout();
  29. //
  30. // tableLayoutPanel
  31. //
  32. this.tableLayoutPanel.ColumnCount = 2;
  33. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
  34. this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67F));
  35. this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0);
  36. this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0);
  37. this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1);
  38. this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2);
  39. this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
  40. this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4);
  41. this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
  42. this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.tableLayoutPanel.Location = new System.Drawing.Point(9, 8);
  44. this.tableLayoutPanel.Name = "tableLayoutPanel";
  45. this.tableLayoutPanel.RowCount = 6;
  46. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  47. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  48. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  49. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  50. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  51. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  52. this.tableLayoutPanel.Size = new System.Drawing.Size(417, 245);
  53. this.tableLayoutPanel.TabIndex = 0;
  54. //
  55. // logoPictureBox
  56. //
  57. this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.logoPictureBox.Image = global::Archives_Center.Properties.Resources._256_Icon_0105;
  59. this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
  60. this.logoPictureBox.Name = "logoPictureBox";
  61. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  62. this.logoPictureBox.Size = new System.Drawing.Size(131, 239);
  63. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  64. this.logoPictureBox.TabIndex = 12;
  65. this.logoPictureBox.TabStop = false;
  66. //
  67. // labelProductName
  68. //
  69. this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.labelProductName.Location = new System.Drawing.Point(143, 0);
  71. this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  72. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 16);
  73. this.labelProductName.Name = "labelProductName";
  74. this.labelProductName.Size = new System.Drawing.Size(271, 16);
  75. this.labelProductName.TabIndex = 19;
  76. this.labelProductName.Text = "产品名称";
  77. this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  78. //
  79. // labelVersion
  80. //
  81. this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.labelVersion.Location = new System.Drawing.Point(143, 24);
  83. this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  84. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 16);
  85. this.labelVersion.Name = "labelVersion";
  86. this.labelVersion.Size = new System.Drawing.Size(271, 16);
  87. this.labelVersion.TabIndex = 0;
  88. this.labelVersion.Text = "版本";
  89. this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  90. //
  91. // labelCopyright
  92. //
  93. this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.labelCopyright.Location = new System.Drawing.Point(143, 48);
  95. this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  96. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 16);
  97. this.labelCopyright.Name = "labelCopyright";
  98. this.labelCopyright.Size = new System.Drawing.Size(271, 16);
  99. this.labelCopyright.TabIndex = 21;
  100. this.labelCopyright.Text = "版权";
  101. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  102. //
  103. // labelCompanyName
  104. //
  105. this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.labelCompanyName.Location = new System.Drawing.Point(143, 72);
  107. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  108. this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 16);
  109. this.labelCompanyName.Name = "labelCompanyName";
  110. this.labelCompanyName.Size = new System.Drawing.Size(271, 16);
  111. this.labelCompanyName.TabIndex = 22;
  112. this.labelCompanyName.Text = "公司名称";
  113. this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  114. //
  115. // textBoxDescription
  116. //
  117. this.textBoxDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
  118. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.textBoxDescription.Location = new System.Drawing.Point(143, 99);
  120. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  121. this.textBoxDescription.Multiline = true;
  122. this.textBoxDescription.Name = "textBoxDescription";
  123. this.textBoxDescription.ReadOnly = true;
  124. this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  125. this.textBoxDescription.Size = new System.Drawing.Size(271, 116);
  126. this.textBoxDescription.TabIndex = 23;
  127. this.textBoxDescription.TabStop = false;
  128. this.textBoxDescription.Text = "说明";
  129. //
  130. // okButton
  131. //
  132. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  133. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  134. this.okButton.Location = new System.Drawing.Point(339, 221);
  135. this.okButton.Name = "okButton";
  136. this.okButton.Size = new System.Drawing.Size(75, 21);
  137. this.okButton.TabIndex = 24;
  138. this.okButton.Text = "确定(&O)";
  139. //
  140. // AboutBox1
  141. //
  142. this.AcceptButton = this.okButton;
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.ClientSize = new System.Drawing.Size(435, 261);
  146. this.Controls.Add(this.tableLayoutPanel);
  147. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  148. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  149. this.MaximizeBox = false;
  150. this.MinimizeBox = false;
  151. this.Name = "AboutBox1";
  152. this.Padding = new System.Windows.Forms.Padding(9, 8, 9, 8);
  153. this.ShowIcon = false;
  154. this.ShowInTaskbar = false;
  155. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  156. this.Text = "关于 Archives Center";
  157. this.tableLayoutPanel.ResumeLayout(false);
  158. this.tableLayoutPanel.PerformLayout();
  159. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  164. private System.Windows.Forms.PictureBox logoPictureBox;
  165. private System.Windows.Forms.Label labelProductName;
  166. private System.Windows.Forms.Label labelVersion;
  167. private System.Windows.Forms.Label labelCopyright;
  168. private System.Windows.Forms.Label labelCompanyName;
  169. private System.Windows.Forms.TextBox textBoxDescription;
  170. private System.Windows.Forms.Button okButton;
  171. }
  172. }