home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 206
- Top = 123
- ActiveControl = LanguageGroup
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Scala MM100'
- ClientHeight = 238
- ClientWidth = 326
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object WelcomeText: TLabel
- Left = -7
- Top = 8
- Width = 341
- Height = 16
- Alignment = taCenter
- Caption = 'Welcome to the demo version of'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ScalaLabel: TLabel
- Left = 17
- Top = 32
- Width = 292
- Height = 31
- Alignment = taCenter
- Caption = 'Scala Multimedia MM100'
- Font.Color = clBlack
- Font.Height = -27
- Font.Name = 'Times New Roman'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object LanguageGroup: TRadioGroup
- Left = 16
- Top = 72
- Width = 293
- Height = 113
- Caption = 'Select language'
- Columns = 3
- ItemIndex = 2
- Items.Strings = (
- 'Dansk'
- 'Deutsch'
- 'English'
- 'Espanol'
- 'Francais'
- 'Italiano'
- 'Nederlands'
- 'Norsk'
- 'Svenska')
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 240
- Top = 200
- Width = 73
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- object OkButton: TButton
- Left = 152
- Top = 200
- Width = 73
- Height = 25
- Caption = 'Run'
- Default = True
- ModalResult = 1
- TabOrder = 2
- OnClick = OkButtonClick
- end
- end
-