From 249a37b78b099056757b531316daefa576a1e082 Mon Sep 17 00:00:00 2001 From: chudov Date: Fri, 27 Feb 2009 15:15:37 +0000 Subject: [PATCH] --- CUETools/CUETools.csproj | 12 +++ CUETools/frmFilenameCorrector.Designer.cs | 7 ++ CUETools/frmFilenameCorrector.de-DE.resx | 48 --------- CUETools/frmFilenameCorrector.resx | 58 +++++----- CUETools/frmPassword.Designer.cs | 15 ++- CUETools/frmPassword.de-DE.resx | 71 +------------ CUETools/frmPassword.resx | 104 +++++++++--------- CUETools/frmReport.Designer.cs | 13 ++- CUETools/frmReport.de-DE.resx | 86 +-------------- CUETools/frmReport.resx | 124 +++++++++++----------- 10 files changed, 190 insertions(+), 348 deletions(-) diff --git a/CUETools/CUETools.csproj b/CUETools/CUETools.csproj index b671a1a..3272c25 100644 --- a/CUETools/CUETools.csproj +++ b/CUETools/CUETools.csproj @@ -165,14 +165,26 @@ Designer frmCUETools.cs + + frmFilenameCorrector.cs + Designer + Designer frmFilenameCorrector.cs + + frmPassword.cs + Designer + Designer frmPassword.cs + + frmReport.cs + Designer + Designer frmReport.cs diff --git a/CUETools/frmFilenameCorrector.Designer.cs b/CUETools/frmFilenameCorrector.Designer.cs index e52e273..983db3f 100644 --- a/CUETools/frmFilenameCorrector.Designer.cs +++ b/CUETools/frmFilenameCorrector.Designer.cs @@ -29,16 +29,23 @@ namespace JDP { // // lblDescription // + this.lblDescription.AccessibleDescription = null; + this.lblDescription.AccessibleName = null; resources.ApplyResources(this.lblDescription, "lblDescription"); + this.lblDescription.Font = null; this.lblDescription.Name = "lblDescription"; // // frmFilenameCorrector // + this.AccessibleDescription = null; + this.AccessibleName = null; this.AllowDrop = true; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackgroundImage = null; this.Controls.Add(this.lblDescription); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Icon = null; this.MaximizeBox = false; this.Name = "frmFilenameCorrector"; this.TopMost = true; diff --git a/CUETools/frmFilenameCorrector.de-DE.resx b/CUETools/frmFilenameCorrector.de-DE.resx index effe6f2..31b25c0 100644 --- a/CUETools/frmFilenameCorrector.de-DE.resx +++ b/CUETools/frmFilenameCorrector.de-DE.resx @@ -117,58 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - 8, 8 - - - 272, 144 - - - - 0 - Lassen Sie die CUE-Sheets hier fallen, um die Dateinamen in ihnen zu korrigieren. Die Audiodateien müssen sich im selben Ordner wie die CUE-Sheets befinden. Die Anzahl der Audiodateien in dem Verzeichnis muss mit der Anzahl der referenzierten Stücke übereinstimmen. Die Audiodateien müssen so benannt sein, dass sie beim Sortieren nach dem Dateinamen in der richtigen Reihenfolge angezeigt werden. Um mehrere CUE-Sheets gleichzeitig zu korrigieren, suchen Sie nach *.cue. - - MiddleLeft - - - lblDescription - - - System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - 286, 159 - - - Tahoma, 8.25pt - - - - Manual - Dateinamenkorrektor - - frmFilenameCorrector - - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/CUETools/frmFilenameCorrector.resx b/CUETools/frmFilenameCorrector.resx index 5cd3924..c5934c9 100644 --- a/CUETools/frmFilenameCorrector.resx +++ b/CUETools/frmFilenameCorrector.resx @@ -117,9 +117,13 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Manual + - - 8, 8 + + 286, 159 272, 144 @@ -128,47 +132,43 @@ 0 - - Drop CUE sheets here to correct the audio filenames contained inside. The audio files must be located in the same folder as the CUE sheet. The number of audio files in that folder must match the number of files referenced by the CUE sheet. The audio files must be named such that when sorted they are in order by track number. To correct multiple CUE sheets at once, you can drop the search results for *.cue. + + $this + + + frmFilenameCorrector MiddleLeft + + System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Filename Corrector + lblDescription + + Drop CUE sheets here to correct the audio filenames contained inside. The audio files must be located in the same folder as the CUE sheet. The number of audio files in that folder must match the number of files referenced by the CUE sheet. The audio files must be named such that when sorted they are in order by track number. To correct multiple CUE sheets at once, you can drop the search results for *.cue. + + + 6, 13 + + + 8, 8 + + + Tahoma, 8.25pt + System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this - 0 True - - 6, 13 - - - 286, 159 - - - Tahoma, 8.25pt - - - - Manual - - - Filename Corrector - - - frmFilenameCorrector - - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file diff --git a/CUETools/frmPassword.Designer.cs b/CUETools/frmPassword.Designer.cs index 7125b0c..05a45a0 100644 --- a/CUETools/frmPassword.Designer.cs +++ b/CUETools/frmPassword.Designer.cs @@ -35,25 +35,38 @@ namespace JDP // // txtPassword // + this.txtPassword.AccessibleDescription = null; + this.txtPassword.AccessibleName = null; resources.ApplyResources(this.txtPassword, "txtPassword"); + this.txtPassword.BackgroundImage = null; + this.txtPassword.Font = null; this.txtPassword.Name = "txtPassword"; this.txtPassword.UseSystemPasswordChar = true; // // button1 // - this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; + this.button1.AccessibleDescription = null; + this.button1.AccessibleName = null; resources.ApplyResources(this.button1, "button1"); + this.button1.BackgroundImage = null; + this.button1.DialogResult = System.Windows.Forms.DialogResult.OK; + this.button1.Font = null; this.button1.Name = "button1"; this.button1.UseVisualStyleBackColor = true; // // frmPassword // this.AcceptButton = this.button1; + this.AccessibleDescription = null; + this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackgroundImage = null; this.Controls.Add(this.button1); this.Controls.Add(this.txtPassword); + this.Font = null; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.Icon = null; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmPassword"; diff --git a/CUETools/frmPassword.de-DE.resx b/CUETools/frmPassword.de-DE.resx index 7e41185..524a741 100644 --- a/CUETools/frmPassword.de-DE.resx +++ b/CUETools/frmPassword.de-DE.resx @@ -117,79 +117,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Top, Left, Right - - - - 12, 12 - - - - 256 - - - 350, 20 - - - 0 - - - txtPassword - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 304, 40 - - - 58, 23 - - - 1 - OK - - button1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - 374, 75 - - - CenterParent - - Passwort benötigt - - - frmPassword - - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Passwort bentigt \ No newline at end of file diff --git a/CUETools/frmPassword.resx b/CUETools/frmPassword.resx index bcd5b3b..a23af44 100644 --- a/CUETools/frmPassword.resx +++ b/CUETools/frmPassword.resx @@ -118,78 +118,78 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Top, Left, Right + + CenterParent - - 12, 12 - - - - 256 - 350, 20 - - 0 + + System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - txtPassword - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - 304, 40 - - - 58, 23 - - - 1 - - - Ok - - - button1 - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this + + Top, Left, Right 0 - - True - 6, 13 374, 75 - - CenterParent + + 12, 12 - - Password required + + txtPassword + + + $this frmPassword - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 1 + + $this + + + Password required + + + Ok + + + 1 + + + button1 + + + 0 + + + 256 + + + 58, 23 + + + 304, 40 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + True + \ No newline at end of file diff --git a/CUETools/frmReport.Designer.cs b/CUETools/frmReport.Designer.cs index c3f2519..8d7c838 100644 --- a/CUETools/frmReport.Designer.cs +++ b/CUETools/frmReport.Designer.cs @@ -35,25 +35,36 @@ namespace JDP // // btnClose // + this.btnClose.AccessibleDescription = null; + this.btnClose.AccessibleName = null; resources.ApplyResources(this.btnClose, "btnClose"); + this.btnClose.BackgroundImage = null; this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; + this.btnClose.Font = null; this.btnClose.Name = "btnClose"; this.btnClose.UseVisualStyleBackColor = true; // // txtReport // - this.txtReport.BackColor = System.Drawing.SystemColors.Control; + this.txtReport.AccessibleDescription = null; + this.txtReport.AccessibleName = null; resources.ApplyResources(this.txtReport, "txtReport"); + this.txtReport.BackColor = System.Drawing.SystemColors.Control; + this.txtReport.BackgroundImage = null; this.txtReport.Name = "txtReport"; this.txtReport.ReadOnly = true; // // frmReport // + this.AccessibleDescription = null; + this.AccessibleName = null; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackgroundImage = null; this.CancelButton = this.btnClose; this.Controls.Add(this.txtReport); this.Controls.Add(this.btnClose); + this.Icon = null; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmReport"; diff --git a/CUETools/frmReport.de-DE.resx b/CUETools/frmReport.de-DE.resx index 1953a89..8d3e72f 100644 --- a/CUETools/frmReport.de-DE.resx +++ b/CUETools/frmReport.de-DE.resx @@ -117,91 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Bottom - - - - 243, 345 - - - 70, 23 - - - - 0 - - Schließen - - - btnClose - - - System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 1 - - - Courier New, 8.25pt - - - 8, 8 - - - True - - - Vertical - - - 540, 327 - - - 1 - - - txtReport - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 - - - True - - - 6, 13 - - - 556, 376 - - - Tahoma, 8.25pt - - - 400, 300 - - - Manual - - - Status Report - - - frmReport - - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Schlieen \ No newline at end of file diff --git a/CUETools/frmReport.resx b/CUETools/frmReport.resx index 939d5d8..dff638b 100644 --- a/CUETools/frmReport.resx +++ b/CUETools/frmReport.resx @@ -118,90 +118,90 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Bottom + + Manual + + + + 1 + + + System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + txtReport - - 243, 345 + + 6, 13 + + + 1 + + + 556, 376 + + + frmReport + + + 400, 300 + + + 0 + + + Vertical 70, 23 - - + + Bottom + + + Status Report + + + Courier New, 8.25pt + + 0 Close + + 540, 327 + + + System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + btnClose + + True + + + $this + + + 8, 8 + + + Tahoma, 8.25pt + System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 $this - - 1 - - - Courier New, 8.25pt - - - 8, 8 - - - True - - - Vertical - - - 540, 327 - - - 1 - - - txtReport - - - System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - $this - - - 0 + + 243, 345 True - - 6, 13 - - - 556, 376 - - - Tahoma, 8.25pt - - - 400, 300 - - - Manual - - - Status Report - - - frmReport - - - System.Windows.Forms.Form, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - \ No newline at end of file