home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / FSYSPROP.DFM / FSYSPROP.txt
Text File  |  1997-02-17  |  11KB  |  463 lines

  1. object FileSysPropDlg: TFileSysPropDlg
  2.   Left = 202
  3.   Top = 103
  4.   HelpContext = 53
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'File System Properties'
  8.   ClientHeight = 335
  9.   ClientWidth = 316
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 76
  20.     Top = 304
  21.     Width = 77
  22.     Height = 27
  23.     TabOrder = 1
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 4
  27.     Style = bsNew
  28.     Spacing = -1
  29.     IsControl = True
  30.   end
  31.   object CancelBtn: TBitBtn
  32.     Left = 156
  33.     Top = 304
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 2
  37.     Kind = bkCancel
  38.     Margin = 4
  39.     Style = bsNew
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object Notebook: TTabbedNotebook
  44.     Left = 2
  45.     Top = 0
  46.     Width = 313
  47.     Height = 301
  48.     PageIndex = 2
  49.     Font.Color = clBlack
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     TabsPerRow = 4
  54.     TabFont.Color = clBtnText
  55.     TabFont.Height = -11
  56.     TabFont.Name = 'MS Sans Serif'
  57.     TabFont.Style = []
  58.     TabOrder = 0
  59.     object TTabPage
  60.       Left = 5
  61.       Top = 26
  62.       Caption = 'General'
  63.       object Bevel3: TBevel
  64.         Left = 10
  65.         Top = 86
  66.         Width = 283
  67.         Height = 173
  68.         Shape = bsFrame
  69.       end
  70.       object Label8: TLabel
  71.         Left = 20
  72.         Top = 100
  73.         Width = 153
  74.         Height = 13
  75.         Caption = 'Search these file &types for icons:'
  76.         FocusControl = IconEdit
  77.       end
  78.       object Label1: TLabel
  79.         Left = 20
  80.         Top = 114
  81.         Width = 240
  82.         Height = 13
  83.         Caption = '(Enter a list of file extensions, separated by spaces)'
  84.       end
  85.       object Label11: TLabel
  86.         Left = 24
  87.         Top = 226
  88.         Width = 165
  89.         Height = 13
  90.         Caption = 'Filter for new &windows (normally *.*)'
  91.         FocusControl = FilterEdit
  92.       end
  93.       object Label12: TLabel
  94.         Left = 22
  95.         Top = 164
  96.         Width = 203
  97.         Height = 13
  98.         Caption = 'Folder where &user defined icons are stored:'
  99.         FocusControl = IconPathEdit
  100.       end
  101.       object Sorting: TRadioGroup
  102.         Left = 10
  103.         Top = 10
  104.         Width = 283
  105.         Height = 67
  106.         Caption = 'Default sorting:'
  107.         Columns = 2
  108.         Items.Strings = (
  109.           'Sort by &extension'
  110.           'Sort by &filename'
  111.           '&Largest files first'
  112.           '&Newest files first')
  113.         TabOrder = 0
  114.       end
  115.       object IconEdit: TEdit
  116.         Left = 22
  117.         Top = 132
  118.         Width = 259
  119.         Height = 20
  120.         Cursor = crIBeam
  121.         CharCase = ecUpperCase
  122.         MaxLength = 31
  123.         TabOrder = 1
  124.       end
  125.       object FilterEdit: TEdit
  126.         Left = 200
  127.         Top = 222
  128.         Width = 79
  129.         Height = 20
  130.         TabOrder = 3
  131.       end
  132.       object IconPathEdit: TEdit
  133.         Left = 22
  134.         Top = 180
  135.         Width = 259
  136.         Height = 20
  137.         Hint = 'Double click to select folder'
  138.         ParentShowHint = False
  139.         ShowHint = True
  140.         TabOrder = 2
  141.         OnDblClick = IconPathEditDblClick
  142.       end
  143.     end
  144.     object TTabPage
  145.       Left = 5
  146.       Top = 26
  147.       Caption = 'Details'
  148.       object Bevel1: TBevel
  149.         Left = 10
  150.         Top = 126
  151.         Width = 283
  152.         Height = 133
  153.         Shape = bsFrame
  154.       end
  155.       object Bevel2: TBevel
  156.         Left = 10
  157.         Top = 10
  158.         Width = 283
  159.         Height = 101
  160.         ParentShowHint = False
  161.         Shape = bsFrame
  162.         ShowHint = False
  163.       end
  164.       object Label2: TLabel
  165.         Left = 40
  166.         Top = 52
  167.         Width = 121
  168.         Height = 13
  169.         Caption = '&Delay before hints appear'
  170.         FocusControl = sbDelay
  171.       end
  172.       object Label3: TLabel
  173.         Left = 40
  174.         Top = 92
  175.         Width = 58
  176.         Height = 13
  177.         Caption = '0.5 seconds'
  178.       end
  179.       object Label4: TLabel
  180.         Left = 234
  181.         Top = 90
  182.         Width = 49
  183.         Height = 13
  184.         Caption = '3 seconds'
  185.       end
  186.       object Label5: TLabel
  187.         Left = 18
  188.         Top = 4
  189.         Width = 41
  190.         Height = 13
  191.         Caption = 'File hints'
  192.       end
  193.       object Label6: TLabel
  194.         Left = 18
  195.         Top = 120
  196.         Width = 58
  197.         Height = 13
  198.         Caption = 'Descriptions'
  199.       end
  200.       object rbDOSFilenames: TRadioButton
  201.         Left = 22
  202.         Top = 142
  203.         Width = 209
  204.         Height = 17
  205.         Caption = 'Use only normal &MS-DOS filenames'
  206.         TabOrder = 2
  207.         OnClick = rb4DOSDescClick
  208.       end
  209.       object rb4DOSDesc: TRadioButton
  210.         Left = 22
  211.         Top = 170
  212.         Width = 219
  213.         Height = 17
  214.         Caption = 'Use &4DOS compatible file descriptions'
  215.         TabOrder = 3
  216.         OnClick = rb4DOSDescClick
  217.       end
  218.       object DescPanel: TPanel
  219.         Left = 32
  220.         Top = 190
  221.         Width = 255
  222.         Height = 61
  223.         BevelOuter = bvNone
  224.         TabOrder = 4
  225.         object Label10: TLabel
  226.           Left = 26
  227.           Top = 42
  228.           Width = 215
  229.           Height = 13
  230.           Caption = 'used at the same time to process files (slower)'
  231.         end
  232.         object cbDescCaptions: TCheckBox
  233.           Left = 8
  234.           Top = 2
  235.           Width = 241
  236.           Height = 17
  237.           Caption = 'Display descriptions as icon &captions'
  238.           TabOrder = 0
  239.         end
  240.         object cbSimul4DOS: TCheckBox
  241.           Left = 8
  242.           Top = 26
  243.           Width = 235
  244.           Height = 17
  245.           Caption = '&Keep up to date while 4DOS sessions are'
  246.           TabOrder = 1
  247.         end
  248.       end
  249.       object cbFileHints: TCheckBox
  250.         Left = 22
  251.         Top = 26
  252.         Width = 257
  253.         Height = 17
  254.         Caption = '&Popup file details when cursor is left over an icon'
  255.         TabOrder = 0
  256.       end
  257.       object sbDelay: TScrollBar
  258.         Left = 40
  259.         Top = 70
  260.         Width = 237
  261.         Height = 17
  262.         LargeChange = 30
  263.         Max = 3000
  264.         Min = 500
  265.         Position = 500
  266.         TabOrder = 1
  267.       end
  268.     end
  269.     object TTabPage
  270.       Left = 5
  271.       Top = 26
  272.       Caption = 'Options'
  273.       object Label7: TLabel
  274.         Left = 10
  275.         Top = 8
  276.         Width = 158
  277.         Height = 13
  278.         Caption = 'Ask for &confirmation before:'
  279.         FocusControl = ConfirmList
  280.         Font.Color = clBlack
  281.         Font.Height = -11
  282.         Font.Name = 'MS Sans Serif'
  283.         Font.Style = [fsBold]
  284.         ParentFont = False
  285.       end
  286.       object Label9: TLabel
  287.         Left = 10
  288.         Top = 138
  289.         Width = 130
  290.         Height = 13
  291.         Caption = '&Miscellaneous options:'
  292.         FocusControl = MiscList
  293.         Font.Color = clBlack
  294.         Font.Height = -11
  295.         Font.Name = 'MS Sans Serif'
  296.         Font.Style = [fsBold]
  297.         ParentFont = False
  298.       end
  299.       object ConfirmList: TCheckList
  300.         Left = 10
  301.         Top = 24
  302.         Width = 283
  303.         Height = 102
  304.         Color = clBtnFace
  305.         IntegralHeight = True
  306.         ItemHeight = 20
  307.         Items.Strings = (
  308.           'Starting a copy operation'
  309.           'Starting a move operation'
  310.           'Starting a delete operation'
  311.           'Copying a file'
  312.           'Moving a file'
  313.           'Deleting a file'
  314.           'Replacing a file'
  315.           'Deleting or moving a protected file'
  316.           'Copying a folder'
  317.           'Moving a folder'
  318.           'Deleting a folder'
  319.           'Assigning a filename for a new alias')
  320.         TabOrder = 0
  321.       end
  322.       object MiscList: TCheckList
  323.         Left = 10
  324.         Top = 156
  325.         Width = 283
  326.         Height = 102
  327.         Color = clBtnFace
  328.         IntegralHeight = True
  329.         ItemHeight = 20
  330.         Items.Strings = (
  331.           'Allow files to be copied in the background'
  332.           'Show hidden and system files in new windows'
  333.           'Display items as a list for all new windows'
  334.           'Allow files to be dropped into program icons'
  335.           'Display file version information in Properties dialog'
  336.           'Display icons next to filenames in Find dialog'
  337.           'Refresh windows re-opened by from elsewhere'
  338.           'Display arrow symbols next to aliases'
  339.           'Show descriptions (if available) in popup hints'
  340.           'Show date in popup hints'
  341.           'Show time in popup hints'
  342.           'Show file attributes in popup hints')
  343.         TabOrder = 1
  344.       end
  345.     end
  346.     object TTabPage
  347.       Left = 5
  348.       Top = 26
  349.       Caption = 'Utilities'
  350.       object Bevel4: TBevel
  351.         Left = 10
  352.         Top = 12
  353.         Width = 283
  354.         Height = 209
  355.         Shape = bsFrame
  356.       end
  357.       object Label13: TLabel
  358.         Left = 22
  359.         Top = 32
  360.         Width = 176
  361.         Height = 13
  362.         Caption = 'Choose &Inspect from the object menu'
  363.         FocusControl = InspectEdit
  364.       end
  365.       object Label14: TLabel
  366.         Left = 20
  367.         Top = 76
  368.         Width = 231
  369.         Height = 13
  370.         Caption = '&Double click on a file with no associated program'
  371.         FocusControl = DefaultEdit
  372.       end
  373.       object Label15: TLabel
  374.         Left = 20
  375.         Top = 124
  376.         Width = 191
  377.         Height = 13
  378.         Caption = 'Choose &Undelete from the window menu'
  379.         FocusControl = UndelEdit
  380.       end
  381.       object Label16: TLabel
  382.         Left = 20
  383.         Top = 170
  384.         Width = 213
  385.         Height = 13
  386.         Caption = '&Click on the icon in the Disk Properties dialog'
  387.         FocusControl = DiskEdit
  388.       end
  389.       object Label17: TLabel
  390.         Left = 22
  391.         Top = 6
  392.         Width = 123
  393.         Height = 13
  394.         Caption = 'Programs to run when you'
  395.       end
  396.       object InspectEdit: TEdit
  397.         Left = 22
  398.         Top = 48
  399.         Width = 259
  400.         Height = 20
  401.         Cursor = crIBeam
  402.         Hint = 'Double click to select program'
  403.         ParentShowHint = False
  404.         ShowHint = True
  405.         TabOrder = 0
  406.         OnDblClick = InspectEditDblClick
  407.       end
  408.       object DefaultEdit: TEdit
  409.         Left = 22
  410.         Top = 92
  411.         Width = 259
  412.         Height = 20
  413.         Cursor = crIBeam
  414.         Hint = 'Double click to select program'
  415.         ParentShowHint = False
  416.         ShowHint = True
  417.         TabOrder = 1
  418.         OnDblClick = InspectEditDblClick
  419.       end
  420.       object UndelEdit: TEdit
  421.         Left = 22
  422.         Top = 140
  423.         Width = 259
  424.         Height = 20
  425.         Cursor = crIBeam
  426.         Hint = 'Double click to select program'
  427.         ParentShowHint = False
  428.         ShowHint = True
  429.         TabOrder = 2
  430.         OnDblClick = InspectEditDblClick
  431.       end
  432.       object DiskEdit: TEdit
  433.         Left = 22
  434.         Top = 186
  435.         Width = 259
  436.         Height = 20
  437.         Cursor = crIBeam
  438.         Hint = 'Double click to select program'
  439.         ParentShowHint = False
  440.         ShowHint = True
  441.         TabOrder = 3
  442.         OnDblClick = InspectEditDblClick
  443.       end
  444.     end
  445.   end
  446.   object HelpBtn: TBitBtn
  447.     Left = 236
  448.     Top = 304
  449.     Width = 77
  450.     Height = 27
  451.     TabOrder = 3
  452.     Kind = bkHelp
  453.     Margin = 4
  454.     Style = bsNew
  455.     Spacing = -1
  456.   end
  457.   object OpenDialog: TOpenDialog
  458.     Filter = 'Programs|*.com;*.exe;*.bat;*.pif|All files|*.*'
  459.     Left = 4
  460.     Top = 302
  461.   end
  462. end
  463.