コード例 #1
0
 public FormWidget()
 {
     InitializeComponent();
     FuncMisc.setFormFont(this);
     if (FormMain.numberStyle > 1)
     {
         ImageBackgroundImage();
     }
     if (FormMain.langTranslate == "EN")
     {
         langTranslateEN();
     }
     else
     {
         refreshCB2();
     }
     if (FuncParser.readAsBool(FormMain.pathLauncherINI, "General", "HideWebButtons"))
     {
         ClientSize             = new System.Drawing.Size(232, 60);
         label1.Size            = new System.Drawing.Size(232, 60);
         pictureBox4.Visible    = false;
         button_Updates.Visible = false;
     }
 }
コード例 #2
0
 public static bool checkENBoost()
 {
     return(FuncParser.readAsBool(FormENB.pathENBLocalINI, "GLOBAL", "UsePatchSpeedhackWithoutGraphics"));
 }