home *** CD-ROM | disk | FTP | other *** search
/ Expérience virtuelle des animaux du future / unins000.exe / 0 / RCDATA / TSELECTLANGUAGEFORM / TSELECTLANGUAGEFORM.txt
Text File  |  2020-07-29  |  1KB  |  64 lines

  1. object SelectLanguageForm: TSelectLanguageForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'SelectLanguageForm'
  7.   ClientHeight = 125
  8.   ClientWidth = 297
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object IconBitmapImage: TBitmapImage
  17.     Left = 8
  18.     Top = 8
  19.     Width = 32
  20.     Height = 32
  21.   end
  22.   object CancelButton: TButton
  23.     Left = 214
  24.     Top = 93
  25.     Width = 75
  26.     Height = 23
  27.     Cancel = True
  28.     Caption = '*'
  29.     ModalResult = 2
  30.     TabOrder = 3
  31.   end
  32.   object OKButton: TButton
  33.     Left = 133
  34.     Top = 93
  35.     Width = 75
  36.     Height = 23
  37.     Caption = '*'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 2
  41.   end
  42.   object LangCombo: TComboBox
  43.     Left = 56
  44.     Top = 56
  45.     Width = 233
  46.     Height = 21
  47.     Style = csDropDownList
  48.     DropDownCount = 16
  49.     ItemHeight = 13
  50.     Sorted = True
  51.     TabOrder = 1
  52.   end
  53.   object SelectLabel: TNewStaticText
  54.     Left = 56
  55.     Top = 8
  56.     Width = 233
  57.     Height = 39
  58.     AutoSize = False
  59.     Caption = '*'
  60.     TabOrder = 0
  61.     WordWrap = True
  62.   end
  63. end
  64.