public frTicketType(Form frM)
 {
     InitializeComponent();
     this.frM = frM as frMain;
     val = new Validation(this.Controls);
     skip = new List<Control> { tbSearch, cbLoadItem, lbIdValue };
     this.cbLoadItem.SelectedIndex = 0;
     this.Page = 0;
     LoadGrid(Page);
 }
Example #2
0
 public frPricing(Form owner)
 {
     InitializeComponent();
     frM = owner as frMain;
     val = new Validation(this.Controls);
     skip = new List<Control> { tbSearch, cbLoadItem, lbIdValue };
     this.cbLoadItem.SelectedIndex = 0;
     this.Page = 0;
     LoadGrid(this.Page);
 }
 public frTicketType(Form frM)
 {
     InitializeComponent();
     this.frM = frM as frMain;
     val      = new Validation(this.Controls);
     skip     = new List <Control> {
         tbSearch, cbLoadItem, lbIdValue
     };
     this.cbLoadItem.SelectedIndex = 0;
     this.Page = 0;
     LoadGrid(Page);
 }
Example #4
0
 public frPassenger(Form owner)
 {
     InitializeComponent();
     frM = owner as frMain;
     val = new Validation(this.Controls);
     skip = new List<Control> { tbSearch, cbLoadItem, lbIdValue, tbPostCode, tbPhone };
     this.cbLoadItem.SelectedIndex = 0;
     this.Page = 0;
     LoadGrid(this.Page);
     LoadGender();
     this.dtpBirthday.MaxDate = DateTime.Now;
 }
Example #5
0
 public frPricing(Form owner)
 {
     InitializeComponent();
     frM  = owner as frMain;
     val  = new Validation(this.Controls);
     skip = new List <Control> {
         tbSearch, cbLoadItem, lbIdValue
     };
     this.cbLoadItem.SelectedIndex = 0;
     this.Page = 0;
     LoadGrid(this.Page);
 }
Example #6
0
 public frPassenger(Form owner)
 {
     InitializeComponent();
     frM  = owner as frMain;
     val  = new Validation(this.Controls);
     skip = new List <Control> {
         tbSearch, cbLoadItem, lbIdValue, tbPostCode, tbPhone
     };
     this.cbLoadItem.SelectedIndex = 0;
     this.Page = 0;
     LoadGrid(this.Page);
     LoadGender();
     this.dtpBirthday.MaxDate = DateTime.Now;
 }
Example #7
0
 public frMenuRoute(Form owner)
 {
     InitializeComponent();
     frM = owner as frMain;
 }
Example #8
0
 public frWelcome(Form fr)
 {
     InitializeComponent();
     frM = fr as frMain;
 }
Example #9
0
 public frMenuRoute(Form owner)
 {
     InitializeComponent();
     frM = owner as frMain;
 }
Example #10
0
 public frWelcome(Form fr)
 {
     InitializeComponent();
     frM = fr as frMain;
 }