namespace MusicMetaTagger.UI { partial class Interface { /// /// 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.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Interface)); this.startButton = new System.Windows.Forms.Button(); this.exitButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.logDataGridView = new System.Windows.Forms.DataGridView(); this.trackTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ArtistName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.albumTitleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.trackQueryStatusBindingSource = new System.Windows.Forms.BindingSource(this.components); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.optionsButton = new System.Windows.Forms.Button(); this.optionsLabel = new System.Windows.Forms.Label(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.librarySelector = new MusicMetaTagger.UI.LibrarySelector(); ((System.ComponentModel.ISupportInitialize)(this.logDataGridView)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.trackQueryStatusBindingSource)).BeginInit(); this.statusStrip.SuspendLayout(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // startButton // this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.startButton.Location = new System.Drawing.Point(551, 260); this.startButton.Name = "startButton"; this.startButton.Size = new System.Drawing.Size(58, 23); this.startButton.TabIndex = 0; this.startButton.Text = "Start"; this.startButton.UseVisualStyleBackColor = true; this.startButton.Click += new System.EventHandler(this.startButton_Click); // // exitButton // this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.exitButton.Location = new System.Drawing.Point(615, 260); this.exitButton.Name = "exitButton"; this.exitButton.Size = new System.Drawing.Size(57, 23); this.exitButton.TabIndex = 1; this.exitButton.Text = "Exit"; this.exitButton.UseVisualStyleBackColor = true; this.exitButton.Click += new System.EventHandler(this.exitButton_Click); // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.cancelButton.Enabled = false; this.cancelButton.Location = new System.Drawing.Point(615, 260); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(57, 23); this.cancelButton.TabIndex = 3; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Visible = false; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // logDataGridView // this.logDataGridView.AllowUserToAddRows = false; this.logDataGridView.AllowUserToDeleteRows = false; this.logDataGridView.AllowUserToResizeRows = false; this.logDataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.logDataGridView.AutoGenerateColumns = false; this.logDataGridView.BorderStyle = System.Windows.Forms.BorderStyle.None; this.logDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.logDataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.logDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.logDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.trackTitleDataGridViewTextBoxColumn, this.ArtistName, this.albumTitleDataGridViewTextBoxColumn, this.Status}); this.logDataGridView.DataSource = this.trackQueryStatusBindingSource; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.logDataGridView.DefaultCellStyle = dataGridViewCellStyle2; this.logDataGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.logDataGridView.EnableHeadersVisualStyles = false; this.logDataGridView.Location = new System.Drawing.Point(13, 27); this.logDataGridView.Name = "logDataGridView"; this.logDataGridView.ReadOnly = true; this.logDataGridView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.logDataGridView.RowHeadersDefaultCellStyle = dataGridViewCellStyle3; this.logDataGridView.RowHeadersVisible = false; this.logDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.logDataGridView.Size = new System.Drawing.Size(659, 221); this.logDataGridView.TabIndex = 6; // // trackTitleDataGridViewTextBoxColumn // this.trackTitleDataGridViewTextBoxColumn.DataPropertyName = "TrackTitle"; this.trackTitleDataGridViewTextBoxColumn.HeaderText = "Track"; this.trackTitleDataGridViewTextBoxColumn.MinimumWidth = 100; this.trackTitleDataGridViewTextBoxColumn.Name = "trackTitleDataGridViewTextBoxColumn"; this.trackTitleDataGridViewTextBoxColumn.ReadOnly = true; this.trackTitleDataGridViewTextBoxColumn.Width = 120; // // ArtistName // this.ArtistName.DataPropertyName = "ArtistName"; this.ArtistName.HeaderText = "Artist"; this.ArtistName.MinimumWidth = 100; this.ArtistName.Name = "ArtistName"; this.ArtistName.ReadOnly = true; this.ArtistName.Width = 120; // // albumTitleDataGridViewTextBoxColumn // this.albumTitleDataGridViewTextBoxColumn.DataPropertyName = "AlbumTitle"; this.albumTitleDataGridViewTextBoxColumn.HeaderText = "Album"; this.albumTitleDataGridViewTextBoxColumn.MinimumWidth = 100; this.albumTitleDataGridViewTextBoxColumn.Name = "albumTitleDataGridViewTextBoxColumn"; this.albumTitleDataGridViewTextBoxColumn.ReadOnly = true; // // Status // this.Status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Status.DataPropertyName = "Status"; this.Status.HeaderText = "Status"; this.Status.MinimumWidth = 136; this.Status.Name = "Status"; this.Status.ReadOnly = true; this.Status.ToolTipText = "Status"; // // trackQueryStatusBindingSource // this.trackQueryStatusBindingSource.DataSource = typeof(MusicMetaTagger.UI.TrackQueryStatus); // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripProgressBar, this.toolStripStatusLabel}); this.statusStrip.Location = new System.Drawing.Point(0, 296); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(684, 22); this.statusStrip.TabIndex = 7; this.statusStrip.Text = "statusStrip"; // // toolStripProgressBar // this.toolStripProgressBar.Name = "toolStripProgressBar"; this.toolStripProgressBar.Size = new System.Drawing.Size(350, 16); this.toolStripProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; // // toolStripStatusLabel // this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Size = new System.Drawing.Size(39, 17); this.toolStripStatusLabel.Text = "Status"; // // optionsButton // this.optionsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.optionsButton.Location = new System.Drawing.Point(216, 260); this.optionsButton.Name = "optionsButton"; this.optionsButton.Size = new System.Drawing.Size(75, 23); this.optionsButton.TabIndex = 8; this.optionsButton.Text = "Options"; this.optionsButton.UseVisualStyleBackColor = true; this.optionsButton.Click += new System.EventHandler(this.optionsButton_Click); // // optionsLabel // this.optionsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.optionsLabel.Location = new System.Drawing.Point(297, 265); this.optionsLabel.Name = "optionsLabel"; this.optionsLabel.Size = new System.Drawing.Size(248, 18); this.optionsLabel.TabIndex = 9; this.optionsLabel.Text = "Current Options"; // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "iTunes.ico"); this.imageList.Images.SetKeyName(1, "wmplayer.ico"); // // menuStrip // this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem}); this.menuStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.menuStrip.Size = new System.Drawing.Size(684, 24); this.menuStrip.TabIndex = 11; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); // // librarySelector // this.librarySelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.librarySelector.Location = new System.Drawing.Point(13, 254); this.librarySelector.MinimumSize = new System.Drawing.Size(120, 38); this.librarySelector.Name = "librarySelector"; this.librarySelector.Size = new System.Drawing.Size(197, 38); this.librarySelector.TabIndex = 10; // // Interface // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(684, 318); this.Controls.Add(this.librarySelector); this.Controls.Add(this.optionsLabel); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStrip); this.Controls.Add(this.logDataGridView); this.Controls.Add(this.optionsButton); this.Controls.Add(this.cancelButton); this.Controls.Add(this.exitButton); this.Controls.Add(this.startButton); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip; this.MinimumSize = new System.Drawing.Size(670, 300); this.Name = "Interface"; this.Text = "Meta Music Tagger"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Interface_FormClosing); this.Load += new System.EventHandler(this.Interface_Load); ((System.ComponentModel.ISupportInitialize)(this.logDataGridView)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.trackQueryStatusBindingSource)).EndInit(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button startButton; private System.Windows.Forms.Button exitButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.DataGridView logDataGridView; private System.Windows.Forms.BindingSource trackQueryStatusBindingSource; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; private System.Windows.Forms.Button optionsButton; private System.Windows.Forms.Label optionsLabel; private System.Windows.Forms.ImageList imageList; private LibrarySelector librarySelector; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.DataGridViewTextBoxColumn TrackTitle; private System.Windows.Forms.DataGridViewTextBoxColumn ArtistName; private System.Windows.Forms.DataGridViewTextBoxColumn AlbumTitle; private System.Windows.Forms.DataGridViewTextBoxColumn Status; private System.Windows.Forms.DataGridViewTextBoxColumn trackTitleDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn albumTitleDataGridViewTextBoxColumn; } }