Update text size

This commit is contained in:
kougyokugentou 2020-05-25 22:16:10 -07:00
parent e3bfe77fb8
commit 5aa09b1fda
2 changed files with 10 additions and 9 deletions

View File

@ -40,10 +40,6 @@
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// schoolBindingSource
//
this.schoolBindingSource.DataSource = typeof(DBWizard.Models.School);
//
// schoolNameLabel
//
schoolNameLabel.AutoSize = true;
@ -53,6 +49,10 @@
schoolNameLabel.TabIndex = 1;
schoolNameLabel.Text = "Enter New School Name:";
//
// schoolBindingSource
//
this.schoolBindingSource.DataSource = typeof(DBWizard.Models.School);
//
// schoolNameTextBox
//
this.schoolNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.schoolBindingSource, "name", true));
@ -64,9 +64,10 @@
//
// 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.Size = new System.Drawing.Size(81, 54);
this.btnAddSchool.Size = new System.Drawing.Size(101, 74);
this.btnAddSchool.TabIndex = 3;
this.btnAddSchool.Text = "Add School";
this.btnAddSchool.UseVisualStyleBackColor = true;

View File

@ -117,12 +117,12 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</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">
<value>False</value>
</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">
<value>250, 17</value>
</metadata>