Code:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace thePolicyHunters { public partial class LifeInsurance : Form { public LifeInsurance(string lRecordKey) { InitializeComponent(); tmp.Text = lRecordKey.ToString(); } private void commissionPendingLabel_Click(object sender, EventArgs e) { } private void commissionPendingTextBox_TextChanged(object sender, EventArgs e) { } private void button1_Click(object sender, EventArgs e) { } private void groupBox1_Enter(object sender, EventArgs e) { } private void fillByToolStripButton_Click(object sender, EventArgs e) { } private void filterLifeToolStripButton_Click(object sender, EventArgs e) { } private void insuranceCommentsDataGridView_CellContentClick(object sender, DataGridViewCellEventArgs e) { } private void insuranceCommentsDataGridView_DefaultValuesNeeded(object sender, DataGridViewRowEventArgs e) { e.Row.Cells["RecordKey"].Value = recIDTextBox.Text; e.Row.Cells["CommentType"].Value = "Life"; } private void LifeInsurance_Load(object sender, EventArgs e) { MessageBox.Show("Loading..."); } } }




Reply With Quote
