home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Reklamy / Japa / PostBank / PostBank.exe / 0 / RCDATA / TFDATA / TFDATA.txt
Text File  |  1997-02-09  |  923b  |  54 lines

  1. object fData: TfData
  2.   Left = 200
  3.   Top = 104
  4.   BorderStyle = bsSingle
  5.   Caption = ' PostBank∩┐╜'
  6.   ClientHeight = 96
  7.   ClientWidth = 289
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 83
  20.     Height = 13
  21.     Caption = 'Data wystawienia'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 40
  26.     Width = 50
  27.     Height = 13
  28.     Caption = 'Wystawca'
  29.   end
  30.   object Button1: TButton
  31.     Left = 116
  32.     Top = 64
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object Edit1: TEdit
  40.     Left = 116
  41.     Top = 12
  42.     Width = 165
  43.     Height = 21
  44.     TabOrder = 1
  45.   end
  46.   object Edit2: TEdit
  47.     Left = 116
  48.     Top = 32
  49.     Width = 165
  50.     Height = 21
  51.     TabOrder = 2
  52.   end
  53. end
  54.