Traditional Culture Encyclopedia - Weather forecast - How to call the data of the same file in two combo boxes and an edit box in Yi language?

How to call the data of the same file in two combo boxes and an edit box in Yi language?

The simplest and possibly the stupidest way. I forgot there was an edit box.

Version 2

. Assembly window assembly 1

. The subroutine _ combo box 1_ list item is selected.

Combo box 2. Empty ()

If true (combo box 1. Currently selected item = 0)

Combo box 2. Add item ("Zhang San", 0)

Combo box 2. Add one item ("Li Si", 1)

If it's over.

If true (combo box 1. Currently selected project = 1)

Combo box 2. Add project ("Zhang San 1", 0)

Combo box 2. Add an item ("Lisi 1", 1).

If it's over.

Subroutine _ ComboBox 2_ List Item is selected.

Edit box 1. Content = ""

If true (combo box 2. Currently selected item = 0)

Edit box 1. Content = combo box 2. Take the project text (combo box 2. Currently selected item) +":"+"90 points "

If it's over.

If true (combo box 2. Currently selected project = 1)

Edit box 1. Content = combo box 2. Take the project text (combo box 2. Currently selected item) +":"+"80 points "