Multidisk bundler - use LocLabelEx

This commit is contained in:
adelikat 2020-06-28 13:29:38 -05:00
parent 286b56de5a
commit 3c9a7ff7a5
1 changed files with 2 additions and 5 deletions

View File

@ -37,7 +37,7 @@
this.FileSelectorPanel = new System.Windows.Forms.Panel();
this.AddButton = new System.Windows.Forms.Button();
this.SystemDropDown = new System.Windows.Forms.ComboBox();
this.SystemLabel = new System.Windows.Forms.Label();
this.SystemLabel = new BizHawk.WinForms.Controls.LocLabelEx();
this.btnRemove = new System.Windows.Forms.Button();
this.grpName.SuspendLayout();
this.SuspendLayout();
@ -158,11 +158,8 @@
// SystemLabel
//
this.SystemLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.SystemLabel.AutoSize = true;
this.SystemLabel.Location = new System.Drawing.Point(355, 78);
this.SystemLabel.Name = "SystemLabel";
this.SystemLabel.Size = new System.Drawing.Size(44, 13);
this.SystemLabel.TabIndex = 15;
this.SystemLabel.Text = "System:";
//
// btnRemove
@ -213,7 +210,7 @@
private System.Windows.Forms.Button AddButton;
private System.Windows.Forms.Button BrowseBtn;
private System.Windows.Forms.ComboBox SystemDropDown;
private System.Windows.Forms.Label SystemLabel;
private BizHawk.WinForms.Controls.LocLabelEx SystemLabel;
private System.Windows.Forms.Button btnRemove;
}
}