namespace KaraokePlayer { partial class CDGWindow { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CDGWindow)); this.PictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)this.PictureBox1).BeginInit(); this.SuspendLayout(); // //PictureBox1 // this.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.PictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.PictureBox1.Location = new System.Drawing.Point(0, 0); this.PictureBox1.Name = "PictureBox1"; this.PictureBox1.Size = new System.Drawing.Size(300, 216); this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.PictureBox1.TabIndex = 0; this.PictureBox1.TabStop = false; // //CDGWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6f, 13f); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(300, 216); this.Controls.Add(this.PictureBox1); this.KeyPreview = true; this.Name = "CDGWindow"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Karaoke"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)this.PictureBox1).EndInit(); this.ResumeLayout(false); } public System.Windows.Forms.PictureBox PictureBox1; #endregion } }