public LiplisContentDownloder(Liplis lips, ObjSetting os) { this.lips = lips; this.os = os; this.odh = SerialLiplisDownloadHst.loadObject(); initList(); }
public ActivityTalk(Liplis.MainSystem.Liplis lips, ObjSetting os, ObjSkinSetting oss) : base() { //リプリス this.lips = lips; //設定オブジェクト this.os = os; //スキン設定オブジェクト 2013/08/31 ver3.0.5 this.oss = oss; //コンポーネントの初期化 InitializeComponent(); //デリゲートの初期化 initDelegate(); //スタートポジションの設定を任せる this.StartPosition = FormStartPosition.Manual; //ホイールの初期化 initWheel(); detectContextMenu(); }
public ActivityRssBwrowser(Liplis.MainSystem.Liplis lips, ObjSetting os) { this.lips = lips; this.os = os; InitializeComponent(); initSettingWindow(); intList(); }
public ActivityDownloader(Liplis.MainSystem.Liplis lips, ObjSetting os) { InitializeComponent(); this.StartPosition = FormStartPosition.CenterScreen; this.lips = lips; this.os = os; this.initSettingWindow(); this.initDownloader(); }
public LiplisIcon(Liplis lips) : base() { this.lips = lips; this.wid = lips.Width; this.hi = lips.Height + LiplisDefine.LPS_ICON_DIF; //Liplisと56ずらず(12, アイコン32, 12) InitializeComponent(); initBtnImage(); }
public LiplisPopIcon(Liplis lips, int sleepMode) { this.lips = lips; this.sleepMode = sleepMode; this.cmp = lips.cmp; this.wid = lips.Width; this.hi = lips.Height + LiplisDefine.LPS_ICON_DIF; //Liplisと56ずらず(12, アイコン32, 12) this.InitializeComponent(); }
public ActivityLog(Liplis.MainSystem.Liplis lips,ObjSetting os, ObjBroom obr, ObjWindowFile owf) : base() { this.lips = lips; this.os = os; this.obr = obr; this.owf = owf; InitializeComponent(); this.StartPosition = FormStartPosition.CenterScreen; initSettingWindow(); }
public ActivitySetting(Liplis.MainSystem.Liplis lips, ObjSetting os, ObjWindowFile owf) : base() { InitializeComponent(); this.StartPosition = FormStartPosition.CenterScreen; this.lips = lips; this.os = os; this.owf = owf; this.initSettingWindow(); this.initSetting(); this.initDelegate(); this.flgLoad = true; }
public ActivityTopicRegist(Liplis.MainSystem.Liplis lips, ObjSetting os, ObjWindowFile owf) { this.lips = lips; this.os = os; this.owf = owf; this.nowSelectTopicId = 0; getCatList(); //カテゴリファイルの読み込み rssList = new ObjRssList(); //RSSリストの初期化 this.nowSelectCatLsiet = null; this.KeyPreview = true; //フォームがキーイベントを受け取る initSettingWindow(); InitializeComponent(); initSettting(); addHandler(); getTwitterList(); getFilterList(); }
public ActivityRssReader(Liplis.MainSystem.Liplis lips, ObjSetting os, ObjRssList rssList) : base() { InitializeComponent(); this.StartPosition = FormStartPosition.CenterScreen; this.ShowInTaskbar = false; this.lips = lips; this.os = os; this.rssList = rssList; this.loadObject(); this.initClass(); this.intList(); this.initSettingWindow(); this.initRssTab(); this.initSetting(); this.initDelegate(); this.intWidgetColor(); this.intcombo(); this.intWebBrowser(); this.initSummary(); this.initDownloader(); this.initCmbRegion(); this.loadWidget(); this.intRssCombo(); this.lblVersion.Text = Assembly.GetExecutingAssembly().GetName().Version.ToString(); this.components = new System.ComponentModel.Container(); }
public LiplisTaskBar(Liplis lips) { InitializeComponent(); this.lips = lips; initTaskBar(); }
public LiplisIconMini(Liplis lips) : base(lips) { }