home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Globe / Ticker.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Text File  |  2000-01-25  |  1KB  |  61 lines

  1. object Form8: TForm8
  2.   Left = 246
  3.   Top = 196
  4.   Width = 338
  5.   Height = 142
  6.   ActiveControl = Ne
  7.   BorderIcons = []
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'Tiker'
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 72
  23.     Top = 24
  24.     Width = 3
  25.     Height = 13
  26.   end
  27.   object Ano: TButton
  28.     Left = 32
  29.     Top = 72
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Ano'
  33.     ModalResult = 1
  34.     TabOrder = 2
  35.     TabStop = False
  36.     OnClick = AnoClick
  37.   end
  38.   object Ne: TButton
  39.     Left = 128
  40.     Top = 72
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Ne'
  44.     Default = True
  45.     ModalResult = 7
  46.     TabOrder = 0
  47.     OnClick = NeClick
  48.   end
  49.   object Storno: TButton
  50.     Left = 224
  51.     Top = 72
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'Storno'
  55.     ModalResult = 7
  56.     TabOrder = 1
  57.     TabStop = False
  58.     OnClick = StornoClick
  59.   end
  60. end
  61.