AboutBox1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. namespace 新一代CaptB点名器
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox1));
  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.labelCompanyName = new System.Windows.Forms.Label();
  34. this.textBoxDescription = 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.labelCompanyName, 1, 3);
  50. this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 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(10, 11);
  54. this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  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(415, 239);
  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, 4);
  71. this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  72. this.logoPictureBox.Name = "logoPictureBox";
  73. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  74. this.logoPictureBox.Size = new System.Drawing.Size(128, 231);
  75. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  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(143, 0);
  83. this.labelProductName.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  84. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 23);
  85. this.labelProductName.Name = "labelProductName";
  86. this.labelProductName.Size = new System.Drawing.Size(268, 23);
  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(143, 23);
  95. this.labelVersion.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  96. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 23);
  97. this.labelVersion.Name = "labelVersion";
  98. this.labelVersion.Size = new System.Drawing.Size(268, 23);
  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(143, 46);
  107. this.labelCopyright.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  108. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 23);
  109. this.labelCopyright.Name = "labelCopyright";
  110. this.labelCopyright.Size = new System.Drawing.Size(268, 23);
  111. this.labelCopyright.TabIndex = 21;
  112. this.labelCopyright.Text = "版权";
  113. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  114. //
  115. // labelCompanyName
  116. //
  117. this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  118. this.labelCompanyName.Location = new System.Drawing.Point(143, 69);
  119. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  120. this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 23);
  121. this.labelCompanyName.Name = "labelCompanyName";
  122. this.labelCompanyName.Size = new System.Drawing.Size(268, 23);
  123. this.labelCompanyName.TabIndex = 22;
  124. this.labelCompanyName.Text = "公司名称";
  125. this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  126. //
  127. // textBoxDescription
  128. //
  129. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.textBoxDescription.Location = new System.Drawing.Point(143, 96);
  131. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(7, 4, 4, 4);
  132. this.textBoxDescription.Multiline = true;
  133. this.textBoxDescription.Name = "textBoxDescription";
  134. this.textBoxDescription.ReadOnly = true;
  135. this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  136. this.textBoxDescription.Size = new System.Drawing.Size(268, 111);
  137. this.textBoxDescription.TabIndex = 23;
  138. this.textBoxDescription.TabStop = false;
  139. this.textBoxDescription.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.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.okButton.Location = new System.Drawing.Point(323, 215);
  147. this.okButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  148. this.okButton.Name = "okButton";
  149. this.okButton.Size = new System.Drawing.Size(88, 20);
  150. this.okButton.TabIndex = 24;
  151. this.okButton.Text = "确定(&O)";
  152. this.okButton.Click += new System.EventHandler(this.okButton_Click);
  153. //
  154. // AboutBox1
  155. //
  156. this.AcceptButton = this.okButton;
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(435, 261);
  160. this.Controls.Add(this.tableLayoutPanel);
  161. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  163. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  164. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  165. this.MaximizeBox = false;
  166. this.MinimizeBox = false;
  167. this.Name = "AboutBox1";
  168. this.Padding = new System.Windows.Forms.Padding(10, 11, 10, 11);
  169. this.ShowInTaskbar = false;
  170. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  171. this.Text = "AboutBox1";
  172. this.tableLayoutPanel.ResumeLayout(false);
  173. this.tableLayoutPanel.PerformLayout();
  174. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  175. this.ResumeLayout(false);
  176. }
  177. #endregion
  178. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  179. private System.Windows.Forms.PictureBox logoPictureBox;
  180. private System.Windows.Forms.Label labelProductName;
  181. private System.Windows.Forms.Label labelVersion;
  182. private System.Windows.Forms.Label labelCopyright;
  183. private System.Windows.Forms.Label labelCompanyName;
  184. private System.Windows.Forms.TextBox textBoxDescription;
  185. private System.Windows.Forms.Button okButton;
  186. }
  187. }