Files
music-meta-tagger/UI/Options.designer.cs
T

151 lines
6.1 KiB
C#

namespace MusicMetaTagger.UI
{
partial class Options
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Options));
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.libraryQueryLabel = new System.Windows.Forms.Label();
this.libraryQueryPropertyGrid = new System.Windows.Forms.PropertyGrid();
this.label1 = new System.Windows.Forms.Label();
this.updatePropertyGrid = new System.Windows.Forms.PropertyGrid();
this.closeButton = new System.Windows.Forms.Button();
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.SuspendLayout();
//
// splitContainer
//
this.splitContainer.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.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
//
// splitContainer.Panel1
//
this.splitContainer.Panel1.Controls.Add(this.libraryQueryLabel);
this.splitContainer.Panel1.Controls.Add(this.libraryQueryPropertyGrid);
//
// splitContainer.Panel2
//
this.splitContainer.Panel2.Controls.Add(this.label1);
this.splitContainer.Panel2.Controls.Add(this.updatePropertyGrid);
this.splitContainer.Size = new System.Drawing.Size(656, 252);
this.splitContainer.SplitterDistance = 326;
this.splitContainer.TabIndex = 1;
//
// libraryQueryLabel
//
this.libraryQueryLabel.AutoSize = true;
this.libraryQueryLabel.Location = new System.Drawing.Point(13, 13);
this.libraryQueryLabel.Name = "libraryQueryLabel";
this.libraryQueryLabel.Size = new System.Drawing.Size(111, 13);
this.libraryQueryLabel.TabIndex = 1;
this.libraryQueryLabel.Text = "Music Search Options";
//
// libraryQueryPropertyGrid
//
this.libraryQueryPropertyGrid.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.libraryQueryPropertyGrid.Location = new System.Drawing.Point(0, 36);
this.libraryQueryPropertyGrid.Name = "libraryQueryPropertyGrid";
this.libraryQueryPropertyGrid.Size = new System.Drawing.Size(326, 216);
this.libraryQueryPropertyGrid.TabIndex = 0;
this.libraryQueryPropertyGrid.ToolbarVisible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(115, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Library Update Options";
//
// updatePropertyGrid
//
this.updatePropertyGrid.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.updatePropertyGrid.Location = new System.Drawing.Point(0, 36);
this.updatePropertyGrid.Name = "updatePropertyGrid";
this.updatePropertyGrid.Size = new System.Drawing.Size(326, 216);
this.updatePropertyGrid.TabIndex = 1;
this.updatePropertyGrid.ToolbarVisible = false;
//
// closeButton
//
this.closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.closeButton.Location = new System.Drawing.Point(569, 258);
this.closeButton.Name = "closeButton";
this.closeButton.Size = new System.Drawing.Size(75, 23);
this.closeButton.TabIndex = 2;
this.closeButton.Text = "Close";
this.closeButton.UseVisualStyleBackColor = true;
this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
//
// Options
//
this.AcceptButton = this.closeButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(656, 293);
this.ControlBox = false;
this.Controls.Add(this.closeButton);
this.Controls.Add(this.splitContainer);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Options";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "Options";
this.Load += new System.EventHandler(this.Options_Load);
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel1.PerformLayout();
this.splitContainer.Panel2.ResumeLayout(false);
this.splitContainer.Panel2.PerformLayout();
this.splitContainer.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.PropertyGrid libraryQueryPropertyGrid;
private System.Windows.Forms.Button closeButton;
private System.Windows.Forms.Label libraryQueryLabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PropertyGrid updatePropertyGrid;
}
}