From 5aa09b1fdad0cdf62380604df3ec4f445b462c18 Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Mon, 25 May 2020 22:16:10 -0700 Subject: [PATCH] Update text size --- SchoolEditor.Designer.cs | 13 +++++++------ SchoolEditor.resx | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/SchoolEditor.Designer.cs b/SchoolEditor.Designer.cs index bc8db10..8d44d91 100644 --- a/SchoolEditor.Designer.cs +++ b/SchoolEditor.Designer.cs @@ -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; diff --git a/SchoolEditor.resx b/SchoolEditor.resx index caf11df..6f12d42 100644 --- a/SchoolEditor.resx +++ b/SchoolEditor.resx @@ -117,12 +117,12 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - False + + 17, 17 + 250, 17