Crop, rotate and trim album art

This commit is contained in:
Grigory Chudov
2018-07-03 19:59:19 -04:00
parent 53dadd858a
commit dd1358f8dc
5 changed files with 703 additions and 521 deletions

View File

@@ -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();