design changes

This commit is contained in:
kougyokugentou 2021-01-25 22:07:45 -08:00
parent 1e0ddf291b
commit 2f5c41f880
2 changed files with 9 additions and 9 deletions

View File

@ -37,6 +37,7 @@ namespace GreatHomeChildcare
System.Windows.Forms.Label isAdminLabel; System.Windows.Forms.Label isAdminLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGuardianCrud)); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGuardianCrud));
this.idNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.idNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.guardianBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.lastNameTextBox = new System.Windows.Forms.TextBox(); this.lastNameTextBox = new System.Windows.Forms.TextBox();
this.firstNameTextBox = new System.Windows.Forms.TextBox(); this.firstNameTextBox = new System.Windows.Forms.TextBox();
this.phoneNumberNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.phoneNumberNumericUpDown = new System.Windows.Forms.NumericUpDown();
@ -49,16 +50,15 @@ namespace GreatHomeChildcare
this.lblPinEntry = new System.Windows.Forms.Label(); this.lblPinEntry = new System.Windows.Forms.Label();
this.tbPinNumber = new System.Windows.Forms.TextBox(); this.tbPinNumber = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.guardianBindingSource = new System.Windows.Forms.BindingSource(this.components);
lastNameLabel = new System.Windows.Forms.Label(); lastNameLabel = new System.Windows.Forms.Label();
firstNameLabel = new System.Windows.Forms.Label(); firstNameLabel = new System.Windows.Forms.Label();
phoneNumberLabel = new System.Windows.Forms.Label(); phoneNumberLabel = new System.Windows.Forms.Label();
emailAddressLabel = new System.Windows.Forms.Label(); emailAddressLabel = new System.Windows.Forms.Label();
isAdminLabel = new System.Windows.Forms.Label(); isAdminLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.phoneNumberNumericUpDown)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.phoneNumberNumericUpDown)).BeginInit();
this.panelPinEntry.SuspendLayout(); this.panelPinEntry.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// lastNameLabel // lastNameLabel
@ -117,6 +117,10 @@ namespace GreatHomeChildcare
this.idNumericUpDown.TabStop = false; this.idNumericUpDown.TabStop = false;
this.idNumericUpDown.Visible = false; this.idNumericUpDown.Visible = false;
// //
// guardianBindingSource
//
this.guardianBindingSource.DataSource = typeof(GreatHomeChildcare.Models.Guardian);
//
// lastNameTextBox // lastNameTextBox
// //
this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.guardianBindingSource, "LastName", true)); 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.Size = new System.Drawing.Size(250, 240);
this.tableLayoutPanel1.TabIndex = 0; this.tableLayoutPanel1.TabIndex = 0;
// //
// guardianBindingSource
//
this.guardianBindingSource.DataSource = typeof(GreatHomeChildcare.Models.Guardian);
//
// frmGuardianCrud // frmGuardianCrud
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@ -281,13 +281,13 @@ namespace GreatHomeChildcare
this.Controls.Add(this.idNumericUpDown); this.Controls.Add(this.idNumericUpDown);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmGuardianCrud"; this.Name = "frmGuardianCrud";
this.Text = "frmGuardianCrud"; this.Text = "Guardian Management: Great Home Childcare";
this.Load += new System.EventHandler(this.frmGuardianCrud_Load); this.Load += new System.EventHandler(this.frmGuardianCrud_Load);
((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.idNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.phoneNumberNumericUpDown)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.phoneNumberNumericUpDown)).EndInit();
this.panelPinEntry.ResumeLayout(false); this.panelPinEntry.ResumeLayout(false);
this.panelPinEntry.PerformLayout(); this.panelPinEntry.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();

View File

@ -143,7 +143,7 @@
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACK ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACK
CQAAAk1TRnQBSQFMAgEBAgEAAVgBAAFYAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo CQAAAk1TRnQBSQFMAgEBAgEAAWABAAFgAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA