object prop: Tprop Left = 393 Top = 102 BorderStyle = bsDialog Caption = 'Crystal FTP - [Filename, ...] Properties' ClientHeight = 375 ClientWidth = 361 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object pc: TPageControl Left = 8 Top = 8 Width = 345 Height = 329 ActivePage = TabSheet1 TabOrder = 0 object TabSheet1: TTabSheet Caption = 'General' object image: TImage Left = 16 Top = 8 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object name: TLabel Left = 60 Top = 12 Width = 26 Height = 13 Caption = 'name' end object Bevel1: TBevel Left = 8 Top = 52 Width = 321 Height = 9 Shape = bsTopLine end object locationff: TLabel Left = 8 Top = 60 Width = 44 Height = 13 Caption = 'Location:' end object sizeff: TLabel Left = 8 Top = 80 Width = 23 Height = 13 Caption = 'Size:' end object Bevel2: TBevel Left = 8 Top = 116 Width = 321 Height = 9 Shape = bsTopLine end object dateff: TLabel Left = 8 Top = 100 Width = 26 Height = 13 Caption = 'Date:' end object location: TLabel Left = 56 Top = 60 Width = 4 Height = 13 Caption = '*' end object size: TLabel Left = 56 Top = 80 Width = 4 Height = 13 Caption = '*' end object date: TLabel Left = 56 Top = 100 Width = 4 Height = 13 Caption = '*' end object attr: TPanel Left = 8 Top = 128 Width = 321 Height = 165 TabOrder = 0 object gb1: TGroupBox Left = 9 Top = 12 Width = 303 Height = 41 Caption = 'Owner File / Folder Permissions' TabOrder = 0 object owRead: TCheckBox Left = 10 Top = 16 Width = 85 Height = 17 AllowGrayed = True Caption = 'Read Access' TabOrder = 0 OnClick = owReadClick end object owWrite: TCheckBox Left = 106 Top = 16 Width = 85 Height = 17 AllowGrayed = True Caption = 'Write Access' TabOrder = 1 OnClick = owReadClick end object owExecute: TCheckBox Left = 198 Top = 16 Width = 97 Height = 17 AllowGrayed = True Caption = 'Execute Access' TabOrder = 2 OnClick = owReadClick end end object gb2: TGroupBox Left = 10 Top = 60 Width = 303 Height = 41 Caption = 'Group File / Folder Permissions' TabOrder = 1 object grRead: TCheckBox Left = 10 Top = 16 Width = 85 Height = 17 AllowGrayed = True Caption = 'Read Access' TabOrder = 0 OnClick = owReadClick end object grWrite: TCheckBox Left = 106 Top = 16 Width = 85 Height = 17 AllowGrayed = True Caption = 'Write Access' TabOrder = 1 OnClick = owReadClick end object grExecute: TCheckBox Left = 198 Top = 16 Width = 97 Height = 17 AllowGrayed = True Caption = 'Execute Access' TabOrder = 2 OnClick = owReadClick end end object gb3: TGroupBox Left = 10 Top = 112 Width = 303 Height = 41 Caption = 'Other File / Folder Permissions' TabOrder = 2 object otRead: TCheckBox Left = 10 Top = 16 Width = 85 Height = 17 AllowGrayed = True Caption = 'Read Access' TabOrder = 0 OnClick = owReadClick end object otWrite: TCheckBox Left = 106 Top = 16 Width = 85 Height = 17 AllowGrayed = True Caption = 'Write Access' TabOrder = 1 OnClick = owReadClick end object otExecute: TCheckBox Left = 198 Top = 16 Width = 97 Height = 17 AllowGrayed = True Caption = 'Execute Access' TabOrder = 2 OnClick = owReadClick end end end end end object btnOK: TButton Left = 192 Top = 344 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnCancel: TButton Left = 276 Top = 344 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end