Home
last modified time | relevance | path

Searched refs:pnlChunks (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libmng/libmng-1.0.10/contrib/bcb/mngdump/
H A DMain.cpp151 pnlChunks->Caption = ""; in FormCreate()
392 pnlChunks->Caption = ""; in LoadFile()
424 pnlChunks->Caption = ""; in LoadFile()
435 pnlChunks->Caption = "Chunk 1 of " + String( ListBoxChunks->Items->Count ); in LoadFile()
551 pnlChunks->Caption = "Chunk " + String( iIndex + 1) + in ListBoxChunksClick()
H A DMain.h74 TPanel *pnlChunks; variable