home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EClean / EasyClean.exe / 0 / RCDATA / TFOPTIONS / TFOPTIONS.txt
Text File  |  1998-01-15  |  7KB  |  297 lines

  1. inherited fOptions: TfOptions
  2.   Left = 503
  3.   Top = 287
  4.   BorderStyle = bsDialog
  5.   Caption = 'Settings'
  6.   ClientHeight = 293
  7.   ClientWidth = 403
  8.   OnCreate = FormCreate
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object SubPanel: TPanel [0]
  12.     Left = 0
  13.     Top = 262
  14.     Width = 403
  15.     Height = 31
  16.     Align = alBottom
  17.     BevelOuter = bvNone
  18.     TabOrder = 0
  19.     object ModalPanel: TPanel
  20.       Left = 140
  21.       Top = 0
  22.       Width = 263
  23.       Height = 31
  24.       Align = alRight
  25.       BevelOuter = bvNone
  26.       TabOrder = 0
  27.       object Button1: TButton
  28.         Left = 9
  29.         Top = 2
  30.         Width = 75
  31.         Height = 22
  32.         Caption = '&OK'
  33.         Default = True
  34.         TabOrder = 0
  35.         OnClick = Button1Click
  36.       end
  37.       object Button2: TButton
  38.         Left = 94
  39.         Top = 2
  40.         Width = 75
  41.         Height = 22
  42.         Caption = '&Cancel'
  43.         ModalResult = 2
  44.         TabOrder = 1
  45.       end
  46.       object Button3: TButton
  47.         Left = 180
  48.         Top = 2
  49.         Width = 75
  50.         Height = 22
  51.         Caption = '&Apply'
  52.         TabOrder = 2
  53.         OnClick = Button3Click
  54.       end
  55.     end
  56.   end
  57.   object Panel2: TPanel [1]
  58.     Left = 0
  59.     Top = 0
  60.     Width = 403
  61.     Height = 262
  62.     Align = alClient
  63.     BevelOuter = bvNone
  64.     BorderWidth = 8
  65.     Caption = 'Panel2'
  66.     TabOrder = 1
  67.     object Pagecontrol1: TPageControl
  68.       Left = 8
  69.       Top = 8
  70.       Width = 387
  71.       Height = 246
  72.       ActivePage = TabSheet1
  73.       Align = alClient
  74.       TabOrder = 0
  75.       object TabSheet1: TTabSheet
  76.         Caption = 'General'
  77.         object GroupBox1: TGroupBox
  78.           Left = 10
  79.           Top = 5
  80.           Width = 356
  81.           Height = 199
  82.           Caption = 'Settings'
  83.           TabOrder = 0
  84.           object Label2: TLabel
  85.             Left = 21
  86.             Top = 38
  87.             Width = 175
  88.             Height = 13
  89.             Alignment = taRightJustify
  90.             Caption = 'Path to Autoexec.bat and Config.sys:'
  91.           end
  92.           object Label3: TLabel
  93.             Left = 61
  94.             Top = 70
  95.             Width = 135
  96.             Height = 13
  97.             Alignment = taRightJustify
  98.             Caption = 'Text for registry default-keys:'
  99.           end
  100.           object DefaultEmpty: TLabel
  101.             Left = 100
  102.             Top = 102
  103.             Width = 96
  104.             Height = 13
  105.             Alignment = taRightJustify
  106.             Caption = 'empty registry value:'
  107.           end
  108.           object pathtosystemfilesEDT: TEdit
  109.             Left = 198
  110.             Top = 35
  111.             Width = 140
  112.             Height = 21
  113.             TabOrder = 0
  114.             Text = 'C:\'
  115.           end
  116.           object DefaultTextEDT: TEdit
  117.             Left = 198
  118.             Top = 67
  119.             Width = 140
  120.             Height = 21
  121.             TabOrder = 1
  122.             Text = '(default)'
  123.           end
  124.           object EmptyTextEDT: TEdit
  125.             Left = 198
  126.             Top = 99
  127.             Width = 140
  128.             Height = 21
  129.             TabOrder = 2
  130.             Text = '(empty)'
  131.           end
  132.         end
  133.       end
  134.       object ViewSheet: TTabSheet
  135.         Caption = 'View'
  136.         object GroupBox2: TGroupBox
  137.           Left = 10
  138.           Top = 5
  139.           Width = 357
  140.           Height = 199
  141.           Caption = 'View settings'
  142.           TabOrder = 0
  143.           object Label1: TLabel
  144.             Left = 121
  145.             Top = 53
  146.             Width = 81
  147.             Height = 13
  148.             Alignment = taRightJustify
  149.             Caption = 'color of the hints:'
  150.           end
  151.           object HintcolorSHP: TShape
  152.             Left = 210
  153.             Top = 49
  154.             Width = 93
  155.             Height = 20
  156.             Brush.Color = clInfoBk
  157.             Shape = stRoundRect
  158.             OnMouseUp = HintcolorSHPMouseUp
  159.           end
  160.           object Label4: TLabel
  161.             Left = 93
  162.             Top = 79
  163.             Width = 109
  164.             Height = 13
  165.             Alignment = taRightJustify
  166.             Caption = 'color of the captionbar:'
  167.           end
  168.           object CaptionColorSHP: TShape
  169.             Left = 210
  170.             Top = 75
  171.             Width = 93
  172.             Height = 20
  173.             Brush.Color = clBlack
  174.             Shape = stRoundRect
  175.             OnMouseUp = CaptionColorSHPMouseUp
  176.           end
  177.           object Label5: TLabel
  178.             Left = 23
  179.             Top = 157
  180.             Width = 244
  181.             Height = 26
  182.             Caption = 'Some of the changes will be availabe after the next start'
  183.             WordWrap = True
  184.           end
  185.           object Label6: TLabel
  186.             Left = 48
  187.             Top = 106
  188.             Width = 154
  189.             Height = 13
  190.             Alignment = taRightJustify
  191.             Caption = 'fontcolor of the Taskbar (active):'
  192.           end
  193.           object CaptionTextActiveSHP: TShape
  194.             Left = 210
  195.             Top = 102
  196.             Width = 93
  197.             Height = 20
  198.             Brush.Color = clBlack
  199.             Shape = stRoundRect
  200.             OnMouseUp = CaptionTextActiveSHPMouseUp
  201.           end
  202.           object Label7: TLabel
  203.             Left = 40
  204.             Top = 132
  205.             Width = 162
  206.             Height = 13
  207.             Alignment = taRightJustify
  208.             Caption = 'fontcolor of the Taskbar (inactive):'
  209.           end
  210.           object CaptionTextInActiveSHP: TShape
  211.             Left = 210
  212.             Top = 128
  213.             Width = 93
  214.             Height = 20
  215.             Brush.Color = clBlack
  216.             Shape = stRoundRect
  217.             OnMouseUp = CaptionTextInActiveSHPMouseUp
  218.           end
  219.           object ShowHintsCB: TCheckBox
  220.             Left = 231
  221.             Top = 24
  222.             Width = 70
  223.             Height = 17
  224.             Alignment = taLeftJustify
  225.             Caption = 'show hints'
  226.             TabOrder = 0
  227.           end
  228.         end
  229.       end
  230.       object TabSheet3: TTabSheet
  231.         Caption = 'Delete'
  232.         object GroupBox3: TGroupBox
  233.           Left = 11
  234.           Top = 5
  235.           Width = 357
  236.           Height = 199
  237.           Caption = 'delete-settings'
  238.           TabOrder = 0
  239.           object RecycleCB: TCheckBox
  240.             Left = 16
  241.             Top = 36
  242.             Width = 296
  243.             Height = 17
  244.             Caption = 'move the deleted files to recycle-bin'
  245.             TabOrder = 0
  246.             OnClick = RecycleCBClick
  247.           end
  248.           object BackupFilesCB: TCheckBox
  249.             Left = 16
  250.             Top = 62
  251.             Width = 282
  252.             Height = 17
  253.             Caption = 'Backup files to directory'
  254.             TabOrder = 1
  255.             OnClick = BackupFilesCBClick
  256.           end
  257.           object BackupDirEDT: TEdit
  258.             Left = 16
  259.             Top = 92
  260.             Width = 285
  261.             Height = 21
  262.             TabOrder = 2
  263.           end
  264.           object ChooseDirBTN: TButton
  265.             Left = 304
  266.             Top = 92
  267.             Width = 21
  268.             Height = 22
  269.             Hint = 'browse folder'
  270.             Caption = '...'
  271.             TabOrder = 3
  272.             OnClick = ChooseDirBTNClick
  273.           end
  274.         end
  275.       end
  276.     end
  277.   end
  278.   inherited MSOfficeCaption1: TMSOfficeCaption
  279.     CaptionText.Caption = 'Settings'
  280.   end
  281.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  282.     Title = 'Backuppath for deleted files'
  283.     Root = idDrives
  284.     Options = [bfDirectoriesOnly]
  285.     StatusText = 'Folder to store the deleted files'
  286.     EnableOKButton = True
  287.     Left = 327
  288.     Top = 92
  289.   end
  290.   object ColorDialog1: TColorDialog
  291.     Ctl3D = True
  292.     Options = [cdFullOpen, cdAnyColor]
  293.     Left = 356
  294.     Top = 92
  295.   end
  296. end
  297.