Ejemplo n.º 1
0
 public LangPanel()
 {
     InitializeComponent();
     Height = 24;
     AeroCheck();
     MahouUI.DPISCALE(this);
     l = Convert.ToInt32(MahouUI.xr * l);
     outsidefix(pct_Flag);
     outsidefix(pct_Upper);
 }
Ejemplo n.º 2
0
 public LangPanel()
 {
     InitializeComponent();
     this.FormClosing += (s, e) => { e.Cancel = true; this.Hide(); };
     Height            = 24;
     AeroCheck();
     MahouUI.DPISCALE(this);
     l = Convert.ToInt32(MahouUI.xr * l);
     outsidefix(pct_Flag);
     outsidefix(pct_Upper);
 }