当前位置:主页>销售管理软件> 列表

FlatStyle for D7安装

进销存管理软件版1楼: 我安装了一个FlatStyle for D7 第三方控件.但是它在那个页标签里吗,我每个标签都找到了.都没看到??有谁知道吗?

2楼: 你看regxxx.pas里的代码,看看他注册到哪个标签里去了。 如进销存软件破解版

3楼: FlatStyle

{
procedure Register;
begin
RegisterComponents (''FlatStyle'', [TFlatButton, TFlatSpeedButton, TFlatCheckBox, TFlatRadioButton]);
RegisterComponents (''FlatStyle'', [TFlatEdit, TFlatMaskEdit, TFlatSpinEditInteger, TFlatSpinEditFloat]);
RegisterComponents (''FlatStyle'', [TFlatMemo, TFlatProgressBar, TFlatTabControl]);
RegisterComponents (''FlatStyle'', [TFlatListBox, TFlatCheckListBox, TFlatComboBox, TFlatColorComboBox]);
RegisterComponents (''FlatStyle'', [TFlatGroupBox, TFlatPanel]);
RegisterComponents (''FlatStyle'', [TFlatHint, TFlatAnimWnd, TFlatSound, TFlatGauge, TFlatSplitter, TFlatAnimation]);
RegisterComponents (''FlatStyle'', [TFlatScrollBar, TFlatTitleBar]);
end;
}

4楼: FlatStyle

5楼: to zbird
我没有找到regxxx.pas
to Supermay
没有FlatStyle 这个标签

6楼: 你安装的时候是into new package 还是 into exist package 的啊
要是是后面那种的话 把 c:\program files\borland\delphi7\Lib\dclusr.dpk
这个打开 再 install 一下就好啦 前面那种的话 你就找到你新建的那个包
再install一下 ...........

进销存管理软件版7楼: 多人接受答案了。