Esempio n. 1
0
 public frm_logview(frm_main the_main)
 {
     this.g_main = the_main;
     InitializeComponent();
     g_logs = g_main.log_main.GetLogs;
     this.LoadTheLogs();
 }
Esempio 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;
 }
Esempio n. 3
0
 public frm_quicksearch(frm_main the_main)
 {
     InitializeComponent();
     this.g_main = the_main;
 }
Esempio n. 4
0
 public HttpServer(frm_main the_main)
 {
     this.g_main = the_main;
     this.g_main.LogTheEvent("APP-HTTP", "DEBUG", "HTTP Server Class Instantiated");
     this.g_running = false;
 }
Esempio n. 5
0
        //private frm_advresbrs g_search;
        #endregion

        #region Class instantiation
        public frm_quicksearch(frm_main the_main)
        {
            InitializeComponent();
            this.g_main = the_main;
        }
Esempio n. 6
0
 public frm_notify(frm_main the_main)
 {
     InitializeComponent();
     this.g_main = the_main;
 }
Esempio n. 7
0
 public HttpServer(frm_main the_main)
 {
     this.g_main = the_main;
     this.g_main.LogTheEvent("APP-HTTP", "DEBUG", "HTTP Server Class Instantiated");
     this.g_running = false;
 }
Esempio n. 8
0
 public frm_notify(frm_main the_main)
 {
     InitializeComponent();
     this.g_main = the_main;
 }