Ejemplo n.º 1
0
 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);
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 3
0
 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);
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 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);
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 7
0
 public frMenuRoute(Form owner)
 {
     InitializeComponent();
     frM = owner as frMain;
 }
Ejemplo n.º 8
0
 public frWelcome(Form fr)
 {
     InitializeComponent();
     frM = fr as frMain;
 }
Ejemplo n.º 9
0
 public frMenuRoute(Form owner)
 {
     InitializeComponent();
     frM = owner as frMain;
 }
Ejemplo n.º 10
0
 public frWelcome(Form fr)
 {
     InitializeComponent();
     frM = fr as frMain;
 }