Example #1
0
 public PokemonsPanel()
 {
     InitializeComponent();
     th.Translate(this);
     InitialzePokemonListView();
     loadAdditionalPokeData();
 }
Example #2
0
        public ItemsPanel()
        {
            //
            // The InitializeComponent() call is required for Windows Forms designer support.
            //
            InitializeComponent();

            th.Translate(this);

            this.chID.Text     = th.TS("#");
            this.chItem.Text   = th.TS("Item");
            this.chCount.Text  = th.TS("Count");
            this.chUnseen.Text = th.TS("Unseen");
        }
 public GameAspectSimulator()
 {
     //
     // The InitializeComponent() call is required for Windows Forms designer support.
     //
     InitializeComponent();
     th.Translate(this);
     locationPanel1.Init(true, 0, 0, 0);
     btnPicPokes.Parent  = locationPanel1.map;
     btnPicEggs.Parent   = locationPanel1.map;
     btnPicItems.Parent  = locationPanel1.map;
     btnPicConfig.Parent = locationPanel1.map;
     btnPicSnipe.Parent  = locationPanel1.map;
 }