home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / devcpp.exe / 0 / RCDATA / TCHECKFORM / TCHECKFORM.txt
Encoding:
Text File  |  2002-04-12  |  2.5 KB  |  125 lines

  1. object CheckForm: TCheckForm
  2.   Left = 291
  3.   Top = 55
  4.   ActiveControl = grpTask
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Check for Dev-C++ update'
  8.   ClientHeight = 346
  9.   ClientWidth = 328
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poOwnerFormCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object grpTask: TGroupBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 313
  26.     Height = 41
  27.     Caption = 'Task:'
  28.     TabOrder = 0
  29.     object L: TLabel
  30.       Left = 24
  31.       Top = 16
  32.       Width = 3
  33.       Height = 13
  34.     end
  35.   end
  36.   object grpResults: TGroupBox
  37.     Left = 7
  38.     Top = 61
  39.     Width = 313
  40.     Height = 244
  41.     Caption = 'Results:'
  42.     TabOrder = 1
  43.     object lblRelVer: TLabel
  44.       Left = 8
  45.       Top = 24
  46.       Width = 79
  47.       Height = 13
  48.       Caption = 'Release version:'
  49.     end
  50.     object lblNeed: TLabel
  51.       Left = 8
  52.       Top = 40
  53.       Width = 132
  54.       Height = 13
  55.       Caption = 'Needed version to use with:'
  56.     end
  57.     object lblDesc: TLabel
  58.       Left = 8
  59.       Top = 56
  60.       Width = 105
  61.       Height = 13
  62.       Caption = 'Description of release:'
  63.     end
  64.     object Release: TLabel
  65.       Left = 96
  66.       Top = 24
  67.       Width = 5
  68.       Height = 13
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clBlue
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.     end
  76.     object Need_version: TLabel
  77.       Left = 149
  78.       Top = 40
  79.       Width = 5
  80.       Height = 13
  81.       Font.Charset = DEFAULT_CHARSET
  82.       Font.Color = clBlue
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object lblSites: TLabel
  89.       Left = 8
  90.       Top = 144
  91.       Width = 200
  92.       Height = 13
  93.       Caption = 'Download site (double-click to download) :'
  94.     end
  95.     object Memo: TMemo
  96.       Left = 8
  97.       Top = 72
  98.       Width = 297
  99.       Height = 57
  100.       ReadOnly = True
  101.       ScrollBars = ssVertical
  102.       TabOrder = 0
  103.     end
  104.     object SiteList: TListBox
  105.       Left = 8
  106.       Top = 160
  107.       Width = 297
  108.       Height = 73
  109.       ItemHeight = 13
  110.       TabOrder = 1
  111.       OnDblClick = SiteListDblClick
  112.     end
  113.   end
  114.   object btnOk: TBitBtn
  115.     Left = 244
  116.     Top = 314
  117.     Width = 75
  118.     Height = 25
  119.     Caption = '&OK'
  120.     TabOrder = 2
  121.     OnClick = btnOkClick
  122.     Kind = bkOK
  123.   end
  124. end
  125.