mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Crop, rotate and trim album art
This commit is contained in:
2
CUETools/frmChoice.Designer.cs
generated
2
CUETools/frmChoice.Designer.cs
generated
@@ -240,11 +240,13 @@ namespace JDP
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.KeyPreview = true;
|
||||
this.Name = "frmChoice";
|
||||
this.ShowIcon = false;
|
||||
this.ShowInTaskbar = false;
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmChoice_FormClosing);
|
||||
this.Load += new System.EventHandler(this.frmChoice_Load);
|
||||
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frmChoice_KeyPress);
|
||||
this.Resize += new System.EventHandler(this.frmChoice_Resize);
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.tableLayoutPanel1.PerformLayout();
|
||||
|
||||
Reference in New Issue
Block a user