Welcome

首页 / 软件开发 / C++ / 正确使用C++ Builder组件缩写代码

正确使用C++ Builder组件缩写代码2009-10-22将资料型态写在前面有助于以元件分辨你所有要的资料

类似于这样: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

------------------------