diff --git a/ResultForm.Designer.cs b/ResultForm.Designer.cs index 7fdd396..fc47238 100644 --- a/ResultForm.Designer.cs +++ b/ResultForm.Designer.cs @@ -43,7 +43,7 @@ this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(3, 3); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(793, 530); + this.pictureBox1.Size = new System.Drawing.Size(793, 520); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; @@ -52,9 +52,9 @@ // this.btnSave.Dock = System.Windows.Forms.DockStyle.Fill; this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.btnSave.Location = new System.Drawing.Point(433, 539); + this.btnSave.Location = new System.Drawing.Point(433, 529); this.btnSave.Name = "btnSave"; - this.btnSave.Size = new System.Drawing.Size(117, 29); + this.btnSave.Size = new System.Drawing.Size(117, 39); this.btnSave.TabIndex = 1; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = true; @@ -64,9 +64,9 @@ // this.btnCopy.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCopy.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.btnCopy.Location = new System.Drawing.Point(556, 539); + this.btnCopy.Location = new System.Drawing.Point(556, 529); this.btnCopy.Name = "btnCopy"; - this.btnCopy.Size = new System.Drawing.Size(116, 29); + this.btnCopy.Size = new System.Drawing.Size(116, 39); this.btnCopy.TabIndex = 2; this.btnCopy.Text = "Copy"; this.btnCopy.UseVisualStyleBackColor = true; @@ -76,9 +76,9 @@ // this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.btnCancel.Location = new System.Drawing.Point(678, 539); + this.btnCancel.Location = new System.Drawing.Point(678, 529); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(118, 29); + this.btnCancel.Size = new System.Drawing.Size(118, 39); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; @@ -87,20 +87,21 @@ // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 4; - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 53.86703F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.46811F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.33243F)); - this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.19674F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 53.94022F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.48913F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.35326F)); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.21739F)); this.tableLayoutPanel1.Controls.Add(this.btnCancel, 3, 1); this.tableLayoutPanel1.Controls.Add(this.btnCopy, 2, 1); this.tableLayoutPanel1.Controls.Add(this.btnSave, 1, 1); this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 93.95866F)); - this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 6.041336F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(799, 571); this.tableLayoutPanel1.TabIndex = 4; // @@ -110,9 +111,10 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(799, 571); this.Controls.Add(this.tableLayoutPanel1); + this.MinimumSize = new System.Drawing.Size(520, 275); this.Name = "ResultForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ResultForm"; + this.Text = "Результат"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); diff --git a/ScreenCaptureApp.csproj b/ScreenCaptureApp.csproj index 1adcf37..9f07c88 100644 --- a/ScreenCaptureApp.csproj +++ b/ScreenCaptureApp.csproj @@ -32,6 +32,9 @@ prompt 4 + + app_icon.ico + @@ -92,5 +95,8 @@ + + + \ No newline at end of file diff --git a/app_icon.ico b/app_icon.ico new file mode 100644 index 0000000..527c26f Binary files /dev/null and b/app_icon.ico differ