images: add vendor logos
This commit is contained in:
parent
38d9e6238f
commit
bc33d26cfd
BIN
assets/vendor_github.png
Normal file
BIN
assets/vendor_github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 780 B |
BIN
assets/vendor_mysql.png
Normal file
BIN
assets/vendor_mysql.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 824 B |
BIN
assets/vendor_redis.png
Normal file
BIN
assets/vendor_redis.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/vendor_sqlite.png
Normal file
BIN
assets/vendor_sqlite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 919 B |
@ -21,6 +21,10 @@ const (
|
|||||||
imgTableAdd
|
imgTableAdd
|
||||||
imgTableDelete
|
imgTableDelete
|
||||||
imgTableSave
|
imgTableSave
|
||||||
|
imgVendorGithub
|
||||||
|
imgVendorMySQL
|
||||||
|
imgVendorRedis
|
||||||
|
imgVendorSqlite
|
||||||
)
|
)
|
||||||
|
|
||||||
func loadImages(owner vcl.IComponent) *vcl.TImageList {
|
func loadImages(owner vcl.IComponent) *vcl.TImageList {
|
||||||
@ -51,6 +55,10 @@ func loadImages(owner vcl.IComponent) *vcl.TImageList {
|
|||||||
ilist.Add(mustLoad("assets/table_add.png"), nil)
|
ilist.Add(mustLoad("assets/table_add.png"), nil)
|
||||||
ilist.Add(mustLoad("assets/table_delete.png"), nil)
|
ilist.Add(mustLoad("assets/table_delete.png"), nil)
|
||||||
ilist.Add(mustLoad("assets/table_save.png"), nil)
|
ilist.Add(mustLoad("assets/table_save.png"), nil)
|
||||||
|
ilist.Add(mustLoad("assets/vendor_github.png"), nil)
|
||||||
|
ilist.Add(mustLoad("assets/vendor_mysql.png"), nil)
|
||||||
|
ilist.Add(mustLoad("assets/vendor_redis.png"), nil)
|
||||||
|
ilist.Add(mustLoad("assets/vendor_sqlite.png"), nil)
|
||||||
return ilist
|
return ilist
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user