mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Replace TNoteBook by TPageControl
This commit is contained in:
parent
1947fab714
commit
07dddf3a18
2 changed files with 8 additions and 7 deletions
|
|
@ -44,17 +44,18 @@ object frmPackInfoDlg: TfrmPackInfoDlg
|
|||
ModalResult = 1
|
||||
TabOrder = 1
|
||||
end
|
||||
object nbProperties: TNotebook
|
||||
object nbProperties: TPageControl
|
||||
Left = 4
|
||||
Height = 289
|
||||
Top = 4
|
||||
Width = 329
|
||||
PageIndex = 0
|
||||
ActivePage = pgGeneral
|
||||
TabIndex = 0
|
||||
TabOrder = 3
|
||||
object pgGeneral: TPage
|
||||
object pgGeneral: TTabSheet
|
||||
Caption = 'General'
|
||||
ClientWidth = 321
|
||||
ClientHeight = 263
|
||||
ClientWidth = 321
|
||||
object lblPackedFile: TLabel
|
||||
Left = 10
|
||||
Height = 16
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ unit fPackInfoDlg;
|
|||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Classes, LResources, Forms, StdCtrls, ExtCtrls, Controls,
|
||||
SysUtils, Classes, LResources, Forms, StdCtrls, ExtCtrls, Controls, ComCtrls,
|
||||
uFile, uArchiveFileSource, uFileSourceExecuteOperation;
|
||||
|
||||
type
|
||||
|
|
@ -50,7 +50,7 @@ type
|
|||
lblPackedSize: TLabel;
|
||||
lblPacker: TLabel;
|
||||
lblTime: TLabel;
|
||||
nbProperties: TNotebook;
|
||||
nbProperties: TPageControl;
|
||||
lblPackedAttr: TLabel;
|
||||
lblPackedCompression: TLabel;
|
||||
lblPackedDate: TLabel;
|
||||
|
|
@ -60,7 +60,7 @@ type
|
|||
lblPackedPackedSize: TLabel;
|
||||
lblPackedPacker: TLabel;
|
||||
lblPackedTime: TLabel;
|
||||
pgGeneral: TPage;
|
||||
pgGeneral: TTabSheet;
|
||||
private
|
||||
{ private declarations }
|
||||
public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue