2011-04-01 21:34:11 +00:00
|
|
|
|
|
|
|
|
|
|
namespace AudioDataPlugIn
|
|
|
|
|
|
{
|
|
|
|
|
|
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()
|
|
|
|
|
|
{
|
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
2011-05-21 23:28:33 +00:00
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.radioButtonMBExtensive = new System.Windows.Forms.RadioButton();
|
|
|
|
|
|
this.radioButtonMBFast = new System.Windows.Forms.RadioButton();
|
|
|
|
|
|
this.radioButtonMBDefault = new System.Windows.Forms.RadioButton();
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
this.buttonOk = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
2011-05-21 23:28:33 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.groupBox1.SuspendLayout();
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// label1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.label1.AutoSize = true;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.label1.Location = new System.Drawing.Point(127, 16);
|
|
|
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.label1.Name = "label1";
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.label1.Size = new System.Drawing.Size(182, 17);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.label1.TabIndex = 0;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.label1.Text = "CUETools DB Plugin V2.1.3";
|
2011-04-01 21:34:11 +00:00
|
|
|
|
//
|
|
|
|
|
|
// label2
|
|
|
|
|
|
//
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.label2.Location = new System.Drawing.Point(127, 82);
|
|
|
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.label2.Name = "label2";
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.label2.Size = new System.Drawing.Size(307, 42);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.label2.TabIndex = 1;
|
|
|
|
|
|
this.label2.Text = "Copyright (c) 2011 Gregory S. Chudov";
|
|
|
|
|
|
//
|
|
|
|
|
|
// linkLabel1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.linkLabel1.AutoSize = true;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.linkLabel1.Location = new System.Drawing.Point(127, 44);
|
|
|
|
|
|
this.linkLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.linkLabel1.Size = new System.Drawing.Size(209, 17);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.linkLabel1.TabIndex = 3;
|
|
|
|
|
|
this.linkLabel1.TabStop = true;
|
2011-04-06 04:15:19 +00:00
|
|
|
|
this.linkLabel1.Text = "http://db.cuetools.net/about.php";
|
|
|
|
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
//
|
2011-05-21 23:28:33 +00:00
|
|
|
|
// pictureBox1
|
|
|
|
|
|
//
|
2011-05-26 18:18:26 +00:00
|
|
|
|
this.pictureBox1.Image = global::CUETools.CTDB.EACPlugin.Properties.Resources.ctdb64;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.pictureBox1.Location = new System.Drawing.Point(17, 16);
|
|
|
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
2011-05-21 23:28:33 +00:00
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(85, 79);
|
2011-05-21 23:28:33 +00:00
|
|
|
|
this.pictureBox1.TabIndex = 4;
|
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
|
|
//
|
2011-09-08 18:25:54 +00:00
|
|
|
|
// radioButtonMBExtensive
|
|
|
|
|
|
//
|
|
|
|
|
|
this.radioButtonMBExtensive.AutoSize = true;
|
|
|
|
|
|
this.radioButtonMBExtensive.Location = new System.Drawing.Point(8, 20);
|
|
|
|
|
|
this.radioButtonMBExtensive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
|
this.radioButtonMBExtensive.Name = "radioButtonMBExtensive";
|
|
|
|
|
|
this.radioButtonMBExtensive.Size = new System.Drawing.Size(89, 21);
|
|
|
|
|
|
this.radioButtonMBExtensive.TabIndex = 6;
|
|
|
|
|
|
this.radioButtonMBExtensive.TabStop = true;
|
|
|
|
|
|
this.radioButtonMBExtensive.Text = "Extensive";
|
|
|
|
|
|
this.radioButtonMBExtensive.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// radioButtonMBFast
|
|
|
|
|
|
//
|
|
|
|
|
|
this.radioButtonMBFast.AutoSize = true;
|
|
|
|
|
|
this.radioButtonMBFast.Location = new System.Drawing.Point(8, 62);
|
|
|
|
|
|
this.radioButtonMBFast.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
|
this.radioButtonMBFast.Name = "radioButtonMBFast";
|
|
|
|
|
|
this.radioButtonMBFast.Size = new System.Drawing.Size(56, 21);
|
|
|
|
|
|
this.radioButtonMBFast.TabIndex = 7;
|
|
|
|
|
|
this.radioButtonMBFast.TabStop = true;
|
|
|
|
|
|
this.radioButtonMBFast.Text = "Fast";
|
|
|
|
|
|
this.radioButtonMBFast.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
|
|
|
|
|
// radioButtonMBDefault
|
|
|
|
|
|
//
|
|
|
|
|
|
this.radioButtonMBDefault.AutoSize = true;
|
|
|
|
|
|
this.radioButtonMBDefault.Location = new System.Drawing.Point(8, 41);
|
|
|
|
|
|
this.radioButtonMBDefault.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
|
this.radioButtonMBDefault.Name = "radioButtonMBDefault";
|
|
|
|
|
|
this.radioButtonMBDefault.Size = new System.Drawing.Size(74, 21);
|
|
|
|
|
|
this.radioButtonMBDefault.TabIndex = 8;
|
|
|
|
|
|
this.radioButtonMBDefault.TabStop = true;
|
|
|
|
|
|
this.radioButtonMBDefault.Text = "Default";
|
|
|
|
|
|
this.radioButtonMBDefault.UseVisualStyleBackColor = true;
|
2011-06-26 00:02:29 +00:00
|
|
|
|
//
|
|
|
|
|
|
// groupBox1
|
|
|
|
|
|
//
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.radioButtonMBDefault);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.radioButtonMBExtensive);
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.radioButtonMBFast);
|
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(16, 156);
|
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(191, 107);
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.groupBox1.TabIndex = 15;
|
|
|
|
|
|
this.groupBox1.TabStop = false;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.groupBox1.Text = "Metadata search mode:";
|
2011-06-26 00:02:29 +00:00
|
|
|
|
//
|
|
|
|
|
|
// buttonOk
|
|
|
|
|
|
//
|
|
|
|
|
|
this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.buttonOk.Location = new System.Drawing.Point(404, 233);
|
|
|
|
|
|
this.buttonOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.buttonOk.Name = "buttonOk";
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.buttonOk.Size = new System.Drawing.Size(100, 31);
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.buttonOk.TabIndex = 17;
|
|
|
|
|
|
this.buttonOk.Text = "OK";
|
|
|
|
|
|
this.buttonOk.UseVisualStyleBackColor = true;
|
|
|
|
|
|
this.buttonOk.Click += new System.EventHandler(this.button2_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// buttonCancel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.buttonCancel.Location = new System.Drawing.Point(404, 194);
|
|
|
|
|
|
this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.buttonCancel.Size = new System.Drawing.Size(100, 31);
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.buttonCancel.TabIndex = 19;
|
|
|
|
|
|
this.buttonCancel.Text = "Cancel";
|
|
|
|
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
|
//
|
2011-04-01 21:34:11 +00:00
|
|
|
|
// Options
|
|
|
|
|
|
//
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.AcceptButton = this.buttonOk;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.CancelButton = this.buttonCancel;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(520, 279);
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
|
|
|
|
|
this.Controls.Add(this.buttonOk);
|
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
2011-05-21 23:28:33 +00:00
|
|
|
|
this.Controls.Add(this.pictureBox1);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.Controls.Add(this.linkLabel1);
|
|
|
|
|
|
this.Controls.Add(this.label2);
|
|
|
|
|
|
this.Controls.Add(this.label1);
|
2011-05-21 23:28:33 +00:00
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
|
this.Name = "Options";
|
2011-05-21 23:28:33 +00:00
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.Text = "Options";
|
2011-05-21 23:28:33 +00:00
|
|
|
|
this.Load += new System.EventHandler(this.Options_Load);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2011-06-26 00:02:29 +00:00
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
|
this.groupBox1.PerformLayout();
|
2011-04-01 21:34:11 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
2011-05-21 23:28:33 +00:00
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
2011-09-08 18:25:54 +00:00
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonMBExtensive;
|
|
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonMBFast;
|
|
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonMBDefault;
|
2011-06-26 00:02:29 +00:00
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
|
private System.Windows.Forms.Button buttonOk;
|
|
|
|
|
|
private System.Windows.Forms.Button buttonCancel;
|
2011-04-01 21:34:11 +00:00
|
|
|
|
}
|
|
|
|
|
|
}
|