home *** CD-ROM | disk | FTP | other *** search
- object CheckForm: TCheckForm
- Left = 204
- Top = 108
- ActiveControl = GroupBox1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Check for Dev-C++ update'
- ClientHeight = 400
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 9
- Top = 0
- Width = 385
- Height = 50
- Caption = 'Task:'
- TabOrder = 0
- object L: TLabel
- Left = 30
- Top = 20
- Width = 3
- Height = 16
- end
- end
- object GroupBox2: TGroupBox
- Left = 9
- Top = 55
- Width = 385
- Height = 301
- Caption = 'Results:'
- TabOrder = 1
- object Label1: TLabel
- Left = 10
- Top = 30
- Width = 102
- Height = 16
- Caption = 'Release version:'
- end
- object Label2: TLabel
- Left = 10
- Top = 49
- Width = 164
- Height = 16
- Caption = 'Needed version to use with:'
- end
- object Label3: TLabel
- Left = 10
- Top = 69
- Width = 134
- Height = 16
- Caption = 'Description of release:'
- end
- object Release: TLabel
- Left = 118
- Top = 30
- Width = 5
- Height = 16
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Need_version: TLabel
- Left = 183
- Top = 49
- Width = 5
- Height = 16
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 10
- Top = 177
- Width = 251
- Height = 16
- Caption = 'Download site (double-click to download) :'
- end
- object Memo: TMemo
- Left = 10
- Top = 89
- Width = 365
- Height = 70
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object SiteList: TListBox
- Left = 10
- Top = 197
- Width = 365
- Height = 90
- ItemHeight = 16
- TabOrder = 1
- OnDblClick = SiteListDblClick
- end
- end
- object BitBtn1: TBitBtn
- Left = 300
- Top = 364
- Width = 93
- Height = 31
- Caption = '&OK'
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clBlack
- ActiveEndColor = clLime
- ActiveFontColor = clWhite
- InactiveBeginColor = clBlack
- InactiveEndColor = clSilver
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = DEFAULT_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'MS Sans Serif'
- CaptionFont.Style = []
- NumColors = 64
- AutoSize = False
- Left = 160
- Top = 296
- end
- end
-