| | |
| | | using static ISupply.WinFrm.Main.ResidentialWizard; |
| | | using DevExpress.XtraEditors; |
| | | using static ISupply.WinFrm.Main.ResidentialWizard; |
| | | |
| | | namespace ISupply.WinFrm.Main |
| | | { |
| | |
| | | { |
| | | InitializeComponent(); |
| | | tileControl1.ItemSize = 100; |
| | | tileControl1.Images = ImageLib.Picture; |
| | | |
| | | } |
| | | public static event TileItemClickHandler TileItemClick; |
| | | |
| | |
| | | { |
| | | TileItemClick.Invoke(this, e); |
| | | } |
| | | |
| | | private void ResiderPicture_Load(object sender, EventArgs e) |
| | | { |
| | | tileItem1.ImageIndex = ImageLib.Build; |
| | | tileItem2.ImageIndex = ImageLib.School; |
| | | tileItem3.ImageIndex = ImageLib.Hospital; |
| | | tileItem4.ImageIndex = ImageLib.Shop; |
| | | } |
| | | } |
| | | } |