Exemplo n.º 1
0
 public frm_advresbrs(frm_main frmm)
 {
     this.the_main = frmm;
     this.n_start  = 0;
     this.n_length = 10;
     InitializeComponent();
     chk_google.Checked   = the_main.UseGoogle;
     chk_google.Enabled   = the_main.UseGoogle;
     chk_live.Checked     = the_main.UseLive;
     chk_live.Enabled     = the_main.UseLive;
     chk_yahoo.Checked    = the_main.UseYahoo;
     chk_yahoo.Enabled    = the_main.UseYahoo;
     this.del_ctl_ena_set = new DlgCtlEnaSet(this.Dtg_Ctl_Ena_Set);
     this.del_ctl_col_set = new DlgCtlColSet(this.Dtg_Ctl_Col_Set);
     this.del_ctl_txt_set = new DlgCtlTxtSet(this.Dtg_Ctl_Txt_Set);
     this.del_ctl_lvw_clr = new DlgCtlLvwClr(this.Dtg_Ctl_Lvw_Clr);
     this.del_ctl_lvw_add = new DlgCtlLvwAdd(this.Dtg_Ctl_Lvw_Add);
     this.del_ctl_img_set = new DlgCtlImgSet(this.Dtg_Ctl_Img_Set);
     this.del_ctl_ctl_add = new DlgCtlCtlAdd(this.Dtg_Ctl_Ctl_Add);
     this.del_ctl_ctl_clr = new DlgCtlCtlClr(this.Dtg_Ctl_Ctl_Clr);
     this.del_ctl_sus_lot = new DlgCtlSusLot(this.Dtg_Ctl_Sus_Lot);
     this.del_ctl_lst_itm = new DlgCtlLstItm(this.Dtg_Ctl_Lst_Itm);
     HaveILoaded          = true;
     this.AmISearching    = false;
 }
Exemplo n.º 2
0
 public frm_advresbrs(frm_main frmm)
 {
     this.the_main = frmm;
     this.n_start = 0;
     this.n_length = 10;
     InitializeComponent();
     chk_google.Checked = the_main.UseGoogle;
     chk_google.Enabled = the_main.UseGoogle;
     chk_live.Checked = the_main.UseLive;
     chk_live.Enabled = the_main.UseLive;
     chk_yahoo.Checked = the_main.UseYahoo;
     chk_yahoo.Enabled = the_main.UseYahoo;
     this.del_ctl_ena_set = new DlgCtlEnaSet(this.Dtg_Ctl_Ena_Set);
     this.del_ctl_col_set = new DlgCtlColSet(this.Dtg_Ctl_Col_Set);
     this.del_ctl_txt_set = new DlgCtlTxtSet(this.Dtg_Ctl_Txt_Set);
     this.del_ctl_lvw_clr = new DlgCtlLvwClr(this.Dtg_Ctl_Lvw_Clr);
     this.del_ctl_lvw_add = new DlgCtlLvwAdd(this.Dtg_Ctl_Lvw_Add);
     this.del_ctl_img_set = new DlgCtlImgSet(this.Dtg_Ctl_Img_Set);
     this.del_ctl_ctl_add = new DlgCtlCtlAdd(this.Dtg_Ctl_Ctl_Add);
     this.del_ctl_ctl_clr = new DlgCtlCtlClr(this.Dtg_Ctl_Ctl_Clr);
     this.del_ctl_sus_lot = new DlgCtlSusLot(this.Dtg_Ctl_Sus_Lot);
     this.del_ctl_lst_itm = new DlgCtlLstItm(this.Dtg_Ctl_Lst_Itm);
     HaveILoaded = true;
     this.AmISearching = false;
 }