namespace Percent___Qualification_work.Forms
{
partial class GameDetailsDialog
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.gameName = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.gameDev = new System.Windows.Forms.Label();
this.gameGenre = new System.Windows.Forms.Label();
this.genre = new System.Windows.Forms.Label();
this.gameYear = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.score = new System.Windows.Forms.Label();
this.deleteBtn = new System.Windows.Forms.Button();
this.changeScoreBtn = new System.Windows.Forms.Button();
this.scoreBar = new System.Windows.Forms.TrackBar();
this.scoreLabel1 = new System.Windows.Forms.Label();
this.scoreLabel10 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.scoreBar)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(12, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(174, 227);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// gameName
//
this.gameName.AutoSize = true;
this.gameName.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.gameName.Location = new System.Drawing.Point(186, 12);
this.gameName.Name = "gameName";
this.gameName.Size = new System.Drawing.Size(92, 31);
this.gameName.TabIndex = 1;
this.gameName.Text = "label1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(192, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(95, 20);
this.label2.TabIndex = 2;
this.label2.Text = "Developer:";
//
// gameDev
//
this.gameDev.AutoSize = true;
this.gameDev.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.gameDev.Location = new System.Drawing.Point(343, 68);
this.gameDev.Name = "gameDev";
this.gameDev.Size = new System.Drawing.Size(51, 20);
this.gameDev.TabIndex = 3;
this.gameDev.Text = "label3";
//
// gameGenre
//
this.gameGenre.AutoSize = true;
this.gameGenre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.gameGenre.Location = new System.Drawing.Point(343, 118);
this.gameGenre.Name = "gameGenre";
this.gameGenre.Size = new System.Drawing.Size(51, 20);
this.gameGenre.TabIndex = 5;
this.gameGenre.Text = "label4";
//
// genre
//
this.genre.AutoSize = true;
this.genre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.genre.Location = new System.Drawing.Point(192, 118);
this.genre.Name = "genre";
this.genre.Size = new System.Drawing.Size(64, 20);
this.genre.TabIndex = 4;
this.genre.Text = "Genre:";
//
// gameYear
//
this.gameYear.AutoSize = true;
this.gameYear.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.gameYear.Location = new System.Drawing.Point(343, 167);
this.gameYear.Name = "gameYear";
this.gameYear.Size = new System.Drawing.Size(51, 20);
this.gameYear.TabIndex = 7;
this.gameYear.Text = "label4";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(192, 167);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(119, 20);
this.label3.TabIndex = 6;
this.label3.Text = "Release year:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(192, 219);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 20);
this.label1.TabIndex = 8;
this.label1.Text = "Your score:";
//
// score
//
this.score.AutoSize = true;
this.score.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.score.Location = new System.Drawing.Point(343, 219);
this.score.Name = "score";
this.score.Size = new System.Drawing.Size(51, 20);
this.score.TabIndex = 9;
this.score.Text = "label4";
//
// deleteBtn
//
this.deleteBtn.Location = new System.Drawing.Point(684, 402);
this.deleteBtn.Name = "deleteBtn";
this.deleteBtn.Size = new System.Drawing.Size(104, 36);
this.deleteBtn.TabIndex = 10;
this.deleteBtn.Text = "Delete";
this.deleteBtn.UseVisualStyleBackColor = true;
this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click);
//
// changeScoreBtn
//
this.changeScoreBtn.Location = new System.Drawing.Point(574, 402);
this.changeScoreBtn.Name = "changeScoreBtn";
this.changeScoreBtn.Size = new System.Drawing.Size(104, 36);
this.changeScoreBtn.TabIndex = 11;
this.changeScoreBtn.Text = "Change score";
this.changeScoreBtn.UseVisualStyleBackColor = true;
this.changeScoreBtn.Click += new System.EventHandler(this.changeScoreBtn_Click);
//
// scoreBar
//
this.scoreBar.Location = new System.Drawing.Point(347, 219);
this.scoreBar.Minimum = 1;
this.scoreBar.Name = "scoreBar";
this.scoreBar.Size = new System.Drawing.Size(199, 45);
this.scoreBar.TabIndex = 12;
this.scoreBar.Value = 1;
this.scoreBar.Visible = false;
//
// scoreLabel1
//
this.scoreLabel1.AutoSize = true;
this.scoreLabel1.Location = new System.Drawing.Point(328, 243);
this.scoreLabel1.Name = "scoreLabel1";
this.scoreLabel1.Size = new System.Drawing.Size(13, 13);
this.scoreLabel1.TabIndex = 13;
this.scoreLabel1.Text = "1";
this.scoreLabel1.Visible = false;
//
// scoreLabel10
//
this.scoreLabel10.AutoSize = true;
this.scoreLabel10.Location = new System.Drawing.Point(552, 243);
this.scoreLabel10.Name = "scoreLabel10";
this.scoreLabel10.Size = new System.Drawing.Size(19, 13);
this.scoreLabel10.TabIndex = 14;
this.scoreLabel10.Text = "10";
this.scoreLabel10.Visible = false;
//
// GameDetailsDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.scoreLabel10);
this.Controls.Add(this.scoreLabel1);
this.Controls.Add(this.scoreBar);
this.Controls.Add(this.changeScoreBtn);
this.Controls.Add(this.deleteBtn);
this.Controls.Add(this.score);
this.Controls.Add(this.label1);
this.Controls.Add(this.gameYear);
this.Controls.Add(this.label3);
this.Controls.Add(this.gameGenre);
this.Controls.Add(this.genre);
this.Controls.Add(this.gameDev);
this.Controls.Add(this.label2);
this.Controls.Add(this.gameName);
this.Controls.Add(this.pictureBox1);
this.Name = "GameDetailsDialog";
this.Text = "GameDetailsDialog";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.scoreBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label gameName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label gameDev;
private System.Windows.Forms.Label gameGenre;
private System.Windows.Forms.Label genre;
private System.Windows.Forms.Label gameYear;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label score;
private System.Windows.Forms.Button deleteBtn;
private System.Windows.Forms.Button changeScoreBtn;
private System.Windows.Forms.TrackBar scoreBar;
private System.Windows.Forms.Label scoreLabel1;
private System.Windows.Forms.Label scoreLabel10;
}
}