Update text size
This commit is contained in:
parent
e3bfe77fb8
commit
5aa09b1fda
13
SchoolEditor.Designer.cs
generated
13
SchoolEditor.Designer.cs
generated
@ -40,10 +40,6 @@
|
|||||||
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// schoolBindingSource
|
|
||||||
//
|
|
||||||
this.schoolBindingSource.DataSource = typeof(DBWizard.Models.School);
|
|
||||||
//
|
|
||||||
// schoolNameLabel
|
// schoolNameLabel
|
||||||
//
|
//
|
||||||
schoolNameLabel.AutoSize = true;
|
schoolNameLabel.AutoSize = true;
|
||||||
@ -53,6 +49,10 @@
|
|||||||
schoolNameLabel.TabIndex = 1;
|
schoolNameLabel.TabIndex = 1;
|
||||||
schoolNameLabel.Text = "Enter New School Name:";
|
schoolNameLabel.Text = "Enter New School Name:";
|
||||||
//
|
//
|
||||||
|
// schoolBindingSource
|
||||||
|
//
|
||||||
|
this.schoolBindingSource.DataSource = typeof(DBWizard.Models.School);
|
||||||
|
//
|
||||||
// schoolNameTextBox
|
// schoolNameTextBox
|
||||||
//
|
//
|
||||||
this.schoolNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.schoolBindingSource, "name", true));
|
this.schoolNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.schoolBindingSource, "name", true));
|
||||||
@ -64,9 +64,10 @@
|
|||||||
//
|
//
|
||||||
// btnAddSchool
|
// btnAddSchool
|
||||||
//
|
//
|
||||||
this.btnAddSchool.Location = new System.Drawing.Point(263, 26);
|
this.btnAddSchool.Font = new System.Drawing.Font("Sitka Display", 10.875F);
|
||||||
|
this.btnAddSchool.Location = new System.Drawing.Point(243, 26);
|
||||||
this.btnAddSchool.Name = "btnAddSchool";
|
this.btnAddSchool.Name = "btnAddSchool";
|
||||||
this.btnAddSchool.Size = new System.Drawing.Size(81, 54);
|
this.btnAddSchool.Size = new System.Drawing.Size(101, 74);
|
||||||
this.btnAddSchool.TabIndex = 3;
|
this.btnAddSchool.TabIndex = 3;
|
||||||
this.btnAddSchool.Text = "Add School";
|
this.btnAddSchool.Text = "Add School";
|
||||||
this.btnAddSchool.UseVisualStyleBackColor = true;
|
this.btnAddSchool.UseVisualStyleBackColor = true;
|
||||||
|
@ -117,12 +117,12 @@
|
|||||||
<resheader name="writer">
|
<resheader name="writer">
|
||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<metadata name="schoolBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
|
||||||
<value>17, 17</value>
|
|
||||||
</metadata>
|
|
||||||
<metadata name="schoolNameLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="schoolNameLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>False</value>
|
<value>False</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="schoolBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
<metadata name="errorProvider1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
<metadata name="errorProvider1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
<value>250, 17</value>
|
<value>250, 17</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Loading…
Reference in New Issue
Block a user