[Overview][Resource strings][Classes][Procedures and functions][Variables] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: propertiesdlg.pas line 48
type TDocPropsDlg = class(TForm) |
||
CloseBtn: TBitBtn; |
|
|
CreatedByLabel: TLabel; |
|
|
CreatedByValueLabel: TLabel; |
|
|
CreationDateLabel: TLabel; |
|
|
CreationDateValueLabel: TLabel; |
|
|
DescriptionLabel: TLabel; |
|
|
DescriptionEdit: TEdit; |
|
|
EditingDurationLabel: TLabel; |
|
|
EditingDurationValueLabel: TLabel; |
|
|
FileSizeLabel: TLabel; |
|
|
FileSizeValueLabel: TLabel; |
|
|
LastSaveDateLabel: TLabel; |
|
|
LastSaveDateValueLabel: TLabel; |
|
|
LastSavedByLabel: TLabel; |
|
|
LastSavedByValueLabel: TLabel; |
|
|
PageControl1: TPageControl; |
|
|
GeneralTabSheet: TTabSheet; |
|
|
Panel1: TPanel; |
|
|
Panel2: TPanel; |
|
|
procedure FormClose(); |
|
|
procedure FormCreate(); |
|
|
procedure FormResize(); |
|
|
procedure FormShow(); |
|
|
end; |
|
||
| | ||
TForm |
||
? | ||
TObject |