AboutBox1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. namespace Bronin_3
  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, 10);
  54. this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  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(487, 307);
  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, 3);
  71. this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  72. this.logoPictureBox.Name = "logoPictureBox";
  73. this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
  74. this.logoPictureBox.Size = new System.Drawing.Size(152, 301);
  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(167, 0);
  83. this.labelProductName.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  84. this.labelProductName.MaximumSize = new System.Drawing.Size(0, 20);
  85. this.labelProductName.Name = "labelProductName";
  86. this.labelProductName.Size = new System.Drawing.Size(316, 20);
  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(167, 30);
  95. this.labelVersion.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  96. this.labelVersion.MaximumSize = new System.Drawing.Size(0, 20);
  97. this.labelVersion.Name = "labelVersion";
  98. this.labelVersion.Size = new System.Drawing.Size(316, 20);
  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(167, 60);
  107. this.labelCopyright.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  108. this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 20);
  109. this.labelCopyright.Name = "labelCopyright";
  110. this.labelCopyright.Size = new System.Drawing.Size(316, 20);
  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(167, 90);
  119. this.labelCompanyName.Margin = new System.Windows.Forms.Padding(7, 0, 4, 0);
  120. this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 20);
  121. this.labelCompanyName.Name = "labelCompanyName";
  122. this.labelCompanyName.Size = new System.Drawing.Size(316, 20);
  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(167, 123);
  131. this.textBoxDescription.Margin = new System.Windows.Forms.Padding(7, 3, 4, 3);
  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(316, 147);
  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.Location = new System.Drawing.Point(395, 277);
  146. this.okButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  147. this.okButton.Name = "okButton";
  148. this.okButton.Size = new System.Drawing.Size(88, 27);
  149. this.okButton.TabIndex = 24;
  150. this.okButton.Text = "&ОК";
  151. //
  152. // AboutBox1
  153. //
  154. this.AcceptButton = this.okButton;
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.ClientSize = new System.Drawing.Size(507, 327);
  158. this.Controls.Add(this.tableLayoutPanel);
  159. this.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  160. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  161. this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  162. this.MaximizeBox = false;
  163. this.MinimizeBox = false;
  164. this.Name = "AboutBox1";
  165. this.Padding = new System.Windows.Forms.Padding(10, 10, 10, 10);
  166. this.ShowIcon = false;
  167. this.ShowInTaskbar = false;
  168. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  169. this.Text = "AboutBox1";
  170. this.tableLayoutPanel.ResumeLayout(false);
  171. this.tableLayoutPanel.PerformLayout();
  172. ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
  173. this.ResumeLayout(false);
  174. }
  175. #endregion
  176. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
  177. private System.Windows.Forms.PictureBox logoPictureBox;
  178. private System.Windows.Forms.Label labelProductName;
  179. private System.Windows.Forms.Label labelVersion;
  180. private System.Windows.Forms.Label labelCopyright;
  181. private System.Windows.Forms.Label labelCompanyName;
  182. private System.Windows.Forms.TextBox textBoxDescription;
  183. private System.Windows.Forms.Button okButton;
  184. }
  185. }