85
ре this.tableLayoutPanel.RowCount = ре 6;
ре this.tableLayoutPanel.RowStyles.Add(new
System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, ре 10F));
ре this.tableLayoutPanel.RowStyles.Add(new
System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, ре 10F));
ре this.tableLayoutPanel.RowStyles.Add(new
System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, ре 10F));
ре this.tableLayoutPanel.RowStyles.Add(new
System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, ре 10F));
ре this.tableLayoutPanel.RowStyles.Add(new
System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, ре 50F));
ре this.tableLayoutPanel.RowStyles.Add(new
System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, ре 10F));
ре this.tableLayoutPanel.Size = ре new System.Drawing.Size(417, ре 265);
ре this.tableLayoutPanel.TabIndex = ре 0;
ре //
ре // logoPictureBox
ре //
ре this.logoPictureBox.Dock = ре System.Windows.Forms.DockStyle.Fill;
ре this.logoPictureBox.Image =
ре ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
ре this.logoPictureBox.Location = ре new System.Drawing.Point(3, ре 3);
ре this.logoPictureBox.Name = ре "logoPictureBox";
ре this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6);
ре this.logoPictureBox.Size = ре new System.Drawing.Size(131, ре 259);
ре this.logoPictureBox.SizeMode = ре System.Windows.Forms.PictureBoxSizeMode.StretchImage;
ре this.logoPictureBox.TabIndex = ре 12;
ре this.logoPictureBox.TabStop = ре false;
ре //
ре // labelProductName
ре //
ре this.labelProductName.Dock = ре System.Windows.Forms.DockStyle.Fill;
ре this.labelProductName.Location = ре new System.Drawing.Point(143, ре 0);
ре this.labelProductName.Margin = ре new System.Windows.Forms.Padding(6, ре 0, 3, ре 0);
ре this.labelProductName.MaximumSize = ре new System.Drawing.Size(0, ре 17);
ре this.labelProductName.Name = ре "labelProductName";
ре this.labelProductName.Size = ре new System.Drawing.Size(271, ре 17);
ре this.labelProductName.TabIndex = ре 19;
ре this.labelProductName.Text = ре "Название продукта";
ре this.labelProductName.TextAlign = ре System.Drawing.ContentAlignment.MiddleLeft;
ре //
ре // labelVersion
ре //
ре this.labelVersion.Dock = ре System.Windows.Forms.DockStyle.Fill;
ре this.labelVersion.Location = ре new System.Drawing.Point(143, ре 26);
ре this.labelVersion.Margin = ре new System.Windows.Forms.Padding(6, ре 0, 3, ре 0);
ре this.labelVersion.MaximumSize = ре new System.Drawing.Size(0, ре 17);
ре this.labelVersion.Name = ре "labelVersion";
ре this.labelVersion.Size = ре new System.Drawing.Size(271, ре 17);
ре this.labelVersion.TabIndex = ре 0;
ре this.labelVersion.Text = ре "Версия";
ре this.labelVersion.TextAlign = ре System.Drawing.ContentAlignment.MiddleLeft;