mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
184 lines
6.0 KiB
C#
184 lines
6.0 KiB
C#
namespace CUETools.Processor
|
|
{
|
|
partial class frmProperties
|
|
{
|
|
/// <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(frmProperties));
|
|
this.textArtist = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.textTitle = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.textYear = new System.Windows.Forms.TextBox();
|
|
this.textGenre = new System.Windows.Forms.TextBox();
|
|
this.textCatalog = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.labelCD = new System.Windows.Forms.Label();
|
|
this.textBoxDiscNumber = new System.Windows.Forms.TextBox();
|
|
this.textBoxTotalDiscs = new System.Windows.Forms.TextBox();
|
|
this.labelSlash = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// textArtist
|
|
//
|
|
resources.ApplyResources(this.textArtist, "textArtist");
|
|
this.textArtist.Name = "textArtist";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// textTitle
|
|
//
|
|
resources.ApplyResources(this.textTitle, "textTitle");
|
|
this.textTitle.Name = "textTitle";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
resources.ApplyResources(this.button1, "button1");
|
|
this.button1.Name = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
resources.ApplyResources(this.button2, "button2");
|
|
this.button2.Name = "button2";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// textYear
|
|
//
|
|
resources.ApplyResources(this.textYear, "textYear");
|
|
this.textYear.Name = "textYear";
|
|
//
|
|
// textGenre
|
|
//
|
|
resources.ApplyResources(this.textGenre, "textGenre");
|
|
this.textGenre.Name = "textGenre";
|
|
//
|
|
// textCatalog
|
|
//
|
|
resources.ApplyResources(this.textCatalog, "textCatalog");
|
|
this.textCatalog.Name = "textCatalog";
|
|
//
|
|
// label4
|
|
//
|
|
resources.ApplyResources(this.label4, "label4");
|
|
this.label4.Name = "label4";
|
|
//
|
|
// label5
|
|
//
|
|
resources.ApplyResources(this.label5, "label5");
|
|
this.label5.Name = "label5";
|
|
//
|
|
// labelCD
|
|
//
|
|
resources.ApplyResources(this.labelCD, "labelCD");
|
|
this.labelCD.Name = "labelCD";
|
|
//
|
|
// textBoxDiscNumber
|
|
//
|
|
resources.ApplyResources(this.textBoxDiscNumber, "textBoxDiscNumber");
|
|
this.textBoxDiscNumber.Name = "textBoxDiscNumber";
|
|
//
|
|
// textBoxTotalDiscs
|
|
//
|
|
resources.ApplyResources(this.textBoxTotalDiscs, "textBoxTotalDiscs");
|
|
this.textBoxTotalDiscs.Name = "textBoxTotalDiscs";
|
|
//
|
|
// labelSlash
|
|
//
|
|
resources.ApplyResources(this.labelSlash, "labelSlash");
|
|
this.labelSlash.Name = "labelSlash";
|
|
//
|
|
// frmProperties
|
|
//
|
|
this.AcceptButton = this.button1;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.button2;
|
|
this.Controls.Add(this.labelSlash);
|
|
this.Controls.Add(this.textBoxTotalDiscs);
|
|
this.Controls.Add(this.textBoxDiscNumber);
|
|
this.Controls.Add(this.labelCD);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.textCatalog);
|
|
this.Controls.Add(this.textGenre);
|
|
this.Controls.Add(this.textYear);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.textTitle);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textArtist);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
this.Name = "frmProperties";
|
|
this.Load += new System.EventHandler(this.frmProperties_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox textArtist;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox textTitle;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox textYear;
|
|
private System.Windows.Forms.TextBox textGenre;
|
|
private System.Windows.Forms.TextBox textCatalog;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label labelCD;
|
|
private System.Windows.Forms.TextBox textBoxDiscNumber;
|
|
private System.Windows.Forms.TextBox textBoxTotalDiscs;
|
|
private System.Windows.Forms.Label labelSlash;
|
|
}
|
|
} |