From 2f5c41f880305747268147c06e2812e94cf0c6ff Mon Sep 17 00:00:00 2001 From: kougyokugentou <41278462+kougyokugentou@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:07:45 -0800 Subject: [PATCH] design changes --- frmGuardianCrud.Designer.cs | 16 ++++++++-------- frmGuardianCrud.resx | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frmGuardianCrud.Designer.cs b/frmGuardianCrud.Designer.cs index e37d672..24c80ff 100644 --- a/frmGuardianCrud.Designer.cs +++ b/frmGuardianCrud.Designer.cs @@ -37,6 +37,7 @@ namespace GreatHomeChildcare System.Windows.Forms.Label isAdminLabel; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGuardianCrud)); this.idNumericUpDown = new System.Windows.Forms.NumericUpDown(); + this.guardianBindingSource = new System.Windows.Forms.BindingSource(this.components); this.lastNameTextBox = new System.Windows.Forms.TextBox(); this.firstNameTextBox = new System.Windows.Forms.TextBox(); this.phoneNumberNumericUpDown = new System.Windows.Forms.NumericUpDown(); @@ -49,16 +50,15 @@ namespace GreatHomeChildcare this.lblPinEntry = new System.Windows.Forms.Label(); this.tbPinNumber = new System.Windows.Forms.TextBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.guardianBindingSource = new System.Windows.Forms.BindingSource(this.components); lastNameLabel = new System.Windows.Forms.Label(); firstNameLabel = new System.Windows.Forms.Label(); phoneNumberLabel = new System.Windows.Forms.Label(); emailAddressLabel = new System.Windows.Forms.Label(); isAdminLabel = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.phoneNumberNumericUpDown)).BeginInit(); this.panelPinEntry.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).BeginInit(); this.SuspendLayout(); // // lastNameLabel @@ -117,6 +117,10 @@ namespace GreatHomeChildcare this.idNumericUpDown.TabStop = false; this.idNumericUpDown.Visible = false; // + // guardianBindingSource + // + this.guardianBindingSource.DataSource = typeof(GreatHomeChildcare.Models.Guardian); + // // lastNameTextBox // this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.guardianBindingSource, "LastName", true)); @@ -256,10 +260,6 @@ namespace GreatHomeChildcare this.tableLayoutPanel1.Size = new System.Drawing.Size(250, 240); this.tableLayoutPanel1.TabIndex = 0; // - // guardianBindingSource - // - this.guardianBindingSource.DataSource = typeof(GreatHomeChildcare.Models.Guardian); - // // frmGuardianCrud // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); @@ -281,13 +281,13 @@ namespace GreatHomeChildcare this.Controls.Add(this.idNumericUpDown); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmGuardianCrud"; - this.Text = "frmGuardianCrud"; + this.Text = "Guardian Management: Great Home Childcare"; this.Load += new System.EventHandler(this.frmGuardianCrud_Load); ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.phoneNumberNumericUpDown)).EndInit(); this.panelPinEntry.ResumeLayout(false); this.panelPinEntry.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); diff --git a/frmGuardianCrud.resx b/frmGuardianCrud.resx index 6c6f964..448abe5 100644 --- a/frmGuardianCrud.resx +++ b/frmGuardianCrud.resx @@ -143,7 +143,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACK - CQAAAk1TRnQBSQFMAgEBAgEAAVgBAAFYAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CQAAAk1TRnQBSQFMAgEBAgEAAWABAAFgAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA