namespace Percent___Qualification_work.Forms { partial class MovieDetailsDialog { /// /// 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.scoreLabel10 = new System.Windows.Forms.Label(); this.scoreLabel1 = new System.Windows.Forms.Label(); this.scoreBar = new System.Windows.Forms.TrackBar(); this.changeScoreBtn = new System.Windows.Forms.Button(); this.deleteBtn = new System.Windows.Forms.Button(); this.score = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.movieYear = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.movieGenre = new System.Windows.Forms.Label(); this.genre = new System.Windows.Forms.Label(); this.movieDirector = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.movieName = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.scoreBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // 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 = 29; this.scoreLabel10.Text = "10"; this.scoreLabel10.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 = 28; this.scoreLabel1.Text = "1"; this.scoreLabel1.Visible = false; // // 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 = 27; this.scoreBar.Value = 1; this.scoreBar.Visible = false; // // 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 = 26; this.changeScoreBtn.Text = "Change score"; this.changeScoreBtn.UseVisualStyleBackColor = true; this.changeScoreBtn.Click += new System.EventHandler(this.changeScoreBtn_Click); // // 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 = 25; this.deleteBtn.Text = "Delete"; this.deleteBtn.UseVisualStyleBackColor = true; this.deleteBtn.Click += new System.EventHandler(this.deleteBtn_Click); // // 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 = 24; this.score.Text = "label4"; // // 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 = 23; this.label1.Text = "Your score:"; // // movieYear // this.movieYear.AutoSize = true; this.movieYear.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.movieYear.Location = new System.Drawing.Point(343, 167); this.movieYear.Name = "movieYear"; this.movieYear.Size = new System.Drawing.Size(51, 20); this.movieYear.TabIndex = 22; this.movieYear.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 = 21; this.label3.Text = "Release year:"; // // movieGenre // this.movieGenre.AutoSize = true; this.movieGenre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.movieGenre.Location = new System.Drawing.Point(343, 118); this.movieGenre.Name = "movieGenre"; this.movieGenre.Size = new System.Drawing.Size(51, 20); this.movieGenre.TabIndex = 20; this.movieGenre.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 = 19; this.genre.Text = "Genre:"; // // movieDirector // this.movieDirector.AutoSize = true; this.movieDirector.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.movieDirector.Location = new System.Drawing.Point(343, 68); this.movieDirector.Name = "movieDirector"; this.movieDirector.Size = new System.Drawing.Size(51, 20); this.movieDirector.TabIndex = 18; this.movieDirector.Text = "label3"; // // 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 = 17; this.label2.Text = "Developer:"; // // movieName // this.movieName.AutoSize = true; this.movieName.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.movieName.Location = new System.Drawing.Point(186, 12); this.movieName.Name = "movieName"; this.movieName.Size = new System.Drawing.Size(92, 31); this.movieName.TabIndex = 16; this.movieName.Text = "label1"; // // 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 = 15; this.pictureBox1.TabStop = false; // // MovieDetailsDialog // 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.movieYear); this.Controls.Add(this.label3); this.Controls.Add(this.movieGenre); this.Controls.Add(this.genre); this.Controls.Add(this.movieDirector); this.Controls.Add(this.label2); this.Controls.Add(this.movieName); this.Controls.Add(this.pictureBox1); this.Name = "MovieDetailsDialog"; this.Text = "MovieDetailsDialog"; ((System.ComponentModel.ISupportInitialize)(this.scoreBar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label scoreLabel10; private System.Windows.Forms.Label scoreLabel1; private System.Windows.Forms.TrackBar scoreBar; private System.Windows.Forms.Button changeScoreBtn; private System.Windows.Forms.Button deleteBtn; private System.Windows.Forms.Label score; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label movieYear; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label movieGenre; private System.Windows.Forms.Label genre; private System.Windows.Forms.Label movieDirector; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label movieName; private System.Windows.Forms.PictureBox pictureBox1; } }