home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / nowosci / crystalf / crftp1.exe / 0 / RCDATA / TPROP / TPROP.txt < prev   
Text File  |  1997-11-20  |  6KB  |  243 lines

  1. object prop: Tprop
  2.   Left = 393
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Crystal FTP - [Filename, ...] Properties'
  6.   ClientHeight = 375
  7.   ClientWidth = 361
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pc: TPageControl
  19.     Left = 8
  20.     Top = 8
  21.     Width = 345
  22.     Height = 329
  23.     ActivePage = TabSheet1
  24.     TabOrder = 0
  25.     object TabSheet1: TTabSheet
  26.       Caption = 'General'
  27.       object image: TImage
  28.         Left = 16
  29.         Top = 8
  30.         Width = 32
  31.         Height = 32
  32.         Picture.Data = {<image000.bmp>}
  33.         Transparent = True
  34.       end
  35.       object name: TLabel
  36.         Left = 60
  37.         Top = 12
  38.         Width = 26
  39.         Height = 13
  40.         Caption = 'name'
  41.       end
  42.       object Bevel1: TBevel
  43.         Left = 8
  44.         Top = 52
  45.         Width = 321
  46.         Height = 9
  47.         Shape = bsTopLine
  48.       end
  49.       object locationff: TLabel
  50.         Left = 8
  51.         Top = 60
  52.         Width = 44
  53.         Height = 13
  54.         Caption = 'Location:'
  55.       end
  56.       object sizeff: TLabel
  57.         Left = 8
  58.         Top = 80
  59.         Width = 23
  60.         Height = 13
  61.         Caption = 'Size:'
  62.       end
  63.       object Bevel2: TBevel
  64.         Left = 8
  65.         Top = 116
  66.         Width = 321
  67.         Height = 9
  68.         Shape = bsTopLine
  69.       end
  70.       object dateff: TLabel
  71.         Left = 8
  72.         Top = 100
  73.         Width = 26
  74.         Height = 13
  75.         Caption = 'Date:'
  76.       end
  77.       object location: TLabel
  78.         Left = 56
  79.         Top = 60
  80.         Width = 4
  81.         Height = 13
  82.         Caption = '*'
  83.       end
  84.       object size: TLabel
  85.         Left = 56
  86.         Top = 80
  87.         Width = 4
  88.         Height = 13
  89.         Caption = '*'
  90.       end
  91.       object date: TLabel
  92.         Left = 56
  93.         Top = 100
  94.         Width = 4
  95.         Height = 13
  96.         Caption = '*'
  97.       end
  98.       object attr: TPanel
  99.         Left = 8
  100.         Top = 128
  101.         Width = 321
  102.         Height = 165
  103.         TabOrder = 0
  104.         object gb1: TGroupBox
  105.           Left = 9
  106.           Top = 12
  107.           Width = 303
  108.           Height = 41
  109.           Caption = 'Owner File / Folder Permissions'
  110.           TabOrder = 0
  111.           object owRead: TCheckBox
  112.             Left = 10
  113.             Top = 16
  114.             Width = 85
  115.             Height = 17
  116.             AllowGrayed = True
  117.             Caption = 'Read Access'
  118.             TabOrder = 0
  119.             OnClick = owReadClick
  120.           end
  121.           object owWrite: TCheckBox
  122.             Left = 106
  123.             Top = 16
  124.             Width = 85
  125.             Height = 17
  126.             AllowGrayed = True
  127.             Caption = 'Write Access'
  128.             TabOrder = 1
  129.             OnClick = owReadClick
  130.           end
  131.           object owExecute: TCheckBox
  132.             Left = 198
  133.             Top = 16
  134.             Width = 97
  135.             Height = 17
  136.             AllowGrayed = True
  137.             Caption = 'Execute Access'
  138.             TabOrder = 2
  139.             OnClick = owReadClick
  140.           end
  141.         end
  142.         object gb2: TGroupBox
  143.           Left = 10
  144.           Top = 60
  145.           Width = 303
  146.           Height = 41
  147.           Caption = 'Group File / Folder Permissions'
  148.           TabOrder = 1
  149.           object grRead: TCheckBox
  150.             Left = 10
  151.             Top = 16
  152.             Width = 85
  153.             Height = 17
  154.             AllowGrayed = True
  155.             Caption = 'Read Access'
  156.             TabOrder = 0
  157.             OnClick = owReadClick
  158.           end
  159.           object grWrite: TCheckBox
  160.             Left = 106
  161.             Top = 16
  162.             Width = 85
  163.             Height = 17
  164.             AllowGrayed = True
  165.             Caption = 'Write Access'
  166.             TabOrder = 1
  167.             OnClick = owReadClick
  168.           end
  169.           object grExecute: TCheckBox
  170.             Left = 198
  171.             Top = 16
  172.             Width = 97
  173.             Height = 17
  174.             AllowGrayed = True
  175.             Caption = 'Execute Access'
  176.             TabOrder = 2
  177.             OnClick = owReadClick
  178.           end
  179.         end
  180.         object gb3: TGroupBox
  181.           Left = 10
  182.           Top = 112
  183.           Width = 303
  184.           Height = 41
  185.           Caption = 'Other File / Folder Permissions'
  186.           TabOrder = 2
  187.           object otRead: TCheckBox
  188.             Left = 10
  189.             Top = 16
  190.             Width = 85
  191.             Height = 17
  192.             AllowGrayed = True
  193.             Caption = 'Read Access'
  194.             TabOrder = 0
  195.             OnClick = owReadClick
  196.           end
  197.           object otWrite: TCheckBox
  198.             Left = 106
  199.             Top = 16
  200.             Width = 85
  201.             Height = 17
  202.             AllowGrayed = True
  203.             Caption = 'Write Access'
  204.             TabOrder = 1
  205.             OnClick = owReadClick
  206.           end
  207.           object otExecute: TCheckBox
  208.             Left = 198
  209.             Top = 16
  210.             Width = 97
  211.             Height = 17
  212.             AllowGrayed = True
  213.             Caption = 'Execute Access'
  214.             TabOrder = 2
  215.             OnClick = owReadClick
  216.           end
  217.         end
  218.       end
  219.     end
  220.   end
  221.   object btnOK: TButton
  222.     Left = 192
  223.     Top = 344
  224.     Width = 75
  225.     Height = 25
  226.     Caption = '&OK'
  227.     Default = True
  228.     ModalResult = 1
  229.     TabOrder = 1
  230.     OnClick = btnOKClick
  231.   end
  232.   object btnCancel: TButton
  233.     Left = 276
  234.     Top = 344
  235.     Width = 75
  236.     Height = 25
  237.     Cancel = True
  238.     Caption = '&Cancel'
  239.     ModalResult = 2
  240.     TabOrder = 2
  241.   end
  242. end
  243.