mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
1.9.4... too many small changes to comment
This commit is contained in:
5
CUETools/frmChoice.Designer.cs
generated
5
CUETools/frmChoice.Designer.cs
generated
@@ -37,9 +37,10 @@ namespace JDP
|
||||
//
|
||||
resources.ApplyResources(this.comboRelease, "comboRelease");
|
||||
this.comboRelease.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.comboRelease.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.comboRelease.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.comboRelease.FormattingEnabled = true;
|
||||
this.comboRelease.Name = "comboRelease";
|
||||
this.comboRelease.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboRelease_DrawItem);
|
||||
//
|
||||
// button1
|
||||
//
|
||||
@@ -57,6 +58,8 @@ namespace JDP
|
||||
this.Controls.Add(this.comboRelease);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
||||
this.Name = "frmChoice";
|
||||
this.Load += new System.EventHandler(this.frmChoice_Load);
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmChoice_FormClosing);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user