void addComboboxTienTe() { IconListTCurrencyUnit = new List <CIcon>(); CIcon i; i = new CIcon("VND", "vnd.PNG"); cbbDonViTienTe.Items.Add(i); i = new CIcon("$", "usd.PNG"); cbbDonViTienTe.Items.Add(i); }
void addComboboxImage() { IconListImg = new List <CIcon>(); CIcon i; i = new CIcon("Wallet", "wallet.PNG"); cbbImg.Items.Add(i); i = new CIcon("Bill", "bill.PNG"); cbbImg.Items.Add(i); i = new CIcon("Borrow", "borrow.PNG"); cbbImg.Items.Add(i); i = new CIcon("Buy", "buy.PNG"); cbbImg.Items.Add(i); i = new CIcon("Car", "car.PNG"); cbbImg.Items.Add(i); i = new CIcon("Credit Card", "credit-card.PNG"); cbbImg.Items.Add(i); i = new CIcon("Debt Collection", "debt-collection.PNG"); cbbImg.Items.Add(i); i = new CIcon("Box Different", "different.PNG"); cbbImg.Items.Add(i); i = new CIcon("Donate", "donate.PNG"); cbbImg.Items.Add(i); i = new CIcon("Education", "education.PNG"); cbbImg.Items.Add(i); i = new CIcon("Entertainment", "entertainment.PNG"); cbbImg.Items.Add(i); i = new CIcon("Family", "family.PNG"); cbbImg.Items.Add(i); i = new CIcon("Food", "food.PNG"); cbbImg.Items.Add(i); i = new CIcon("Gift Money", "gift-money.PNG"); cbbImg.Items.Add(i); i = new CIcon("Health", "health.PNG"); cbbImg.Items.Add(i); i = new CIcon("Credit Card", "icons-credit-card.PNG"); cbbImg.Items.Add(i); i = new CIcon("Interest", "interest.PNG"); cbbImg.Items.Add(i); i = new CIcon("Investing Business", "investing-business.PNG"); cbbImg.Items.Add(i); i = new CIcon("loan", "loan.PNG"); cbbImg.Items.Add(i); i = new CIcon("Love & Friendship", "love-and-friendship.PNG"); cbbImg.Items.Add(i); i = new CIcon("Moto Cycle", "moto-cycle.PNG"); cbbImg.Items.Add(i); i = new CIcon("Pay", "pay.PNG"); cbbImg.Items.Add(i); i = new CIcon("Reward", "reward.PNG"); cbbImg.Items.Add(i); i = new CIcon("Salary", "salary.PNG"); cbbImg.Items.Add(i); i = new CIcon("Sell", "sell.PNG"); cbbImg.Items.Add(i); i = new CIcon("Shopping", "shopping.PNG"); cbbImg.Items.Add(i); i = new CIcon("Travel", "travel.PNG"); cbbImg.Items.Add(i); i = new CIcon("Volleyball", "volleyball.PNG"); cbbImg.Items.Add(i); }