home *** CD-ROM | disk | FTP | other *** search
/ Sony Community Place / CONDUCTOR / CPCUpdate.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1997-01-01  |  1.6 KB  |  83 lines

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 110
  4.   BorderStyle = bsSingle
  5.   Caption = 'CPC Update'
  6.   ClientHeight = 135
  7.   ClientWidth = 450
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 56
  19.     Width = 86
  20.     Height = 15
  21.     Caption = 'Do you update?'
  22.     Font.Color = clBlack
  23.     Font.Height = -12
  24.     Font.Name = 'Arial'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object Label2: TLabel
  29.     Left = 16
  30.     Top = 8
  31.     Width = 200
  32.     Height = 15
  33.     Caption = 'Conductor 1.0 alpha2 was found in : '
  34.     Font.Color = clBlack
  35.     Font.Height = -12
  36.     Font.Name = 'Arial'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 35
  42.     Top = 32
  43.     Width = 3
  44.     Height = 15
  45.     Font.Color = clBlack
  46.     Font.Height = -12
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object StatusBar1: TStatusBar
  52.     Left = 0
  53.     Top = 112
  54.     Width = 450
  55.     Height = 23
  56.     Panels = <
  57.       item
  58.         Text = ' Copyright(C)  1997 Sony Corporation. All rights reserved.'
  59.         Width = 50
  60.       end>
  61.     SimplePanel = False
  62.     SizeGrip = False
  63.   end
  64.   object Button1: TButton
  65.     Left = 120
  66.     Top = 80
  67.     Width = 89
  68.     Height = 25
  69.     Caption = 'OK'
  70.     TabOrder = 0
  71.     OnClick = Button1Click
  72.   end
  73.   object Button2: TButton
  74.     Left = 240
  75.     Top = 80
  76.     Width = 89
  77.     Height = 25
  78.     Caption = 'Cancel'
  79.     TabOrder = 1
  80.     OnClick = Button2Click
  81.   end
  82. end
  83.