將資料型態寫在前面有助於以元件分辨你所有要的資料
類似於這樣:edtInputBox, mmFile, btnCalc;
下列中左側為縮寫,右側為組件名稱。
------------------------
Standard Tab
------------------------
mm TMainMenu
pm TPopupMenu
mmi TMainMenuItem
pmi TPopupMenuItem
lbl TLabel
edt TEdit
mem TMemo
btn TButton
cb TCheckBox
rb TRadioButton
lb TListBox
cb TComboBox
scb TScrollBar
gb TGroupBox
rg TRadioGroup
pnl TPanel
cl TCommandList
------------------------
Additional Tab
------------------------
bbtn TBitBtn
sb TSpeedButton
me TMaskEdit
sg TStringGrid
dg TDrawGrid
img TImage
shp TShape
bvl TBevel
sbx TScrollBox
clb TCheckListbox
spl TSplitter
stx TStaticText
cht TChart
------------------------
Win32 Tab
------------------------