home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 July / CHIP_CD_2005-07.iso / software / rapid / rapid_install.exe / rapid.exe / 0 / RCDATA / TFORMOPTIONS / TFORMOPTIONS.txt
Text File  |  2005-05-02  |  5KB  |  221 lines

  1. object formOptions: TformOptions
  2.   Left = 464
  3.   Top = 246
  4.   ActiveControl = btnOK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 305
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object btnOK: TButton
  22.     Left = 224
  23.     Top = 272
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object btnCancel: TButton
  32.     Left = 312
  33.     Top = 272
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object PageControl1: TPageControl
  42.     Left = 8
  43.     Top = 8
  44.     Width = 377
  45.     Height = 257
  46.     ActivePage = tabFileProtection
  47.     TabOrder = 2
  48.     object tabGeneral: TTabSheet
  49.       Caption = 'General'
  50.       object GroupBox1: TGroupBox
  51.         Left = 8
  52.         Top = 8
  53.         Width = 353
  54.         Height = 209
  55.         TabOrder = 0
  56.         object cbMinimizeOnStart: TCheckBox
  57.           Left = 16
  58.           Top = 40
  59.           Width = 321
  60.           Height = 17
  61.           Hint = 'Minimize program window on start'
  62.           Caption = 'Minimize on start'
  63.           TabOrder = 1
  64.         end
  65.         object cbStartup: TCheckBox
  66.           Left = 16
  67.           Top = 16
  68.           Width = 321
  69.           Height = 17
  70.           Hint = 'Launch program on Windows startup'
  71.           Caption = 'Launch on startup'
  72.           TabOrder = 0
  73.         end
  74.         object cbMinimizeOnClose: TCheckBox
  75.           Left = 16
  76.           Top = 64
  77.           Width = 321
  78.           Height = 17
  79.           Hint = 
  80.             'Minimize program window on close. Select '#39'File/Exit'#39' menu item t' +
  81.             'o exit application'
  82.           Caption = 'Minimize on close'
  83.           TabOrder = 2
  84.         end
  85.         object cbContextMenu: TCheckBox
  86.           Left = 16
  87.           Top = 88
  88.           Width = 321
  89.           Height = 17
  90.           Hint = 'Add menu items to the Windows Explorer context menu'
  91.           Caption = 'Windows Explorer context menu'
  92.           TabOrder = 3
  93.         end
  94.         object cbAnimateIcon: TCheckBox
  95.           Left = 16
  96.           Top = 112
  97.           Width = 321
  98.           Height = 17
  99.           Hint = 'Add menu items to the Windows Explorer context menu'
  100.           Caption = 'Animate icon in tray'
  101.           TabOrder = 4
  102.         end
  103.         object cbShowScheduler: TCheckBox
  104.           Left = 16
  105.           Top = 136
  106.           Width = 321
  107.           Height = 17
  108.           Hint = 'Show schedule for every profile'
  109.           Caption = 'Show schedule'
  110.           TabOrder = 5
  111.         end
  112.       end
  113.     end
  114.     object tabConfirmations: TTabSheet
  115.       Caption = 'Confirmations'
  116.       ImageIndex = 1
  117.       object GroupBox2: TGroupBox
  118.         Left = 8
  119.         Top = 8
  120.         Width = 353
  121.         Height = 209
  122.         TabOrder = 0
  123.         object cbConfirmExit: TCheckBox
  124.           Left = 16
  125.           Top = 16
  126.           Width = 321
  127.           Height = 17
  128.           Hint = 'Ask confirmation on exit'
  129.           Caption = 'On program exit'
  130.           TabOrder = 0
  131.         end
  132.       end
  133.     end
  134.     object tabFileProtection: TTabSheet
  135.       Caption = 'File protection'
  136.       ImageIndex = 2
  137.       object GroupBox3: TGroupBox
  138.         Left = 8
  139.         Top = 8
  140.         Width = 353
  141.         Height = 209
  142.         Align = alCustom
  143.         TabOrder = 2
  144.       end
  145.       object cbActivateProtection: TCheckBox
  146.         Left = 24
  147.         Top = 24
  148.         Width = 321
  149.         Height = 17
  150.         Caption = 
  151.           'Activate file protection if one of the following programs is run' +
  152.           'ning'
  153.         TabOrder = 0
  154.         OnClick = cbActivateProtectionClick
  155.       end
  156.       object meProtectionList: TMemo
  157.         Left = 24
  158.         Top = 56
  159.         Width = 321
  160.         Height = 145
  161.         Lines.Strings = (
  162.           'defrag.exe'
  163.           'oodefrag.exe')
  164.         TabOrder = 1
  165.       end
  166.     end
  167.     object tabLog: TTabSheet
  168.       Caption = 'Log'
  169.       ImageIndex = 3
  170.       object GroupBox4: TGroupBox
  171.         Left = 8
  172.         Top = 8
  173.         Width = 353
  174.         Height = 209
  175.         TabOrder = 0
  176.         object lblLogLevel: TLabel
  177.           Left = 16
  178.           Top = 16
  179.           Width = 46
  180.           Height = 13
  181.           Caption = 'Log level:'
  182.         end
  183.         object lblMaxLines: TLabel
  184.           Left = 16
  185.           Top = 72
  186.           Width = 188
  187.           Height = 13
  188.           Caption = 'Maximum number of lines in log window:'
  189.         end
  190.         object cbLogLevel: TComboBox
  191.           Left = 16
  192.           Top = 36
  193.           Width = 161
  194.           Height = 21
  195.           Style = csDropDownList
  196.           ItemHeight = 13
  197.           ItemIndex = 0
  198.           TabOrder = 0
  199.           Text = 'None'
  200.           OnChange = cbLogLevelChange
  201.           Items.Strings = (
  202.             'None'
  203.             'Short'
  204.             'Verbose')
  205.         end
  206.         object seMaxLog: TSpinEdit
  207.           Left = 16
  208.           Top = 88
  209.           Width = 57
  210.           Height = 22
  211.           Increment = 10
  212.           MaxValue = 999999
  213.           MinValue = 1
  214.           TabOrder = 1
  215.           Value = 9999
  216.         end
  217.       end
  218.     end
  219.   end
  220. end
  221.