home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1996 November / IMM1196.iso01.iso / share / vorstell / neikei / install.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-07-31  |  1KB  |  52 lines

  1. object Form2: TForm2
  2.   Left = 259
  3.   Top = 133
  4.   BorderStyle = bsNone
  5.   Caption = 'Form2'
  6.   ClientHeight = 268
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   Visible = True
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 268
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 40
  27.       Top = 80
  28.       Width = 308
  29.       Height = 16
  30.       Caption = 'Bitte Sprache ausw∩┐╜hlen / Please select Language:'
  31.     end
  32.     object BitBtn1: TBitBtn
  33.       Left = 48
  34.       Top = 104
  35.       Width = 137
  36.       Height = 49
  37.       Caption = 'Deutsch'
  38.       TabOrder = 0
  39.       OnClick = BitBtn1Click
  40.     end
  41.     object BitBtn2: TBitBtn
  42.       Left = 200
  43.       Top = 104
  44.       Width = 137
  45.       Height = 49
  46.       Caption = 'English'
  47.       TabOrder = 1
  48.       OnClick = BitBtn2Click
  49.     end
  50.   end
  51. end
  52.