private void setComboBoxes(Backend backend)
        {
            // Weapon Shop
            comboBox1.SelectedIndex = backend.getComboboxIndex(0x19AE);
            comboBox2.SelectedIndex = backend.getComboboxIndex(0x19AF);
            comboBox3.SelectedIndex = backend.getComboboxIndex(0x19B0);
            comboBox4.SelectedIndex = backend.getComboboxIndex(0x19B1);
            comboBox5.SelectedIndex = backend.getComboboxIndex(0x19B2);
            comboBox6.SelectedIndex = backend.getComboboxIndex(0x19B3);
            comboBox7.SelectedIndex = backend.getComboboxIndex(0x19B4);

            // Tool Shop
            comboBox8.SelectedIndex = backend.getComboboxIndex(0x19D5);
            comboBox9.SelectedIndex = backend.getComboboxIndex(0x19D6);
            comboBox10.SelectedIndex = backend.getComboboxIndex(0x19D7);
        }
Example #2
0
        private void setComboBoxes(Backend backend)
        {
            // Weapon Shop
            comboBox1.SelectedIndex = backend.getComboboxIndex(0x19A7);
            comboBox2.SelectedIndex = backend.getComboboxIndex(0x19A8);
            comboBox3.SelectedIndex = backend.getComboboxIndex(0x19A9);
            comboBox4.SelectedIndex = backend.getComboboxIndex(0x19AA);
            comboBox5.SelectedIndex = backend.getComboboxIndex(0x19AB);
            comboBox6.SelectedIndex = backend.getComboboxIndex(0x19AC);

            // Tool Shop
            comboBox7.SelectedIndex = backend.getComboboxIndex(0x19D1);
            comboBox8.SelectedIndex = backend.getComboboxIndex(0x19D2);
            comboBox9.SelectedIndex = backend.getComboboxIndex(0x19D3);
        }
Example #3
0
        private void setComboBoxes(Backend backend)
        {
            // Weapon Shop
            comboBox1.SelectedIndex = backend.getComboboxIndex(0x19A1);
            comboBox2.SelectedIndex = backend.getComboboxIndex(0x19A2);
            comboBox3.SelectedIndex = backend.getComboboxIndex(0x19A3);
            comboBox4.SelectedIndex = backend.getComboboxIndex(0x19A4);
            comboBox5.SelectedIndex = backend.getComboboxIndex(0x19A5);

            // Tool Shop
            comboBox6.SelectedIndex = backend.getComboboxIndex(0x19CC);
            comboBox7.SelectedIndex = backend.getComboboxIndex(0x19CD);
            comboBox8.SelectedIndex = backend.getComboboxIndex(0x19CE);
            comboBox9.SelectedIndex = backend.getComboboxIndex(0x19CF);
        }
Example #4
0
 private void setComboBoxes(Backend backend)
 {
     // Weapon Shop
     comboBox1.SelectedIndex = backend.getComboboxIndex(0x19C5);
     comboBox2.SelectedIndex = backend.getComboboxIndex(0x19C6);
     comboBox3.SelectedIndex = backend.getComboboxIndex(0x19C7);
     comboBox4.SelectedIndex = backend.getComboboxIndex(0x19C8);
     comboBox5.SelectedIndex = backend.getComboboxIndex(0x19C9);
     comboBox6.SelectedIndex = backend.getComboboxIndex(0x19CA);
 }
Example #5
0
        private void setComboBoxes(Backend backend)
        {
            // Weapon Shop (North)
            comboBox1.SelectedIndex = backend.getComboboxIndex(0x19B6);
            comboBox2.SelectedIndex = backend.getComboboxIndex(0x19B7);
            comboBox3.SelectedIndex = backend.getComboboxIndex(0x19B8);
            comboBox4.SelectedIndex = backend.getComboboxIndex(0x19B9);
            comboBox5.SelectedIndex = backend.getComboboxIndex(0x19BA);
            comboBox6.SelectedIndex = backend.getComboboxIndex(0x19BB);

            // Weapon Shop (South)
            comboBox7.SelectedIndex  = backend.getComboboxIndex(0x19BD);
            comboBox8.SelectedIndex  = backend.getComboboxIndex(0x19BE);
            comboBox9.SelectedIndex  = backend.getComboboxIndex(0x19BF);
            comboBox10.SelectedIndex = backend.getComboboxIndex(0x19C0);

            // Weapon Shop (Locked)
            comboBox11.SelectedIndex = backend.getComboboxIndex(0x19C2);
            comboBox12.SelectedIndex = backend.getComboboxIndex(0x19C3);

            // Tool Shop (North)
            comboBox13.SelectedIndex = backend.getComboboxIndex(0x19D9);
            comboBox14.SelectedIndex = backend.getComboboxIndex(0x19DA);

            // Tool Shop (South)
            comboBox15.SelectedIndex = backend.getComboboxIndex(0x19DC);
            comboBox16.SelectedIndex = backend.getComboboxIndex(0x19DD);
        }