home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / StartRight / source.zip / UnitFrmOptions.dfm < prev    next >
Text File  |  2004-10-01  |  4KB  |  180 lines

  1. object FrmOptions: TFrmOptions
  2.   Left = 401
  3.   Top = 334
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu]
  6.   Caption = 'StartRight  - Options'
  7.   ClientHeight = 338
  8.   ClientWidth = 375
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     375
  21.     338)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label4: TLabel
  25.     Left = 8
  26.     Top = 120
  27.     Width = 328
  28.     Height = 26
  29.     Caption = 
  30.       'Longer pause increase the smoothness of the boot process but als' +
  31.       'o increase the total time it takes to finish the startup process' +
  32.       '.'
  33.     WordWrap = True
  34.   end
  35.   object bSave: TButton
  36.     Left = 32
  37.     Top = 306
  38.     Width = 97
  39.     Height = 25
  40.     Anchors = [akLeft, akBottom]
  41.     Caption = 'Save'
  42.     TabOrder = 0
  43.     OnClick = bSaveClick
  44.   end
  45.   object bCancel: TButton
  46.     Left = 232
  47.     Top = 306
  48.     Width = 97
  49.     Height = 25
  50.     Anchors = [akLeft, akBottom]
  51.     Caption = 'Cancel'
  52.     TabOrder = 1
  53.     OnClick = bCancelClick
  54.   end
  55.   object cbShowStartupDialog: TCheckBox
  56.     Left = 8
  57.     Top = 32
  58.     Width = 337
  59.     Height = 25
  60.     Caption = 'Show Startup Control dialog when StartRight runs items (Phase 2)'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'Tahoma'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 2
  68.   end
  69.   object cbDisableSysTrayNotification: TCheckBox
  70.     Left = 8
  71.     Top = 56
  72.     Width = 329
  73.     Height = 25
  74.     Caption = 'Disable System Tray notification when new items found'
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'Tahoma'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     TabOrder = 3
  82.   end
  83.   object cbAutoDisable: TCheckBox
  84.     Left = 8
  85.     Top = 80
  86.     Width = 345
  87.     Height = 25
  88.     Caption = 
  89.       'Disable all new items by default (requires manually enabling to ' +
  90.       'run)'
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'Tahoma'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 4
  98.   end
  99.   object cbDisableMoveDialog: TCheckBox
  100.     Left = 8
  101.     Top = 8
  102.     Width = 353
  103.     Height = 25
  104.     Caption = 
  105.       'Disable Startup Control dialog when StartRight moves items (Phas' +
  106.       'e 1)'
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clWindowText
  109.     Font.Height = -11
  110.     Font.Name = 'Tahoma'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 5
  114.   end
  115.   object GroupBox1: TGroupBox
  116.     Left = 8
  117.     Top = 152
  118.     Width = 361
  119.     Height = 113
  120.     Caption = 'Default Pauses'
  121.     TabOrder = 6
  122.     object Label1: TLabel
  123.       Left = 8
  124.       Top = 28
  125.       Width = 239
  126.       Height = 13
  127.       Caption = 'Pause before starting any programs (milliseconds)'
  128.     end
  129.     object Label3: TLabel
  130.       Left = 8
  131.       Top = 52
  132.       Width = 227
  133.       Height = 13
  134.       Caption = 'Pause between Runkey programs (milliseconds)'
  135.     end
  136.     object Label2: TLabel
  137.       Left = 8
  138.       Top = 76
  139.       Width = 227
  140.       Height = 13
  141.       Caption = 'Pause between Startup programs (milliseconds)'
  142.     end
  143.     object txtIntInitPause: TEdit
  144.       Left = 280
  145.       Top = 28
  146.       Width = 65
  147.       Height = 21
  148.       Hint = 'InitialPauseMilli'
  149.       TabOrder = 0
  150.       Text = 'txtIntInitPause'
  151.     end
  152.     object txtIntRunkeyPause: TEdit
  153.       Left = 280
  154.       Top = 52
  155.       Width = 65
  156.       Height = 21
  157.       Hint = 'RunkeyDelayMilli'
  158.       TabOrder = 1
  159.       Text = 'txtIntRunkeyPause'
  160.     end
  161.     object txtIntStartupPause: TEdit
  162.       Left = 280
  163.       Top = 76
  164.       Width = 65
  165.       Height = 21
  166.       Hint = 'StartupDelayMilli'
  167.       TabOrder = 2
  168.       Text = 'txtIntStartupPause'
  169.     end
  170.   end
  171.   object cbDisableAutoTune: TCheckBox
  172.     Left = 8
  173.     Top = 264
  174.     Width = 345
  175.     Height = 25
  176.     Caption = 'Disable Auto-Tune (CPU usage updates)'
  177.     TabOrder = 7
  178.   end
  179. end
  180.