design changes
This commit is contained in:
parent
1e0ddf291b
commit
2f5c41f880
16
frmGuardianCrud.Designer.cs
generated
16
frmGuardianCrud.Designer.cs
generated
@ -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();
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
|
||||
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
|
||||
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACK
|
||||
CQAAAk1TRnQBSQFMAgEBAgEAAVgBAAFYAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
||||
CQAAAk1TRnQBSQFMAgEBAgEAAWABAAFgAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
|
||||
AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
|
||||
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
|
||||
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
|
||||
|
Loading…
Reference in New Issue
Block a user