home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TCHECKFORM / TCHECKFORM.txt
Text File  |  2002-07-15  |  3KB  |  146 lines

  1. object CheckForm: TCheckForm
  2.   Left = 204
  3.   Top = 108
  4.   ActiveControl = GroupBox1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Check for Dev-C++ update'
  8.   ClientHeight = 400
  9.   ClientWidth = 401
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -14
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object GroupBox1: TGroupBox
  22.     Left = 9
  23.     Top = 0
  24.     Width = 385
  25.     Height = 50
  26.     Caption = 'Task:'
  27.     TabOrder = 0
  28.     object L: TLabel
  29.       Left = 30
  30.       Top = 20
  31.       Width = 3
  32.       Height = 16
  33.     end
  34.   end
  35.   object GroupBox2: TGroupBox
  36.     Left = 9
  37.     Top = 55
  38.     Width = 385
  39.     Height = 301
  40.     Caption = 'Results:'
  41.     TabOrder = 1
  42.     object Label1: TLabel
  43.       Left = 10
  44.       Top = 30
  45.       Width = 102
  46.       Height = 16
  47.       Caption = 'Release version:'
  48.     end
  49.     object Label2: TLabel
  50.       Left = 10
  51.       Top = 49
  52.       Width = 164
  53.       Height = 16
  54.       Caption = 'Needed version to use with:'
  55.     end
  56.     object Label3: TLabel
  57.       Left = 10
  58.       Top = 69
  59.       Width = 134
  60.       Height = 16
  61.       Caption = 'Description of release:'
  62.     end
  63.     object Release: TLabel
  64.       Left = 118
  65.       Top = 30
  66.       Width = 5
  67.       Height = 16
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clBlue
  70.       Font.Height = -15
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.     end
  75.     object Need_version: TLabel
  76.       Left = 183
  77.       Top = 49
  78.       Width = 5
  79.       Height = 16
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clBlue
  82.       Font.Height = -15
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsBold]
  85.       ParentFont = False
  86.     end
  87.     object Label4: TLabel
  88.       Left = 10
  89.       Top = 177
  90.       Width = 251
  91.       Height = 16
  92.       Caption = 'Download site (double-click to download) :'
  93.     end
  94.     object Memo: TMemo
  95.       Left = 10
  96.       Top = 89
  97.       Width = 365
  98.       Height = 70
  99.       ReadOnly = True
  100.       ScrollBars = ssVertical
  101.       TabOrder = 0
  102.     end
  103.     object SiteList: TListBox
  104.       Left = 10
  105.       Top = 197
  106.       Width = 365
  107.       Height = 90
  108.       ItemHeight = 16
  109.       TabOrder = 1
  110.       OnDblClick = SiteListDblClick
  111.     end
  112.   end
  113.   object BitBtn1: TBitBtn
  114.     Left = 300
  115.     Top = 364
  116.     Width = 93
  117.     Height = 31
  118.     Caption = '&OK'
  119.     TabOrder = 2
  120.     OnClick = BitBtn1Click
  121.     Kind = bkOK
  122.   end
  123.   object MarsCaption1: TMarsCaption
  124.     ActiveBeginColor = clBlack
  125.     ActiveEndColor = clLime
  126.     ActiveFontColor = clWhite
  127.     InactiveBeginColor = clBlack
  128.     InactiveEndColor = clSilver
  129.     InactiveFontColor = clSilver
  130.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  131.     ApplicationNameFont.Color = clWindowText
  132.     ApplicationNameFont.Height = -11
  133.     ApplicationNameFont.Name = 'MS Sans Serif'
  134.     ApplicationNameFont.Style = [fsBold]
  135.     CaptionFont.Charset = DEFAULT_CHARSET
  136.     CaptionFont.Color = clWindowText
  137.     CaptionFont.Height = -11
  138.     CaptionFont.Name = 'MS Sans Serif'
  139.     CaptionFont.Style = []
  140.     NumColors = 64
  141.     AutoSize = False
  142.     Left = 160
  143.     Top = 296
  144.   end
  145. end
  146.