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