mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: PageControl and TabSheet to DialogAPI
This commit is contained in:
parent
2ae6b95a7d
commit
e3573a1185
1 changed files with 4 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------------------------------------------------------
|
||||
This unit contains realization of Dialog API functions.
|
||||
|
||||
Copyright (C) 2008-2015 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2008-2018 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -29,7 +29,7 @@ interface
|
|||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls,
|
||||
Types, Buttons, ExtCtrls, EditBtn, Extension;
|
||||
Types, Buttons, ExtCtrls, EditBtn, Extension, ComCtrls;
|
||||
|
||||
type
|
||||
|
||||
|
|
@ -46,6 +46,8 @@ type
|
|||
DialogLabel: TLabel;
|
||||
DialogEdit: TEdit;
|
||||
DialogImage: TImage;
|
||||
DialogTabSheet: TTabSheet;
|
||||
DialogPageControl: TPageControl;
|
||||
// Dialog events
|
||||
procedure DialogBoxShow(Sender: TObject);
|
||||
// Button events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue