home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Iavadraw.exe / 0 / RCDATA / TSETLANGUAGE / TSETLANGUAGE.txt < prev   
Text File  |  1997-09-20  |  2KB  |  90 lines

  1. object SetLanguage: TSetLanguage
  2.   Left = 155
  3.   Top = 389
  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 Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 274
  21.     Height = 198
  22.     Align = alClient
  23.     BevelWidth = 2
  24.     TabOrder = 3
  25.   end
  26.   object OKBtn: TButton
  27.     Left = 37
  28.     Top = 158
  29.     Width = 93
  30.     Height = 30
  31.     Caption = '&OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.     OnClick = OKBtnClick
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 140
  39.     Top = 158
  40.     Width = 92
  41.     Height = 30
  42.     Cancel = True
  43.     Caption = '&Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 1
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 16
  49.     Top = 16
  50.     Width = 241
  51.     Height = 129
  52.     Caption = 'Bitte w∩┐╜hlen:'
  53.     TabOrder = 2
  54.     object RadioButton1: TRadioButton
  55.       Left = 48
  56.       Top = 32
  57.       Width = 137
  58.       Height = 17
  59.       Caption = 'English'
  60.       Checked = True
  61.       TabOrder = 0
  62.       TabStop = True
  63.     end
  64.     object RadioButton2: TRadioButton
  65.       Left = 48
  66.       Top = 52
  67.       Width = 137
  68.       Height = 17
  69.       Caption = 'Deutsch'
  70.       TabOrder = 1
  71.     end
  72.     object RadioButton3: TRadioButton
  73.       Left = 48
  74.       Top = 72
  75.       Width = 141
  76.       Height = 17
  77.       Caption = 'France'
  78.       TabOrder = 2
  79.     end
  80.     object RadioButton4: TRadioButton
  81.       Left = 48
  82.       Top = 92
  83.       Width = 141
  84.       Height = 17
  85.       Caption = 'Espanol'
  86.       TabOrder = 3
  87.     end
  88.   end
  89. end
  90.