home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TSETLANGUAGE / TSETLANGUAGE.txt < prev   
Text File  |  1996-12-20  |  1KB  |  65 lines

  1. object SetLanguage: TSetLanguage
  2.   Left = 277
  3.   Top = 317
  4.   BorderStyle = bsDialog
  5.   Caption = 'Optionen | Sprache'
  6.   ClientHeight = 198
  7.   ClientWidth = 274
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object OKBtn: TButton
  18.     Left = 33
  19.     Top = 158
  20.     Width = 93
  21.     Height = 30
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = OKBtnClick
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 140
  30.     Top = 158
  31.     Width = 92
  32.     Height = 30
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Left = 16
  40.     Top = 16
  41.     Width = 241
  42.     Height = 129
  43.     Caption = 'Bitte w∩┐╜hlen:'
  44.     TabOrder = 2
  45.     object RadioButton1: TRadioButton
  46.       Left = 48
  47.       Top = 40
  48.       Width = 137
  49.       Height = 17
  50.       Caption = 'Englisch'
  51.       Checked = True
  52.       TabOrder = 0
  53.       TabStop = True
  54.     end
  55.     object RadioButton2: TRadioButton
  56.       Left = 48
  57.       Top = 80
  58.       Width = 137
  59.       Height = 17
  60.       Caption = 'Deutsch'
  61.       TabOrder = 1
  62.     end
  63.   end
  64. end
  65.