home *** CD-ROM | disk | FTP | other *** search
/ PC User 1997 January / PCU_JAN.ISO / scala / autorun.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1996-08-21  |  1.7 KB  |  87 lines

  1. object Form1: TForm1
  2.   Left = 206
  3.   Top = 123
  4.   ActiveControl = LanguageGroup
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Scala MM100'
  8.   ClientHeight = 238
  9.   ClientWidth = 326
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object WelcomeText: TLabel
  19.     Left = -7
  20.     Top = 8
  21.     Width = 341
  22.     Height = 16
  23.     Alignment = taCenter
  24.     Caption = 'Welcome to the demo version of'
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object ScalaLabel: TLabel
  32.     Left = 17
  33.     Top = 32
  34.     Width = 292
  35.     Height = 31
  36.     Alignment = taCenter
  37.     Caption = 'Scala Multimedia MM100'
  38.     Font.Color = clBlack
  39.     Font.Height = -27
  40.     Font.Name = 'Times New Roman'
  41.     Font.Style = [fsItalic]
  42.     ParentFont = False
  43.   end
  44.   object LanguageGroup: TRadioGroup
  45.     Left = 16
  46.     Top = 72
  47.     Width = 293
  48.     Height = 113
  49.     Caption = 'Select language'
  50.     Columns = 3
  51.     ItemIndex = 2
  52.     Items.Strings = (
  53.       'Dansk'
  54.       'Deutsch'
  55.       'English'
  56.       'Espanol'
  57.       'Francais'
  58.       'Italiano'
  59.       'Nederlands'
  60.       'Norsk'
  61.       'Svenska')
  62.     TabOrder = 0
  63.   end
  64.   object CancelButton: TButton
  65.     Left = 240
  66.     Top = 200
  67.     Width = 73
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 1
  73.     OnClick = CancelButtonClick
  74.   end
  75.   object OkButton: TButton
  76.     Left = 152
  77.     Top = 200
  78.     Width = 73
  79.     Height = 25
  80.     Caption = 'Run'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 2
  84.     OnClick = OkButtonClick
  85.   end
  86. end
  87.