diff --git a/EditGroupForm.cs b/EditSectionForm.cs similarity index 93% rename from EditGroupForm.cs rename to EditSectionForm.cs index 68e0228..5bcc2d8 100644 --- a/EditGroupForm.cs +++ b/EditSectionForm.cs @@ -6,7 +6,7 @@ using RyzStudio.Windows.ThemedForms.PickerBox; namespace RokettoLaunch { - public class EditGroupForm : Form + public class EditSectionForm : Form { private Label label2; private Label label1; @@ -18,7 +18,7 @@ namespace RokettoLaunch private TileGroupModel result = null; - public EditGroupForm(TileGroupModel model = null) + public EditSectionForm(TileGroupModel model = null) { InitializeComponent(); @@ -62,6 +62,7 @@ namespace RokettoLaunch textBox1.IconSize = 13F; textBox1.Location = new System.Drawing.Point(192, 20); textBox1.Name = "textBox1"; + textBox1.Padding = new Padding(4, 4, 3, 3); textBox1.Size = new System.Drawing.Size(177, 32); textBox1.TabIndex = 152; textBox1.TabStop = false; @@ -103,6 +104,7 @@ namespace RokettoLaunch pickerBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); pickerBox1.Location = new System.Drawing.Point(285, 62); pickerBox1.Name = "pickerBox1"; + pickerBox1.Padding = new Padding(4, 4, 3, 3); pickerBox1.SelectedIndex = 0; pickerBox1.Size = new System.Drawing.Size(84, 34); pickerBox1.TabIndex = 174; @@ -115,11 +117,12 @@ namespace RokettoLaunch dialogFooter1.Button1Text = "&Save"; dialogFooter1.Dialog = this; dialogFooter1.Dock = DockStyle.Bottom; + dialogFooter1.IsBusy = false; dialogFooter1.Location = new System.Drawing.Point(0, 437); dialogFooter1.Name = "dialogFooter1"; dialogFooter1.Size = new System.Drawing.Size(384, 84); // - // EditGroupForm + // EditSectionForm // BackColor = System.Drawing.Color.White; ClientSize = new System.Drawing.Size(384, 521); @@ -129,8 +132,8 @@ namespace RokettoLaunch Controls.Add(label1); Controls.Add(textBox1); MinimumSize = new System.Drawing.Size(400, 560); - Name = "EditGroupForm"; - Text = "Edit Group"; + Name = "EditSectionForm"; + Text = "Edit Section"; ResumeLayout(false); PerformLayout(); } diff --git a/EditGroupForm.resx b/EditSectionForm.resx similarity index 99% rename from EditGroupForm.resx rename to EditSectionForm.resx index af32865..8b2ff64 100644 --- a/EditGroupForm.resx +++ b/EditSectionForm.resx @@ -1,7 +1,7 @@