5 |
|
uses |
6 |
|
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, |
7 |
|
Dialogs, _TemplateFileList, Menus, StdCtrls, Buttons, ComCtrls, ExtCtrls, |
8 |
< |
OniImgClass, TypeDefs; |
8 |
> |
OniImgClass, TypeDefs, VirtualTrees; |
9 |
|
|
10 |
|
type |
11 |
|
TForm_TxmpReplace = class(TForm_TemplateFileList) |
13 |
|
btn_replace: TButton; |
14 |
|
check_transparency: TCheckBox; |
15 |
|
check_fading: TCheckBox; |
16 |
< |
GroupBox1: TGroupBox; |
16 |
> |
group_txmp: TGroupBox; |
17 |
|
Splitter1: TSplitter; |
18 |
|
group_bmpselect: TGroupBox; |
19 |
|
image_bmppreview: TImage; |