namespace Percent___Qualification_work.userControls { partial class addMovie { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.backBtn = new System.Windows.Forms.Button(); this.imageName = new System.Windows.Forms.Label(); this.openFile = new System.Windows.Forms.Button(); this.allInputs = new System.Windows.Forms.Panel(); this.movieYear = new System.Windows.Forms.NumericUpDown(); this.saveMovie = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.userScore = new System.Windows.Forms.NumericUpDown(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.movieGenre = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.movieDirector = new System.Windows.Forms.TextBox(); this.findMovieBtn = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.movieName = new System.Windows.Forms.TextBox(); this.coverImageDialog = new System.Windows.Forms.OpenFileDialog(); this.allInputs.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.movieYear)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.userScore)).BeginInit(); this.SuspendLayout(); // // backBtn // this.backBtn.FlatAppearance.BorderSize = 0; this.backBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.backBtn.Image = global::Percent___Qualification_work.Properties.Resources.arrowLeft; this.backBtn.Location = new System.Drawing.Point(6, 11); this.backBtn.Name = "backBtn"; this.backBtn.Size = new System.Drawing.Size(38, 28); this.backBtn.TabIndex = 13; this.backBtn.UseVisualStyleBackColor = true; this.backBtn.Visible = false; this.backBtn.Click += new System.EventHandler(this.backBtn_Click); // // imageName // this.imageName.AutoSize = true; this.imageName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186))); this.imageName.Location = new System.Drawing.Point(429, 38); this.imageName.Name = "imageName"; this.imageName.Size = new System.Drawing.Size(125, 13); this.imageName.TabIndex = 12; this.imageName.Text = "<--- Add cover image"; this.imageName.Visible = false; // // openFile // this.openFile.Location = new System.Drawing.Point(400, 35); this.openFile.Name = "openFile"; this.openFile.Size = new System.Drawing.Size(23, 21); this.openFile.TabIndex = 11; this.openFile.Text = "+"; this.openFile.UseVisualStyleBackColor = true; this.openFile.Visible = false; this.openFile.Click += new System.EventHandler(this.openFile_Click); // // allInputs // this.allInputs.Controls.Add(this.movieYear); this.allInputs.Controls.Add(this.saveMovie); this.allInputs.Controls.Add(this.label5); this.allInputs.Controls.Add(this.userScore); this.allInputs.Controls.Add(this.label4); this.allInputs.Controls.Add(this.label3); this.allInputs.Controls.Add(this.movieGenre); this.allInputs.Controls.Add(this.label2); this.allInputs.Controls.Add(this.movieDirector); this.allInputs.Location = new System.Drawing.Point(6, 61); this.allInputs.Name = "allInputs"; this.allInputs.Size = new System.Drawing.Size(623, 304); this.allInputs.TabIndex = 10; this.allInputs.Visible = false; // // movieYear // this.movieYear.Location = new System.Drawing.Point(226, 153); this.movieYear.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.movieYear.Name = "movieYear"; this.movieYear.Size = new System.Drawing.Size(162, 20); this.movieYear.TabIndex = 13; this.movieYear.Value = new decimal(new int[] { 1950, 0, 0, 0}); // // saveMovie // this.saveMovie.Location = new System.Drawing.Point(270, 262); this.saveMovie.Name = "saveMovie"; this.saveMovie.Size = new System.Drawing.Size(75, 23); this.saveMovie.TabIndex = 12; this.saveMovie.Text = "Add to list"; this.saveMovie.UseVisualStyleBackColor = true; this.saveMovie.Click += new System.EventHandler(this.saveMovie_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(293, 193); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(35, 13); this.label5.TabIndex = 11; this.label5.Text = "Score"; // // userScore // this.userScore.Location = new System.Drawing.Point(226, 209); this.userScore.Maximum = new decimal(new int[] { 10, 0, 0, 0}); this.userScore.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.userScore.Name = "userScore"; this.userScore.Size = new System.Drawing.Size(162, 20); this.userScore.TabIndex = 10; this.userScore.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(274, 137); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(71, 13); this.label4.TabIndex = 9; this.label4.Text = "Release Year"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(292, 77); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(36, 13); this.label3.TabIndex = 7; this.label3.Text = "Genre"; // // movieGenre // this.movieGenre.FormattingEnabled = true; this.movieGenre.Items.AddRange(new object[] { "Action", "", "Adventure", "", "Animation", "", "Biography", "", "Comedy", "", "Crime", "", "Documentary", "", "Drama", "", "Family", "", "Fantasy", "", "Historical", "", "Horror", "", "Musical", "", "Mystery", "", "Romance", "", "Science Fiction", "", "Sports", "", "Thriller", "", "War", "", "Western"}); this.movieGenre.Location = new System.Drawing.Point(226, 93); this.movieGenre.Name = "movieGenre"; this.movieGenre.Size = new System.Drawing.Size(162, 21); this.movieGenre.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(284, 24); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(44, 13); this.label2.TabIndex = 5; this.label2.Text = "Director"; // // movieDirector // this.movieDirector.Location = new System.Drawing.Point(226, 40); this.movieDirector.Name = "movieDirector"; this.movieDirector.Size = new System.Drawing.Size(162, 20); this.movieDirector.TabIndex = 4; // // findMovieBtn // this.findMovieBtn.Location = new System.Drawing.Point(276, 75); this.findMovieBtn.Name = "findMovieBtn"; this.findMovieBtn.Size = new System.Drawing.Size(75, 23); this.findMovieBtn.TabIndex = 9; this.findMovieBtn.Text = "Find movie"; this.findMovieBtn.UseVisualStyleBackColor = true; this.findMovieBtn.Click += new System.EventHandler(this.findMovieBtn_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(298, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(27, 13); this.label1.TabIndex = 8; this.label1.Text = "Title"; // // movieName // this.movieName.Location = new System.Drawing.Point(232, 35); this.movieName.Name = "movieName"; this.movieName.Size = new System.Drawing.Size(162, 20); this.movieName.TabIndex = 7; // // coverImageDialog // this.coverImageDialog.FileName = "openFileDialog1"; this.coverImageDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.coverImageDialog_FileOk); // // addMovie // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.backBtn); this.Controls.Add(this.imageName); this.Controls.Add(this.openFile); this.Controls.Add(this.allInputs); this.Controls.Add(this.findMovieBtn); this.Controls.Add(this.label1); this.Controls.Add(this.movieName); this.Name = "addMovie"; this.Size = new System.Drawing.Size(637, 377); this.allInputs.ResumeLayout(false); this.allInputs.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.movieYear)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.userScore)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button backBtn; private System.Windows.Forms.Label imageName; private System.Windows.Forms.Button openFile; private System.Windows.Forms.Panel allInputs; private System.Windows.Forms.NumericUpDown movieYear; private System.Windows.Forms.Button saveMovie; private System.Windows.Forms.Label label5; private System.Windows.Forms.NumericUpDown userScore; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox movieGenre; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox movieDirector; private System.Windows.Forms.Button findMovieBtn; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox movieName; private System.Windows.Forms.OpenFileDialog coverImageDialog; } }