/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_AgentMaster));
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtName = new System.Windows.Forms.TextBox();
     this.BtnExit = new System.Windows.Forms.Button();
     this.BtnSave = new System.Windows.Forms.Button();
     this.BtnFind = new System.Windows.Forms.Button();
     this.BtnDelete = new System.Windows.Forms.Button();
     this.BtnClear = new System.Windows.Forms.Button();
     this.label3 = new System.Windows.Forms.Label();
     this.txtAddress = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtContact = new System.Windows.Forms.TextBox();
     this.PnlSearch = new System.Windows.Forms.Panel();
     this.txtCitysearch = new vControls.vDropDown();
     this.label11 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.PnlSearch.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.panel2.Location = new System.Drawing.Point(-3, 44);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(385, 21);
     this.panel2.TabIndex = 27;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(-3, -1);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(385, 46);
     this.panel1.TabIndex = 26;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(121, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(165, 29);
     this.label1.TabIndex = 2;
     this.label1.Text = "Agent Master";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(16, 85);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(39, 13);
     this.label2.TabIndex = 28;
     this.label2.Text = "Name";
     //
     // txtName
     //
     this.txtName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtName.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location = new System.Drawing.Point(81, 82);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(272, 21);
     this.txtName.TabIndex = 0;
     //
     // BtnExit
     //
     this.BtnExit.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnExit.Image = ((System.Drawing.Image)(resources.GetObject("BtnExit.Image")));
     this.BtnExit.Location = new System.Drawing.Point(305, 169);
     this.BtnExit.Name = "BtnExit";
     this.BtnExit.Size = new System.Drawing.Size(75, 30);
     this.BtnExit.TabIndex = 7;
     this.BtnExit.Text = "&Exit";
     this.BtnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnExit.UseVisualStyleBackColor = true;
     this.BtnExit.Click += new System.EventHandler(this.BtnExit_Click);
     //
     // BtnSave
     //
     this.BtnSave.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnSave.Image = ((System.Drawing.Image)(resources.GetObject("BtnSave.Image")));
     this.BtnSave.Location = new System.Drawing.Point(3, 169);
     this.BtnSave.Name = "BtnSave";
     this.BtnSave.Size = new System.Drawing.Size(75, 30);
     this.BtnSave.TabIndex = 3;
     this.BtnSave.Text = "&Save";
     this.BtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnSave.UseVisualStyleBackColor = true;
     this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
     //
     // BtnFind
     //
     this.BtnFind.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnFind.Image = ((System.Drawing.Image)(resources.GetObject("BtnFind.Image")));
     this.BtnFind.Location = new System.Drawing.Point(78, 169);
     this.BtnFind.Name = "BtnFind";
     this.BtnFind.Size = new System.Drawing.Size(75, 30);
     this.BtnFind.TabIndex = 4;
     this.BtnFind.Text = "&Find";
     this.BtnFind.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnFind.UseVisualStyleBackColor = true;
     this.BtnFind.Click += new System.EventHandler(this.BtnFind_Click);
     //
     // BtnDelete
     //
     this.BtnDelete.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnDelete.Image = ((System.Drawing.Image)(resources.GetObject("BtnDelete.Image")));
     this.BtnDelete.Location = new System.Drawing.Point(229, 169);
     this.BtnDelete.Name = "BtnDelete";
     this.BtnDelete.Size = new System.Drawing.Size(75, 30);
     this.BtnDelete.TabIndex = 6;
     this.BtnDelete.Text = "&Delete";
     this.BtnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnDelete.UseVisualStyleBackColor = true;
     this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
     //
     // BtnClear
     //
     this.BtnClear.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BtnClear.Image = ((System.Drawing.Image)(resources.GetObject("BtnClear.Image")));
     this.BtnClear.Location = new System.Drawing.Point(154, 169);
     this.BtnClear.Name = "BtnClear";
     this.BtnClear.Size = new System.Drawing.Size(75, 30);
     this.BtnClear.TabIndex = 5;
     this.BtnClear.Text = "&Clear";
     this.BtnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.BtnClear.UseVisualStyleBackColor = true;
     this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(16, 108);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 13);
     this.label3.TabIndex = 28;
     this.label3.Text = "Address";
     //
     // txtAddress
     //
     this.txtAddress.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtAddress.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAddress.Location = new System.Drawing.Point(81, 105);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(272, 21);
     this.txtAddress.TabIndex = 1;
     this.txtAddress.Leave += new System.EventHandler(this.txtState_Leave);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(16, 131);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(51, 13);
     this.label4.TabIndex = 28;
     this.label4.Text = "Contact";
     //
     // txtContact
     //
     this.txtContact.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtContact.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtContact.Location = new System.Drawing.Point(81, 128);
     this.txtContact.Name = "txtContact";
     this.txtContact.Size = new System.Drawing.Size(272, 21);
     this.txtContact.TabIndex = 2;
     this.txtContact.Leave += new System.EventHandler(this.txtCountry_Leave);
     //
     // PnlSearch
     //
     this.PnlSearch.Controls.Add(this.txtCitysearch);
     this.PnlSearch.Controls.Add(this.label11);
     this.PnlSearch.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.PnlSearch.Location = new System.Drawing.Point(0, 213);
     this.PnlSearch.Name = "PnlSearch";
     this.PnlSearch.Size = new System.Drawing.Size(382, 20);
     this.PnlSearch.TabIndex = 36;
     this.PnlSearch.Visible = false;
     //
     // txtCitysearch
     //
     this.txtCitysearch.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCitysearch.Location = new System.Drawing.Point(90, 17);
     this.txtCitysearch.Name = "txtCitysearch";
     this.txtCitysearch.SelectedValue = null;
     this.txtCitysearch.Size = new System.Drawing.Size(260, 21);
     this.txtCitysearch.TabIndex = 4;
     this.txtCitysearch.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtCitysearch_ValueChanged);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(8, 21);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(83, 13);
     this.label11.TabIndex = 2;
     this.label11.Text = "Search Agent";
     //
     // Frm_AgentMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(382, 233);
     this.Controls.Add(this.PnlSearch);
     this.Controls.Add(this.BtnExit);
     this.Controls.Add(this.BtnSave);
     this.Controls.Add(this.BtnFind);
     this.Controls.Add(this.BtnDelete);
     this.Controls.Add(this.BtnClear);
     this.Controls.Add(this.txtContact);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_AgentMaster";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Tag = "104";
     this.Text = "Agent Master";
     this.Load += new System.EventHandler(this.Frm_CityMaster_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_CityMaster_KeyDown);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.PnlSearch.ResumeLayout(false);
     this.PnlSearch.PerformLayout();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_AgentPayment));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblBalance = new System.Windows.Forms.Label();
     this.txtRemarks = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.txtAmount = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.txtName = new vControls.vDropDown();
     this.label3 = new System.Windows.Forms.Label();
     this.dtpDate = new System.Windows.Forms.DateTimePicker();
     this.label2 = new System.Windows.Forms.Label();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnFind = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnPrint = new System.Windows.Forms.Button();
     this.pnlFind = new System.Windows.Forms.Panel();
     this.dataGridView1 = new System.Windows.Forms.DataGridView();
     this.txtPartyName = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.btnShow = new System.Windows.Forms.Button();
     this.dtpEnd = new System.Windows.Forms.DateTimePicker();
     this.dtpStart = new System.Windows.Forms.DateTimePicker();
     this.label9 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.btnledger = new System.Windows.Forms.Button();
     this.cboBank = new System.Windows.Forms.ComboBox();
     this.label31 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.pnlFind.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoEllipsis = true;
     this.label1.BackColor = System.Drawing.Color.Teal;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.label1.Dock = System.Windows.Forms.DockStyle.Top;
     this.label1.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(438, 55);
     this.label1.TabIndex = 0;
     this.label1.Text = "Agent Payment";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.cboBank);
     this.panel1.Controls.Add(this.label31);
     this.panel1.Controls.Add(this.lblBalance);
     this.panel1.Controls.Add(this.txtRemarks);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.txtAmount);
     this.panel1.Controls.Add(this.label6);
     this.panel1.Controls.Add(this.txtName);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.dtpDate);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Location = new System.Drawing.Point(12, 81);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(417, 224);
     this.panel1.TabIndex = 0;
     //
     // lblBalance
     //
     this.lblBalance.AutoSize = true;
     this.lblBalance.Location = new System.Drawing.Point(194, 21);
     this.lblBalance.Name = "lblBalance";
     this.lblBalance.Size = new System.Drawing.Size(31, 13);
     this.lblBalance.TabIndex = 1369;
     this.lblBalance.Text = "0.00";
     //
     // txtRemarks
     //
     this.txtRemarks.Location = new System.Drawing.Point(96, 129);
     this.txtRemarks.Multiline = true;
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtRemarks.Size = new System.Drawing.Size(311, 69);
     this.txtRemarks.TabIndex = 4;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(18, 132);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(60, 13);
     this.label7.TabIndex = 1367;
     this.label7.Text = "Narration";
     //
     // txtAmount
     //
     this.txtAmount.Location = new System.Drawing.Point(96, 73);
     this.txtAmount.Name = "txtAmount";
     this.txtAmount.Size = new System.Drawing.Size(91, 21);
     this.txtAmount.TabIndex = 2;
     this.txtAmount.Text = "0.00";
     this.txtAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtAmount.Leave += new System.EventHandler(this.txtAmount_Leave);
     this.txtAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtAmount_KeyPress);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(18, 77);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(52, 13);
     this.label6.TabIndex = 1363;
     this.label6.Text = "Amount";
     //
     // txtName
     //
     this.txtName.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold);
     this.txtName.Location = new System.Drawing.Point(96, 42);
     this.txtName.Margin = new System.Windows.Forms.Padding(4);
     this.txtName.Name = "txtName";
     this.txtName.SelectedValue = null;
     this.txtName.Size = new System.Drawing.Size(311, 23);
     this.txtName.TabIndex = 1;
     this.txtName.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtName_ValueChanged);
     this.txtName.IndexChanged += new vControls.vDropDown.IndexChangedEventHandler(this.txtName_IndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(18, 47);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(63, 13);
     this.label3.TabIndex = 5;
     this.label3.Text = "A/C Name";
     //
     // dtpDate
     //
     this.dtpDate.CustomFormat = "dd/MM/yyyy";
     this.dtpDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDate.Location = new System.Drawing.Point(96, 17);
     this.dtpDate.Name = "dtpDate";
     this.dtpDate.Size = new System.Drawing.Size(91, 21);
     this.dtpDate.TabIndex = 0;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(18, 23);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(34, 13);
     this.label2.TabIndex = 0;
     this.label2.Text = "Date";
     //
     // btnSave
     //
     this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.Location = new System.Drawing.Point(7, 311);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(70, 30);
     this.btnSave.TabIndex = 1;
     this.btnSave.Text = "&Save";
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnFind
     //
     this.btnFind.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
     this.btnFind.Location = new System.Drawing.Point(77, 311);
     this.btnFind.Name = "btnFind";
     this.btnFind.Size = new System.Drawing.Size(70, 30);
     this.btnFind.TabIndex = 2;
     this.btnFind.Text = "&Find";
     this.btnFind.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFind.UseVisualStyleBackColor = true;
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // btnDelete
     //
     this.btnDelete.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.Location = new System.Drawing.Point(217, 311);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(70, 30);
     this.btnDelete.TabIndex = 4;
     this.btnDelete.Text = "&Delete";
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnClear
     //
     this.btnClear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
     this.btnClear.Location = new System.Drawing.Point(147, 311);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(70, 30);
     this.btnClear.TabIndex = 3;
     this.btnClear.Text = "&Clear";
     this.btnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnExit
     //
     this.btnExit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.Location = new System.Drawing.Point(288, 12);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(141, 30);
     this.btnExit.TabIndex = 5;
     this.btnExit.Text = "E&xit";
     this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Visible = false;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnPrint
     //
     this.btnPrint.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
     this.btnPrint.Location = new System.Drawing.Point(287, 311);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(70, 30);
     this.btnPrint.TabIndex = 1488;
     this.btnPrint.Text = "Print";
     this.btnPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // pnlFind
     //
     this.pnlFind.Controls.Add(this.dataGridView1);
     this.pnlFind.Controls.Add(this.txtPartyName);
     this.pnlFind.Controls.Add(this.label8);
     this.pnlFind.Controls.Add(this.btnShow);
     this.pnlFind.Controls.Add(this.dtpEnd);
     this.pnlFind.Controls.Add(this.dtpStart);
     this.pnlFind.Controls.Add(this.label9);
     this.pnlFind.Controls.Add(this.label10);
     this.pnlFind.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlFind.Location = new System.Drawing.Point(0, 393);
     this.pnlFind.Name = "pnlFind";
     this.pnlFind.Size = new System.Drawing.Size(438, 10);
     this.pnlFind.TabIndex = 1489;
     this.pnlFind.Visible = false;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AllowUserToOrderColumns = true;
     this.dataGridView1.AllowUserToResizeColumns = false;
     this.dataGridView1.AllowUserToResizeRows = false;
     this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
     this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
     this.dataGridView1.ColumnHeadersHeight = 25;
     dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle6;
     this.dataGridView1.EnableHeadersVisualStyles = false;
     this.dataGridView1.GridColor = System.Drawing.Color.Black;
     this.dataGridView1.Location = new System.Drawing.Point(8, 88);
     this.dataGridView1.Name = "dataGridView1";
     this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dataGridView1.RowHeadersVisible = false;
     this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size = new System.Drawing.Size(424, 230);
     this.dataGridView1.TabIndex = 16;
     this.dataGridView1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dataGridView1_KeyDown);
     //
     // txtPartyName
     //
     this.txtPartyName.Location = new System.Drawing.Point(110, 40);
     this.txtPartyName.Name = "txtPartyName";
     this.txtPartyName.Size = new System.Drawing.Size(255, 21);
     this.txtPartyName.TabIndex = 15;
     this.txtPartyName.TextChanged += new System.EventHandler(this.txtPartyName_TextChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(5, 46);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(106, 13);
     this.label8.TabIndex = 14;
     this.label8.Text = "Enter Party Name";
     //
     // btnShow
     //
     this.btnShow.Location = new System.Drawing.Point(269, 7);
     this.btnShow.Name = "btnShow";
     this.btnShow.Size = new System.Drawing.Size(96, 23);
     this.btnShow.TabIndex = 13;
     this.btnShow.Text = "Show";
     this.btnShow.UseVisualStyleBackColor = true;
     this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
     //
     // dtpEnd
     //
     this.dtpEnd.CustomFormat = "dd/MM/yyyy";
     this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpEnd.Location = new System.Drawing.Point(172, 8);
     this.dtpEnd.Name = "dtpEnd";
     this.dtpEnd.Size = new System.Drawing.Size(91, 21);
     this.dtpEnd.TabIndex = 12;
     //
     // dtpStart
     //
     this.dtpStart.CustomFormat = "dd/MM/yyyy";
     this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStart.Location = new System.Drawing.Point(50, 8);
     this.dtpStart.Name = "dtpStart";
     this.dtpStart.Size = new System.Drawing.Size(91, 21);
     this.dtpStart.TabIndex = 10;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(145, 12);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(21, 13);
     this.label9.TabIndex = 11;
     this.label9.Text = "To";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(5, 12);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(39, 13);
     this.label10.TabIndex = 9;
     this.label10.Text = "From ";
     //
     // btnledger
     //
     this.btnledger.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnledger.Image = ((System.Drawing.Image)(resources.GetObject("btnledger.Image")));
     this.btnledger.Location = new System.Drawing.Point(357, 311);
     this.btnledger.Name = "btnledger";
     this.btnledger.Size = new System.Drawing.Size(70, 30);
     this.btnledger.TabIndex = 1491;
     this.btnledger.Text = "&Ledger";
     this.btnledger.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnledger.UseVisualStyleBackColor = true;
     this.btnledger.Click += new System.EventHandler(this.btnledger_Click);
     //
     // cboBank
     //
     this.cboBank.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cboBank.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cboBank.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboBank.FormattingEnabled = true;
     this.cboBank.Items.AddRange(new object[] {
     "Daily",
     "Monthly"});
     this.cboBank.Location = new System.Drawing.Point(96, 101);
     this.cboBank.Name = "cboBank";
     this.cboBank.Size = new System.Drawing.Size(311, 21);
     this.cboBank.TabIndex = 3;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(18, 103);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(35, 13);
     this.label31.TabIndex = 1626;
     this.label31.Text = "Bank";
     //
     // Frm_AgentPayment
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(438, 403);
     this.Controls.Add(this.pnlFind);
     this.Controls.Add(this.btnledger);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_AgentPayment";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Tag = "207";
     this.Text = "Agent Payment";
     this.Load += new System.EventHandler(this.Frm_CashReceipt_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_CashReceipt_KeyDown);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.pnlFind.ResumeLayout(false);
     this.pnlFind.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_LoanApplication));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.txtEMail = new System.Windows.Forms.TextBox();
     this.txtAdd1 = new System.Windows.Forms.TextBox();
     this.txtPin = new System.Windows.Forms.TextBox();
     this.txtCity = new System.Windows.Forms.TextBox();
     this.txtAdd2 = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtPh2 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtPh1 = new System.Windows.Forms.TextBox();
     this.txtFormNo = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label35 = new System.Windows.Forms.Label();
     this.txtFathers = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lbltotalRecords = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.cboOffice = new System.Windows.Forms.ComboBox();
     this.label20 = new System.Windows.Forms.Label();
     this.dtpdate = new System.Windows.Forms.DateTimePicker();
     this.label28 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.pnlParty = new System.Windows.Forms.Panel();
     this.btnAddParty = new System.Windows.Forms.Button();
     this.txtName = new vControls.vDropDown();
     this.txtCode = new vControls.vDropDown();
     this.label12 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.txtMob1 = new System.Windows.Forms.TextBox();
     this.txtMob2 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.pnlLoan = new System.Windows.Forms.Panel();
     this.txtMonthly = new System.Windows.Forms.TextBox();
     this.chkCompounded = new System.Windows.Forms.CheckBox();
     this.txtGuaranter = new vControls.vDropDown();
     this.cboPenaltyType = new System.Windows.Forms.ComboBox();
     this.cboInterType = new System.Windows.Forms.ComboBox();
     this.txtNetAmount = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.txtPenalRate = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.txtInterestRate = new System.Windows.Forms.TextBox();
     this.dtpChDate = new System.Windows.Forms.DateTimePicker();
     this.cboLoanType = new System.Windows.Forms.ComboBox();
     this.cboThrough = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtLoanAmount = new System.Windows.Forms.TextBox();
     this.txtGAdd2 = new System.Windows.Forms.TextBox();
     this.txtGAdd1 = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtPeriod = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtBankName = new System.Windows.Forms.TextBox();
     this.txtChequeNo = new System.Windows.Forms.TextBox();
     this.label45 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.txtEMI = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.lblPeriod = new System.Windows.Forms.Label();
     this.txtGMob1 = new System.Windows.Forms.TextBox();
     this.txtGPh = new System.Windows.Forms.TextBox();
     this.txtGMob2 = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.txtRelation = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.lblEMI = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.chkDocuments = new System.Windows.Forms.CheckedListBox();
     this.label30 = new System.Windows.Forms.Label();
     this.btnPrint = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnFind = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnRemove = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.label21 = new System.Windows.Forms.Label();
     this.txtPartyBChequeNo = new System.Windows.Forms.TextBox();
     this.panel7 = new System.Windows.Forms.Panel();
     this.txtPartyBAddress = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.txtPartyBank = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.btnAddOffice = new System.Windows.Forms.Button();
     this.cboAgent = new System.Windows.Forms.ComboBox();
     this.label46 = new System.Windows.Forms.Label();
     this.btnAddAgent = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.pnlParty.SuspendLayout();
     this.pnlLoan.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(788, 122);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(107, 173);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 1571;
     this.pictureBox1.TabStop = false;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.White;
     this.label19.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(82, 97);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(61, 13);
     this.label19.TabIndex = 1563;
     this.label19.Text = "Opp. Park";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(196, 137);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(42, 13);
     this.label10.TabIndex = 1541;
     this.label10.Text = "Phone";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(196, 115);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(24, 13);
     this.label5.TabIndex = 1537;
     this.label5.Text = "Pin";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(4, 115);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(29, 13);
     this.label7.TabIndex = 1536;
     this.label7.Text = "City";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(3, 179);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(37, 13);
     this.label13.TabIndex = 1545;
     this.label13.Text = "Email";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(4, 72);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 13);
     this.label6.TabIndex = 1546;
     this.label6.Text = "Address";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(4, 52);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(79, 13);
     this.label27.TabIndex = 1548;
     this.label27.Text = "Father Name";
     //
     // txtEMail
     //
     this.txtEMail.BackColor = System.Drawing.Color.White;
     this.txtEMail.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEMail.Location = new System.Drawing.Point(80, 181);
     this.txtEMail.Name = "txtEMail";
     this.txtEMail.ReadOnly = true;
     this.txtEMail.Size = new System.Drawing.Size(274, 21);
     this.txtEMail.TabIndex = 11;
     this.txtEMail.TabStop = false;
     //
     // txtAdd1
     //
     this.txtAdd1.BackColor = System.Drawing.Color.White;
     this.txtAdd1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAdd1.Location = new System.Drawing.Point(80, 71);
     this.txtAdd1.Name = "txtAdd1";
     this.txtAdd1.ReadOnly = true;
     this.txtAdd1.Size = new System.Drawing.Size(274, 21);
     this.txtAdd1.TabIndex = 3;
     this.txtAdd1.TabStop = false;
     //
     // txtPin
     //
     this.txtPin.BackColor = System.Drawing.Color.White;
     this.txtPin.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPin.Location = new System.Drawing.Point(238, 115);
     this.txtPin.Name = "txtPin";
     this.txtPin.ReadOnly = true;
     this.txtPin.Size = new System.Drawing.Size(116, 21);
     this.txtPin.TabIndex = 6;
     this.txtPin.TabStop = false;
     //
     // txtCity
     //
     this.txtCity.BackColor = System.Drawing.Color.White;
     this.txtCity.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCity.Location = new System.Drawing.Point(80, 115);
     this.txtCity.Name = "txtCity";
     this.txtCity.ReadOnly = true;
     this.txtCity.Size = new System.Drawing.Size(115, 21);
     this.txtCity.TabIndex = 5;
     this.txtCity.TabStop = false;
     //
     // txtAdd2
     //
     this.txtAdd2.BackColor = System.Drawing.Color.White;
     this.txtAdd2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAdd2.Location = new System.Drawing.Point(80, 93);
     this.txtAdd2.Name = "txtAdd2";
     this.txtAdd2.ReadOnly = true;
     this.txtAdd2.Size = new System.Drawing.Size(274, 21);
     this.txtAdd2.TabIndex = 4;
     this.txtAdd2.TabStop = false;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(4, 134);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(42, 13);
     this.label9.TabIndex = 1525;
     this.label9.Text = "Phone";
     //
     // txtPh2
     //
     this.txtPh2.BackColor = System.Drawing.Color.White;
     this.txtPh2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPh2.Location = new System.Drawing.Point(238, 137);
     this.txtPh2.Name = "txtPh2";
     this.txtPh2.ReadOnly = true;
     this.txtPh2.Size = new System.Drawing.Size(116, 21);
     this.txtPh2.TabIndex = 8;
     this.txtPh2.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(322, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(281, 29);
     this.label1.TabIndex = 1;
     this.label1.Text = "Loan Application Form";
     //
     // txtPh1
     //
     this.txtPh1.BackColor = System.Drawing.Color.White;
     this.txtPh1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPh1.Location = new System.Drawing.Point(80, 137);
     this.txtPh1.Name = "txtPh1";
     this.txtPh1.ReadOnly = true;
     this.txtPh1.Size = new System.Drawing.Size(115, 21);
     this.txtPh1.TabIndex = 7;
     this.txtPh1.TabStop = false;
     //
     // txtFormNo
     //
     this.txtFormNo.BackColor = System.Drawing.Color.White;
     this.txtFormNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFormNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtFormNo.Location = new System.Drawing.Point(63, 27);
     this.txtFormNo.Name = "txtFormNo";
     this.txtFormNo.ReadOnly = true;
     this.txtFormNo.Size = new System.Drawing.Size(112, 21);
     this.txtFormNo.TabIndex = 1;
     this.txtFormNo.TabStop = false;
     this.txtFormNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(924, 46);
     this.panel1.TabIndex = 1507;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.label35.Location = new System.Drawing.Point(3, 4);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(151, 13);
     this.label35.TabIndex = 1139;
     this.label35.Text = "Add New Loan Application";
     //
     // txtFathers
     //
     this.txtFathers.BackColor = System.Drawing.Color.White;
     this.txtFathers.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFathers.Location = new System.Drawing.Point(80, 49);
     this.txtFathers.Name = "txtFathers";
     this.txtFathers.ReadOnly = true;
     this.txtFathers.Size = new System.Drawing.Size(274, 21);
     this.txtFathers.TabIndex = 2;
     this.txtFathers.TabStop = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.panel2.Controls.Add(this.lbltotalRecords);
     this.panel2.Controls.Add(this.label35);
     this.panel2.Location = new System.Drawing.Point(-1, 45);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(925, 22);
     this.panel2.TabIndex = 1508;
     //
     // lbltotalRecords
     //
     this.lbltotalRecords.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltotalRecords.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.lbltotalRecords.Location = new System.Drawing.Point(664, 5);
     this.lbltotalRecords.Name = "lbltotalRecords";
     this.lbltotalRecords.Size = new System.Drawing.Size(258, 13);
     this.lbltotalRecords.TabIndex = 1140;
     this.lbltotalRecords.Text = "Total Records :";
     this.lbltotalRecords.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.cboOffice);
     this.panel3.Controls.Add(this.label20);
     this.panel3.Controls.Add(this.dtpdate);
     this.panel3.Controls.Add(this.label28);
     this.panel3.Controls.Add(this.label14);
     this.panel3.Controls.Add(this.txtFormNo);
     this.panel3.Location = new System.Drawing.Point(11, 124);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(363, 54);
     this.panel3.TabIndex = 1;
     //
     // cboOffice
     //
     this.cboOffice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboOffice.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboOffice.FormattingEnabled = true;
     this.cboOffice.Items.AddRange(new object[] {
     "Daily",
     "Monthly"});
     this.cboOffice.Location = new System.Drawing.Point(63, 2);
     this.cboOffice.Name = "cboOffice";
     this.cboOffice.Size = new System.Drawing.Size(262, 21);
     this.cboOffice.TabIndex = 0;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(7, 5);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(39, 13);
     this.label20.TabIndex = 1521;
     this.label20.Text = "Office";
     //
     // dtpdate
     //
     this.dtpdate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpdate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpdate.Location = new System.Drawing.Point(229, 26);
     this.dtpdate.Name = "dtpdate";
     this.dtpdate.Size = new System.Drawing.Size(96, 21);
     this.dtpdate.TabIndex = 2;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(186, 30);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(34, 13);
     this.label28.TabIndex = 1520;
     this.label28.Text = "Date";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(6, 30);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(56, 13);
     this.label14.TabIndex = 1520;
     this.label14.Text = "Form No.";
     //
     // pnlParty
     //
     this.pnlParty.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlParty.Controls.Add(this.btnAddParty);
     this.pnlParty.Controls.Add(this.txtName);
     this.pnlParty.Controls.Add(this.txtCode);
     this.pnlParty.Controls.Add(this.label12);
     this.pnlParty.Controls.Add(this.label37);
     this.pnlParty.Controls.Add(this.txtFathers);
     this.pnlParty.Controls.Add(this.label27);
     this.pnlParty.Controls.Add(this.txtAdd2);
     this.pnlParty.Controls.Add(this.txtAdd1);
     this.pnlParty.Controls.Add(this.label6);
     this.pnlParty.Controls.Add(this.label19);
     this.pnlParty.Controls.Add(this.txtCity);
     this.pnlParty.Controls.Add(this.txtPin);
     this.pnlParty.Controls.Add(this.label7);
     this.pnlParty.Controls.Add(this.label5);
     this.pnlParty.Controls.Add(this.txtMob1);
     this.pnlParty.Controls.Add(this.txtPh1);
     this.pnlParty.Controls.Add(this.txtMob2);
     this.pnlParty.Controls.Add(this.label3);
     this.pnlParty.Controls.Add(this.txtPh2);
     this.pnlParty.Controls.Add(this.label2);
     this.pnlParty.Controls.Add(this.label13);
     this.pnlParty.Controls.Add(this.label9);
     this.pnlParty.Controls.Add(this.label10);
     this.pnlParty.Controls.Add(this.txtEMail);
     this.pnlParty.Location = new System.Drawing.Point(11, 196);
     this.pnlParty.Name = "pnlParty";
     this.pnlParty.Size = new System.Drawing.Size(363, 209);
     this.pnlParty.TabIndex = 2;
     //
     // btnAddParty
     //
     this.btnAddParty.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddParty.Image = ((System.Drawing.Image)(resources.GetObject("btnAddParty.Image")));
     this.btnAddParty.Location = new System.Drawing.Point(201, 3);
     this.btnAddParty.Name = "btnAddParty";
     this.btnAddParty.Size = new System.Drawing.Size(24, 24);
     this.btnAddParty.TabIndex = 1601;
     this.btnAddParty.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddParty.UseVisualStyleBackColor = true;
     this.btnAddParty.Click += new System.EventHandler(this.btnAddParty_Click);
     //
     // txtName
     //
     this.txtName.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location = new System.Drawing.Point(80, 27);
     this.txtName.Name = "txtName";
     this.txtName.SelectedValue = null;
     this.txtName.Size = new System.Drawing.Size(274, 21);
     this.txtName.TabIndex = 1;
     this.txtName.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtCode_ValueChanged);
     //
     // txtCode
     //
     this.txtCode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.Location = new System.Drawing.Point(80, 5);
     this.txtCode.Name = "txtCode";
     this.txtCode.SelectedValue = null;
     this.txtCode.Size = new System.Drawing.Size(115, 21);
     this.txtCode.TabIndex = 0;
     this.txtCode.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtCode_ValueChanged);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(4, 8);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(35, 13);
     this.label12.TabIndex = 1566;
     this.label12.Text = "Code";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(4, 31);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(39, 13);
     this.label37.TabIndex = 1520;
     this.label37.Text = "Name";
     //
     // txtMob1
     //
     this.txtMob1.BackColor = System.Drawing.Color.White;
     this.txtMob1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMob1.Location = new System.Drawing.Point(80, 159);
     this.txtMob1.Name = "txtMob1";
     this.txtMob1.ReadOnly = true;
     this.txtMob1.Size = new System.Drawing.Size(115, 21);
     this.txtMob1.TabIndex = 9;
     this.txtMob1.TabStop = false;
     //
     // txtMob2
     //
     this.txtMob2.BackColor = System.Drawing.Color.White;
     this.txtMob2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMob2.Location = new System.Drawing.Point(238, 159);
     this.txtMob2.Name = "txtMob2";
     this.txtMob2.ReadOnly = true;
     this.txtMob2.Size = new System.Drawing.Size(116, 21);
     this.txtMob2.TabIndex = 10;
     this.txtMob2.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(4, 155);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 1525;
     this.label3.Text = "Mobile";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(196, 158);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(44, 13);
     this.label2.TabIndex = 1541;
     this.label2.Text = "Mobile";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label38.Location = new System.Drawing.Point(12, 180);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(109, 13);
     this.label38.TabIndex = 1520;
     this.label38.Text = "Party Information";
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label39.Location = new System.Drawing.Point(12, 108);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(123, 13);
     this.label39.TabIndex = 1520;
     this.label39.Text = "Primary Information";
     //
     // pnlLoan
     //
     this.pnlLoan.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlLoan.Controls.Add(this.txtMonthly);
     this.pnlLoan.Controls.Add(this.chkCompounded);
     this.pnlLoan.Controls.Add(this.txtGuaranter);
     this.pnlLoan.Controls.Add(this.cboPenaltyType);
     this.pnlLoan.Controls.Add(this.cboInterType);
     this.pnlLoan.Controls.Add(this.txtNetAmount);
     this.pnlLoan.Controls.Add(this.label17);
     this.pnlLoan.Controls.Add(this.txtPenalRate);
     this.pnlLoan.Controls.Add(this.label33);
     this.pnlLoan.Controls.Add(this.label26);
     this.pnlLoan.Controls.Add(this.txtInterestRate);
     this.pnlLoan.Controls.Add(this.dtpChDate);
     this.pnlLoan.Controls.Add(this.cboLoanType);
     this.pnlLoan.Controls.Add(this.cboThrough);
     this.pnlLoan.Controls.Add(this.label4);
     this.pnlLoan.Controls.Add(this.txtLoanAmount);
     this.pnlLoan.Controls.Add(this.txtGAdd2);
     this.pnlLoan.Controls.Add(this.txtGAdd1);
     this.pnlLoan.Controls.Add(this.label11);
     this.pnlLoan.Controls.Add(this.txtPeriod);
     this.pnlLoan.Controls.Add(this.label8);
     this.pnlLoan.Controls.Add(this.txtBankName);
     this.pnlLoan.Controls.Add(this.txtChequeNo);
     this.pnlLoan.Controls.Add(this.label45);
     this.pnlLoan.Controls.Add(this.label23);
     this.pnlLoan.Controls.Add(this.txtEMI);
     this.pnlLoan.Controls.Add(this.label32);
     this.pnlLoan.Controls.Add(this.lblPeriod);
     this.pnlLoan.Controls.Add(this.txtGMob1);
     this.pnlLoan.Controls.Add(this.txtGPh);
     this.pnlLoan.Controls.Add(this.txtGMob2);
     this.pnlLoan.Controls.Add(this.label25);
     this.pnlLoan.Controls.Add(this.label34);
     this.pnlLoan.Controls.Add(this.txtRelation);
     this.pnlLoan.Controls.Add(this.label40);
     this.pnlLoan.Controls.Add(this.label15);
     this.pnlLoan.Controls.Add(this.label16);
     this.pnlLoan.Controls.Add(this.lblEMI);
     this.pnlLoan.Controls.Add(this.label43);
     this.pnlLoan.Location = new System.Drawing.Point(391, 124);
     this.pnlLoan.Name = "pnlLoan";
     this.pnlLoan.Size = new System.Drawing.Size(379, 280);
     this.pnlLoan.TabIndex = 4;
     //
     // txtMonthly
     //
     this.txtMonthly.BackColor = System.Drawing.Color.White;
     this.txtMonthly.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMonthly.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtMonthly.Location = new System.Drawing.Point(253, 254);
     this.txtMonthly.Name = "txtMonthly";
     this.txtMonthly.Size = new System.Drawing.Size(114, 21);
     this.txtMonthly.TabIndex = 1576;
     this.txtMonthly.Text = "0.00";
     this.txtMonthly.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMonthly.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMonthly_KeyPress);
     //
     // chkCompounded
     //
     this.chkCompounded.AutoSize = true;
     this.chkCompounded.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkCompounded.Location = new System.Drawing.Point(8, 256);
     this.chkCompounded.Name = "chkCompounded";
     this.chkCompounded.Size = new System.Drawing.Size(228, 17);
     this.chkCompounded.TabIndex = 1575;
     this.chkCompounded.Text = "Reducing Interest Monthly Principal";
     this.chkCompounded.UseVisualStyleBackColor = true;
     this.chkCompounded.CheckedChanged += new System.EventHandler(this.chkCompounded_CheckedChanged);
     //
     // txtGuaranter
     //
     this.txtGuaranter.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGuaranter.Location = new System.Drawing.Point(88, 122);
     this.txtGuaranter.Name = "txtGuaranter";
     this.txtGuaranter.SelectedValue = null;
     this.txtGuaranter.Size = new System.Drawing.Size(279, 21);
     this.txtGuaranter.TabIndex = 9;
     this.txtGuaranter.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtGuaranter_ValueChanged);
     //
     // cboPenaltyType
     //
     this.cboPenaltyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPenaltyType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboPenaltyType.FormattingEnabled = true;
     this.cboPenaltyType.Items.AddRange(new object[] {
     "Fix",
     "%"});
     this.cboPenaltyType.Location = new System.Drawing.Point(253, 232);
     this.cboPenaltyType.Name = "cboPenaltyType";
     this.cboPenaltyType.Size = new System.Drawing.Size(48, 21);
     this.cboPenaltyType.TabIndex = 18;
     //
     // cboInterType
     //
     this.cboInterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboInterType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboInterType.FormattingEnabled = true;
     this.cboInterType.Items.AddRange(new object[] {
     "%",
     "Fix"});
     this.cboInterType.Location = new System.Drawing.Point(88, 232);
     this.cboInterType.Name = "cboInterType";
     this.cboInterType.Size = new System.Drawing.Size(65, 21);
     this.cboInterType.TabIndex = 16;
     this.cboInterType.SelectedIndexChanged += new System.EventHandler(this.cboInterType_SelectedIndexChanged);
     //
     // txtNetAmount
     //
     this.txtNetAmount.BackColor = System.Drawing.Color.White;
     this.txtNetAmount.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNetAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtNetAmount.Location = new System.Drawing.Point(88, 100);
     this.txtNetAmount.Name = "txtNetAmount";
     this.txtNetAmount.ReadOnly = true;
     this.txtNetAmount.Size = new System.Drawing.Size(115, 21);
     this.txtNetAmount.TabIndex = 7;
     this.txtNetAmount.TabStop = false;
     this.txtNetAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtNetAmount.TextChanged += new System.EventHandler(this.txtNetAmount_TextChanged);
     this.txtNetAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNetAmount_KeyPress);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(5, 103);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(74, 13);
     this.label17.TabIndex = 1574;
     this.label17.Text = "Net Amount";
     //
     // txtPenalRate
     //
     this.txtPenalRate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPenalRate.Location = new System.Drawing.Point(304, 232);
     this.txtPenalRate.Name = "txtPenalRate";
     this.txtPenalRate.Size = new System.Drawing.Size(63, 21);
     this.txtPenalRate.TabIndex = 19;
     this.txtPenalRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtPenalRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPenalRate_KeyPress);
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(203, 235);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(50, 13);
     this.label33.TabIndex = 1571;
     this.label33.Text = "Panelty";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(5, 236);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(84, 13);
     this.label26.TabIndex = 1572;
     this.label26.Text = "Interest Rate";
     //
     // txtInterestRate
     //
     this.txtInterestRate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInterestRate.Location = new System.Drawing.Point(154, 232);
     this.txtInterestRate.Name = "txtInterestRate";
     this.txtInterestRate.Size = new System.Drawing.Size(49, 21);
     this.txtInterestRate.TabIndex = 17;
     this.txtInterestRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtInterestRate.TextChanged += new System.EventHandler(this.txtInterestRate_TextChanged);
     this.txtInterestRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInterestRate_KeyPress);
     //
     // dtpChDate
     //
     this.dtpChDate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpChDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpChDate.Location = new System.Drawing.Point(271, 35);
     this.dtpChDate.Name = "dtpChDate";
     this.dtpChDate.Size = new System.Drawing.Size(96, 21);
     this.dtpChDate.TabIndex = 3;
     //
     // cboLoanType
     //
     this.cboLoanType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLoanType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboLoanType.FormattingEnabled = true;
     this.cboLoanType.Items.AddRange(new object[] {
     "Day",
     "Weekly",
     "Month"});
     this.cboLoanType.Location = new System.Drawing.Point(88, 78);
     this.cboLoanType.Name = "cboLoanType";
     this.cboLoanType.Size = new System.Drawing.Size(115, 21);
     this.cboLoanType.TabIndex = 5;
     this.cboLoanType.SelectedIndexChanged += new System.EventHandler(this.cboLoanType_SelectedIndexChanged);
     //
     // cboThrough
     //
     this.cboThrough.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboThrough.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboThrough.FormattingEnabled = true;
     this.cboThrough.Items.AddRange(new object[] {
     "Cash ",
     "Cheque"});
     this.cboThrough.Location = new System.Drawing.Point(271, 12);
     this.cboThrough.Name = "cboThrough";
     this.cboThrough.Size = new System.Drawing.Size(96, 21);
     this.cboThrough.TabIndex = 1;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(5, 15);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(82, 13);
     this.label4.TabIndex = 1520;
     this.label4.Text = "Loan Amount";
     //
     // txtLoanAmount
     //
     this.txtLoanAmount.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLoanAmount.Location = new System.Drawing.Point(88, 12);
     this.txtLoanAmount.Name = "txtLoanAmount";
     this.txtLoanAmount.Size = new System.Drawing.Size(115, 21);
     this.txtLoanAmount.TabIndex = 0;
     this.txtLoanAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtLoanAmount.TextChanged += new System.EventHandler(this.txtLoanAmount_TextChanged);
     this.txtLoanAmount.Leave += new System.EventHandler(this.txtLoanAmount_Leave);
     this.txtLoanAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLoanAmount_KeyPress);
     //
     // txtGAdd2
     //
     this.txtGAdd2.BackColor = System.Drawing.Color.White;
     this.txtGAdd2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGAdd2.Location = new System.Drawing.Point(88, 166);
     this.txtGAdd2.Name = "txtGAdd2";
     this.txtGAdd2.ReadOnly = true;
     this.txtGAdd2.Size = new System.Drawing.Size(279, 21);
     this.txtGAdd2.TabIndex = 11;
     this.txtGAdd2.TabStop = false;
     //
     // txtGAdd1
     //
     this.txtGAdd1.BackColor = System.Drawing.Color.White;
     this.txtGAdd1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGAdd1.Location = new System.Drawing.Point(88, 144);
     this.txtGAdd1.Name = "txtGAdd1";
     this.txtGAdd1.ReadOnly = true;
     this.txtGAdd1.Size = new System.Drawing.Size(279, 21);
     this.txtGAdd1.TabIndex = 10;
     this.txtGAdd1.TabStop = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(203, 39);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(34, 13);
     this.label11.TabIndex = 1548;
     this.label11.Text = "Date";
     //
     // txtPeriod
     //
     this.txtPeriod.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPeriod.Location = new System.Drawing.Point(270, 78);
     this.txtPeriod.Name = "txtPeriod";
     this.txtPeriod.Size = new System.Drawing.Size(97, 21);
     this.txtPeriod.TabIndex = 6;
     this.txtPeriod.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtPeriod.TextChanged += new System.EventHandler(this.txtPeriod_TextChanged);
     this.txtPeriod.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPeriod_KeyPress);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(203, 16);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(54, 13);
     this.label8.TabIndex = 1548;
     this.label8.Text = "Through";
     //
     // txtBankName
     //
     this.txtBankName.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBankName.Location = new System.Drawing.Point(88, 56);
     this.txtBankName.Name = "txtBankName";
     this.txtBankName.Size = new System.Drawing.Size(279, 21);
     this.txtBankName.TabIndex = 4;
     //
     // txtChequeNo
     //
     this.txtChequeNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChequeNo.Location = new System.Drawing.Point(88, 34);
     this.txtChequeNo.Name = "txtChequeNo";
     this.txtChequeNo.Size = new System.Drawing.Size(115, 21);
     this.txtChequeNo.TabIndex = 2;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.Location = new System.Drawing.Point(5, 60);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(35, 13);
     this.label45.TabIndex = 1546;
     this.label45.Text = "Bank";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(5, 37);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(66, 13);
     this.label23.TabIndex = 1546;
     this.label23.Text = "Cheque No";
     //
     // txtEMI
     //
     this.txtEMI.BackColor = System.Drawing.Color.White;
     this.txtEMI.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEMI.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtEMI.Location = new System.Drawing.Point(270, 100);
     this.txtEMI.Name = "txtEMI";
     this.txtEMI.ReadOnly = true;
     this.txtEMI.Size = new System.Drawing.Size(97, 21);
     this.txtEMI.TabIndex = 8;
     this.txtEMI.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtEMI.TextChanged += new System.EventHandler(this.txtEMI_TextChanged);
     this.txtEMI.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEMI_KeyPress);
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(5, 82);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(65, 13);
     this.label32.TabIndex = 1536;
     this.label32.Text = "Loan Type";
     //
     // lblPeriod
     //
     this.lblPeriod.AutoSize = true;
     this.lblPeriod.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPeriod.Location = new System.Drawing.Point(203, 82);
     this.lblPeriod.Name = "lblPeriod";
     this.lblPeriod.Size = new System.Drawing.Size(43, 13);
     this.lblPeriod.TabIndex = 1537;
     this.lblPeriod.Text = "Period";
     //
     // txtGMob1
     //
     this.txtGMob1.BackColor = System.Drawing.Color.White;
     this.txtGMob1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGMob1.Location = new System.Drawing.Point(88, 210);
     this.txtGMob1.Name = "txtGMob1";
     this.txtGMob1.ReadOnly = true;
     this.txtGMob1.Size = new System.Drawing.Size(115, 21);
     this.txtGMob1.TabIndex = 14;
     this.txtGMob1.TabStop = false;
     //
     // txtGPh
     //
     this.txtGPh.BackColor = System.Drawing.Color.White;
     this.txtGPh.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGPh.Location = new System.Drawing.Point(88, 188);
     this.txtGPh.Name = "txtGPh";
     this.txtGPh.ReadOnly = true;
     this.txtGPh.Size = new System.Drawing.Size(115, 21);
     this.txtGPh.TabIndex = 12;
     this.txtGPh.TabStop = false;
     //
     // txtGMob2
     //
     this.txtGMob2.BackColor = System.Drawing.Color.White;
     this.txtGMob2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGMob2.Location = new System.Drawing.Point(253, 210);
     this.txtGMob2.Name = "txtGMob2";
     this.txtGMob2.ReadOnly = true;
     this.txtGMob2.Size = new System.Drawing.Size(114, 21);
     this.txtGMob2.TabIndex = 15;
     this.txtGMob2.TabStop = false;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(5, 188);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(85, 13);
     this.label25.TabIndex = 1525;
     this.label25.Text = "Gauranter Ph.";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(5, 211);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(44, 13);
     this.label34.TabIndex = 1525;
     this.label34.Text = "Mobile";
     //
     // txtRelation
     //
     this.txtRelation.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRelation.Location = new System.Drawing.Point(253, 188);
     this.txtRelation.Name = "txtRelation";
     this.txtRelation.Size = new System.Drawing.Size(114, 21);
     this.txtRelation.TabIndex = 13;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(203, 212);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(44, 13);
     this.label40.TabIndex = 1541;
     this.label40.Text = "Mobile";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(5, 145);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(86, 13);
     this.label15.TabIndex = 1525;
     this.label15.Text = "Gauranter Ad.";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label16.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.Maroon;
     this.label16.Location = new System.Drawing.Point(5, 124);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(65, 13);
     this.label16.TabIndex = 1525;
     this.label16.Text = "Gauranter";
     this.label16.Click += new System.EventHandler(this.label16_Click);
     //
     // lblEMI
     //
     this.lblEMI.AutoSize = true;
     this.lblEMI.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEMI.Location = new System.Drawing.Point(203, 103);
     this.lblEMI.Name = "lblEMI";
     this.lblEMI.Size = new System.Drawing.Size(28, 13);
     this.lblEMI.TabIndex = 1525;
     this.lblEMI.Text = "EMI";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(203, 191);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(54, 13);
     this.label43.TabIndex = 1541;
     this.label43.Text = "Relation";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label44.Location = new System.Drawing.Point(389, 108);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(70, 13);
     this.label44.TabIndex = 1520;
     this.label44.Text = "Loan Detail";
     //
     // panel6
     //
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel6.Controls.Add(this.chkDocuments);
     this.panel6.Location = new System.Drawing.Point(11, 427);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(363, 77);
     this.panel6.TabIndex = 3;
     //
     // chkDocuments
     //
     this.chkDocuments.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkDocuments.FormattingEnabled = true;
     this.chkDocuments.Location = new System.Drawing.Point(3, 3);
     this.chkDocuments.MultiColumn = true;
     this.chkDocuments.Name = "chkDocuments";
     this.chkDocuments.Size = new System.Drawing.Size(353, 68);
     this.chkDocuments.TabIndex = 0;
     this.chkDocuments.SelectedIndexChanged += new System.EventHandler(this.chkDocuments_SelectedIndexChanged);
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label30.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.Color.Maroon;
     this.label30.Location = new System.Drawing.Point(10, 411);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(125, 13);
     this.label30.TabIndex = 1520;
     this.label30.Text = "Required Documents";
     this.label30.Click += new System.EventHandler(this.label30_Click);
     //
     // btnPrint
     //
     this.btnPrint.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
     this.btnPrint.Location = new System.Drawing.Point(523, 521);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(110, 38);
     this.btnPrint.TabIndex = 10;
     this.btnPrint.Text = "&Print";
     this.btnPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnSave
     //
     this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.Location = new System.Drawing.Point(59, 521);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(110, 38);
     this.btnSave.TabIndex = 6;
     this.btnSave.Text = "&Save";
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnFind
     //
     this.btnFind.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
     this.btnFind.Location = new System.Drawing.Point(175, 521);
     this.btnFind.Name = "btnFind";
     this.btnFind.Size = new System.Drawing.Size(110, 38);
     this.btnFind.TabIndex = 7;
     this.btnFind.Text = "&Find";
     this.btnFind.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFind.UseVisualStyleBackColor = true;
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // btnDelete
     //
     this.btnDelete.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.Location = new System.Drawing.Point(407, 521);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(110, 38);
     this.btnDelete.TabIndex = 9;
     this.btnDelete.Text = "&Delete";
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnExit
     //
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.Location = new System.Drawing.Point(755, 521);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(110, 38);
     this.btnExit.TabIndex = 11;
     this.btnExit.Text = "E&xit";
     this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnClear
     //
     this.btnClear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
     this.btnClear.Location = new System.Drawing.Point(291, 521);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(110, 38);
     this.btnClear.TabIndex = 8;
     this.btnClear.Text = "&Clear";
     this.btnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnRemove
     //
     this.btnRemove.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRemove.Image = ((System.Drawing.Image)(resources.GetObject("btnRemove.Image")));
     this.btnRemove.Location = new System.Drawing.Point(843, 299);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(55, 27);
     this.btnRemove.TabIndex = 1597;
     this.btnRemove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Visible = false;
     //
     // btnAdd
     //
     this.btnAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.Location = new System.Drawing.Point(788, 299);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(55, 27);
     this.btnAdd.TabIndex = 1596;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(7, 56);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(48, 13);
     this.label21.TabIndex = 1575;
     this.label21.Text = "Chq. No";
     //
     // txtPartyBChequeNo
     //
     this.txtPartyBChequeNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPartyBChequeNo.Location = new System.Drawing.Point(61, 53);
     this.txtPartyBChequeNo.Name = "txtPartyBChequeNo";
     this.txtPartyBChequeNo.Size = new System.Drawing.Size(307, 21);
     this.txtPartyBChequeNo.TabIndex = 2;
     //
     // panel7
     //
     this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel7.Controls.Add(this.txtPartyBAddress);
     this.panel7.Controls.Add(this.label41);
     this.panel7.Controls.Add(this.txtPartyBank);
     this.panel7.Controls.Add(this.label36);
     this.panel7.Controls.Add(this.txtPartyBChequeNo);
     this.panel7.Controls.Add(this.label21);
     this.panel7.Location = new System.Drawing.Point(391, 427);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(379, 78);
     this.panel7.TabIndex = 5;
     //
     // txtPartyBAddress
     //
     this.txtPartyBAddress.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPartyBAddress.Location = new System.Drawing.Point(61, 28);
     this.txtPartyBAddress.Name = "txtPartyBAddress";
     this.txtPartyBAddress.Size = new System.Drawing.Size(307, 21);
     this.txtPartyBAddress.TabIndex = 1;
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(7, 31);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(53, 13);
     this.label41.TabIndex = 1577;
     this.label41.Text = "Address";
     //
     // txtPartyBank
     //
     this.txtPartyBank.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPartyBank.Location = new System.Drawing.Point(61, 4);
     this.txtPartyBank.Name = "txtPartyBank";
     this.txtPartyBank.Size = new System.Drawing.Size(307, 21);
     this.txtPartyBank.TabIndex = 0;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(8, 8);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(35, 13);
     this.label36.TabIndex = 1575;
     this.label36.Text = "Bank";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label29.Location = new System.Drawing.Point(396, 409);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(111, 13);
     this.label29.TabIndex = 1599;
     this.label29.Text = "Party Bank Details";
     //
     // btnAddOffice
     //
     this.btnAddOffice.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddOffice.Image = ((System.Drawing.Image)(resources.GetObject("btnAddOffice.Image")));
     this.btnAddOffice.Location = new System.Drawing.Point(343, 128);
     this.btnAddOffice.Name = "btnAddOffice";
     this.btnAddOffice.Size = new System.Drawing.Size(24, 24);
     this.btnAddOffice.TabIndex = 1600;
     this.btnAddOffice.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddOffice.UseVisualStyleBackColor = true;
     this.btnAddOffice.Click += new System.EventHandler(this.btnAddOffice_Click);
     //
     // cboAgent
     //
     this.cboAgent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAgent.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboAgent.FormattingEnabled = true;
     this.cboAgent.Items.AddRange(new object[] {
     "Daily",
     "Monthly"});
     this.cboAgent.Location = new System.Drawing.Point(76, 83);
     this.cboAgent.Name = "cboAgent";
     this.cboAgent.Size = new System.Drawing.Size(262, 21);
     this.cboAgent.TabIndex = 0;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.Location = new System.Drawing.Point(20, 86);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(41, 13);
     this.label46.TabIndex = 1601;
     this.label46.Text = "Agent";
     //
     // btnAddAgent
     //
     this.btnAddAgent.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddAgent.Image = ((System.Drawing.Image)(resources.GetObject("btnAddAgent.Image")));
     this.btnAddAgent.Location = new System.Drawing.Point(343, 82);
     this.btnAddAgent.Name = "btnAddAgent";
     this.btnAddAgent.Size = new System.Drawing.Size(24, 24);
     this.btnAddAgent.TabIndex = 1603;
     this.btnAddAgent.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddAgent.UseVisualStyleBackColor = true;
     this.btnAddAgent.Click += new System.EventHandler(this.btnAddAgent_Click);
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location = new System.Drawing.Point(639, 521);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(110, 38);
     this.button1.TabIndex = 1604;
     this.button1.Text = "&Loan Chart";
     this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Frm_LoanApplication
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnExit;
     this.ClientSize = new System.Drawing.Size(924, 580);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.cboAgent);
     this.Controls.Add(this.label46);
     this.Controls.Add(this.btnAddAgent);
     this.Controls.Add(this.btnAddOffice);
     this.Controls.Add(this.label29);
     this.Controls.Add(this.panel7);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.label44);
     this.Controls.Add(this.label39);
     this.Controls.Add(this.label30);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.pnlLoan);
     this.Controls.Add(this.pnlParty);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_LoanApplication";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Tag = "201";
     this.Text = "Loan Application";
     this.Load += new System.EventHandler(this.Frm_LoanApplication_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_LoanApplication_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.pnlParty.ResumeLayout(false);
     this.pnlParty.PerformLayout();
     this.pnlLoan.ResumeLayout(false);
     this.pnlLoan.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_LoanSanction));
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label19 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label27 = new System.Windows.Forms.Label();
     this.txtEMail = new System.Windows.Forms.TextBox();
     this.txtAdd1 = new System.Windows.Forms.TextBox();
     this.txtPin = new System.Windows.Forms.TextBox();
     this.txtCity = new System.Windows.Forms.TextBox();
     this.txtAdd2 = new System.Windows.Forms.TextBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtPh2 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtPh1 = new System.Windows.Forms.TextBox();
     this.txtFormNo = new System.Windows.Forms.TextBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label35 = new System.Windows.Forms.Label();
     this.txtFathers = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.lbltotalRecords = new System.Windows.Forms.Label();
     this.panel3 = new System.Windows.Forms.Panel();
     this.cboOffice = new System.Windows.Forms.ComboBox();
     this.label20 = new System.Windows.Forms.Label();
     this.dtpdate = new System.Windows.Forms.DateTimePicker();
     this.label28 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.pnlParty = new System.Windows.Forms.Panel();
     this.label24 = new System.Windows.Forms.Label();
     this.txtComm = new System.Windows.Forms.TextBox();
     this.btnAddParty = new System.Windows.Forms.Button();
     this.txtName = new vControls.vDropDown();
     this.txtCode = new vControls.vDropDown();
     this.btnAddAgent = new System.Windows.Forms.Button();
     this.cboAgent = new System.Windows.Forms.ComboBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label46 = new System.Windows.Forms.Label();
     this.label37 = new System.Windows.Forms.Label();
     this.txtMob1 = new System.Windows.Forms.TextBox();
     this.txtMob2 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.label39 = new System.Windows.Forms.Label();
     this.pnlLoan = new System.Windows.Forms.Panel();
     this.dtpInstallment = new System.Windows.Forms.DateTimePicker();
     this.label22 = new System.Windows.Forms.Label();
     this.txtMonthly = new System.Windows.Forms.TextBox();
     this.chkCompounded = new System.Windows.Forms.CheckBox();
     this.txtGuaranter = new vControls.vDropDown();
     this.cboPenaltyType = new System.Windows.Forms.ComboBox();
     this.cboInterType = new System.Windows.Forms.ComboBox();
     this.txtNetAmount = new System.Windows.Forms.TextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.txtPenalRate = new System.Windows.Forms.TextBox();
     this.label33 = new System.Windows.Forms.Label();
     this.label26 = new System.Windows.Forms.Label();
     this.txtInterestRate = new System.Windows.Forms.TextBox();
     this.dtpChDate = new System.Windows.Forms.DateTimePicker();
     this.cboLoanType = new System.Windows.Forms.ComboBox();
     this.cboThrough = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtLoanAmount = new System.Windows.Forms.TextBox();
     this.txtGAdd2 = new System.Windows.Forms.TextBox();
     this.txtGAdd1 = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.txtPeriod = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtBankName = new System.Windows.Forms.TextBox();
     this.txtChequeNo = new System.Windows.Forms.TextBox();
     this.label45 = new System.Windows.Forms.Label();
     this.label23 = new System.Windows.Forms.Label();
     this.txtEMI = new System.Windows.Forms.TextBox();
     this.label32 = new System.Windows.Forms.Label();
     this.lblPeriod = new System.Windows.Forms.Label();
     this.txtGMob1 = new System.Windows.Forms.TextBox();
     this.txtKnown = new System.Windows.Forms.TextBox();
     this.txtGMob2 = new System.Windows.Forms.TextBox();
     this.label25 = new System.Windows.Forms.Label();
     this.label34 = new System.Windows.Forms.Label();
     this.txtRelation = new System.Windows.Forms.TextBox();
     this.label40 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.lblEMI = new System.Windows.Forms.Label();
     this.label43 = new System.Windows.Forms.Label();
     this.label44 = new System.Windows.Forms.Label();
     this.panel6 = new System.Windows.Forms.Panel();
     this.chkDocuments = new System.Windows.Forms.CheckedListBox();
     this.label30 = new System.Windows.Forms.Label();
     this.btnPrint = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnFind = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnRemove = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.label21 = new System.Windows.Forms.Label();
     this.txtPartyBChequeNo = new System.Windows.Forms.TextBox();
     this.panel7 = new System.Windows.Forms.Panel();
     this.txtPartyBAddress = new System.Windows.Forms.TextBox();
     this.label41 = new System.Windows.Forms.Label();
     this.txtPartyBank = new System.Windows.Forms.TextBox();
     this.label36 = new System.Windows.Forms.Label();
     this.label29 = new System.Windows.Forms.Label();
     this.btnAddOffice = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.cboApplicationNo = new System.Windows.Forms.ComboBox();
     this.label18 = new System.Windows.Forms.Label();
     this.btnShow = new System.Windows.Forms.Button();
     this.btnPromissory = new System.Windows.Forms.Button();
     this.btnShapath = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.btnNoDue = new System.Windows.Forms.Button();
     this.DgChequeDetails = new System.Windows.Forms.DataGridView();
     this.ColSNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColChequeDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ColChequeNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.cboBank = new System.Windows.Forms.ComboBox();
     this.label31 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.pnlParty.SuspendLayout();
     this.pnlLoan.SuspendLayout();
     this.panel6.SuspendLayout();
     this.panel7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DgChequeDetails)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(788, 122);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(107, 173);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 1571;
     this.pictureBox1.TabStop = false;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.BackColor = System.Drawing.Color.White;
     this.label19.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.Location = new System.Drawing.Point(82, 125);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(61, 13);
     this.label19.TabIndex = 1563;
     this.label19.Text = "Opp. Park";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(196, 165);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(42, 13);
     this.label10.TabIndex = 1541;
     this.label10.Text = "Phone";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(196, 143);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(24, 13);
     this.label5.TabIndex = 1537;
     this.label5.Text = "Pin";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(4, 143);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(29, 13);
     this.label7.TabIndex = 1536;
     this.label7.Text = "City";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(3, 207);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(37, 13);
     this.label13.TabIndex = 1545;
     this.label13.Text = "Email";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(4, 100);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 13);
     this.label6.TabIndex = 1546;
     this.label6.Text = "Address";
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label27.Location = new System.Drawing.Point(4, 80);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(79, 13);
     this.label27.TabIndex = 1548;
     this.label27.Text = "Father Name";
     //
     // txtEMail
     //
     this.txtEMail.BackColor = System.Drawing.Color.White;
     this.txtEMail.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEMail.Location = new System.Drawing.Point(80, 209);
     this.txtEMail.Name = "txtEMail";
     this.txtEMail.ReadOnly = true;
     this.txtEMail.Size = new System.Drawing.Size(274, 21);
     this.txtEMail.TabIndex = 12;
     this.txtEMail.TabStop = false;
     //
     // txtAdd1
     //
     this.txtAdd1.BackColor = System.Drawing.Color.White;
     this.txtAdd1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAdd1.Location = new System.Drawing.Point(80, 99);
     this.txtAdd1.Name = "txtAdd1";
     this.txtAdd1.ReadOnly = true;
     this.txtAdd1.Size = new System.Drawing.Size(274, 21);
     this.txtAdd1.TabIndex = 4;
     this.txtAdd1.TabStop = false;
     //
     // txtPin
     //
     this.txtPin.BackColor = System.Drawing.Color.White;
     this.txtPin.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPin.Location = new System.Drawing.Point(238, 143);
     this.txtPin.Name = "txtPin";
     this.txtPin.ReadOnly = true;
     this.txtPin.Size = new System.Drawing.Size(116, 21);
     this.txtPin.TabIndex = 7;
     this.txtPin.TabStop = false;
     //
     // txtCity
     //
     this.txtCity.BackColor = System.Drawing.Color.White;
     this.txtCity.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCity.Location = new System.Drawing.Point(80, 143);
     this.txtCity.Name = "txtCity";
     this.txtCity.ReadOnly = true;
     this.txtCity.Size = new System.Drawing.Size(115, 21);
     this.txtCity.TabIndex = 6;
     this.txtCity.TabStop = false;
     //
     // txtAdd2
     //
     this.txtAdd2.BackColor = System.Drawing.Color.White;
     this.txtAdd2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAdd2.Location = new System.Drawing.Point(80, 121);
     this.txtAdd2.Name = "txtAdd2";
     this.txtAdd2.ReadOnly = true;
     this.txtAdd2.Size = new System.Drawing.Size(274, 21);
     this.txtAdd2.TabIndex = 5;
     this.txtAdd2.TabStop = false;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(4, 162);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(42, 13);
     this.label9.TabIndex = 1525;
     this.label9.Text = "Phone";
     //
     // txtPh2
     //
     this.txtPh2.BackColor = System.Drawing.Color.White;
     this.txtPh2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPh2.Location = new System.Drawing.Point(238, 165);
     this.txtPh2.Name = "txtPh2";
     this.txtPh2.ReadOnly = true;
     this.txtPh2.Size = new System.Drawing.Size(116, 21);
     this.txtPh2.TabIndex = 9;
     this.txtPh2.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(386, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(251, 29);
     this.label1.TabIndex = 1;
     this.label1.Text = "Loan Sanction Form";
     //
     // txtPh1
     //
     this.txtPh1.BackColor = System.Drawing.Color.White;
     this.txtPh1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPh1.Location = new System.Drawing.Point(80, 165);
     this.txtPh1.Name = "txtPh1";
     this.txtPh1.ReadOnly = true;
     this.txtPh1.Size = new System.Drawing.Size(115, 21);
     this.txtPh1.TabIndex = 8;
     this.txtPh1.TabStop = false;
     //
     // txtFormNo
     //
     this.txtFormNo.BackColor = System.Drawing.Color.White;
     this.txtFormNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFormNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtFormNo.Location = new System.Drawing.Point(80, 27);
     this.txtFormNo.Name = "txtFormNo";
     this.txtFormNo.ReadOnly = true;
     this.txtFormNo.Size = new System.Drawing.Size(95, 21);
     this.txtFormNo.TabIndex = 1;
     this.txtFormNo.TabStop = false;
     this.txtFormNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(1023, 46);
     this.panel1.TabIndex = 1507;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.label35.Location = new System.Drawing.Point(3, 4);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(137, 13);
     this.label35.TabIndex = 1139;
     this.label35.Text = "Add New Loan Sanction";
     //
     // txtFathers
     //
     this.txtFathers.BackColor = System.Drawing.Color.White;
     this.txtFathers.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFathers.Location = new System.Drawing.Point(80, 77);
     this.txtFathers.Name = "txtFathers";
     this.txtFathers.ReadOnly = true;
     this.txtFathers.Size = new System.Drawing.Size(274, 21);
     this.txtFathers.TabIndex = 3;
     this.txtFathers.TabStop = false;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.panel2.Controls.Add(this.lbltotalRecords);
     this.panel2.Controls.Add(this.label35);
     this.panel2.Location = new System.Drawing.Point(-1, 45);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(1025, 22);
     this.panel2.TabIndex = 1508;
     //
     // lbltotalRecords
     //
     this.lbltotalRecords.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbltotalRecords.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.lbltotalRecords.Location = new System.Drawing.Point(664, 5);
     this.lbltotalRecords.Name = "lbltotalRecords";
     this.lbltotalRecords.Size = new System.Drawing.Size(357, 13);
     this.lbltotalRecords.TabIndex = 1140;
     this.lbltotalRecords.Text = "Total Records :";
     this.lbltotalRecords.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.txtFormNo);
     this.panel3.Controls.Add(this.cboOffice);
     this.panel3.Controls.Add(this.label20);
     this.panel3.Controls.Add(this.dtpdate);
     this.panel3.Controls.Add(this.label28);
     this.panel3.Controls.Add(this.label14);
     this.panel3.Location = new System.Drawing.Point(11, 124);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(363, 54);
     this.panel3.TabIndex = 1;
     //
     // cboOffice
     //
     this.cboOffice.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboOffice.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboOffice.FormattingEnabled = true;
     this.cboOffice.Items.AddRange(new object[] {
     "Daily",
     "Monthly"});
     this.cboOffice.Location = new System.Drawing.Point(80, 2);
     this.cboOffice.Name = "cboOffice";
     this.cboOffice.Size = new System.Drawing.Size(245, 21);
     this.cboOffice.TabIndex = 0;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(7, 7);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(39, 13);
     this.label20.TabIndex = 1521;
     this.label20.Text = "Office";
     //
     // dtpdate
     //
     this.dtpdate.CustomFormat = "dd/MM/yyyy";
     this.dtpdate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpdate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpdate.Location = new System.Drawing.Point(229, 26);
     this.dtpdate.Name = "dtpdate";
     this.dtpdate.Size = new System.Drawing.Size(96, 21);
     this.dtpdate.TabIndex = 2;
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(186, 30);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(34, 13);
     this.label28.TabIndex = 1520;
     this.label28.Text = "Date";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(6, 30);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(76, 13);
     this.label14.TabIndex = 1520;
     this.label14.Text = "Sanction No.";
     //
     // pnlParty
     //
     this.pnlParty.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlParty.Controls.Add(this.label24);
     this.pnlParty.Controls.Add(this.txtComm);
     this.pnlParty.Controls.Add(this.btnAddParty);
     this.pnlParty.Controls.Add(this.txtName);
     this.pnlParty.Controls.Add(this.txtCode);
     this.pnlParty.Controls.Add(this.btnAddAgent);
     this.pnlParty.Controls.Add(this.cboAgent);
     this.pnlParty.Controls.Add(this.label12);
     this.pnlParty.Controls.Add(this.label46);
     this.pnlParty.Controls.Add(this.label37);
     this.pnlParty.Controls.Add(this.txtFathers);
     this.pnlParty.Controls.Add(this.label27);
     this.pnlParty.Controls.Add(this.txtAdd2);
     this.pnlParty.Controls.Add(this.txtAdd1);
     this.pnlParty.Controls.Add(this.label6);
     this.pnlParty.Controls.Add(this.label19);
     this.pnlParty.Controls.Add(this.txtCity);
     this.pnlParty.Controls.Add(this.txtPin);
     this.pnlParty.Controls.Add(this.label7);
     this.pnlParty.Controls.Add(this.label5);
     this.pnlParty.Controls.Add(this.txtMob1);
     this.pnlParty.Controls.Add(this.txtPh1);
     this.pnlParty.Controls.Add(this.txtMob2);
     this.pnlParty.Controls.Add(this.label3);
     this.pnlParty.Controls.Add(this.txtPh2);
     this.pnlParty.Controls.Add(this.label2);
     this.pnlParty.Controls.Add(this.label13);
     this.pnlParty.Controls.Add(this.label9);
     this.pnlParty.Controls.Add(this.label10);
     this.pnlParty.Controls.Add(this.txtEMail);
     this.pnlParty.Location = new System.Drawing.Point(11, 196);
     this.pnlParty.Name = "pnlParty";
     this.pnlParty.Size = new System.Drawing.Size(363, 241);
     this.pnlParty.TabIndex = 2;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(231, 37);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(69, 13);
     this.label24.TabIndex = 1605;
     this.label24.Text = "Comm.(%)";
     //
     // txtComm
     //
     this.txtComm.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtComm.Location = new System.Drawing.Point(304, 33);
     this.txtComm.Name = "txtComm";
     this.txtComm.Size = new System.Drawing.Size(50, 21);
     this.txtComm.TabIndex = 1604;
     this.txtComm.Text = "0.00";
     this.txtComm.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtComm.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtComm_KeyPress);
     //
     // btnAddParty
     //
     this.btnAddParty.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddParty.Image = ((System.Drawing.Image)(resources.GetObject("btnAddParty.Image")));
     this.btnAddParty.Location = new System.Drawing.Point(201, 31);
     this.btnAddParty.Name = "btnAddParty";
     this.btnAddParty.Size = new System.Drawing.Size(24, 24);
     this.btnAddParty.TabIndex = 1601;
     this.btnAddParty.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddParty.UseVisualStyleBackColor = true;
     this.btnAddParty.Click += new System.EventHandler(this.btnAddParty_Click);
     //
     // txtName
     //
     this.txtName.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location = new System.Drawing.Point(80, 55);
     this.txtName.Name = "txtName";
     this.txtName.SelectedValue = null;
     this.txtName.Size = new System.Drawing.Size(274, 21);
     this.txtName.TabIndex = 2;
     this.txtName.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtCode_ValueChanged);
     //
     // txtCode
     //
     this.txtCode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.Location = new System.Drawing.Point(80, 33);
     this.txtCode.Name = "txtCode";
     this.txtCode.SelectedValue = null;
     this.txtCode.Size = new System.Drawing.Size(115, 21);
     this.txtCode.TabIndex = 1;
     this.txtCode.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtCode_ValueChanged);
     //
     // btnAddAgent
     //
     this.btnAddAgent.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddAgent.Image = ((System.Drawing.Image)(resources.GetObject("btnAddAgent.Image")));
     this.btnAddAgent.Location = new System.Drawing.Point(51, 10);
     this.btnAddAgent.Name = "btnAddAgent";
     this.btnAddAgent.Size = new System.Drawing.Size(24, 24);
     this.btnAddAgent.TabIndex = 1603;
     this.btnAddAgent.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddAgent.UseVisualStyleBackColor = true;
     this.btnAddAgent.Click += new System.EventHandler(this.btnAddAgent_Click);
     //
     // cboAgent
     //
     this.cboAgent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAgent.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboAgent.FormattingEnabled = true;
     this.cboAgent.Items.AddRange(new object[] {
     "Daily",
     "Monthly"});
     this.cboAgent.Location = new System.Drawing.Point(80, 10);
     this.cboAgent.Name = "cboAgent";
     this.cboAgent.Size = new System.Drawing.Size(274, 21);
     this.cboAgent.TabIndex = 0;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(4, 36);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(35, 13);
     this.label12.TabIndex = 1566;
     this.label12.Text = "Code";
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label46.Location = new System.Drawing.Point(4, 11);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(41, 13);
     this.label46.TabIndex = 1601;
     this.label46.Text = "Agent";
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label37.Location = new System.Drawing.Point(4, 59);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(39, 13);
     this.label37.TabIndex = 1520;
     this.label37.Text = "Name";
     //
     // txtMob1
     //
     this.txtMob1.BackColor = System.Drawing.Color.White;
     this.txtMob1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMob1.Location = new System.Drawing.Point(80, 187);
     this.txtMob1.Name = "txtMob1";
     this.txtMob1.ReadOnly = true;
     this.txtMob1.Size = new System.Drawing.Size(115, 21);
     this.txtMob1.TabIndex = 10;
     this.txtMob1.TabStop = false;
     //
     // txtMob2
     //
     this.txtMob2.BackColor = System.Drawing.Color.White;
     this.txtMob2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMob2.Location = new System.Drawing.Point(238, 187);
     this.txtMob2.Name = "txtMob2";
     this.txtMob2.ReadOnly = true;
     this.txtMob2.Size = new System.Drawing.Size(116, 21);
     this.txtMob2.TabIndex = 11;
     this.txtMob2.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(4, 183);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 1525;
     this.label3.Text = "Mobile";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(196, 186);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(44, 13);
     this.label2.TabIndex = 1541;
     this.label2.Text = "Mobile";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label38.Location = new System.Drawing.Point(12, 180);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(109, 13);
     this.label38.TabIndex = 1520;
     this.label38.Text = "Party Information";
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label39.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label39.Location = new System.Drawing.Point(12, 108);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(123, 13);
     this.label39.TabIndex = 1520;
     this.label39.Text = "Primary Information";
     //
     // pnlLoan
     //
     this.pnlLoan.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnlLoan.Controls.Add(this.cboBank);
     this.pnlLoan.Controls.Add(this.label31);
     this.pnlLoan.Controls.Add(this.dtpInstallment);
     this.pnlLoan.Controls.Add(this.label22);
     this.pnlLoan.Controls.Add(this.txtMonthly);
     this.pnlLoan.Controls.Add(this.chkCompounded);
     this.pnlLoan.Controls.Add(this.txtGuaranter);
     this.pnlLoan.Controls.Add(this.cboPenaltyType);
     this.pnlLoan.Controls.Add(this.cboInterType);
     this.pnlLoan.Controls.Add(this.txtNetAmount);
     this.pnlLoan.Controls.Add(this.label17);
     this.pnlLoan.Controls.Add(this.txtPenalRate);
     this.pnlLoan.Controls.Add(this.label33);
     this.pnlLoan.Controls.Add(this.label26);
     this.pnlLoan.Controls.Add(this.txtInterestRate);
     this.pnlLoan.Controls.Add(this.dtpChDate);
     this.pnlLoan.Controls.Add(this.cboLoanType);
     this.pnlLoan.Controls.Add(this.cboThrough);
     this.pnlLoan.Controls.Add(this.label4);
     this.pnlLoan.Controls.Add(this.txtLoanAmount);
     this.pnlLoan.Controls.Add(this.txtGAdd2);
     this.pnlLoan.Controls.Add(this.txtGAdd1);
     this.pnlLoan.Controls.Add(this.label11);
     this.pnlLoan.Controls.Add(this.txtPeriod);
     this.pnlLoan.Controls.Add(this.label8);
     this.pnlLoan.Controls.Add(this.txtBankName);
     this.pnlLoan.Controls.Add(this.txtChequeNo);
     this.pnlLoan.Controls.Add(this.label45);
     this.pnlLoan.Controls.Add(this.label23);
     this.pnlLoan.Controls.Add(this.txtEMI);
     this.pnlLoan.Controls.Add(this.label32);
     this.pnlLoan.Controls.Add(this.lblPeriod);
     this.pnlLoan.Controls.Add(this.txtGMob1);
     this.pnlLoan.Controls.Add(this.txtKnown);
     this.pnlLoan.Controls.Add(this.txtGMob2);
     this.pnlLoan.Controls.Add(this.label25);
     this.pnlLoan.Controls.Add(this.label34);
     this.pnlLoan.Controls.Add(this.txtRelation);
     this.pnlLoan.Controls.Add(this.label40);
     this.pnlLoan.Controls.Add(this.label15);
     this.pnlLoan.Controls.Add(this.label16);
     this.pnlLoan.Controls.Add(this.lblEMI);
     this.pnlLoan.Controls.Add(this.label43);
     this.pnlLoan.Location = new System.Drawing.Point(391, 84);
     this.pnlLoan.Name = "pnlLoan";
     this.pnlLoan.Size = new System.Drawing.Size(379, 353);
     this.pnlLoan.TabIndex = 4;
     //
     // dtpInstallment
     //
     this.dtpInstallment.CustomFormat = "dd MMMM , yyyy dddd";
     this.dtpInstallment.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpInstallment.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpInstallment.Location = new System.Drawing.Point(117, 306);
     this.dtpInstallment.Name = "dtpInstallment";
     this.dtpInstallment.Size = new System.Drawing.Size(251, 21);
     this.dtpInstallment.TabIndex = 22;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label22.Location = new System.Drawing.Point(8, 309);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(103, 13);
     this.label22.TabIndex = 1578;
     this.label22.Text = "Installment Date";
     //
     // txtMonthly
     //
     this.txtMonthly.BackColor = System.Drawing.Color.White;
     this.txtMonthly.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMonthly.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtMonthly.Location = new System.Drawing.Point(253, 282);
     this.txtMonthly.Name = "txtMonthly";
     this.txtMonthly.Size = new System.Drawing.Size(114, 21);
     this.txtMonthly.TabIndex = 21;
     this.txtMonthly.Text = "0.00";
     this.txtMonthly.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtMonthly.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMonthly_KeyPress);
     //
     // chkCompounded
     //
     this.chkCompounded.AutoSize = true;
     this.chkCompounded.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkCompounded.Location = new System.Drawing.Point(8, 284);
     this.chkCompounded.Name = "chkCompounded";
     this.chkCompounded.Size = new System.Drawing.Size(228, 17);
     this.chkCompounded.TabIndex = 1575;
     this.chkCompounded.Text = "Reducing Interest Monthly Principal";
     this.chkCompounded.UseVisualStyleBackColor = true;
     this.chkCompounded.CheckedChanged += new System.EventHandler(this.chkCompounded_CheckedChanged);
     //
     // txtGuaranter
     //
     this.txtGuaranter.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGuaranter.Location = new System.Drawing.Point(88, 150);
     this.txtGuaranter.Name = "txtGuaranter";
     this.txtGuaranter.SelectedValue = null;
     this.txtGuaranter.Size = new System.Drawing.Size(279, 21);
     this.txtGuaranter.TabIndex = 10;
     this.txtGuaranter.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtGuaranter_ValueChanged);
     //
     // cboPenaltyType
     //
     this.cboPenaltyType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPenaltyType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboPenaltyType.FormattingEnabled = true;
     this.cboPenaltyType.Items.AddRange(new object[] {
     "Fix",
     "%"});
     this.cboPenaltyType.Location = new System.Drawing.Point(253, 260);
     this.cboPenaltyType.Name = "cboPenaltyType";
     this.cboPenaltyType.Size = new System.Drawing.Size(48, 21);
     this.cboPenaltyType.TabIndex = 19;
     //
     // cboInterType
     //
     this.cboInterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboInterType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboInterType.FormattingEnabled = true;
     this.cboInterType.Items.AddRange(new object[] {
     "%",
     "Fix"});
     this.cboInterType.Location = new System.Drawing.Point(88, 260);
     this.cboInterType.Name = "cboInterType";
     this.cboInterType.Size = new System.Drawing.Size(65, 21);
     this.cboInterType.TabIndex = 17;
     this.cboInterType.SelectedIndexChanged += new System.EventHandler(this.cboInterType_SelectedIndexChanged);
     //
     // txtNetAmount
     //
     this.txtNetAmount.BackColor = System.Drawing.Color.White;
     this.txtNetAmount.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNetAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtNetAmount.Location = new System.Drawing.Point(88, 128);
     this.txtNetAmount.Name = "txtNetAmount";
     this.txtNetAmount.ReadOnly = true;
     this.txtNetAmount.Size = new System.Drawing.Size(115, 21);
     this.txtNetAmount.TabIndex = 8;
     this.txtNetAmount.TabStop = false;
     this.txtNetAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtNetAmount.TextChanged += new System.EventHandler(this.txtNetAmount_TextChanged);
     this.txtNetAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNetAmount_KeyPress);
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(5, 131);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(74, 13);
     this.label17.TabIndex = 1574;
     this.label17.Text = "Net Amount";
     //
     // txtPenalRate
     //
     this.txtPenalRate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPenalRate.Location = new System.Drawing.Point(304, 260);
     this.txtPenalRate.Name = "txtPenalRate";
     this.txtPenalRate.Size = new System.Drawing.Size(63, 21);
     this.txtPenalRate.TabIndex = 20;
     this.txtPenalRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtPenalRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPenalRate_KeyPress);
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(203, 263);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(50, 13);
     this.label33.TabIndex = 1571;
     this.label33.Text = "Panelty";
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label26.Location = new System.Drawing.Point(5, 264);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(84, 13);
     this.label26.TabIndex = 1572;
     this.label26.Text = "Interest Rate";
     //
     // txtInterestRate
     //
     this.txtInterestRate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInterestRate.Location = new System.Drawing.Point(154, 260);
     this.txtInterestRate.Name = "txtInterestRate";
     this.txtInterestRate.Size = new System.Drawing.Size(49, 21);
     this.txtInterestRate.TabIndex = 18;
     this.txtInterestRate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtInterestRate.TextChanged += new System.EventHandler(this.txtInterestRate_TextChanged);
     this.txtInterestRate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtInterestRate_KeyPress);
     //
     // dtpChDate
     //
     this.dtpChDate.CustomFormat = "dd/MM/yyyy";
     this.dtpChDate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtpChDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpChDate.Location = new System.Drawing.Point(271, 63);
     this.dtpChDate.Name = "dtpChDate";
     this.dtpChDate.Size = new System.Drawing.Size(96, 21);
     this.dtpChDate.TabIndex = 4;
     //
     // cboLoanType
     //
     this.cboLoanType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLoanType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboLoanType.FormattingEnabled = true;
     this.cboLoanType.Items.AddRange(new object[] {
     "Day",
     "Weekly",
     "Month"});
     this.cboLoanType.Location = new System.Drawing.Point(88, 106);
     this.cboLoanType.Name = "cboLoanType";
     this.cboLoanType.Size = new System.Drawing.Size(115, 21);
     this.cboLoanType.TabIndex = 6;
     this.cboLoanType.SelectedIndexChanged += new System.EventHandler(this.cboLoanType_SelectedIndexChanged);
     //
     // cboThrough
     //
     this.cboThrough.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboThrough.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboThrough.FormattingEnabled = true;
     this.cboThrough.Items.AddRange(new object[] {
     "Cash ",
     "Cheque"});
     this.cboThrough.Location = new System.Drawing.Point(269, 13);
     this.cboThrough.Name = "cboThrough";
     this.cboThrough.Size = new System.Drawing.Size(96, 21);
     this.cboThrough.TabIndex = 1;
     this.cboThrough.SelectedIndexChanged += new System.EventHandler(this.cboThrough_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(5, 16);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(82, 13);
     this.label4.TabIndex = 1520;
     this.label4.Text = "Loan Amount";
     //
     // txtLoanAmount
     //
     this.txtLoanAmount.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLoanAmount.Location = new System.Drawing.Point(88, 13);
     this.txtLoanAmount.Name = "txtLoanAmount";
     this.txtLoanAmount.Size = new System.Drawing.Size(115, 21);
     this.txtLoanAmount.TabIndex = 0;
     this.txtLoanAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtLoanAmount.TextChanged += new System.EventHandler(this.txtLoanAmount_TextChanged);
     this.txtLoanAmount.Leave += new System.EventHandler(this.txtLoanAmount_Leave);
     this.txtLoanAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLoanAmount_KeyPress);
     //
     // txtGAdd2
     //
     this.txtGAdd2.BackColor = System.Drawing.Color.White;
     this.txtGAdd2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGAdd2.Location = new System.Drawing.Point(88, 194);
     this.txtGAdd2.Name = "txtGAdd2";
     this.txtGAdd2.ReadOnly = true;
     this.txtGAdd2.Size = new System.Drawing.Size(279, 21);
     this.txtGAdd2.TabIndex = 12;
     this.txtGAdd2.TabStop = false;
     //
     // txtGAdd1
     //
     this.txtGAdd1.BackColor = System.Drawing.Color.White;
     this.txtGAdd1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGAdd1.Location = new System.Drawing.Point(88, 172);
     this.txtGAdd1.Name = "txtGAdd1";
     this.txtGAdd1.ReadOnly = true;
     this.txtGAdd1.Size = new System.Drawing.Size(279, 21);
     this.txtGAdd1.TabIndex = 11;
     this.txtGAdd1.TabStop = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(203, 67);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(34, 13);
     this.label11.TabIndex = 1548;
     this.label11.Text = "Date";
     //
     // txtPeriod
     //
     this.txtPeriod.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPeriod.Location = new System.Drawing.Point(270, 106);
     this.txtPeriod.Name = "txtPeriod";
     this.txtPeriod.Size = new System.Drawing.Size(97, 21);
     this.txtPeriod.TabIndex = 7;
     this.txtPeriod.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtPeriod.TextChanged += new System.EventHandler(this.txtPeriod_TextChanged);
     this.txtPeriod.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPeriod_KeyPress);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(203, 17);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(54, 13);
     this.label8.TabIndex = 1548;
     this.label8.Text = "Through";
     //
     // txtBankName
     //
     this.txtBankName.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBankName.Location = new System.Drawing.Point(88, 84);
     this.txtBankName.Name = "txtBankName";
     this.txtBankName.Size = new System.Drawing.Size(279, 21);
     this.txtBankName.TabIndex = 5;
     //
     // txtChequeNo
     //
     this.txtChequeNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChequeNo.Location = new System.Drawing.Point(88, 62);
     this.txtChequeNo.Name = "txtChequeNo";
     this.txtChequeNo.Size = new System.Drawing.Size(115, 21);
     this.txtChequeNo.TabIndex = 3;
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.Location = new System.Drawing.Point(5, 88);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(35, 13);
     this.label45.TabIndex = 1546;
     this.label45.Text = "Bank";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.Location = new System.Drawing.Point(5, 65);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(66, 13);
     this.label23.TabIndex = 1546;
     this.label23.Text = "Cheque No";
     //
     // txtEMI
     //
     this.txtEMI.BackColor = System.Drawing.Color.White;
     this.txtEMI.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEMI.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.txtEMI.Location = new System.Drawing.Point(270, 128);
     this.txtEMI.Name = "txtEMI";
     this.txtEMI.ReadOnly = true;
     this.txtEMI.Size = new System.Drawing.Size(97, 21);
     this.txtEMI.TabIndex = 9;
     this.txtEMI.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.txtEMI.TextChanged += new System.EventHandler(this.txtEMI_TextChanged);
     this.txtEMI.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEMI_KeyPress);
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(5, 110);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(65, 13);
     this.label32.TabIndex = 1536;
     this.label32.Text = "Loan Type";
     //
     // lblPeriod
     //
     this.lblPeriod.AutoSize = true;
     this.lblPeriod.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPeriod.Location = new System.Drawing.Point(203, 110);
     this.lblPeriod.Name = "lblPeriod";
     this.lblPeriod.Size = new System.Drawing.Size(43, 13);
     this.lblPeriod.TabIndex = 1537;
     this.lblPeriod.Text = "Period";
     //
     // txtGMob1
     //
     this.txtGMob1.BackColor = System.Drawing.Color.White;
     this.txtGMob1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGMob1.Location = new System.Drawing.Point(88, 238);
     this.txtGMob1.Name = "txtGMob1";
     this.txtGMob1.ReadOnly = true;
     this.txtGMob1.Size = new System.Drawing.Size(115, 21);
     this.txtGMob1.TabIndex = 15;
     this.txtGMob1.TabStop = false;
     //
     // txtKnown
     //
     this.txtKnown.BackColor = System.Drawing.Color.White;
     this.txtKnown.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKnown.Location = new System.Drawing.Point(88, 216);
     this.txtKnown.Name = "txtKnown";
     this.txtKnown.Size = new System.Drawing.Size(115, 21);
     this.txtKnown.TabIndex = 13;
     //
     // txtGMob2
     //
     this.txtGMob2.BackColor = System.Drawing.Color.White;
     this.txtGMob2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtGMob2.Location = new System.Drawing.Point(253, 238);
     this.txtGMob2.Name = "txtGMob2";
     this.txtGMob2.ReadOnly = true;
     this.txtGMob2.Size = new System.Drawing.Size(114, 21);
     this.txtGMob2.TabIndex = 16;
     this.txtGMob2.TabStop = false;
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(5, 219);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(79, 13);
     this.label25.TabIndex = 1525;
     this.label25.Text = "Years Known";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label34.Location = new System.Drawing.Point(5, 239);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(44, 13);
     this.label34.TabIndex = 1525;
     this.label34.Text = "Mobile";
     //
     // txtRelation
     //
     this.txtRelation.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRelation.Location = new System.Drawing.Point(253, 216);
     this.txtRelation.Name = "txtRelation";
     this.txtRelation.Size = new System.Drawing.Size(114, 21);
     this.txtRelation.TabIndex = 14;
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(203, 240);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(44, 13);
     this.label40.TabIndex = 1541;
     this.label40.Text = "Mobile";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(5, 173);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(86, 13);
     this.label15.TabIndex = 1525;
     this.label15.Text = "Gauranter Ad.";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label16.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.Maroon;
     this.label16.Location = new System.Drawing.Point(5, 152);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(65, 13);
     this.label16.TabIndex = 1525;
     this.label16.Text = "Gauranter";
     this.label16.Click += new System.EventHandler(this.label16_Click);
     //
     // lblEMI
     //
     this.lblEMI.AutoSize = true;
     this.lblEMI.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEMI.Location = new System.Drawing.Point(203, 131);
     this.lblEMI.Name = "lblEMI";
     this.lblEMI.Size = new System.Drawing.Size(28, 13);
     this.lblEMI.TabIndex = 1525;
     this.lblEMI.Text = "EMI";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label43.Location = new System.Drawing.Point(203, 219);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(54, 13);
     this.label43.TabIndex = 1541;
     this.label43.Text = "Relation";
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label44.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label44.Location = new System.Drawing.Point(389, 68);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(70, 13);
     this.label44.TabIndex = 1520;
     this.label44.Text = "Loan Detail";
     //
     // panel6
     //
     this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel6.Controls.Add(this.chkDocuments);
     this.panel6.Location = new System.Drawing.Point(11, 456);
     this.panel6.Name = "panel6";
     this.panel6.Size = new System.Drawing.Size(363, 77);
     this.panel6.TabIndex = 3;
     //
     // chkDocuments
     //
     this.chkDocuments.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkDocuments.FormattingEnabled = true;
     this.chkDocuments.Location = new System.Drawing.Point(3, 3);
     this.chkDocuments.MultiColumn = true;
     this.chkDocuments.Name = "chkDocuments";
     this.chkDocuments.Size = new System.Drawing.Size(353, 68);
     this.chkDocuments.TabIndex = 0;
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label30.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label30.ForeColor = System.Drawing.Color.Maroon;
     this.label30.Location = new System.Drawing.Point(10, 440);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(125, 13);
     this.label30.TabIndex = 1520;
     this.label30.Text = "Required Documents";
     this.label30.Click += new System.EventHandler(this.label30_Click);
     //
     // btnPrint
     //
     this.btnPrint.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPrint.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
     this.btnPrint.Location = new System.Drawing.Point(357, 556);
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.Size = new System.Drawing.Size(94, 35);
     this.btnPrint.TabIndex = 10;
     this.btnPrint.Text = "&Application";
     this.btnPrint.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnSave
     //
     this.btnSave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.Location = new System.Drawing.Point(21, 556);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(83, 35);
     this.btnSave.TabIndex = 6;
     this.btnSave.Text = "&Save";
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnFind
     //
     this.btnFind.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
     this.btnFind.Location = new System.Drawing.Point(105, 556);
     this.btnFind.Name = "btnFind";
     this.btnFind.Size = new System.Drawing.Size(83, 35);
     this.btnFind.TabIndex = 7;
     this.btnFind.Text = "&Find";
     this.btnFind.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFind.UseVisualStyleBackColor = true;
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // btnDelete
     //
     this.btnDelete.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.Location = new System.Drawing.Point(273, 556);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(83, 35);
     this.btnDelete.TabIndex = 9;
     this.btnDelete.Text = "&Delete";
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // btnExit
     //
     this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnExit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.Location = new System.Drawing.Point(830, 556);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(83, 35);
     this.btnExit.TabIndex = 11;
     this.btnExit.Text = "E&xit";
     this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnClear
     //
     this.btnClear.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
     this.btnClear.Location = new System.Drawing.Point(189, 556);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(83, 35);
     this.btnClear.TabIndex = 8;
     this.btnClear.Text = "&Clear";
     this.btnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnRemove
     //
     this.btnRemove.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRemove.Image = ((System.Drawing.Image)(resources.GetObject("btnRemove.Image")));
     this.btnRemove.Location = new System.Drawing.Point(956, 266);
     this.btnRemove.Name = "btnRemove";
     this.btnRemove.Size = new System.Drawing.Size(55, 27);
     this.btnRemove.TabIndex = 1597;
     this.btnRemove.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Visible = false;
     //
     // btnAdd
     //
     this.btnAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
     this.btnAdd.Location = new System.Drawing.Point(901, 266);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(55, 27);
     this.btnAdd.TabIndex = 1596;
     this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAdd.UseVisualStyleBackColor = true;
     this.btnAdd.Visible = false;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(7, 56);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(48, 13);
     this.label21.TabIndex = 1575;
     this.label21.Text = "Chq. No";
     //
     // txtPartyBChequeNo
     //
     this.txtPartyBChequeNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPartyBChequeNo.Location = new System.Drawing.Point(61, 53);
     this.txtPartyBChequeNo.Name = "txtPartyBChequeNo";
     this.txtPartyBChequeNo.Size = new System.Drawing.Size(307, 21);
     this.txtPartyBChequeNo.TabIndex = 2;
     //
     // panel7
     //
     this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel7.Controls.Add(this.txtPartyBAddress);
     this.panel7.Controls.Add(this.label41);
     this.panel7.Controls.Add(this.txtPartyBank);
     this.panel7.Controls.Add(this.label36);
     this.panel7.Controls.Add(this.txtPartyBChequeNo);
     this.panel7.Controls.Add(this.label21);
     this.panel7.Location = new System.Drawing.Point(391, 456);
     this.panel7.Name = "panel7";
     this.panel7.Size = new System.Drawing.Size(379, 78);
     this.panel7.TabIndex = 5;
     //
     // txtPartyBAddress
     //
     this.txtPartyBAddress.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.txtPartyBAddress.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtPartyBAddress.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPartyBAddress.Location = new System.Drawing.Point(61, 28);
     this.txtPartyBAddress.Name = "txtPartyBAddress";
     this.txtPartyBAddress.Size = new System.Drawing.Size(307, 21);
     this.txtPartyBAddress.TabIndex = 1;
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label41.Location = new System.Drawing.Point(7, 31);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(53, 13);
     this.label41.TabIndex = 1577;
     this.label41.Text = "Address";
     //
     // txtPartyBank
     //
     this.txtPartyBank.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.txtPartyBank.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
     this.txtPartyBank.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPartyBank.Location = new System.Drawing.Point(61, 4);
     this.txtPartyBank.Name = "txtPartyBank";
     this.txtPartyBank.Size = new System.Drawing.Size(307, 21);
     this.txtPartyBank.TabIndex = 0;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(8, 8);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(35, 13);
     this.label36.TabIndex = 1575;
     this.label36.Text = "Bank";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label29.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label29.Location = new System.Drawing.Point(396, 438);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(111, 13);
     this.label29.TabIndex = 1599;
     this.label29.Text = "Party Bank Details";
     //
     // btnAddOffice
     //
     this.btnAddOffice.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddOffice.Image = ((System.Drawing.Image)(resources.GetObject("btnAddOffice.Image")));
     this.btnAddOffice.Location = new System.Drawing.Point(343, 128);
     this.btnAddOffice.Name = "btnAddOffice";
     this.btnAddOffice.Size = new System.Drawing.Size(24, 24);
     this.btnAddOffice.TabIndex = 1600;
     this.btnAddOffice.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnAddOffice.UseVisualStyleBackColor = true;
     this.btnAddOffice.Click += new System.EventHandler(this.btnAddOffice_Click);
     //
     // button1
     //
     this.button1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location = new System.Drawing.Point(735, 556);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(94, 35);
     this.button1.TabIndex = 1604;
     this.button1.Text = "&Loan Chart";
     this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // cboApplicationNo
     //
     this.cboApplicationNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboApplicationNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboApplicationNo.FormattingEnabled = true;
     this.cboApplicationNo.Items.AddRange(new object[] {
     "Daily",
     "Monthly"});
     this.cboApplicationNo.Location = new System.Drawing.Point(113, 83);
     this.cboApplicationNo.Name = "cboApplicationNo";
     this.cboApplicationNo.Size = new System.Drawing.Size(225, 21);
     this.cboApplicationNo.TabIndex = 0;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(20, 89);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(87, 13);
     this.label18.TabIndex = 1606;
     this.label18.Text = "Application No";
     //
     // btnShow
     //
     this.btnShow.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnShow.Image = ((System.Drawing.Image)(resources.GetObject("btnShow.Image")));
     this.btnShow.Location = new System.Drawing.Point(343, 82);
     this.btnShow.Name = "btnShow";
     this.btnShow.Size = new System.Drawing.Size(24, 24);
     this.btnShow.TabIndex = 1607;
     this.btnShow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnShow.UseVisualStyleBackColor = true;
     this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
     //
     // btnPromissory
     //
     this.btnPromissory.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnPromissory.Image = ((System.Drawing.Image)(resources.GetObject("btnPromissory.Image")));
     this.btnPromissory.Location = new System.Drawing.Point(452, 556);
     this.btnPromissory.Name = "btnPromissory";
     this.btnPromissory.Size = new System.Drawing.Size(95, 35);
     this.btnPromissory.TabIndex = 1608;
     this.btnPromissory.Text = "&Promissory";
     this.btnPromissory.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnPromissory.UseVisualStyleBackColor = true;
     this.btnPromissory.Click += new System.EventHandler(this.btnPromissory_Click);
     //
     // btnShapath
     //
     this.btnShapath.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnShapath.Image = ((System.Drawing.Image)(resources.GetObject("btnShapath.Image")));
     this.btnShapath.Location = new System.Drawing.Point(548, 556);
     this.btnShapath.Name = "btnShapath";
     this.btnShapath.Size = new System.Drawing.Size(95, 35);
     this.btnShapath.TabIndex = 1609;
     this.btnShapath.Text = "Guarantor Halafnama";
     this.btnShapath.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnShapath.UseVisualStyleBackColor = true;
     this.btnShapath.Click += new System.EventHandler(this.btnShapath_Click);
     //
     // button2
     //
     this.button2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.Location = new System.Drawing.Point(644, 556);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(90, 35);
     this.button2.TabIndex = 1610;
     this.button2.Text = "Shapatra";
     this.button2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // btnNoDue
     //
     this.btnNoDue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNoDue.Image = ((System.Drawing.Image)(resources.GetObject("btnNoDue.Image")));
     this.btnNoDue.Location = new System.Drawing.Point(914, 556);
     this.btnNoDue.Name = "btnNoDue";
     this.btnNoDue.Size = new System.Drawing.Size(83, 35);
     this.btnNoDue.TabIndex = 1611;
     this.btnNoDue.Text = "No Due";
     this.btnNoDue.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnNoDue.UseVisualStyleBackColor = true;
     this.btnNoDue.Click += new System.EventHandler(this.btnNoDue_Click);
     //
     // DgChequeDetails
     //
     this.DgChequeDetails.AllowUserToAddRows = false;
     this.DgChequeDetails.AllowUserToDeleteRows = false;
     this.DgChequeDetails.AllowUserToResizeRows = false;
     this.DgChequeDetails.BackgroundColor = System.Drawing.Color.White;
     this.DgChequeDetails.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle13.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
     this.DgChequeDetails.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
     this.DgChequeDetails.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.DgChequeDetails.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
     this.ColSNo,
     this.ColChequeDate,
     this.ColChequeNo});
     dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle15.BackColor = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle15.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle15.ForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.Black;
     dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
     this.DgChequeDetails.DefaultCellStyle = dataGridViewCellStyle15;
     this.DgChequeDetails.EnableHeadersVisualStyles = false;
     this.DgChequeDetails.GridColor = System.Drawing.Color.Black;
     this.DgChequeDetails.Location = new System.Drawing.Point(776, 314);
     this.DgChequeDetails.Name = "DgChequeDetails";
     this.DgChequeDetails.RowHeadersVisible = false;
     this.DgChequeDetails.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
     this.DgChequeDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.DgChequeDetails.Size = new System.Drawing.Size(239, 215);
     this.DgChequeDetails.TabIndex = 1612;
     //
     // ColSNo
     //
     dataGridViewCellStyle14.BackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.Teal;
     dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
     this.ColSNo.DefaultCellStyle = dataGridViewCellStyle14;
     this.ColSNo.HeaderText = "S.No";
     this.ColSNo.Name = "ColSNo";
     this.ColSNo.Width = 60;
     //
     // ColChequeDate
     //
     this.ColChequeDate.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColChequeDate.HeaderText = "Cheque Amount";
     this.ColChequeDate.Name = "ColChequeDate";
     //
     // ColChequeNo
     //
     this.ColChequeNo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.ColChequeNo.HeaderText = "Cheque No";
     this.ColChequeNo.Name = "ColChequeNo";
     //
     // cboBank
     //
     this.cboBank.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
     this.cboBank.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
     this.cboBank.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboBank.FormattingEnabled = true;
     this.cboBank.Items.AddRange(new object[] {
     "Daily",
     "Monthly"});
     this.cboBank.Location = new System.Drawing.Point(88, 38);
     this.cboBank.Name = "cboBank";
     this.cboBank.Size = new System.Drawing.Size(277, 21);
     this.cboBank.TabIndex = 2;
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(5, 40);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(85, 13);
     this.label31.TabIndex = 1603;
     this.label31.Text = "Through Bank";
     //
     // Frm_LoanSanction
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton = this.btnExit;
     this.ClientSize = new System.Drawing.Size(1018, 610);
     this.Controls.Add(this.DgChequeDetails);
     this.Controls.Add(this.btnNoDue);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.btnShapath);
     this.Controls.Add(this.btnPromissory);
     this.Controls.Add(this.btnShow);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.cboApplicationNo);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnAddOffice);
     this.Controls.Add(this.label29);
     this.Controls.Add(this.panel7);
     this.Controls.Add(this.btnRemove);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.label44);
     this.Controls.Add(this.label39);
     this.Controls.Add(this.label30);
     this.Controls.Add(this.label38);
     this.Controls.Add(this.pnlLoan);
     this.Controls.Add(this.pnlParty);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_LoanSanction";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Tag = "202";
     this.Text = "Loan Sanction Form";
     this.Load += new System.EventHandler(this.Frm_LoanApplication_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_LoanApplication_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.pnlParty.ResumeLayout(false);
     this.pnlParty.PerformLayout();
     this.pnlLoan.ResumeLayout(false);
     this.pnlLoan.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel7.ResumeLayout(false);
     this.panel7.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DgChequeDetails)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_CompanyMaster));
     this.label8 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtRemarks = new System.Windows.Forms.TextBox();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.txtAddress = new System.Windows.Forms.TextBox();
     this.txtPin = new System.Windows.Forms.TextBox();
     this.txtAddress2 = new System.Windows.Forms.TextBox();
     this.label11 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.txtPan = new System.Windows.Forms.TextBox();
     this.txtMobile = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtTin = new System.Windows.Forms.TextBox();
     this.txtPhone = new System.Windows.Forms.TextBox();
     this.txtContactPerson = new System.Windows.Forms.TextBox();
     this.txtName = new System.Windows.Forms.TextBox();
     this.txtCode = new System.Windows.Forms.TextBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnFind = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.panel1 = new System.Windows.Forms.Panel();
     this.label14 = new System.Windows.Forms.Label();
     this.cboPurchaseType = new System.Windows.Forms.ComboBox();
     this.cboSaleType = new System.Windows.Forms.ComboBox();
     this.btnSave = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.btnExit = new System.Windows.Forms.Button();
     this.PnlFind = new System.Windows.Forms.Panel();
     this.txtFind = new vControls.vDropDown();
     this.label15 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.txtServiceTaxNo = new System.Windows.Forms.TextBox();
     this.txtServiceCategory = new System.Windows.Forms.TextBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.txtSlogan5 = new System.Windows.Forms.TextBox();
     this.txtSlogan4 = new System.Windows.Forms.TextBox();
     this.txtSlogan3 = new System.Windows.Forms.TextBox();
     this.txtSlogan2 = new System.Windows.Forms.TextBox();
     this.txtSlogan1 = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.panel4 = new System.Windows.Forms.Panel();
     this.txtPO5 = new System.Windows.Forms.TextBox();
     this.txtPO4 = new System.Windows.Forms.TextBox();
     this.txtPO3 = new System.Windows.Forms.TextBox();
     this.txtPO2 = new System.Windows.Forms.TextBox();
     this.txtPO1 = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.txtWebsite = new System.Windows.Forms.TextBox();
     this.txtCity = new System.Windows.Forms.TextBox();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.PnlFind.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(18, 359);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(58, 13);
     this.label8.TabIndex = 1154;
     this.label8.Text = "Remarks";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location = new System.Drawing.Point(253, 10);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(236, 32);
     this.label1.TabIndex = 1;
     this.label1.Text = "Company Master";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.Location = new System.Drawing.Point(216, 263);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(48, 13);
     this.label12.TabIndex = 1153;
     this.label12.Text = "Pan No.";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(216, 237);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(64, 13);
     this.label10.TabIndex = 1152;
     this.label10.Text = "Mobile No.";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(216, 211);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(55, 13);
     this.label5.TabIndex = 1150;
     this.label5.Text = "Pin Code";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(19, 210);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(29, 13);
     this.label7.TabIndex = 1149;
     this.label7.Text = "&City";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.Location = new System.Drawing.Point(31, 10);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(90, 13);
     this.label16.TabIndex = 1158;
     this.label16.Text = "Purchase Type";
     this.label16.Visible = false;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(19, 314);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(37, 13);
     this.label13.TabIndex = 1156;
     this.label13.Text = "Email";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(19, 158);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(53, 13);
     this.label6.TabIndex = 1157;
     this.label6.Text = "Address";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(19, 132);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(93, 13);
     this.label4.TabIndex = 1159;
     this.label4.Text = "Contact Person";
     //
     // txtRemarks
     //
     this.txtRemarks.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtRemarks.Location = new System.Drawing.Point(115, 360);
     this.txtRemarks.Multiline = true;
     this.txtRemarks.Name = "txtRemarks";
     this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtRemarks.Size = new System.Drawing.Size(268, 41);
     this.txtRemarks.TabIndex = 14;
     this.txtRemarks.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtRemarks_KeyDown);
     //
     // txtEmail
     //
     this.txtEmail.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEmail.Location = new System.Drawing.Point(114, 310);
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(268, 21);
     this.txtEmail.TabIndex = 12;
     this.txtEmail.Leave += new System.EventHandler(this.txtEmail_Leave);
     //
     // txtAddress
     //
     this.txtAddress.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAddress.Location = new System.Drawing.Point(114, 155);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(268, 21);
     this.txtAddress.TabIndex = 2;
     this.txtAddress.Leave += new System.EventHandler(this.txtAddress_Leave);
     //
     // txtPin
     //
     this.txtPin.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPin.Location = new System.Drawing.Point(283, 207);
     this.txtPin.Name = "txtPin";
     this.txtPin.Size = new System.Drawing.Size(99, 21);
     this.txtPin.TabIndex = 5;
     this.txtPin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPin_KeyPress);
     //
     // txtAddress2
     //
     this.txtAddress2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtAddress2.Location = new System.Drawing.Point(114, 181);
     this.txtAddress2.Name = "txtAddress2";
     this.txtAddress2.Size = new System.Drawing.Size(268, 21);
     this.txtAddress2.TabIndex = 3;
     this.txtAddress2.Leave += new System.EventHandler(this.txtAddress2_Leave);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(19, 262);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(47, 13);
     this.label11.TabIndex = 1141;
     this.label11.Text = "Tin No. ";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(19, 237);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(42, 13);
     this.label9.TabIndex = 1140;
     this.label9.Text = "Phone";
     //
     // txtPan
     //
     this.txtPan.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPan.Location = new System.Drawing.Point(283, 260);
     this.txtPan.Name = "txtPan";
     this.txtPan.Size = new System.Drawing.Size(99, 21);
     this.txtPan.TabIndex = 9;
     this.txtPan.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPan_KeyPress);
     //
     // txtMobile
     //
     this.txtMobile.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMobile.Location = new System.Drawing.Point(283, 234);
     this.txtMobile.Name = "txtMobile";
     this.txtMobile.Size = new System.Drawing.Size(99, 21);
     this.txtMobile.TabIndex = 7;
     this.txtMobile.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMobile_KeyPress);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(19, 106);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(95, 13);
     this.label3.TabIndex = 1139;
     this.label3.Text = "Company Name";
     //
     // txtTin
     //
     this.txtTin.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTin.Location = new System.Drawing.Point(114, 259);
     this.txtTin.Name = "txtTin";
     this.txtTin.Size = new System.Drawing.Size(99, 21);
     this.txtTin.TabIndex = 8;
     this.txtTin.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTin_KeyPress);
     //
     // txtPhone
     //
     this.txtPhone.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhone.Location = new System.Drawing.Point(114, 233);
     this.txtPhone.Name = "txtPhone";
     this.txtPhone.Size = new System.Drawing.Size(99, 21);
     this.txtPhone.TabIndex = 6;
     this.txtPhone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPhone_KeyPress);
     //
     // txtContactPerson
     //
     this.txtContactPerson.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtContactPerson.Location = new System.Drawing.Point(114, 129);
     this.txtContactPerson.Name = "txtContactPerson";
     this.txtContactPerson.Size = new System.Drawing.Size(268, 21);
     this.txtContactPerson.TabIndex = 1;
     this.txtContactPerson.Leave += new System.EventHandler(this.txtContactPerson_Leave);
     //
     // txtName
     //
     this.txtName.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtName.Location = new System.Drawing.Point(114, 103);
     this.txtName.Name = "txtName";
     this.txtName.Size = new System.Drawing.Size(268, 21);
     this.txtName.TabIndex = 0;
     this.txtName.Leave += new System.EventHandler(this.txtName_Leave);
     //
     // txtCode
     //
     this.txtCode.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCode.Location = new System.Drawing.Point(114, 103);
     this.txtCode.Name = "txtCode";
     this.txtCode.Size = new System.Drawing.Size(48, 21);
     this.txtCode.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.panel2.Controls.Add(this.btnFind);
     this.panel2.Controls.Add(this.btnDelete);
     this.panel2.Location = new System.Drawing.Point(-2, 48);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(744, 28);
     this.panel2.TabIndex = 1131;
     //
     // btnFind
     //
     this.btnFind.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFind.Image = ((System.Drawing.Image)(resources.GetObject("btnFind.Image")));
     this.btnFind.Location = new System.Drawing.Point(14, 3);
     this.btnFind.Name = "btnFind";
     this.btnFind.Size = new System.Drawing.Size(10, 10);
     this.btnFind.TabIndex = 14;
     this.btnFind.Text = "Find";
     this.btnFind.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnFind.UseVisualStyleBackColor = true;
     this.btnFind.Visible = false;
     this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
     //
     // btnDelete
     //
     this.btnDelete.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDelete.Image = ((System.Drawing.Image)(resources.GetObject("btnDelete.Image")));
     this.btnDelete.Location = new System.Drawing.Point(14, -43);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(12, 10);
     this.btnDelete.TabIndex = 16;
     this.btnDelete.Text = "Delete";
     this.btnDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnDelete.UseVisualStyleBackColor = true;
     this.btnDelete.Visible = false;
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Teal;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label14);
     this.panel1.Controls.Add(this.label16);
     this.panel1.Controls.Add(this.cboPurchaseType);
     this.panel1.Controls.Add(this.cboSaleType);
     this.panel1.Location = new System.Drawing.Point(-1, -2);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(743, 52);
     this.panel1.TabIndex = 1130;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(42, 29);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(62, 13);
     this.label14.TabIndex = 1158;
     this.label14.Text = "Sale Type";
     this.label14.Visible = false;
     //
     // cboPurchaseType
     //
     this.cboPurchaseType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPurchaseType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboPurchaseType.FormattingEnabled = true;
     this.cboPurchaseType.Items.AddRange(new object[] {
     "Cash",
     "Credit",
     "Both"});
     this.cboPurchaseType.Location = new System.Drawing.Point(411, 14);
     this.cboPurchaseType.Name = "cboPurchaseType";
     this.cboPurchaseType.Size = new System.Drawing.Size(16, 21);
     this.cboPurchaseType.TabIndex = 12;
     this.cboPurchaseType.Visible = false;
     //
     // cboSaleType
     //
     this.cboSaleType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSaleType.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboSaleType.FormattingEnabled = true;
     this.cboSaleType.Items.AddRange(new object[] {
     "Cash",
     "Credit",
     "Both"});
     this.cboSaleType.Location = new System.Drawing.Point(443, 14);
     this.cboSaleType.Name = "cboSaleType";
     this.cboSaleType.Size = new System.Drawing.Size(16, 21);
     this.cboSaleType.TabIndex = 13;
     this.cboSaleType.Visible = false;
     //
     // btnSave
     //
     this.btnSave.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
     this.btnSave.Location = new System.Drawing.Point(112, 409);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(90, 35);
     this.btnSave.TabIndex = 15;
     this.btnSave.Text = "Save";
     this.btnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnClear
     //
     this.btnClear.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClear.Image = ((System.Drawing.Image)(resources.GetObject("btnClear.Image")));
     this.btnClear.Location = new System.Drawing.Point(201, 409);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(90, 35);
     this.btnClear.TabIndex = 16;
     this.btnClear.Text = "Clear";
     this.btnClear.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnClear.UseVisualStyleBackColor = true;
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // btnExit
     //
     this.btnExit.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.Location = new System.Drawing.Point(290, 409);
     this.btnExit.Name = "btnExit";
     this.btnExit.Size = new System.Drawing.Size(90, 35);
     this.btnExit.TabIndex = 17;
     this.btnExit.Text = "Exit";
     this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btnExit.UseVisualStyleBackColor = true;
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // PnlFind
     //
     this.PnlFind.Controls.Add(this.txtFind);
     this.PnlFind.Controls.Add(this.label15);
     this.PnlFind.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.PnlFind.Location = new System.Drawing.Point(0, 452);
     this.PnlFind.Name = "PnlFind";
     this.PnlFind.Size = new System.Drawing.Size(723, 10);
     this.PnlFind.TabIndex = 1162;
     this.PnlFind.Visible = false;
     //
     // txtFind
     //
     this.txtFind.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFind.Location = new System.Drawing.Point(135, 30);
     this.txtFind.Name = "txtFind";
     this.txtFind.SelectedValue = null;
     this.txtFind.Size = new System.Drawing.Size(241, 21);
     this.txtFind.TabIndex = 0;
     this.txtFind.ValueChanged += new vControls.vDropDown.ValueChangedEventHandler(this.txtFind_ValueChanged);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(40, 34);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(80, 13);
     this.label15.TabIndex = 1139;
     this.label15.Text = "Search Party";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(216, 288);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(66, 13);
     this.label2.TabIndex = 1166;
     this.label2.Text = "Licence No";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label17.Location = new System.Drawing.Point(19, 289);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(44, 13);
     this.label17.TabIndex = 1165;
     this.label17.Text = "ECC No";
     //
     // txtServiceTaxNo
     //
     this.txtServiceTaxNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtServiceTaxNo.Location = new System.Drawing.Point(283, 285);
     this.txtServiceTaxNo.Name = "txtServiceTaxNo";
     this.txtServiceTaxNo.Size = new System.Drawing.Size(99, 21);
     this.txtServiceTaxNo.TabIndex = 11;
     //
     // txtServiceCategory
     //
     this.txtServiceCategory.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtServiceCategory.Location = new System.Drawing.Point(114, 284);
     this.txtServiceCategory.Name = "txtServiceCategory";
     this.txtServiceCategory.Size = new System.Drawing.Size(99, 21);
     this.txtServiceCategory.TabIndex = 10;
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.txtSlogan5);
     this.panel3.Controls.Add(this.txtSlogan4);
     this.panel3.Controls.Add(this.txtSlogan3);
     this.panel3.Controls.Add(this.txtSlogan2);
     this.panel3.Controls.Add(this.txtSlogan1);
     this.panel3.Location = new System.Drawing.Point(400, 117);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(311, 151);
     this.panel3.TabIndex = 1167;
     //
     // txtSlogan5
     //
     this.txtSlogan5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSlogan5.Location = new System.Drawing.Point(3, 115);
     this.txtSlogan5.Multiline = true;
     this.txtSlogan5.Name = "txtSlogan5";
     this.txtSlogan5.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtSlogan5.Size = new System.Drawing.Size(301, 25);
     this.txtSlogan5.TabIndex = 19;
     //
     // txtSlogan4
     //
     this.txtSlogan4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSlogan4.Location = new System.Drawing.Point(3, 88);
     this.txtSlogan4.Multiline = true;
     this.txtSlogan4.Name = "txtSlogan4";
     this.txtSlogan4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtSlogan4.Size = new System.Drawing.Size(301, 25);
     this.txtSlogan4.TabIndex = 18;
     //
     // txtSlogan3
     //
     this.txtSlogan3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSlogan3.Location = new System.Drawing.Point(3, 61);
     this.txtSlogan3.Multiline = true;
     this.txtSlogan3.Name = "txtSlogan3";
     this.txtSlogan3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtSlogan3.Size = new System.Drawing.Size(301, 25);
     this.txtSlogan3.TabIndex = 17;
     //
     // txtSlogan2
     //
     this.txtSlogan2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSlogan2.Location = new System.Drawing.Point(3, 33);
     this.txtSlogan2.Multiline = true;
     this.txtSlogan2.Name = "txtSlogan2";
     this.txtSlogan2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtSlogan2.Size = new System.Drawing.Size(301, 25);
     this.txtSlogan2.TabIndex = 16;
     //
     // txtSlogan1
     //
     this.txtSlogan1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSlogan1.Location = new System.Drawing.Point(3, 5);
     this.txtSlogan1.Multiline = true;
     this.txtSlogan1.Name = "txtSlogan1";
     this.txtSlogan1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtSlogan1.Size = new System.Drawing.Size(301, 25);
     this.txtSlogan1.TabIndex = 15;
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label18.Location = new System.Drawing.Point(397, 101);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(92, 13);
     this.label18.TabIndex = 1168;
     this.label18.Text = "Printing Slogan";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label19.Location = new System.Drawing.Point(397, 277);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(63, 13);
     this.label19.TabIndex = 1170;
     this.label19.Text = "PO Slogan";
     //
     // panel4
     //
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel4.Controls.Add(this.txtPO5);
     this.panel4.Controls.Add(this.txtPO4);
     this.panel4.Controls.Add(this.txtPO3);
     this.panel4.Controls.Add(this.txtPO2);
     this.panel4.Controls.Add(this.txtPO1);
     this.panel4.Location = new System.Drawing.Point(400, 293);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(311, 151);
     this.panel4.TabIndex = 1169;
     //
     // txtPO5
     //
     this.txtPO5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPO5.Location = new System.Drawing.Point(3, 115);
     this.txtPO5.Multiline = true;
     this.txtPO5.Name = "txtPO5";
     this.txtPO5.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtPO5.Size = new System.Drawing.Size(301, 25);
     this.txtPO5.TabIndex = 19;
     //
     // txtPO4
     //
     this.txtPO4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPO4.Location = new System.Drawing.Point(3, 88);
     this.txtPO4.Multiline = true;
     this.txtPO4.Name = "txtPO4";
     this.txtPO4.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtPO4.Size = new System.Drawing.Size(301, 25);
     this.txtPO4.TabIndex = 18;
     //
     // txtPO3
     //
     this.txtPO3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPO3.Location = new System.Drawing.Point(3, 61);
     this.txtPO3.Multiline = true;
     this.txtPO3.Name = "txtPO3";
     this.txtPO3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtPO3.Size = new System.Drawing.Size(301, 25);
     this.txtPO3.TabIndex = 17;
     //
     // txtPO2
     //
     this.txtPO2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPO2.Location = new System.Drawing.Point(3, 33);
     this.txtPO2.Multiline = true;
     this.txtPO2.Name = "txtPO2";
     this.txtPO2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtPO2.Size = new System.Drawing.Size(301, 25);
     this.txtPO2.TabIndex = 16;
     //
     // txtPO1
     //
     this.txtPO1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPO1.Location = new System.Drawing.Point(3, 5);
     this.txtPO1.Multiline = true;
     this.txtPO1.Name = "txtPO1";
     this.txtPO1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtPO1.Size = new System.Drawing.Size(301, 25);
     this.txtPO1.TabIndex = 15;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.Location = new System.Drawing.Point(19, 339);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(53, 13);
     this.label20.TabIndex = 1172;
     this.label20.Text = "Website";
     //
     // txtWebsite
     //
     this.txtWebsite.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWebsite.Location = new System.Drawing.Point(114, 335);
     this.txtWebsite.Name = "txtWebsite";
     this.txtWebsite.Size = new System.Drawing.Size(268, 21);
     this.txtWebsite.TabIndex = 13;
     //
     // txtCity
     //
     this.txtCity.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCity.Location = new System.Drawing.Point(114, 207);
     this.txtCity.Name = "txtCity";
     this.txtCity.Size = new System.Drawing.Size(99, 21);
     this.txtCity.TabIndex = 4;
     //
     // Frm_CompanyMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(723, 462);
     this.Controls.Add(this.txtCity);
     this.Controls.Add(this.label20);
     this.Controls.Add(this.txtWebsite);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.txtServiceTaxNo);
     this.Controls.Add(this.txtServiceCategory);
     this.Controls.Add(this.PnlFind);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtRemarks);
     this.Controls.Add(this.txtEmail);
     this.Controls.Add(this.txtAddress);
     this.Controls.Add(this.txtPin);
     this.Controls.Add(this.txtAddress2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtPan);
     this.Controls.Add(this.txtMobile);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtTin);
     this.Controls.Add(this.txtPhone);
     this.Controls.Add(this.txtContactPerson);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.Name = "Frm_CompanyMaster";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Tag = "106";
     this.Text = "Brilliant Software Inc                      Retail Inventory Software";
     this.Load += new System.EventHandler(this.Frm_PartyMaster_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_PartyMaster_KeyDown);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.PnlFind.ResumeLayout(false);
     this.PnlFind.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }