AboutDistributionExplorer.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. namespace distribution_explorer
  2. {
  3. partial class AboutDistributionExplorer
  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(AboutDistributionExplorer));
  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(12, 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(556, 326);
  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.InitialImage = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.InitialImage")));
  71. this.logoPictureBox.Location = new System.Drawing.Point(4, 4);
  72. this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  73. this.logoPictureBox.Name = "logoPictureBox";
  74. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  75. this.logoPictureBox.Size = new System.Drawing.Size(175, 318);
  76. this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  77. this.logoPictureBox.TabIndex = 12;
  78. this.logoPictureBox.TabStop = false;
  79. //
  80. // labelProductName
  81. //
  82. this.labelProductName.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.labelProductName.Location = new System.Drawing.Point(191, 0);
  84. this.labelProductName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  85. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 21);
  86. this.labelProductName.Name = "labelProductName";
  87. this.labelProductName.Size = new System.Drawing.Size(361, 21);
  88. this.labelProductName.TabIndex = 19;
  89. this.labelProductName.Text = "Product Name Distribution Explorer";
  90. this.labelProductName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  91. //
  92. // labelVersion
  93. //
  94. this.labelVersion.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.labelVersion.Location = new System.Drawing.Point(191, 32);
  96. this.labelVersion.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  97. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 21);
  98. this.labelVersion.Name = "labelVersion";
  99. this.labelVersion.Size = new System.Drawing.Size(361, 21);
  100. this.labelVersion.TabIndex = 0;
  101. this.labelVersion.Text = "Version 1.1";
  102. this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  103. //
  104. // labelCopyright
  105. //
  106. this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.labelCopyright.Location = new System.Drawing.Point(191, 64);
  108. this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  109. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21);
  110. this.labelCopyright.Name = "labelCopyright";
  111. this.labelCopyright.Size = new System.Drawing.Size(361, 21);
  112. this.labelCopyright.TabIndex = 21;
  113. this.labelCopyright.Text = "Copyright John Maddock and Paul A. Bristow 2007";
  114. this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  115. //
  116. // labelCompanyName
  117. //
  118. this.labelCompanyName.AutoSize = true;
  119. this.labelCompanyName.Dock = System.Windows.Forms.DockStyle.Bottom;
  120. this.labelCompanyName.Location = new System.Drawing.Point(191, 111);
  121. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0);
  122. this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 21);
  123. this.labelCompanyName.Name = "labelCompanyName";
  124. this.labelCompanyName.Size = new System.Drawing.Size(361, 17);
  125. this.labelCompanyName.TabIndex = 22;
  126. this.labelCompanyName.Text = "Company Name";
  127. this.labelCompanyName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  128. //
  129. // textBoxDescription
  130. //
  131. this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.textBoxDescription.Location = new System.Drawing.Point(191, 132);
  133. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4);
  134. this.textBoxDescription.Multiline = true;
  135. this.textBoxDescription.Name = "textBoxDescription";
  136. this.textBoxDescription.ReadOnly = true;
  137. this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  138. this.textBoxDescription.Size = new System.Drawing.Size(361, 155);
  139. this.textBoxDescription.TabIndex = 23;
  140. this.textBoxDescription.TabStop = false;
  141. this.textBoxDescription.Text = resources.GetString("textBoxDescription.Text");
  142. //
  143. // okButton
  144. //
  145. this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  146. this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  147. this.okButton.Location = new System.Drawing.Point(452, 295);
  148. this.okButton.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  149. this.okButton.Name = "okButton";
  150. this.okButton.Size = new System.Drawing.Size(100, 27);
  151. this.okButton.TabIndex = 24;
  152. this.okButton.Text = "&OK";
  153. //
  154. // AboutDistributionExplorer
  155. //
  156. this.AcceptButton = this.okButton;
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(580, 348);
  160. this.Controls.Add(this.tableLayoutPanel);
  161. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  162. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  163. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  164. this.MaximizeBox = false;
  165. this.MinimizeBox = false;
  166. this.Name = "AboutDistributionExplorer";
  167. this.Padding = new System.Windows.Forms.Padding(12, 11, 12, 11);
  168. this.ShowIcon = false;
  169. this.ShowInTaskbar = false;
  170. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  171. this.Text = "AboutDistributionExplorer";
  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. }