498 lines
25 KiB
C#
498 lines
25 KiB
C#
|
|
namespace GreatHomeChildcare
|
|
{
|
|
partial class frmGuardianCrud
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.Windows.Forms.Label lastNameLabel;
|
|
System.Windows.Forms.Label firstNameLabel;
|
|
System.Windows.Forms.Label phoneNumberLabel;
|
|
System.Windows.Forms.Label emailAddressLabel;
|
|
System.Windows.Forms.Label isAdminLabel;
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGuardianCrud));
|
|
this.idNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.lastNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.firstNameTextBox = new System.Windows.Forms.TextBox();
|
|
this.phoneNumberNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
|
this.emailAddressTextBox = new System.Windows.Forms.TextBox();
|
|
this.isAdminComboBox = new System.Windows.Forms.ComboBox();
|
|
this.btnCancelClose = new System.Windows.Forms.Button();
|
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
|
this.btnSaveClose = new System.Windows.Forms.Button();
|
|
this.panelPinEntry = new System.Windows.Forms.Panel();
|
|
this.lblPinEntry = new System.Windows.Forms.Label();
|
|
this.tbPinNumber = new System.Windows.Forms.TextBox();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.btnBack = new System.Windows.Forms.Button();
|
|
this.btn0 = new System.Windows.Forms.Button();
|
|
this.btn3 = new System.Windows.Forms.Button();
|
|
this.btn1 = new System.Windows.Forms.Button();
|
|
this.btn6 = new System.Windows.Forms.Button();
|
|
this.btn5 = new System.Windows.Forms.Button();
|
|
this.btn4 = new System.Windows.Forms.Button();
|
|
this.btn8 = new System.Windows.Forms.Button();
|
|
this.btn7 = new System.Windows.Forms.Button();
|
|
this.btn2 = new System.Windows.Forms.Button();
|
|
this.btnCE = new System.Windows.Forms.Button();
|
|
this.btn9 = new System.Windows.Forms.Button();
|
|
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
|
|
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.phoneNumberNumericUpDown)).BeginInit();
|
|
this.panelPinEntry.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lastNameLabel
|
|
//
|
|
lastNameLabel.AutoSize = true;
|
|
lastNameLabel.Location = new System.Drawing.Point(150, 15);
|
|
lastNameLabel.Name = "lastNameLabel";
|
|
lastNameLabel.Size = new System.Drawing.Size(80, 17);
|
|
lastNameLabel.TabIndex = 2;
|
|
lastNameLabel.Text = "Last Name:";
|
|
//
|
|
// firstNameLabel
|
|
//
|
|
firstNameLabel.AutoSize = true;
|
|
firstNameLabel.Location = new System.Drawing.Point(12, 15);
|
|
firstNameLabel.Name = "firstNameLabel";
|
|
firstNameLabel.Size = new System.Drawing.Size(80, 17);
|
|
firstNameLabel.TabIndex = 3;
|
|
firstNameLabel.Text = "First Name:";
|
|
//
|
|
// phoneNumberLabel
|
|
//
|
|
phoneNumberLabel.AutoSize = true;
|
|
phoneNumberLabel.Location = new System.Drawing.Point(12, 69);
|
|
phoneNumberLabel.Name = "phoneNumberLabel";
|
|
phoneNumberLabel.Size = new System.Drawing.Size(107, 17);
|
|
phoneNumberLabel.TabIndex = 5;
|
|
phoneNumberLabel.Text = "Phone Number:";
|
|
//
|
|
// emailAddressLabel
|
|
//
|
|
emailAddressLabel.AutoSize = true;
|
|
emailAddressLabel.Location = new System.Drawing.Point(151, 69);
|
|
emailAddressLabel.Name = "emailAddressLabel";
|
|
emailAddressLabel.Size = new System.Drawing.Size(102, 17);
|
|
emailAddressLabel.TabIndex = 7;
|
|
emailAddressLabel.Text = "Email Address:";
|
|
//
|
|
// isAdminLabel
|
|
//
|
|
isAdminLabel.AutoSize = true;
|
|
isAdminLabel.Location = new System.Drawing.Point(96, 130);
|
|
isAdminLabel.Name = "isAdminLabel";
|
|
isAdminLabel.Size = new System.Drawing.Size(65, 17);
|
|
isAdminLabel.TabIndex = 12;
|
|
isAdminLabel.Text = "is Admin:";
|
|
//
|
|
// idNumericUpDown
|
|
//
|
|
this.idNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.guardianBindingSource, "id", true));
|
|
this.idNumericUpDown.Location = new System.Drawing.Point(8, 150);
|
|
this.idNumericUpDown.Name = "idNumericUpDown";
|
|
this.idNumericUpDown.ReadOnly = true;
|
|
this.idNumericUpDown.Size = new System.Drawing.Size(65, 22);
|
|
this.idNumericUpDown.TabIndex = 2;
|
|
this.idNumericUpDown.TabStop = false;
|
|
this.idNumericUpDown.Visible = false;
|
|
//
|
|
// lastNameTextBox
|
|
//
|
|
this.lastNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.guardianBindingSource, "LastName", true));
|
|
this.lastNameTextBox.Location = new System.Drawing.Point(153, 35);
|
|
this.lastNameTextBox.Name = "lastNameTextBox";
|
|
this.lastNameTextBox.Size = new System.Drawing.Size(100, 22);
|
|
this.lastNameTextBox.TabIndex = 2;
|
|
this.lastNameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.String_TextBox_Validating);
|
|
//
|
|
// firstNameTextBox
|
|
//
|
|
this.firstNameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.guardianBindingSource, "FirstName", true));
|
|
this.firstNameTextBox.Location = new System.Drawing.Point(15, 35);
|
|
this.firstNameTextBox.Name = "firstNameTextBox";
|
|
this.firstNameTextBox.Size = new System.Drawing.Size(100, 22);
|
|
this.firstNameTextBox.TabIndex = 1;
|
|
this.firstNameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.String_TextBox_Validating);
|
|
//
|
|
// phoneNumberNumericUpDown
|
|
//
|
|
this.phoneNumberNumericUpDown.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.guardianBindingSource, "PhoneNumber", true));
|
|
this.phoneNumberNumericUpDown.Location = new System.Drawing.Point(15, 89);
|
|
this.phoneNumberNumericUpDown.Maximum = new decimal(new int[] {
|
|
1410065407,
|
|
2,
|
|
0,
|
|
0});
|
|
this.phoneNumberNumericUpDown.Minimum = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.phoneNumberNumericUpDown.Name = "phoneNumberNumericUpDown";
|
|
this.phoneNumberNumericUpDown.Size = new System.Drawing.Size(120, 22);
|
|
this.phoneNumberNumericUpDown.TabIndex = 6;
|
|
this.phoneNumberNumericUpDown.Value = new decimal(new int[] {
|
|
1000000000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.phoneNumberNumericUpDown.Validating += new System.ComponentModel.CancelEventHandler(this.phoneNumberNumericUpDown_Validating);
|
|
//
|
|
// emailAddressTextBox
|
|
//
|
|
this.emailAddressTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.guardianBindingSource, "EmailAddress", true));
|
|
this.emailAddressTextBox.Location = new System.Drawing.Point(153, 89);
|
|
this.emailAddressTextBox.Name = "emailAddressTextBox";
|
|
this.emailAddressTextBox.Size = new System.Drawing.Size(190, 22);
|
|
this.emailAddressTextBox.TabIndex = 8;
|
|
this.emailAddressTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.emailAddressTextBox_Validating);
|
|
//
|
|
// isAdminComboBox
|
|
//
|
|
this.isAdminComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.guardianBindingSource, "isAdmin", true));
|
|
this.isAdminComboBox.FormattingEnabled = true;
|
|
this.isAdminComboBox.Location = new System.Drawing.Point(79, 150);
|
|
this.isAdminComboBox.Name = "isAdminComboBox";
|
|
this.isAdminComboBox.Size = new System.Drawing.Size(121, 24);
|
|
this.isAdminComboBox.TabIndex = 13;
|
|
this.isAdminComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.isAdminComboBox_Validating);
|
|
//
|
|
// btnCancelClose
|
|
//
|
|
this.btnCancelClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnCancelClose.ImageIndex = 0;
|
|
this.btnCancelClose.ImageList = this.imageList1;
|
|
this.btnCancelClose.Location = new System.Drawing.Point(21, 209);
|
|
this.btnCancelClose.Name = "btnCancelClose";
|
|
this.btnCancelClose.Size = new System.Drawing.Size(140, 50);
|
|
this.btnCancelClose.TabIndex = 14;
|
|
this.btnCancelClose.Text = "Cancel && Close";
|
|
this.btnCancelClose.UseVisualStyleBackColor = true;
|
|
this.btnCancelClose.Click += new System.EventHandler(this.btnCancelClose_Click);
|
|
//
|
|
// imageList1
|
|
//
|
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
|
this.imageList1.Images.SetKeyName(0, "Cancel_16x.png");
|
|
this.imageList1.Images.SetKeyName(1, "SaveClose_16x.png");
|
|
//
|
|
// btnSaveClose
|
|
//
|
|
this.btnSaveClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnSaveClose.ImageIndex = 1;
|
|
this.btnSaveClose.ImageList = this.imageList1;
|
|
this.btnSaveClose.Location = new System.Drawing.Point(204, 208);
|
|
this.btnSaveClose.Name = "btnSaveClose";
|
|
this.btnSaveClose.Size = new System.Drawing.Size(139, 50);
|
|
this.btnSaveClose.TabIndex = 15;
|
|
this.btnSaveClose.Text = "Save && Close";
|
|
this.btnSaveClose.UseVisualStyleBackColor = true;
|
|
this.btnSaveClose.Click += new System.EventHandler(this.btnSaveClose_Click);
|
|
//
|
|
// panelPinEntry
|
|
//
|
|
this.panelPinEntry.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelPinEntry.Controls.Add(this.lblPinEntry);
|
|
this.panelPinEntry.Controls.Add(this.tbPinNumber);
|
|
this.panelPinEntry.Controls.Add(this.tableLayoutPanel1);
|
|
this.panelPinEntry.Location = new System.Drawing.Point(360, 12);
|
|
this.panelPinEntry.Name = "panelPinEntry";
|
|
this.panelPinEntry.Size = new System.Drawing.Size(252, 297);
|
|
this.panelPinEntry.TabIndex = 16;
|
|
//
|
|
// lblPinEntry
|
|
//
|
|
this.lblPinEntry.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.lblPinEntry.AutoSize = true;
|
|
this.lblPinEntry.Location = new System.Drawing.Point(108, 9);
|
|
this.lblPinEntry.Name = "lblPinEntry";
|
|
this.lblPinEntry.Size = new System.Drawing.Size(34, 17);
|
|
this.lblPinEntry.TabIndex = 4;
|
|
this.lblPinEntry.Text = "PIN:";
|
|
//
|
|
// tbPinNumber
|
|
//
|
|
this.tbPinNumber.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tbPinNumber.Location = new System.Drawing.Point(0, 33);
|
|
this.tbPinNumber.MaxLength = 4;
|
|
this.tbPinNumber.Name = "tbPinNumber";
|
|
this.tbPinNumber.PasswordChar = '*';
|
|
this.tbPinNumber.Size = new System.Drawing.Size(250, 22);
|
|
this.tbPinNumber.TabIndex = 3;
|
|
this.tbPinNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbPinNumber.UseSystemPasswordChar = true;
|
|
this.tbPinNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPinNumber_KeyPress);
|
|
this.tbPinNumber.Validating += new System.ComponentModel.CancelEventHandler(this.tbPinNumber_Validating);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 3;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
|
this.tableLayoutPanel1.Controls.Add(this.btnBack, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn0, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn3, 2, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn1, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn6, 2, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn5, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn4, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn8, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn7, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn2, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.btnCE, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.btn9, 2, 0);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 55);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 4;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(250, 240);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// btnBack
|
|
//
|
|
this.btnBack.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btnBack.Location = new System.Drawing.Point(169, 183);
|
|
this.btnBack.Name = "btnBack";
|
|
this.btnBack.Size = new System.Drawing.Size(78, 54);
|
|
this.btnBack.TabIndex = 11;
|
|
this.btnBack.Text = "<<";
|
|
this.btnBack.UseVisualStyleBackColor = true;
|
|
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
|
//
|
|
// btn0
|
|
//
|
|
this.btn0.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn0.Location = new System.Drawing.Point(86, 183);
|
|
this.btn0.Name = "btn0";
|
|
this.btn0.Size = new System.Drawing.Size(77, 54);
|
|
this.btn0.TabIndex = 10;
|
|
this.btn0.Text = "0";
|
|
this.btn0.UseVisualStyleBackColor = true;
|
|
this.btn0.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn3
|
|
//
|
|
this.btn3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn3.Location = new System.Drawing.Point(169, 123);
|
|
this.btn3.Name = "btn3";
|
|
this.btn3.Size = new System.Drawing.Size(78, 54);
|
|
this.btn3.TabIndex = 8;
|
|
this.btn3.Text = "3";
|
|
this.btn3.UseVisualStyleBackColor = true;
|
|
this.btn3.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn1
|
|
//
|
|
this.btn1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn1.Location = new System.Drawing.Point(3, 123);
|
|
this.btn1.Name = "btn1";
|
|
this.btn1.Size = new System.Drawing.Size(77, 54);
|
|
this.btn1.TabIndex = 6;
|
|
this.btn1.Text = "1";
|
|
this.btn1.UseVisualStyleBackColor = true;
|
|
this.btn1.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn6
|
|
//
|
|
this.btn6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn6.Location = new System.Drawing.Point(169, 63);
|
|
this.btn6.Name = "btn6";
|
|
this.btn6.Size = new System.Drawing.Size(78, 54);
|
|
this.btn6.TabIndex = 5;
|
|
this.btn6.Text = "6";
|
|
this.btn6.UseVisualStyleBackColor = true;
|
|
this.btn6.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn5
|
|
//
|
|
this.btn5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn5.Location = new System.Drawing.Point(86, 63);
|
|
this.btn5.Name = "btn5";
|
|
this.btn5.Size = new System.Drawing.Size(77, 54);
|
|
this.btn5.TabIndex = 4;
|
|
this.btn5.Text = "5";
|
|
this.btn5.UseVisualStyleBackColor = true;
|
|
this.btn5.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn4
|
|
//
|
|
this.btn4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn4.Location = new System.Drawing.Point(3, 63);
|
|
this.btn4.Name = "btn4";
|
|
this.btn4.Size = new System.Drawing.Size(77, 54);
|
|
this.btn4.TabIndex = 3;
|
|
this.btn4.Text = "4";
|
|
this.btn4.UseVisualStyleBackColor = true;
|
|
this.btn4.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn8
|
|
//
|
|
this.btn8.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn8.Location = new System.Drawing.Point(86, 3);
|
|
this.btn8.Name = "btn8";
|
|
this.btn8.Size = new System.Drawing.Size(77, 54);
|
|
this.btn8.TabIndex = 1;
|
|
this.btn8.Text = "8";
|
|
this.btn8.UseVisualStyleBackColor = true;
|
|
this.btn8.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn7
|
|
//
|
|
this.btn7.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn7.Location = new System.Drawing.Point(3, 3);
|
|
this.btn7.Name = "btn7";
|
|
this.btn7.Size = new System.Drawing.Size(77, 54);
|
|
this.btn7.TabIndex = 0;
|
|
this.btn7.Text = "7";
|
|
this.btn7.UseVisualStyleBackColor = true;
|
|
this.btn7.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btn2
|
|
//
|
|
this.btn2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn2.Location = new System.Drawing.Point(86, 123);
|
|
this.btn2.Name = "btn2";
|
|
this.btn2.Size = new System.Drawing.Size(77, 54);
|
|
this.btn2.TabIndex = 7;
|
|
this.btn2.Text = "2";
|
|
this.btn2.UseVisualStyleBackColor = true;
|
|
this.btn2.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// btnCE
|
|
//
|
|
this.btnCE.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btnCE.Location = new System.Drawing.Point(3, 183);
|
|
this.btnCE.Name = "btnCE";
|
|
this.btnCE.Size = new System.Drawing.Size(77, 54);
|
|
this.btnCE.TabIndex = 9;
|
|
this.btnCE.Text = "CE";
|
|
this.btnCE.UseVisualStyleBackColor = true;
|
|
this.btnCE.Click += new System.EventHandler(this.btnCE_Click);
|
|
//
|
|
// btn9
|
|
//
|
|
this.btn9.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btn9.Location = new System.Drawing.Point(169, 3);
|
|
this.btn9.Name = "btn9";
|
|
this.btn9.Size = new System.Drawing.Size(78, 54);
|
|
this.btn9.TabIndex = 2;
|
|
this.btn9.Text = "9";
|
|
this.btn9.UseVisualStyleBackColor = true;
|
|
this.btn9.Click += new System.EventHandler(this.btnNumButton_Click);
|
|
//
|
|
// errorProvider1
|
|
//
|
|
this.errorProvider1.ContainerControl = this;
|
|
//
|
|
// guardianBindingSource
|
|
//
|
|
this.guardianBindingSource.DataSource = typeof(GreatHomeChildcare.Models.Guardian);
|
|
//
|
|
// frmGuardianCrud
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(636, 368);
|
|
this.Controls.Add(this.panelPinEntry);
|
|
this.Controls.Add(this.btnSaveClose);
|
|
this.Controls.Add(this.btnCancelClose);
|
|
this.Controls.Add(isAdminLabel);
|
|
this.Controls.Add(this.isAdminComboBox);
|
|
this.Controls.Add(emailAddressLabel);
|
|
this.Controls.Add(this.emailAddressTextBox);
|
|
this.Controls.Add(phoneNumberLabel);
|
|
this.Controls.Add(this.phoneNumberNumericUpDown);
|
|
this.Controls.Add(firstNameLabel);
|
|
this.Controls.Add(this.firstNameTextBox);
|
|
this.Controls.Add(lastNameLabel);
|
|
this.Controls.Add(this.lastNameTextBox);
|
|
this.Controls.Add(this.idNumericUpDown);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "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.phoneNumberNumericUpDown)).EndInit();
|
|
this.panelPinEntry.ResumeLayout(false);
|
|
this.panelPinEntry.PerformLayout();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.guardianBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.BindingSource guardianBindingSource;
|
|
private System.Windows.Forms.NumericUpDown idNumericUpDown;
|
|
private System.Windows.Forms.TextBox lastNameTextBox;
|
|
private System.Windows.Forms.TextBox firstNameTextBox;
|
|
private System.Windows.Forms.NumericUpDown phoneNumberNumericUpDown;
|
|
private System.Windows.Forms.TextBox emailAddressTextBox;
|
|
private System.Windows.Forms.ComboBox isAdminComboBox;
|
|
private System.Windows.Forms.Button btnCancelClose;
|
|
private System.Windows.Forms.ImageList imageList1;
|
|
private System.Windows.Forms.Button btnSaveClose;
|
|
private System.Windows.Forms.Panel panelPinEntry;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label lblPinEntry;
|
|
private System.Windows.Forms.TextBox tbPinNumber;
|
|
private System.Windows.Forms.ErrorProvider errorProvider1;
|
|
private System.Windows.Forms.Button btnBack;
|
|
private System.Windows.Forms.Button btn0;
|
|
private System.Windows.Forms.Button btnCE;
|
|
private System.Windows.Forms.Button btn3;
|
|
private System.Windows.Forms.Button btn2;
|
|
private System.Windows.Forms.Button btn1;
|
|
private System.Windows.Forms.Button btn6;
|
|
private System.Windows.Forms.Button btn5;
|
|
private System.Windows.Forms.Button btn4;
|
|
private System.Windows.Forms.Button btn9;
|
|
private System.Windows.Forms.Button btn8;
|
|
private System.Windows.Forms.Button btn7;
|
|
}
|
|
} |