/// <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();
     this.lblBalance = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.AccountNumberMaskedLabel = new EWSoftware.MaskedLabelControl.MaskedLabel();
     this.ClientNumberMaskedLabel = new EWSoftware.MaskedLabelControl.MaskedLabel();
     this.lblName = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblNoAccounts = new System.Windows.Forms.Label();
     this.lblAcctPayee = new System.Windows.Forms.Label();
     this.lnkProcess = new System.Windows.Forms.LinkLabel();
     this.lnkReturn = new System.Windows.Forms.LinkLabel();
     this.label3 = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.transactionTypeComboBox = new System.Windows.Forms.ComboBox();
     this.transactionTypeBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cboAccountPayee = new System.Windows.Forms.ComboBox();
     this.payeeBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.txtAmount = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.bankAccountBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.transactionTypeBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.payeeBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bankAccountBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // lblBalance
     //
     this.lblBalance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblBalance.Location = new System.Drawing.Point(477, 70);
     this.lblBalance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblBalance.Name = "lblBalance";
     this.lblBalance.Size = new System.Drawing.Size(179, 28);
     this.lblBalance.TabIndex = 29;
     this.lblBalance.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(352, 71);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(86, 13);
     this.label4.TabIndex = 28;
     this.label4.Text = "Current Balance:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.AccountNumberMaskedLabel);
     this.groupBox1.Controls.Add(this.ClientNumberMaskedLabel);
     this.groupBox1.Controls.Add(this.lblBalance);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.lblName);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(34, 32);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
     this.groupBox1.Size = new System.Drawing.Size(685, 123);
     this.groupBox1.TabIndex = 30;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Client Data";
     //
     // AccountNumberMaskedLabel
     //
     this.AccountNumberMaskedLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.AccountNumberMaskedLabel.Location = new System.Drawing.Point(111, 71);
     this.AccountNumberMaskedLabel.Name = "AccountNumberMaskedLabel";
     this.AccountNumberMaskedLabel.Size = new System.Drawing.Size(203, 23);
     this.AccountNumberMaskedLabel.TabIndex = 31;
     this.AccountNumberMaskedLabel.Text = "maskedLabel2";
     //
     // ClientNumberMaskedLabel
     //
     this.ClientNumberMaskedLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ClientNumberMaskedLabel.Location = new System.Drawing.Point(108, 24);
     this.ClientNumberMaskedLabel.Mask = "0000-0000";
     this.ClientNumberMaskedLabel.Name = "ClientNumberMaskedLabel";
     this.ClientNumberMaskedLabel.Size = new System.Drawing.Size(203, 23);
     this.ClientNumberMaskedLabel.TabIndex = 30;
     this.ClientNumberMaskedLabel.Text = "maskedLabel1";
     //
     // lblName
     //
     this.lblName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblName.Location = new System.Drawing.Point(477, 23);
     this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(179, 28);
     this.lblName.TabIndex = 27;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(416, 24);
     this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(38, 13);
     this.label7.TabIndex = 24;
     this.label7.Text = "Name:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(14, 71);
     this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(90, 13);
     this.label9.TabIndex = 21;
     this.label9.Text = "Account Number:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(14, 24);
     this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 23;
     this.label1.Text = "Client Number:";
     //
     // lblNoAccounts
     //
     this.lblNoAccounts.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblNoAccounts.Location = new System.Drawing.Point(8, 161);
     this.lblNoAccounts.Name = "lblNoAccounts";
     this.lblNoAccounts.Size = new System.Drawing.Size(355, 23);
     this.lblNoAccounts.TabIndex = 8;
     this.lblNoAccounts.Text = "No accounts exist to receive transferred funds";
     this.lblNoAccounts.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.lblNoAccounts.Visible = false;
     //
     // lblAcctPayee
     //
     this.lblAcctPayee.AutoSize = true;
     this.lblAcctPayee.Location = new System.Drawing.Point(30, 131);
     this.lblAcctPayee.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblAcctPayee.Name = "lblAcctPayee";
     this.lblAcctPayee.Size = new System.Drawing.Size(66, 13);
     this.lblAcctPayee.TabIndex = 4;
     this.lblAcctPayee.Text = "To Account:";
     this.lblAcctPayee.Visible = false;
     //
     // lnkProcess
     //
     this.lnkProcess.AutoSize = true;
     this.lnkProcess.Location = new System.Drawing.Point(83, 201);
     this.lnkProcess.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lnkProcess.Name = "lnkProcess";
     this.lnkProcess.Size = new System.Drawing.Size(104, 13);
     this.lnkProcess.TabIndex = 6;
     this.lnkProcess.TabStop = true;
     this.lnkProcess.Text = "Process Transaction";
     this.lnkProcess.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkProcess_LinkClicked);
     //
     // lnkReturn
     //
     this.lnkReturn.AutoSize = true;
     this.lnkReturn.Location = new System.Drawing.Point(218, 201);
     this.lnkReturn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lnkReturn.Name = "lnkReturn";
     this.lnkReturn.Size = new System.Drawing.Size(106, 13);
     this.lnkReturn.TabIndex = 7;
     this.lnkReturn.TabStop = true;
     this.lnkReturn.Text = "Return to Client Data";
     this.lnkReturn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReturn_LinkClicked);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(30, 90);
     this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(46, 13);
     this.label3.TabIndex = 2;
     this.label3.Text = "Amount:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.transactionTypeComboBox);
     this.groupBox2.Controls.Add(this.cboAccountPayee);
     this.groupBox2.Controls.Add(this.lblNoAccounts);
     this.groupBox2.Controls.Add(this.lblAcctPayee);
     this.groupBox2.Controls.Add(this.lnkProcess);
     this.groupBox2.Controls.Add(this.txtAmount);
     this.groupBox2.Controls.Add(this.lnkReturn);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(191, 203);
     this.groupBox2.Margin = new System.Windows.Forms.Padding(4);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Padding = new System.Windows.Forms.Padding(4);
     this.groupBox2.Size = new System.Drawing.Size(399, 234);
     this.groupBox2.TabIndex = 31;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Transaction Data";
     //
     // transactionTypeComboBox
     //
     this.transactionTypeComboBox.DataSource = this.transactionTypeBindingSource;
     this.transactionTypeComboBox.DisplayMember = "Description";
     this.transactionTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.transactionTypeComboBox.FormattingEnabled = true;
     this.transactionTypeComboBox.Location = new System.Drawing.Point(164, 44);
     this.transactionTypeComboBox.Name = "transactionTypeComboBox";
     this.transactionTypeComboBox.Size = new System.Drawing.Size(160, 21);
     this.transactionTypeComboBox.TabIndex = 33;
     this.transactionTypeComboBox.ValueMember = "TransactionTypeId";
     this.transactionTypeComboBox.SelectionChangeCommitted += new System.EventHandler(this.transactionTypeComboBox_SelectionChangeCommitted);
     //
     // transactionTypeBindingSource
     //
     this.transactionTypeBindingSource.DataSource = typeof(BankOfBIT.Models.TransactionType);
     //
     // cboAccountPayee
     //
     this.cboAccountPayee.DataSource = this.payeeBindingSource;
     this.cboAccountPayee.DisplayMember = "Description";
     this.cboAccountPayee.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAccountPayee.FormattingEnabled = true;
     this.cboAccountPayee.Location = new System.Drawing.Point(164, 128);
     this.cboAccountPayee.Name = "cboAccountPayee";
     this.cboAccountPayee.Size = new System.Drawing.Size(160, 21);
     this.cboAccountPayee.TabIndex = 32;
     this.cboAccountPayee.ValueMember = "PayeeId";
     this.cboAccountPayee.Visible = false;
     //
     // payeeBindingSource
     //
     this.payeeBindingSource.DataSource = typeof(BankOfBIT.Models.Payee);
     //
     // txtAmount
     //
     this.txtAmount.Location = new System.Drawing.Point(164, 90);
     this.txtAmount.Margin = new System.Windows.Forms.Padding(4);
     this.txtAmount.Name = "txtAmount";
     this.txtAmount.Size = new System.Drawing.Size(160, 20);
     this.txtAmount.TabIndex = 3;
     this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(30, 47);
     this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(93, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "Transaction Type:";
     //
     // bankAccountBindingSource
     //
     this.bankAccountBindingSource.DataSource = typeof(BankOfBIT.Models.BankAccount);
     //
     // frmTransaction
     //
     this.ClientSize = new System.Drawing.Size(959, 464);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmTransaction";
     this.Text = "Account Transaction";
     this.Load += new System.EventHandler(this.frmTransaction_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.transactionTypeBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.payeeBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bankAccountBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.lnkReturn = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblBalance = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.lblName = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.transactionBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.transactionDataGridView = new System.Windows.Forms.DataGridView();
     this.ClientNumberMaskedLabel = new EWSoftware.MaskedLabelControl.MaskedLabel();
     this.AccountNumberMaskedLabel = new EWSoftware.MaskedLabelControl.MaskedLabel();
     this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.transactionBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionDataGridView)).BeginInit();
     this.SuspendLayout();
     //
     // lnkReturn
     //
     this.lnkReturn.AutoSize = true;
     this.lnkReturn.Location = new System.Drawing.Point(348, 546);
     this.lnkReturn.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lnkReturn.Name = "lnkReturn";
     this.lnkReturn.Size = new System.Drawing.Size(106, 13);
     this.lnkReturn.TabIndex = 33;
     this.lnkReturn.TabStop = true;
     this.lnkReturn.Text = "Return to Client Data";
     this.lnkReturn.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkReturn_LinkClicked);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.AccountNumberMaskedLabel);
     this.groupBox1.Controls.Add(this.ClientNumberMaskedLabel);
     this.groupBox1.Controls.Add(this.lblBalance);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.lblName);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(22, 39);
     this.groupBox1.Margin = new System.Windows.Forms.Padding(4);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Padding = new System.Windows.Forms.Padding(4);
     this.groupBox1.Size = new System.Drawing.Size(730, 123);
     this.groupBox1.TabIndex = 31;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Client Data";
     //
     // lblBalance
     //
     this.lblBalance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblBalance.Location = new System.Drawing.Point(476, 73);
     this.lblBalance.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblBalance.Name = "lblBalance";
     this.lblBalance.Size = new System.Drawing.Size(202, 28);
     this.lblBalance.TabIndex = 37;
     this.lblBalance.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(352, 74);
     this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(86, 13);
     this.label4.TabIndex = 36;
     this.label4.Text = "Current Balance:";
     //
     // lblName
     //
     this.lblName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblName.Location = new System.Drawing.Point(355, 25);
     this.lblName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(323, 28);
     this.lblName.TabIndex = 34;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(25, 74);
     this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(90, 13);
     this.label9.TabIndex = 21;
     this.label9.Text = "Account Number:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(25, 26);
     this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(76, 13);
     this.label1.TabIndex = 23;
     this.label1.Text = "Client Number:";
     //
     // transactionBindingSource
     //
     this.transactionBindingSource.DataSource = typeof(BankOfBIT.Models.Transaction);
     //
     // transactionDataGridView
     //
     this.transactionDataGridView.AllowUserToDeleteRows = false;
     this.transactionDataGridView.AutoGenerateColumns = false;
     this.transactionDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.transactionDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.dataGridViewTextBoxColumn7,
     this.dataGridViewTextBoxColumn9,
     this.dataGridViewTextBoxColumn5,
     this.dataGridViewTextBoxColumn6,
     this.dataGridViewTextBoxColumn8});
     this.transactionDataGridView.DataSource = this.transactionBindingSource;
     this.transactionDataGridView.Location = new System.Drawing.Point(50, 196);
     this.transactionDataGridView.Name = "transactionDataGridView";
     this.transactionDataGridView.ReadOnly = true;
     this.transactionDataGridView.Size = new System.Drawing.Size(650, 327);
     this.transactionDataGridView.TabIndex = 34;
     //
     // ClientNumberMaskedLabel
     //
     this.ClientNumberMaskedLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ClientNumberMaskedLabel.Location = new System.Drawing.Point(123, 26);
     this.ClientNumberMaskedLabel.Mask = "0000-0000";
     this.ClientNumberMaskedLabel.Name = "ClientNumberMaskedLabel";
     this.ClientNumberMaskedLabel.Size = new System.Drawing.Size(156, 23);
     this.ClientNumberMaskedLabel.TabIndex = 38;
     this.ClientNumberMaskedLabel.Text = "maskedLabel1";
     //
     // AccountNumberMaskedLabel
     //
     this.AccountNumberMaskedLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.AccountNumberMaskedLabel.Location = new System.Drawing.Point(123, 74);
     this.AccountNumberMaskedLabel.Name = "AccountNumberMaskedLabel";
     this.AccountNumberMaskedLabel.Size = new System.Drawing.Size(156, 23);
     this.AccountNumberMaskedLabel.TabIndex = 39;
     this.AccountNumberMaskedLabel.Text = "maskedLabel2";
     //
     // dataGridViewTextBoxColumn7
     //
     this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn7.DataPropertyName = "DateCreated";
     dataGridViewCellStyle1.Format = "d";
     dataGridViewCellStyle1.NullValue = null;
     this.dataGridViewTextBoxColumn7.DefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridViewTextBoxColumn7.HeaderText = "Date";
     this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
     this.dataGridViewTextBoxColumn7.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn9
     //
     this.dataGridViewTextBoxColumn9.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn9.DataPropertyName = "TransactionDescription";
     this.dataGridViewTextBoxColumn9.HeaderText = "Transaction Type";
     this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
     this.dataGridViewTextBoxColumn9.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn5.DataPropertyName = "Deposit";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle2.Format = "C2";
     dataGridViewCellStyle2.NullValue = null;
     this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridViewTextBoxColumn5.HeaderText = "Amount In";
     this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn6.DataPropertyName = "Withdrawal";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle3.Format = "C2";
     this.dataGridViewTextBoxColumn6.DefaultCellStyle = dataGridViewCellStyle3;
     this.dataGridViewTextBoxColumn6.HeaderText = "Amount Out";
     this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly = true;
     //
     // dataGridViewTextBoxColumn8
     //
     this.dataGridViewTextBoxColumn8.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.dataGridViewTextBoxColumn8.DataPropertyName = "Notes";
     this.dataGridViewTextBoxColumn8.HeaderText = "Details";
     this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
     this.dataGridViewTextBoxColumn8.ReadOnly = true;
     //
     // frmHistory
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(796, 593);
     this.Controls.Add(this.transactionDataGridView);
     this.Controls.Add(this.lnkReturn);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmHistory";
     this.Text = "Account History";
     this.Load += new System.EventHandler(this.frmHistory_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.transactionBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.transactionDataGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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 clientNumberLabel;
     System.Windows.Forms.Label dateCreatedLabel;
     System.Windows.Forms.Label fullAddressLabel;
     System.Windows.Forms.Label fullNameLabel;
     System.Windows.Forms.Label postalCodeLabel;
     System.Windows.Forms.Label provinceLabel;
     System.Windows.Forms.Label cityLabel;
     System.Windows.Forms.Label accountNumberLabel;
     System.Windows.Forms.Label balanceLabel;
     System.Windows.Forms.Label notesLabel;
     System.Windows.Forms.Label descriptionLabel;
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.AccountTypeLabel = new System.Windows.Forms.Label();
     this.bankAccountBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.label1 = new System.Windows.Forms.Label();
     this.descriptionLabel1 = new System.Windows.Forms.Label();
     this.accountNumberComboBox = new System.Windows.Forms.ComboBox();
     this.balanceLabel1 = new System.Windows.Forms.Label();
     this.notesLabel1 = new System.Windows.Forms.Label();
     this.lnkTransaction = new System.Windows.Forms.LinkLabel();
     this.lnkDetails = new System.Windows.Forms.LinkLabel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.fullNameLabel2 = new System.Windows.Forms.Label();
     this.clientBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.fullAddressLabel2 = new System.Windows.Forms.Label();
     this.cityLabel1 = new System.Windows.Forms.Label();
     this.clientNumberMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
     this.dateCreatedMaskedLabel = new EWSoftware.MaskedLabelControl.MaskedLabel();
     this.postalCodeMaskedLabel = new EWSoftware.MaskedLabelControl.MaskedLabel();
     this.provinceMaskedLabel = new EWSoftware.MaskedLabelControl.MaskedLabel();
     this.lblRFID = new System.Windows.Forms.Label();
     clientNumberLabel = new System.Windows.Forms.Label();
     dateCreatedLabel = new System.Windows.Forms.Label();
     fullAddressLabel = new System.Windows.Forms.Label();
     fullNameLabel = new System.Windows.Forms.Label();
     postalCodeLabel = new System.Windows.Forms.Label();
     provinceLabel = new System.Windows.Forms.Label();
     cityLabel = new System.Windows.Forms.Label();
     accountNumberLabel = new System.Windows.Forms.Label();
     balanceLabel = new System.Windows.Forms.Label();
     notesLabel = new System.Windows.Forms.Label();
     descriptionLabel = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bankAccountBindingSource)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // clientNumberLabel
     //
     clientNumberLabel.AutoSize = true;
     clientNumberLabel.Location = new System.Drawing.Point(33, 57);
     clientNumberLabel.Name = "clientNumberLabel";
     clientNumberLabel.Size = new System.Drawing.Size(76, 13);
     clientNumberLabel.TabIndex = 32;
     clientNumberLabel.Text = "Client Number:";
     //
     // dateCreatedLabel
     //
     dateCreatedLabel.AutoSize = true;
     dateCreatedLabel.Location = new System.Drawing.Point(30, 214);
     dateCreatedLabel.Name = "dateCreatedLabel";
     dateCreatedLabel.Size = new System.Drawing.Size(73, 13);
     dateCreatedLabel.TabIndex = 34;
     dateCreatedLabel.Text = "Date Created:";
     //
     // fullAddressLabel
     //
     fullAddressLabel.AutoSize = true;
     fullAddressLabel.Location = new System.Drawing.Point(33, 135);
     fullAddressLabel.Name = "fullAddressLabel";
     fullAddressLabel.Size = new System.Drawing.Size(67, 13);
     fullAddressLabel.TabIndex = 36;
     fullAddressLabel.Text = "Full Address:";
     //
     // fullNameLabel
     //
     fullNameLabel.AutoSize = true;
     fullNameLabel.Location = new System.Drawing.Point(33, 95);
     fullNameLabel.Name = "fullNameLabel";
     fullNameLabel.Size = new System.Drawing.Size(57, 13);
     fullNameLabel.TabIndex = 38;
     fullNameLabel.Text = "Full Name:";
     //
     // postalCodeLabel
     //
     postalCodeLabel.AutoSize = true;
     postalCodeLabel.Location = new System.Drawing.Point(560, 172);
     postalCodeLabel.Name = "postalCodeLabel";
     postalCodeLabel.Size = new System.Drawing.Size(67, 13);
     postalCodeLabel.TabIndex = 40;
     postalCodeLabel.Text = "Postal Code:";
     //
     // provinceLabel
     //
     provinceLabel.AutoSize = true;
     provinceLabel.Location = new System.Drawing.Point(339, 172);
     provinceLabel.Name = "provinceLabel";
     provinceLabel.Size = new System.Drawing.Size(52, 13);
     provinceLabel.TabIndex = 42;
     provinceLabel.Text = "Province:";
     //
     // cityLabel
     //
     cityLabel.AutoSize = true;
     cityLabel.Location = new System.Drawing.Point(33, 172);
     cityLabel.Name = "cityLabel";
     cityLabel.Size = new System.Drawing.Size(27, 13);
     cityLabel.TabIndex = 43;
     cityLabel.Text = "City:";
     //
     // accountNumberLabel
     //
     accountNumberLabel.AutoSize = true;
     accountNumberLabel.Location = new System.Drawing.Point(33, 38);
     accountNumberLabel.Name = "accountNumberLabel";
     accountNumberLabel.Size = new System.Drawing.Size(90, 13);
     accountNumberLabel.TabIndex = 5;
     accountNumberLabel.Text = "Account Number:";
     //
     // balanceLabel
     //
     balanceLabel.AutoSize = true;
     balanceLabel.Location = new System.Drawing.Point(339, 37);
     balanceLabel.Name = "balanceLabel";
     balanceLabel.Size = new System.Drawing.Size(49, 13);
     balanceLabel.TabIndex = 7;
     balanceLabel.Text = "Balance:";
     //
     // notesLabel
     //
     notesLabel.AutoSize = true;
     notesLabel.Location = new System.Drawing.Point(30, 121);
     notesLabel.Name = "notesLabel";
     notesLabel.Size = new System.Drawing.Size(38, 13);
     notesLabel.TabIndex = 9;
     notesLabel.Text = "Notes:";
     //
     // descriptionLabel
     //
     descriptionLabel.AutoSize = true;
     descriptionLabel.Location = new System.Drawing.Point(27, 82);
     descriptionLabel.Name = "descriptionLabel";
     descriptionLabel.Size = new System.Drawing.Size(40, 13);
     descriptionLabel.TabIndex = 10;
     descriptionLabel.Text = "Status:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.AccountTypeLabel);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(descriptionLabel);
     this.groupBox2.Controls.Add(this.descriptionLabel1);
     this.groupBox2.Controls.Add(accountNumberLabel);
     this.groupBox2.Controls.Add(this.accountNumberComboBox);
     this.groupBox2.Controls.Add(balanceLabel);
     this.groupBox2.Controls.Add(this.balanceLabel1);
     this.groupBox2.Controls.Add(notesLabel);
     this.groupBox2.Controls.Add(this.notesLabel1);
     this.groupBox2.Controls.Add(this.lnkTransaction);
     this.groupBox2.Controls.Add(this.lnkDetails);
     this.groupBox2.Location = new System.Drawing.Point(13, 358);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(772, 306);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Account Data";
     //
     // AccountTypeLabel
     //
     this.AccountTypeLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.AccountTypeLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bankAccountBindingSource, "AccountType", true));
     this.AccountTypeLabel.Location = new System.Drawing.Point(426, 82);
     this.AccountTypeLabel.Name = "AccountTypeLabel";
     this.AccountTypeLabel.Size = new System.Drawing.Size(121, 23);
     this.AccountTypeLabel.TabIndex = 13;
     //
     // bankAccountBindingSource
     //
     this.bankAccountBindingSource.DataSource = typeof(BankOfBIT.Models.BankAccount);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(331, 82);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(77, 13);
     this.label1.TabIndex = 12;
     this.label1.Text = "Account Type:";
     //
     // descriptionLabel1
     //
     this.descriptionLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.descriptionLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bankAccountBindingSource, "AccountStatus.Description", true));
     this.descriptionLabel1.Location = new System.Drawing.Point(129, 82);
     this.descriptionLabel1.Name = "descriptionLabel1";
     this.descriptionLabel1.Size = new System.Drawing.Size(100, 23);
     this.descriptionLabel1.TabIndex = 11;
     //
     // accountNumberComboBox
     //
     this.accountNumberComboBox.DataSource = this.bankAccountBindingSource;
     this.accountNumberComboBox.DisplayMember = "AccountNumber";
     this.accountNumberComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.accountNumberComboBox.FormattingEnabled = true;
     this.accountNumberComboBox.Location = new System.Drawing.Point(129, 34);
     this.accountNumberComboBox.Name = "accountNumberComboBox";
     this.accountNumberComboBox.Size = new System.Drawing.Size(121, 21);
     this.accountNumberComboBox.TabIndex = 6;
     this.accountNumberComboBox.ValueMember = "BankAccountId";
     //
     // balanceLabel1
     //
     this.balanceLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.balanceLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bankAccountBindingSource, "Balance", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
     this.balanceLabel1.Location = new System.Drawing.Point(426, 38);
     this.balanceLabel1.Name = "balanceLabel1";
     this.balanceLabel1.Size = new System.Drawing.Size(121, 23);
     this.balanceLabel1.TabIndex = 8;
     this.balanceLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // notesLabel1
     //
     this.notesLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.notesLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bankAccountBindingSource, "Notes", true));
     this.notesLabel1.Location = new System.Drawing.Point(129, 120);
     this.notesLabel1.Name = "notesLabel1";
     this.notesLabel1.Size = new System.Drawing.Size(605, 90);
     this.notesLabel1.TabIndex = 10;
     //
     // lnkTransaction
     //
     this.lnkTransaction.AutoSize = true;
     this.lnkTransaction.Enabled = false;
     this.lnkTransaction.Location = new System.Drawing.Point(235, 261);
     this.lnkTransaction.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lnkTransaction.Name = "lnkTransaction";
     this.lnkTransaction.Size = new System.Drawing.Size(102, 13);
     this.lnkTransaction.TabIndex = 4;
     this.lnkTransaction.TabStop = true;
     this.lnkTransaction.Text = "Perform Transaction";
     this.lnkTransaction.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkTransaction_LinkClicked);
     //
     // lnkDetails
     //
     this.lnkDetails.AutoSize = true;
     this.lnkDetails.Enabled = false;
     this.lnkDetails.Location = new System.Drawing.Point(453, 261);
     this.lnkDetails.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lnkDetails.Name = "lnkDetails";
     this.lnkDetails.Size = new System.Drawing.Size(65, 13);
     this.lnkDetails.TabIndex = 5;
     this.lnkDetails.TabStop = true;
     this.lnkDetails.Text = "View Details";
     this.lnkDetails.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkDetails_LinkClicked);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.fullNameLabel2);
     this.groupBox1.Controls.Add(this.fullAddressLabel2);
     this.groupBox1.Controls.Add(cityLabel);
     this.groupBox1.Controls.Add(this.cityLabel1);
     this.groupBox1.Controls.Add(clientNumberLabel);
     this.groupBox1.Controls.Add(this.clientNumberMaskedTextBox);
     this.groupBox1.Controls.Add(dateCreatedLabel);
     this.groupBox1.Controls.Add(this.dateCreatedMaskedLabel);
     this.groupBox1.Controls.Add(fullAddressLabel);
     this.groupBox1.Controls.Add(fullNameLabel);
     this.groupBox1.Controls.Add(postalCodeLabel);
     this.groupBox1.Controls.Add(this.postalCodeMaskedLabel);
     this.groupBox1.Controls.Add(provinceLabel);
     this.groupBox1.Controls.Add(this.provinceMaskedLabel);
     this.groupBox1.Controls.Add(this.lblRFID);
     this.groupBox1.Location = new System.Drawing.Point(13, 49);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(772, 288);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Client Data";
     //
     // fullNameLabel2
     //
     this.fullNameLabel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.fullNameLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "FullName", true));
     this.fullNameLabel2.Location = new System.Drawing.Point(129, 97);
     this.fullNameLabel2.Name = "fullNameLabel2";
     this.fullNameLabel2.Size = new System.Drawing.Size(610, 23);
     this.fullNameLabel2.TabIndex = 46;
     //
     // clientBindingSource
     //
     this.clientBindingSource.DataSource = typeof(BankOfBIT.Models.Client);
     //
     // fullAddressLabel2
     //
     this.fullAddressLabel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.fullAddressLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "FullAddress", true));
     this.fullAddressLabel2.Location = new System.Drawing.Point(129, 135);
     this.fullAddressLabel2.Name = "fullAddressLabel2";
     this.fullAddressLabel2.Size = new System.Drawing.Size(610, 23);
     this.fullAddressLabel2.TabIndex = 45;
     //
     // cityLabel1
     //
     this.cityLabel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.cityLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "City", true));
     this.cityLabel1.Location = new System.Drawing.Point(129, 168);
     this.cityLabel1.Name = "cityLabel1";
     this.cityLabel1.Size = new System.Drawing.Size(100, 23);
     this.cityLabel1.TabIndex = 44;
     //
     // clientNumberMaskedTextBox
     //
     this.clientNumberMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "ClientNumber", true));
     this.clientNumberMaskedTextBox.Location = new System.Drawing.Point(129, 54);
     this.clientNumberMaskedTextBox.Mask = "0000-0000";
     this.clientNumberMaskedTextBox.Name = "clientNumberMaskedTextBox";
     this.clientNumberMaskedTextBox.Size = new System.Drawing.Size(203, 20);
     this.clientNumberMaskedTextBox.TabIndex = 33;
     this.clientNumberMaskedTextBox.Leave += new System.EventHandler(this.clientNumberMaskedTextBox_Leave);
     //
     // dateCreatedMaskedLabel
     //
     this.dateCreatedMaskedLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dateCreatedMaskedLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "DateCreated", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "dd\'/\'MM\'/\'yyyy"));
     this.dateCreatedMaskedLabel.Location = new System.Drawing.Point(126, 214);
     this.dateCreatedMaskedLabel.Mask = "MM\'/\'DD\'/\'YYYY";
     this.dateCreatedMaskedLabel.Name = "dateCreatedMaskedLabel";
     this.dateCreatedMaskedLabel.Size = new System.Drawing.Size(203, 23);
     this.dateCreatedMaskedLabel.TabIndex = 35;
     this.dateCreatedMaskedLabel.Text = "MM\'-\'DD\'-\'YYYY";
     //
     // postalCodeMaskedLabel
     //
     this.postalCodeMaskedLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.postalCodeMaskedLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "PostalCode", true));
     this.postalCodeMaskedLabel.Location = new System.Drawing.Point(639, 168);
     this.postalCodeMaskedLabel.Mask = "L0L 0L0";
     this.postalCodeMaskedLabel.Name = "postalCodeMaskedLabel";
     this.postalCodeMaskedLabel.Size = new System.Drawing.Size(100, 23);
     this.postalCodeMaskedLabel.TabIndex = 41;
     this.postalCodeMaskedLabel.Text = "    ";
     //
     // provinceMaskedLabel
     //
     this.provinceMaskedLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.provinceMaskedLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.clientBindingSource, "Province", true));
     this.provinceMaskedLabel.Location = new System.Drawing.Point(426, 169);
     this.provinceMaskedLabel.Mask = ">";
     this.provinceMaskedLabel.Name = "provinceMaskedLabel";
     this.provinceMaskedLabel.Size = new System.Drawing.Size(100, 23);
     this.provinceMaskedLabel.TabIndex = 43;
     //
     // lblRFID
     //
     this.lblRFID.ForeColor = System.Drawing.Color.Red;
     this.lblRFID.Location = new System.Drawing.Point(329, 49);
     this.lblRFID.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lblRFID.Name = "lblRFID";
     this.lblRFID.Size = new System.Drawing.Size(285, 28);
     this.lblRFID.TabIndex = 30;
     this.lblRFID.Text = "RFID unavailable.  Enter Client ID manually.";
     this.lblRFID.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmClients
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(836, 715);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name = "frmClients";
     this.Text = "Client Information";
     this.Load += new System.EventHandler(this.frmClients_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bankAccountBindingSource)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.clientBindingSource)).EndInit();
     this.ResumeLayout(false);
 }