home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 11 / PCPP11.iso / utils / drive / _setup.1 / IDA.exe / 0 / RCDATA / TSETUPFRM / TSETUPFRM.txt < prev   
Encoding:
Text File  |  1996-12-15  |  13.7 KB  |  526 lines

  1. object SetupFrm: TSetupFrm
  2.   Left = 228
  3.   Top = 146
  4.   HelpContext = 1
  5.   ActiveControl = bOK
  6.   BorderIcons = [biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Instant Drive Access - Options'
  9.   ClientHeight = 309
  10.   ClientWidth = 480
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl1: TPageControl
  23.     Left = 8
  24.     Top = 8
  25.     Width = 369
  26.     Height = 289
  27.     HelpContext = 10
  28.     ActivePage = Generel
  29.     TabOrder = 0
  30.     object Generel: TTabSheet
  31.       HelpContext = 100
  32.       Caption = 'General options'
  33.       object GroupBox1: TGroupBox
  34.         Left = 8
  35.         Top = 16
  36.         Width = 289
  37.         Height = 233
  38.         Caption = 'Drive options'
  39.         Font.Color = clWindowText
  40.         Font.Height = -11
  41.         Font.Name = 'MS Sans Serif'
  42.         Font.Style = []
  43.         ParentFont = False
  44.         TabOrder = 0
  45.         object Label4: TLabel
  46.           Left = 24
  47.           Top = 147
  48.           Width = 35
  49.           Height = 13
  50.           Caption = 'Update'
  51.           Font.Color = clWindowText
  52.           Font.Height = -11
  53.           Font.Name = 'MS Sans Serif'
  54.           Font.Style = []
  55.           ParentFont = False
  56.         end
  57.         object rgWhichDrives: TRadioGroup
  58.           Left = 22
  59.           Top = 68
  60.           Width = 155
  61.           Height = 65
  62.           HelpContext = 130
  63.           Caption = 'Count which drives'
  64.           Ctl3D = True
  65.           Enabled = False
  66.           ItemIndex = 0
  67.           Items.Strings = (
  68.             'All drives'
  69.             'Only local drives')
  70.           ParentCtl3D = False
  71.           TabOrder = 2
  72.         end
  73.         object cbFreeSpace: TCheckBox
  74.           Left = 24
  75.           Top = 26
  76.           Width = 103
  77.           Height = 17
  78.           HelpContext = 110
  79.           Caption = 'Show free space'
  80.           Font.Color = clWindowText
  81.           Font.Height = -11
  82.           Font.Name = 'MS Sans Serif'
  83.           Font.Style = []
  84.           ParentFont = False
  85.           TabOrder = 0
  86.         end
  87.         object cbUpdate: TComboBox
  88.           Left = 24
  89.           Top = 160
  90.           Width = 151
  91.           Height = 21
  92.           HelpContext = 140
  93.           Font.Color = clWindowText
  94.           Font.Height = -11
  95.           Font.Name = 'MS Sans Serif'
  96.           Font.Style = []
  97.           ItemHeight = 13
  98.           Items.Strings = (
  99.             'Never'
  100.             'Every minute'
  101.             'Every 5 minutes'
  102.             'Every 10 minutes')
  103.           ParentFont = False
  104.           TabOrder = 3
  105.           Text = 'Every 5 minutes'
  106.         end
  107.         object cbTotalFree: TCheckBox
  108.           Left = 24
  109.           Top = 48
  110.           Width = 137
  111.           Height = 17
  112.           HelpContext = 120
  113.           Caption = 'Show total free space'
  114.           Font.Color = clWindowText
  115.           Font.Height = -11
  116.           Font.Name = 'MS Sans Serif'
  117.           Font.Style = []
  118.           ParentFont = False
  119.           TabOrder = 1
  120.           OnClick = cbTotalFreeClick
  121.         end
  122.       end
  123.     end
  124.     object DriveTab: TTabSheet
  125.       Caption = 'Drives'
  126.       object lbDriveList: TCheckListBox
  127.         Left = 16
  128.         Top = 18
  129.         Width = 275
  130.         Height = 167
  131.         HelpContext = 210
  132.         AllowGrayed = False
  133.         Columns = 3
  134.         Font.Color = clWindowText
  135.         Font.Height = -11
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = []
  138.         ItemHeight = 13
  139.         Items.Strings = (
  140.           'Drive A:'
  141.           'Drive B:'
  142.           'Drive C:'
  143.           'Drive D:'
  144.           'Drive E:'
  145.           'Drive F:'
  146.           'Drive G:'
  147.           'Drive H:'
  148.           'Drive I:'
  149.           'Drive J:'
  150.           'Drive K:'
  151.           'Drive L:'
  152.           'Drive M:'
  153.           'Drive N:'
  154.           'Drive O:'
  155.           'Drive P:'
  156.           'Drive Q:'
  157.           'Drive R:'
  158.           'Drive S:'
  159.           'Drive T:'
  160.           'Drive U:'
  161.           'Drive V:'
  162.           'Drive W:'
  163.           'Drive X:'
  164.           'Drive Y:'
  165.           'Drive Z:')
  166.         ParentFont = False
  167.         TabOrder = 0
  168.       end
  169.     end
  170.     object Menu: TTabSheet
  171.       HelpContext = 300
  172.       Caption = 'Menu'
  173.       object Label1: TLabel
  174.         Left = 18
  175.         Top = 18
  176.         Width = 97
  177.         Height = 13
  178.         Caption = 'Applications in menu'
  179.         Font.Color = clWindowText
  180.         Font.Height = -11
  181.         Font.Name = 'MS Sans Serif'
  182.         Font.Style = []
  183.         ParentFont = False
  184.       end
  185.       object MenuItems: TListBox
  186.         Left = 16
  187.         Top = 32
  188.         Width = 222
  189.         Height = 158
  190.         HelpContext = 310
  191.         Font.Color = clWindowText
  192.         Font.Height = -11
  193.         Font.Name = 'MS Sans Serif'
  194.         Font.Style = []
  195.         ItemHeight = 13
  196.         ParentFont = False
  197.         Style = lbOwnerDrawFixed
  198.         TabOrder = 0
  199.         OnClick = MenuItemsClick
  200.         OnDblClick = MenuItemsDblClick
  201.         OnDrawItem = MenuItemsDrawItem
  202.       end
  203.       object bAddItem: TButton
  204.         Left = 16
  205.         Top = 205
  206.         Width = 75
  207.         Height = 25
  208.         HelpContext = 320
  209.         Caption = 'Add item'
  210.         Font.Color = clWindowText
  211.         Font.Height = -11
  212.         Font.Name = 'MS Sans Serif'
  213.         Font.Style = []
  214.         ParentFont = False
  215.         TabOrder = 1
  216.         OnClick = bAddItemClick
  217.       end
  218.       object bMoveUp: TBitBtn
  219.         Left = 248
  220.         Top = 74
  221.         Width = 23
  222.         Height = 25
  223.         HelpContext = 350
  224.         TabOrder = 4
  225.         OnClick = bMoveUpClick
  226.         Glyph.Data = {
  227.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  228.           0400000000006800000000000000000000001000000010000000000000000000
  229.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  230.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  231.           7000777777777777700077770000077770007777066607777000777706660777
  232.           7000777706660777700070000666000070007706666666077000777066666077
  233.           7000777706660777700077777060777770007777770777777000777777777777
  234.           7000}
  235.       end
  236.       object bRemItem: TButton
  237.         Left = 189
  238.         Top = 205
  239.         Width = 75
  240.         Height = 25
  241.         HelpContext = 340
  242.         Caption = 'Remove item'
  243.         Font.Color = clWindowText
  244.         Font.Height = -11
  245.         Font.Name = 'MS Sans Serif'
  246.         Font.Style = []
  247.         ParentFont = False
  248.         TabOrder = 3
  249.         OnClick = bRemItemClick
  250.       end
  251.       object bMoveDown: TBitBtn
  252.         Left = 248
  253.         Top = 102
  254.         Width = 23
  255.         Height = 25
  256.         HelpContext = 350
  257.         TabOrder = 5
  258.         OnClick = bMoveDownClick
  259.         Glyph.Data = {
  260.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  261.           0400000000006800000000000000000000001000000010000000000000000000
  262.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  263.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  264.           7000777777777777700077777707777770007777706077777000777706660777
  265.           7000777066666077700077066666660770007000066600007000777706660777
  266.           7000777706660777700077770666077770007777000007777000777777777777
  267.           7000}
  268.       end
  269.       object BtnEdit: TButton
  270.         Left = 102
  271.         Top = 205
  272.         Width = 75
  273.         Height = 25
  274.         HelpContext = 330
  275.         Caption = 'Edit item'
  276.         Font.Color = clWindowText
  277.         Font.Height = -11
  278.         Font.Name = 'MS Sans Serif'
  279.         Font.Style = []
  280.         ParentFont = False
  281.         TabOrder = 2
  282.         OnClick = BtnEditClick
  283.       end
  284.     end
  285.     object TSAlias: TTabSheet
  286.       Caption = 'Aliases'
  287.       object Label3: TLabel
  288.         Left = 16
  289.         Top = 18
  290.         Width = 77
  291.         Height = 13
  292.         Caption = 'Directory aliases'
  293.         Font.Color = clWindowText
  294.         Font.Height = -11
  295.         Font.Name = 'MS Sans Serif'
  296.         Font.Style = []
  297.         ParentFont = False
  298.       end
  299.       object lbalias: TListBox
  300.         Left = 16
  301.         Top = 32
  302.         Width = 222
  303.         Height = 145
  304.         HelpContext = 410
  305.         ItemHeight = 13
  306.         TabOrder = 0
  307.         OnClick = lbaliasClick
  308.       end
  309.       object bAddAlias: TButton
  310.         Left = 32
  311.         Top = 184
  312.         Width = 75
  313.         Height = 25
  314.         HelpContext = 420
  315.         Caption = 'Add alias'
  316.         Font.Color = clWindowText
  317.         Font.Height = -11
  318.         Font.Name = 'MS Sans Serif'
  319.         Font.Style = []
  320.         ParentFont = False
  321.         TabOrder = 1
  322.         OnClick = bAddAliasClick
  323.       end
  324.       object bRemAlias: TButton
  325.         Left = 144
  326.         Top = 184
  327.         Width = 75
  328.         Height = 25
  329.         HelpContext = 430
  330.         Caption = 'Remove alias'
  331.         Font.Color = clWindowText
  332.         Font.Height = -11
  333.         Font.Name = 'MS Sans Serif'
  334.         Font.Style = []
  335.         ParentFont = False
  336.         TabOrder = 2
  337.         OnClick = bRemAliasClick
  338.       end
  339.       object bMoveAliasUp: TBitBtn
  340.         Left = 247
  341.         Top = 72
  342.         Width = 23
  343.         Height = 25
  344.         HelpContext = 450
  345.         TabOrder = 4
  346.         OnClick = bMoveAliasUpClick
  347.         Glyph.Data = {
  348.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  349.           0400000000006800000000000000000000001000000010000000000000000000
  350.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  351.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  352.           7000777777777777700077770000077770007777066607777000777706660777
  353.           7000777706660777700070000666000070007706666666077000777066666077
  354.           7000777706660777700077777060777770007777770777777000777777777777
  355.           7000}
  356.       end
  357.       object bMoveAliasDown: TBitBtn
  358.         Left = 247
  359.         Top = 103
  360.         Width = 23
  361.         Height = 25
  362.         HelpContext = 450
  363.         TabOrder = 5
  364.         OnClick = bMoveAliasDownClick
  365.         Glyph.Data = {
  366.           DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  367.           0400000000006800000000000000000000001000000010000000000000000000
  368.           BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  369.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  370.           7000777777777777700077777707777770007777706077777000777706660777
  371.           7000777066666077700077066666660770007000066600007000777706660777
  372.           7000777706660777700077770666077770007777000007777000777777777777
  373.           7000}
  374.       end
  375.       object cbOpenAlias: TCheckBox
  376.         Left = 64
  377.         Top = 224
  378.         Width = 129
  379.         Height = 17
  380.         HelpContext = 440
  381.         Caption = 'Always open as folder'
  382.         Font.Color = clWindowText
  383.         Font.Height = -11
  384.         Font.Name = 'MS Sans Serif'
  385.         Font.Style = []
  386.         ParentFont = False
  387.         TabOrder = 3
  388.       end
  389.     end
  390.     object TabSheet1: TTabSheet
  391.       Caption = 'Filemanager'
  392.       object Panel1: TPanel
  393.         Left = 8
  394.         Top = 16
  395.         Width = 289
  396.         Height = 217
  397.         BevelInner = bvRaised
  398.         BevelOuter = bvLowered
  399.         TabOrder = 0
  400.         object rgBrowser: TRadioGroup
  401.           Left = 16
  402.           Top = 14
  403.           Width = 212
  404.           Height = 91
  405.           HelpContext = 510
  406.           Caption = 'Filemanager'
  407.           Font.Color = clWindowText
  408.           Font.Height = -11
  409.           Font.Name = 'MS Sans Serif'
  410.           Font.Style = []
  411.           ItemIndex = 0
  412.           Items.Strings = (
  413.             'Open as folder'
  414.             'Open with Explorer'
  415.             'Use another browser')
  416.           ParentFont = False
  417.           TabOrder = 0
  418.           OnClick = rgBrowserClick
  419.         end
  420.         object ExtBrowser: TEdit
  421.           Left = 16
  422.           Top = 120
  423.           Width = 209
  424.           Height = 21
  425.           HelpContext = 520
  426.           Font.Color = clWindowText
  427.           Font.Height = -11
  428.           Font.Name = 'MS Sans Serif'
  429.           Font.Style = []
  430.           ParentFont = False
  431.           TabOrder = 1
  432.         end
  433.         object bSelectBrowser: TButton
  434.           Left = 17
  435.           Top = 146
  436.           Width = 87
  437.           Height = 25
  438.           HelpContext = 530
  439.           Caption = 'Select browser'
  440.           Font.Color = clWindowText
  441.           Font.Height = -11
  442.           Font.Name = 'MS Sans Serif'
  443.           Font.Style = []
  444.           ParentFont = False
  445.           TabOrder = 2
  446.           OnClick = bSelectBrowserClick
  447.         end
  448.       end
  449.     end
  450.   end
  451.   object bOK: TButton
  452.     Left = 392
  453.     Top = 32
  454.     Width = 75
  455.     Height = 25
  456.     HelpContext = 610
  457.     Caption = 'OK'
  458.     Default = True
  459.     Font.Color = clWindowText
  460.     Font.Height = -11
  461.     Font.Name = 'MS Sans Serif'
  462.     Font.Style = []
  463.     ParentFont = False
  464.     TabOrder = 1
  465.     OnClick = bOKClick
  466.   end
  467.   object bAbout: TButton
  468.     Left = 393
  469.     Top = 72
  470.     Width = 75
  471.     Height = 25
  472.     HelpContext = 620
  473.     Caption = 'About'
  474.     Font.Color = clWindowText
  475.     Font.Height = -11
  476.     Font.Name = 'MS Sans Serif'
  477.     Font.Style = []
  478.     ParentFont = False
  479.     TabOrder = 2
  480.     OnClick = bAboutClick
  481.   end
  482.   object Uninstall: TButton
  483.     Left = 393
  484.     Top = 112
  485.     Width = 75
  486.     Height = 25
  487.     HelpContext = 630
  488.     Caption = 'Uninstall'
  489.     Font.Color = clWindowText
  490.     Font.Height = -11
  491.     Font.Name = 'MS Sans Serif'
  492.     Font.Style = []
  493.     ParentFont = False
  494.     TabOrder = 3
  495.     OnClick = UninstallClick
  496.   end
  497.   object PopupDriveMenu: TPopupMenu
  498.     Left = 430
  499.     Top = 176
  500.   end
  501.   object OpenDialog: TOpenDialog
  502.     FileEditStyle = fsEdit
  503.     Filter = 
  504.       'Programs|*.exe; *.com|Help files|*.hlp|HTML files|*.htm;*.html|A' +
  505.       'll files|*.*'
  506.     Left = 398
  507.     Top = 176
  508.   end
  509.   object UpdateTimer: TTimer
  510.     Interval = 300000
  511.     OnTimer = UpdateTimerTimer
  512.     Left = 400
  513.     Top = 215
  514.   end
  515.   object TrayIcon: TTrayIcon
  516.     Active = False
  517.     ShowDesigning = False
  518.     Icon.Data = {<image001.ico>}
  519.     ToolTip = 'Instant Drive Access 1.10b'
  520.     OnDblClick = TrayIconDblClick
  521.     PopupMenu = PopupDriveMenu
  522.     Left = 432
  523.     Top = 216
  524.   end
  525. end
  526.