Fixed
This commit is contained in:
parent
af81fe389e
commit
2ff2ea1e1e
1
Form1.Designer.cs
generated
1
Form1.Designer.cs
generated
@ -740,6 +740,7 @@
|
||||
this.MinimumSize = new System.Drawing.Size(1421, 806);
|
||||
this.Name = "Form1";
|
||||
this.Text = "KentYouthDB";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.topTableLayoutPanel.ResumeLayout(false);
|
||||
this.topTableLayoutPanel.PerformLayout();
|
||||
this.mainMenuStrip.ResumeLayout(false);
|
||||
|
5
Form1.cs
5
Form1.cs
@ -37,6 +37,10 @@ namespace DBWizard
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
FillComboBoxes();
|
||||
}
|
||||
/* Fills program and school combo boxes on the form
|
||||
* with the static data from the sqlite db.
|
||||
* input: no input
|
||||
@ -426,5 +430,6 @@ namespace DBWizard
|
||||
save_button_Click(save_button, EventArgs.Empty);
|
||||
}
|
||||
|
||||
|
||||
} //Form1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user