mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
UI revamp
This commit is contained in:
12
CUETools/frmReport.Designer.cs
generated
12
CUETools/frmReport.Designer.cs
generated
@@ -35,36 +35,26 @@ 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.AccessibleDescription = null;
|
||||
this.txtReport.AccessibleName = null;
|
||||
resources.ApplyResources(this.txtReport, "txtReport");
|
||||
this.txtReport.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.txtReport.BackgroundImage = null;
|
||||
this.txtReport.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user