home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 201
- Top = 110
- BorderStyle = bsSingle
- Caption = 'CPC Update'
- ClientHeight = 135
- ClientWidth = 450
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 56
- Width = 86
- Height = 15
- Caption = 'Do you update?'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 8
- Width = 200
- Height = 15
- Caption = 'Conductor 1.0 alpha2 was found in : '
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 35
- Top = 32
- Width = 3
- Height = 15
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 112
- Width = 450
- Height = 23
- Panels = <
- item
- Text = ' Copyright(C) 1997 Sony Corporation. All rights reserved.'
- Width = 50
- end>
- SimplePanel = False
- SizeGrip = False
- end
- object Button1: TButton
- Left = 120
- Top = 80
- Width = 89
- Height = 25
- Caption = 'OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 240
- Top = 80
- Width = 89
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-