home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / dclean / Dclean.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  2001-12-04  |  4KB  |  165 lines

  1. object MainForm: TMainForm
  2.   Left = 207
  3.   Top = 112
  4.   HorzScrollBar.Color = clMaroon
  5.   HorzScrollBar.ParentColor = False
  6.   HorzScrollBar.Tracking = True
  7.   ActiveControl = CleanBtn
  8.   BorderIcons = [biSystemMenu, biHelp]
  9.   BorderStyle = bsSingle
  10.   Caption = 'Disk Cleaner'
  11.   ClientHeight = 288
  12.   ClientWidth = 326
  13.   Color = 47634134
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   KeyPreview = True
  20.   OldCreateOrder = False
  21.   Position = poDesktopCenter
  22.   OnCreate = FormCreate
  23.   OnDestroy = FormDestroy
  24.   OnKeyDown = FormKeyDown
  25.   OnPaint = FormPaint
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object Label1: TLabel
  29.     Left = 24
  30.     Top = 16
  31.     Width = 101
  32.     Height = 13
  33.     Caption = 'Select items to clean:'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clNavy
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object CleaningItems: TCheckListBox
  43.     Left = 24
  44.     Top = 37
  45.     Width = 273
  46.     Height = 144
  47.     Hint = 'HintText'
  48.     HelpContext = 100
  49.     OnClickCheck = CleaningItemsClickCheck
  50.     BorderStyle = bsNone
  51.     Color = 48412040
  52.     Ctl3D = False
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     IntegralHeight = True
  59.     ItemHeight = 18
  60.     ParentCtl3D = False
  61.     ParentFont = False
  62.     ParentShowHint = False
  63.     ShowHint = True
  64.     Style = lbOwnerDrawFixed
  65.     TabOrder = 3
  66.     OnDrawItem = CleaningItemsDrawItem
  67.     OnMouseDown = CleaningItemsMouseDown
  68.   end
  69.   object CleanBtn: TOwnerDrawBtn
  70.     Tag = 1
  71.     Left = 24
  72.     Top = 240
  73.     Width = 89
  74.     Height = 41
  75.     HelpContext = 101
  76.     Default = True
  77.     TabStop = True
  78.     TabOrder = 0
  79.     Caption = '&Clean'
  80.     OnClick = CleanBtnClick
  81.     OnDrawButton = CleanBtnDrawButton
  82.   end
  83.   object AboutBtn: TOwnerDrawBtn
  84.     Tag = 2
  85.     Left = 120
  86.     Top = 240
  87.     Width = 89
  88.     Height = 41
  89.     HelpContext = 102
  90.     TabStop = True
  91.     TabOrder = 1
  92.     Caption = '&About'
  93.     OnClick = AboutBtnClick
  94.     OnDrawButton = CleanBtnDrawButton
  95.   end
  96.   object ExitBtn: TOwnerDrawBtn
  97.     Tag = 3
  98.     Left = 216
  99.     Top = 240
  100.     Width = 89
  101.     Height = 41
  102.     HelpContext = 103
  103.     Cancel = True
  104.     TabStop = True
  105.     TabOrder = 2
  106.     Caption = 'E&xit'
  107.     OnClick = ExitBtnClick
  108.     OnDrawButton = CleanBtnDrawButton
  109.   end
  110.   object SaveCfg: TOwnerDrawBtn
  111.     Left = 168
  112.     Top = 196
  113.     Width = 61
  114.     Height = 25
  115.     HelpContext = 104
  116.     TabStop = True
  117.     TabOrder = 5
  118.     Caption = '&Save as...'
  119.     OnClick = SaveCfgClick
  120.     OnDrawButton = CleanBtnDrawButton
  121.   end
  122.   object RmCfg: TOwnerDrawBtn
  123.     Left = 236
  124.     Top = 196
  125.     Width = 61
  126.     Height = 25
  127.     HelpContext = 105
  128.     TabStop = True
  129.     TabOrder = 6
  130.     Caption = '&Remove'
  131.     OnClick = RmCfgClick
  132.     OnDrawButton = CleanBtnDrawButton
  133.   end
  134.   object SettingsBox: TComboBox
  135.     Left = 24
  136.     Top = 196
  137.     Width = 137
  138.     Height = 19
  139.     HelpContext = 106
  140.     Style = csOwnerDrawFixed
  141.     Color = 48412040
  142.     Ctl3D = False
  143.     Font.Charset = DEFAULT_CHARSET
  144.     Font.Color = clWindowText
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ItemHeight = 13
  149.     ParentCtl3D = False
  150.     ParentFont = False
  151.     Sorted = True
  152.     TabOrder = 4
  153.     OnChange = SettingsBoxChange
  154.     OnDrawItem = SettingsBoxDrawItem
  155.   end
  156.   object CfgMenu: TPopupMenu
  157.     Left = 288
  158.     Top = 4
  159.     object Config: TMenuItem
  160.       Caption = '&Configure'
  161.       OnClick = ConfigClick
  162.     end
  163.   end
  164. end
  165.