Example #1
0
 public Cash_checks()
 {
     InitializeComponent();
     this.listView1.Font = new System.Drawing.Font("Microsoft Sans Serif", MainStaticClass.Font_list_view(), System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.KeyPreview     = true;
     this.Load          += new EventHandler(Cash_checks_Load);
 }