namespace PainoBar_Helper { partial class Main { /// /// 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() { menuStrip1 = new MenuStrip(); fileToolStripMenuItem = new ToolStripMenuItem(); settingsToolStripMenuItem = new ToolStripMenuItem(); profilesToolStripMenuItem = new ToolStripMenuItem(); album_art_picture_box = new PictureBox(); info_table_Panel = new TableLayoutPanel(); connect_button = new Button(); disconnect_button = new Button(); statusStrip1 = new StatusStrip(); statusLabelLeft = new ToolStripStatusLabel(); statusLabelCenter = new ToolStripStatusLabel(); statusLabelRight = new ToolStripStatusLabel(); stations_button = new Button(); groupBox1 = new GroupBox(); btnPlayPause = new Button(); btnSkip = new Button(); menuStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)album_art_picture_box).BeginInit(); statusStrip1.SuspendLayout(); groupBox1.SuspendLayout(); SuspendLayout(); // // menuStrip1 // menuStrip1.Items.AddRange(new ToolStripItem[] { fileToolStripMenuItem }); menuStrip1.Location = new Point(0, 0); menuStrip1.Name = "menuStrip1"; menuStrip1.Size = new Size(666, 25); menuStrip1.TabIndex = 0; menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // fileToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { settingsToolStripMenuItem, profilesToolStripMenuItem }); fileToolStripMenuItem.Name = "fileToolStripMenuItem"; fileToolStripMenuItem.Size = new Size(41, 21); fileToolStripMenuItem.Text = "File"; // // settingsToolStripMenuItem // settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; settingsToolStripMenuItem.Size = new Size(124, 22); settingsToolStripMenuItem.Text = "Settings"; settingsToolStripMenuItem.Click += menuSettings_Click; // // profilesToolStripMenuItem // profilesToolStripMenuItem.Name = "profilesToolStripMenuItem"; profilesToolStripMenuItem.Size = new Size(124, 22); profilesToolStripMenuItem.Text = "Profiles"; // // album_art_picture_box // album_art_picture_box.Location = new Point(23, 44); album_art_picture_box.Name = "album_art_picture_box"; album_art_picture_box.Size = new Size(171, 170); album_art_picture_box.TabIndex = 1; album_art_picture_box.TabStop = false; // // info_table_Panel // info_table_Panel.ColumnCount = 2; info_table_Panel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); info_table_Panel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F)); info_table_Panel.Location = new Point(241, 55); info_table_Panel.Name = "info_table_Panel"; info_table_Panel.RowCount = 5; info_table_Panel.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); info_table_Panel.RowStyles.Add(new RowStyle(SizeType.Percent, 50F)); info_table_Panel.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); info_table_Panel.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); info_table_Panel.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F)); info_table_Panel.Size = new Size(383, 147); info_table_Panel.TabIndex = 2; // // connect_button // connect_button.Location = new Point(298, 218); connect_button.Name = "connect_button"; connect_button.Size = new Size(89, 23); connect_button.TabIndex = 4; connect_button.Text = "Connect"; connect_button.UseVisualStyleBackColor = true; connect_button.Click += btnConnect_Click; // // disconnect_button // disconnect_button.Location = new Point(486, 217); disconnect_button.Name = "disconnect_button"; disconnect_button.Size = new Size(89, 23); disconnect_button.TabIndex = 5; disconnect_button.Text = "Disconnect"; disconnect_button.UseVisualStyleBackColor = true; disconnect_button.Click += btnDisconnect_Click; // // statusStrip1 // statusStrip1.Items.AddRange(new ToolStripItem[] { statusLabelLeft, statusLabelCenter, statusLabelRight }); statusStrip1.Location = new Point(0, 377); statusStrip1.Name = "statusStrip1"; statusStrip1.Size = new Size(666, 22); statusStrip1.TabIndex = 6; statusStrip1.Text = "statusStrip1"; // // statusLabelLeft // statusLabelLeft.Name = "statusLabelLeft"; statusLabelLeft.Size = new Size(100, 17); statusLabelLeft.Text = "● Disconnected"; statusLabelLeft.ForeColor = Color.Red; // // statusLabelCenter // statusLabelCenter.Name = "statusLabelCenter"; statusLabelCenter.Size = new Size(451, 17); statusLabelCenter.Spring = true; statusLabelCenter.Text = "Profile: None"; // // statusLabelRight // statusLabelRight.Name = "statusLabelRight"; statusLabelRight.Size = new Size(100, 17); statusLabelRight.Text = "Ready"; // // stations_button // stations_button.Location = new Point(385, 253); stations_button.Name = "stations_button"; stations_button.Size = new Size(107, 23); stations_button.TabIndex = 7; stations_button.Text = "Stations"; stations_button.UseVisualStyleBackColor = true; stations_button.Click += btnStations_Click; // // groupBox1 // groupBox1.Controls.Add(btnSkip); groupBox1.Controls.Add(btnPlayPause); groupBox1.Location = new Point(23, 307); groupBox1.Name = "groupBox1"; groupBox1.Size = new Size(601, 64); groupBox1.TabIndex = 8; groupBox1.TabStop = false; groupBox1.Text = "Playback Controls"; // // btnPlayPause // btnPlayPause.Location = new Point(106, 23); btnPlayPause.Name = "btnPlayPause"; btnPlayPause.Size = new Size(89, 23); btnPlayPause.TabIndex = 0; btnPlayPause.Text = "Play / Pause"; btnPlayPause.UseVisualStyleBackColor = true; btnPlayPause.Click += btnPlayPause_Click; // // btnSkip // btnSkip.Location = new Point(408, 23); btnSkip.Name = "btnSkip"; btnSkip.Size = new Size(89, 23); btnSkip.TabIndex = 1; btnSkip.Text = "Skip"; btnSkip.UseVisualStyleBackColor = true; btnSkip.Click += btnSkip_Click; // // Main // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(666, 399); Controls.Add(groupBox1); Controls.Add(stations_button); Controls.Add(statusStrip1); Controls.Add(disconnect_button); Controls.Add(connect_button); Controls.Add(info_table_Panel); Controls.Add(album_art_picture_box); Controls.Add(menuStrip1); MainMenuStrip = menuStrip1; Name = "Main"; Text = "PainoBar Helper"; menuStrip1.ResumeLayout(false); menuStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)album_art_picture_box).EndInit(); statusStrip1.ResumeLayout(false); statusStrip1.PerformLayout(); groupBox1.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } #endregion private MenuStrip menuStrip1; private ToolStripMenuItem fileToolStripMenuItem; private ToolStripMenuItem settingsToolStripMenuItem; private PictureBox album_art_picture_box; private TableLayoutPanel info_table_Panel; private Button connect_button; private Button disconnect_button; private StatusStrip statusStrip1; private ToolStripMenuItem profilesToolStripMenuItem; private Button stations_button; private GroupBox groupBox1; private Button btnPlayPause; private Button btnSkip; private ToolStripStatusLabel statusLabelLeft; private ToolStripStatusLabel statusLabelCenter; private ToolStripStatusLabel statusLabelRight; } }