AboutBox1.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. namespace data_displayer
  2. {
  3. partial class AboutBox1
  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(AboutBox1));
  28. tableLayoutPanel = new TableLayoutPanel();
  29. logoPictureBox = new PictureBox();
  30. labelProductName = new Label();
  31. labelVersion = new Label();
  32. labelCopyright = new Label();
  33. labelCompanyName = new Label();
  34. textBoxDescription = new TextBox();
  35. okButton = new Button();
  36. tableLayoutPanel.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)logoPictureBox).BeginInit();
  38. SuspendLayout();
  39. //
  40. // tableLayoutPanel
  41. //
  42. tableLayoutPanel.ColumnCount = 2;
  43. tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33F));
  44. tableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 67F));
  45. tableLayoutPanel.Controls.Add(logoPictureBox, 0, 0);
  46. tableLayoutPanel.Controls.Add(labelProductName, 1, 0);
  47. tableLayoutPanel.Controls.Add(labelVersion, 1, 1);
  48. tableLayoutPanel.Controls.Add(labelCopyright, 1, 2);
  49. tableLayoutPanel.Controls.Add(labelCompanyName, 1, 3);
  50. tableLayoutPanel.Controls.Add(textBoxDescription, 1, 4);
  51. tableLayoutPanel.Controls.Add(okButton, 1, 5);
  52. tableLayoutPanel.Dock = DockStyle.Fill;
  53. tableLayoutPanel.Location = new Point(10, 10);
  54. tableLayoutPanel.Margin = new Padding(4, 3, 4, 3);
  55. tableLayoutPanel.Name = "tableLayoutPanel";
  56. tableLayoutPanel.RowCount = 6;
  57. tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
  58. tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
  59. tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
  60. tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
  61. tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
  62. tableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.Percent, 10F));
  63. tableLayoutPanel.Size = new Size(487, 307);
  64. tableLayoutPanel.TabIndex = 0;
  65. //
  66. // logoPictureBox
  67. //
  68. logoPictureBox.Dock = DockStyle.Fill;
  69. logoPictureBox.Image = (Image)resources.GetObject("logoPictureBox.Image");
  70. logoPictureBox.Location = new Point(4, 3);
  71. logoPictureBox.Margin = new Padding(4, 3, 4, 3);
  72. logoPictureBox.Name = "logoPictureBox";
  73. tableLayoutPanel.SetRowSpan(logoPictureBox, 6);
  74. logoPictureBox.Size = new Size(152, 301);
  75. logoPictureBox.SizeMode = PictureBoxSizeMode.StretchImage;
  76. logoPictureBox.TabIndex = 12;
  77. logoPictureBox.TabStop = false;
  78. //
  79. // labelProductName
  80. //
  81. labelProductName.Dock = DockStyle.Fill;
  82. labelProductName.Location = new Point(167, 0);
  83. labelProductName.Margin = new Padding(7, 0, 4, 0);
  84. labelProductName.MaximumSize = new Size(0, 20);
  85. labelProductName.Name = "labelProductName";
  86. labelProductName.Size = new Size(316, 20);
  87. labelProductName.TabIndex = 19;
  88. labelProductName.Text = "Product Name";
  89. labelProductName.TextAlign = ContentAlignment.MiddleLeft;
  90. //
  91. // labelVersion
  92. //
  93. labelVersion.Dock = DockStyle.Fill;
  94. labelVersion.Location = new Point(167, 30);
  95. labelVersion.Margin = new Padding(7, 0, 4, 0);
  96. labelVersion.MaximumSize = new Size(0, 20);
  97. labelVersion.Name = "labelVersion";
  98. labelVersion.Size = new Size(316, 20);
  99. labelVersion.TabIndex = 0;
  100. labelVersion.Text = "Version";
  101. labelVersion.TextAlign = ContentAlignment.MiddleLeft;
  102. //
  103. // labelCopyright
  104. //
  105. labelCopyright.Dock = DockStyle.Fill;
  106. labelCopyright.Location = new Point(167, 60);
  107. labelCopyright.Margin = new Padding(7, 0, 4, 0);
  108. labelCopyright.MaximumSize = new Size(0, 20);
  109. labelCopyright.Name = "labelCopyright";
  110. labelCopyright.Size = new Size(316, 20);
  111. labelCopyright.TabIndex = 21;
  112. labelCopyright.Text = "Copyright";
  113. labelCopyright.TextAlign = ContentAlignment.MiddleLeft;
  114. //
  115. // labelCompanyName
  116. //
  117. labelCompanyName.Dock = DockStyle.Fill;
  118. labelCompanyName.Location = new Point(167, 90);
  119. labelCompanyName.Margin = new Padding(7, 0, 4, 0);
  120. labelCompanyName.MaximumSize = new Size(0, 20);
  121. labelCompanyName.Name = "labelCompanyName";
  122. labelCompanyName.Size = new Size(316, 20);
  123. labelCompanyName.TabIndex = 22;
  124. labelCompanyName.Text = "Company Name";
  125. labelCompanyName.TextAlign = ContentAlignment.MiddleLeft;
  126. //
  127. // textBoxDescription
  128. //
  129. textBoxDescription.Dock = DockStyle.Fill;
  130. textBoxDescription.Location = new Point(167, 123);
  131. textBoxDescription.Margin = new Padding(7, 3, 4, 3);
  132. textBoxDescription.Multiline = true;
  133. textBoxDescription.Name = "textBoxDescription";
  134. textBoxDescription.ReadOnly = true;
  135. textBoxDescription.ScrollBars = ScrollBars.Both;
  136. textBoxDescription.Size = new Size(316, 147);
  137. textBoxDescription.TabIndex = 23;
  138. textBoxDescription.TabStop = false;
  139. textBoxDescription.Text = "Description";
  140. //
  141. // okButton
  142. //
  143. okButton.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
  144. okButton.DialogResult = DialogResult.Cancel;
  145. okButton.Location = new Point(395, 277);
  146. okButton.Margin = new Padding(4, 3, 4, 3);
  147. okButton.Name = "okButton";
  148. okButton.Size = new Size(88, 27);
  149. okButton.TabIndex = 24;
  150. okButton.Text = "&OK";
  151. //
  152. // AboutBox1
  153. //
  154. AcceptButton = okButton;
  155. AutoScaleDimensions = new SizeF(7F, 15F);
  156. AutoScaleMode = AutoScaleMode.Font;
  157. ClientSize = new Size(507, 327);
  158. Controls.Add(tableLayoutPanel);
  159. FormBorderStyle = FormBorderStyle.FixedDialog;
  160. Margin = new Padding(4, 3, 4, 3);
  161. MaximizeBox = false;
  162. MinimizeBox = false;
  163. Name = "AboutBox1";
  164. Padding = new Padding(10);
  165. ShowIcon = false;
  166. ShowInTaskbar = false;
  167. StartPosition = FormStartPosition.CenterParent;
  168. Text = "AboutBox1";
  169. tableLayoutPanel.ResumeLayout(false);
  170. tableLayoutPanel.PerformLayout();
  171. ((System.ComponentModel.ISupportInitialize)logoPictureBox).EndInit();
  172. 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 labelCompanyName;
  181. private System.Windows.Forms.TextBox textBoxDescription;
  182. private System.Windows.Forms.Button okButton;
  183. }
  184. }