home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / TARIFNEU.EX_ / 0 / RCDATA / TWAEHRUNG / TWAEHRUNG.txt
Text File  |  1996-05-21  |  1KB  |  68 lines

  1. object Waehrung: TWaehrung
  2.   Left = 200
  3.   Top = 93
  4.   BorderStyle = bsDialog
  5.   Caption = 'W∩┐╜hrung'
  6.   ClientHeight = 196
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 41
  22.     Align = alTop
  23.     Caption = 'Bitte geben Sie die W∩┐╜hrung an (z.Bsp. DM)'
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'Arial'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.   end
  31.   object Panel2: TPanel
  32.     Left = 0
  33.     Top = 41
  34.     Width = 427
  35.     Height = 155
  36.     Align = alClient
  37.     TabOrder = 1
  38.     object Edit1: TEdit
  39.       Left = 153
  40.       Top = 40
  41.       Width = 121
  42.       Height = 24
  43.       Font.Color = clBlack
  44.       Font.Height = -13
  45.       Font.Name = 'Arial'
  46.       Font.Style = [fsBold]
  47.       MaxLength = 4
  48.       ParentFont = False
  49.       TabOrder = 0
  50.       Text = 'DM'
  51.       OnChange = Edit1Change
  52.     end
  53.     object BitBtn1: TBitBtn
  54.       Left = 169
  55.       Top = 104
  56.       Width = 89
  57.       Height = 33
  58.       Font.Color = clBlack
  59.       Font.Height = -13
  60.       Font.Name = 'Arial'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       TabOrder = 1
  64.       Kind = bkOK
  65.     end
  66.   end
  67. end
  68.