/tags/1.0/AboutBox.Designer.cs

# · C# · 188 lines · 145 code · 6 blank · 37 comment · 3 complexity · b19148009d1529412352c4b519c30045 MD5 · raw file

  1. namespace RegexMaster
  2. {
  3. partial class AboutBox
  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. 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 Form Designer generated code
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
  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.TextBox();
  34. this.okButton = new System.Windows.Forms.Button();
  35. this.labelCompanyName = new System.Windows.Forms.LinkLabel();
  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, 4);
  50. this.tableLayoutPanel.Controls.Add(this.okButton, 1, 5);
  51. this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3);
  52. this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  53. this.tableLayoutPanel.Location = new System.Drawing.Point(9, 9);
  54. this.tableLayoutPanel.Name = "tableLayoutPanel";
  55. this.tableLayoutPanel.RowCount = 6;
  56. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  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, 50F));
  61. this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  62. this.tableLayoutPanel.Size = new System.Drawing.Size(417, 265);
  63. this.tableLayoutPanel.TabIndex = 0;
  64. //
  65. // logoPictureBox
  66. //
  67. this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
  69. this.logoPictureBox.Location = new System.Drawing.Point(3, 3);
  70. this.logoPictureBox.Name = "logoPictureBox";
  71. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  72. this.logoPictureBox.Size = new System.Drawing.Size(131, 259);
  73. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  74. this.logoPictureBox.TabIndex = 12;
  75. this.logoPictureBox.TabStop = false;
  76. //
  77. // labelProductName
  78. //
  79. this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.labelProductName.Location = new System.Drawing.Point(143, 0);
  81. this.labelProductName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  82. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
  83. this.labelProductName.Name = "labelProductName";
  84. this.labelProductName.Size = new System.Drawing.Size(271, 17);
  85. this.labelProductName.TabIndex = 19;
  86. this.labelProductName.Text = "Product Name";
  87. this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  88. //
  89. // labelVersion
  90. //
  91. this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  92. this.labelVersion.Location = new System.Drawing.Point(143, 26);
  93. this.labelVersion.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  94. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
  95. this.labelVersion.Name = "labelVersion";
  96. this.labelVersion.Size = new System.Drawing.Size(271, 17);
  97. this.labelVersion.TabIndex = 0;
  98. this.labelVersion.Text = "Version";
  99. this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  100. //
  101. // labelCopyright
  102. //
  103. this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.labelCopyright.Location = new System.Drawing.Point(143, 52);
  105. this.labelCopyright.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  106. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
  107. this.labelCopyright.Name = "labelCopyright";
  108. this.labelCopyright.Size = new System.Drawing.Size(271, 17);
  109. this.labelCopyright.TabIndex = 21;
  110. this.labelCopyright.Text = "Copyright";
  111. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  112. //
  113. // textBoxDescription
  114. //
  115. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.textBoxDescription.Location = new System.Drawing.Point(143, 107);
  117. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(6, 3, 3, 3);
  118. this.textBoxDescription.Multiline = true;
  119. this.textBoxDescription.Name = "textBoxDescription";
  120. this.textBoxDescription.ReadOnly = true;
  121. this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  122. this.textBoxDescription.Size = new System.Drawing.Size(271, 126);
  123. this.textBoxDescription.TabIndex = 23;
  124. this.textBoxDescription.TabStop = false;
  125. this.textBoxDescription.Text = "Description";
  126. //
  127. // okButton
  128. //
  129. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  130. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  131. this.okButton.Location = new System.Drawing.Point(339, 239);
  132. this.okButton.Name = "okButton";
  133. this.okButton.Size = new System.Drawing.Size(75, 23);
  134. this.okButton.TabIndex = 24;
  135. this.okButton.Text = "&OK";
  136. //
  137. // labelCompanyName
  138. //
  139. this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.labelCompanyName.Location = new System.Drawing.Point(143, 78);
  141. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(6, 0, 3, 0);
  142. this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
  143. this.labelCompanyName.Name = "labelCompanyName";
  144. this.labelCompanyName.Size = new System.Drawing.Size(271, 17);
  145. this.labelCompanyName.TabIndex = 22;
  146. this.labelCompanyName.TabStop = true;
  147. this.labelCompanyName.Text = "Company Name";
  148. this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  149. this.labelCompanyName.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.labelCompanyName_LinkClicked);
  150. //
  151. // AboutBox
  152. //
  153. this.AcceptButton = this.okButton;
  154. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  155. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  156. this.ClientSize = new System.Drawing.Size(435, 283);
  157. this.Controls.Add(this.tableLayoutPanel);
  158. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  159. this.MaximizeBox = false;
  160. this.MinimizeBox = false;
  161. this.Name = "AboutBox";
  162. this.Padding = new System.Windows.Forms.Padding(9);
  163. this.ShowIcon = false;
  164. this.ShowInTaskbar = false;
  165. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  166. this.Text = "AboutBox";
  167. this.tableLayoutPanel.ResumeLayout(false);
  168. this.tableLayoutPanel.PerformLayout();
  169. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  170. this.ResumeLayout(false);
  171. }
  172. #endregion
  173. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  174. private System.Windows.Forms.PictureBox logoPictureBox;
  175. private System.Windows.Forms.Label labelProductName;
  176. private System.Windows.Forms.Label labelVersion;
  177. private System.Windows.Forms.Label labelCopyright;
  178. private System.Windows.Forms.LinkLabel labelCompanyName;
  179. private System.Windows.Forms.TextBox textBoxDescription;
  180. private System.Windows.Forms.Button okButton;
  181. }
  182. }