namespace Percent___Qualification_work.userControls { partial class MovieList { /// /// 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.listBtn = new System.Windows.Forms.Label(); this.addMovieBtn = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.mList1 = new Percent___Qualification_work.userControls.mList(); this.addMovie1 = new Percent___Qualification_work.userControls.addMovie(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // listBtn // this.listBtn.AutoSize = true; this.listBtn.Cursor = System.Windows.Forms.Cursors.Hand; this.listBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186))); this.listBtn.Location = new System.Drawing.Point(31, 189); this.listBtn.Name = "listBtn"; this.listBtn.Size = new System.Drawing.Size(65, 20); this.listBtn.TabIndex = 3; this.listBtn.Text = "My List"; this.listBtn.Click += new System.EventHandler(this.listBtn_Click); // // addMovieBtn // this.addMovieBtn.AutoSize = true; this.addMovieBtn.Cursor = System.Windows.Forms.Cursors.Hand; this.addMovieBtn.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(186))); this.addMovieBtn.Location = new System.Drawing.Point(4, 159); this.addMovieBtn.Name = "addMovieBtn"; this.addMovieBtn.Size = new System.Drawing.Size(129, 20); this.addMovieBtn.TabIndex = 2; this.addMovieBtn.Text = "Add new movie"; this.addMovieBtn.Click += new System.EventHandler(this.addMovieBtn_Click); // // panel1 // this.panel1.Controls.Add(this.mList1); this.panel1.Controls.Add(this.addMovie1); this.panel1.Location = new System.Drawing.Point(136, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(637, 377); this.panel1.TabIndex = 4; // // mList1 // this.mList1.Location = new System.Drawing.Point(0, 0); this.mList1.Name = "mList1"; this.mList1.Size = new System.Drawing.Size(637, 374); this.mList1.TabIndex = 1; this.mList1.Visible = false; // // addMovie1 // this.addMovie1.Location = new System.Drawing.Point(0, 0); this.addMovie1.Name = "addMovie1"; this.addMovie1.Size = new System.Drawing.Size(637, 377); this.addMovie1.TabIndex = 0; this.addMovie1.Visible = false; // // MovieList // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel1); this.Controls.Add(this.listBtn); this.Controls.Add(this.addMovieBtn); this.Name = "MovieList"; this.Size = new System.Drawing.Size(776, 383); this.panel1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label listBtn; private System.Windows.Forms.Label addMovieBtn; private System.Windows.Forms.Panel panel1; private addMovie addMovie1; private mList mList1; } }