home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / unity / d56 / MJOURNAL.ZIP / Demo / Unit1.dfm < prev    next >
Text File  |  2002-08-29  |  548b  |  27 lines

  1. object Form1: TForm1
  2.   Left = 326
  3.   Top = 126
  4.   Width = 209
  5.   Height = 99
  6.   Caption = 'MiTeC Journal Example'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Button1: TButton
  18.     Left = 16
  19.     Top = 20
  20.     Width = 169
  21.     Height = 25
  22.     Caption = 'Generate random events'
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26. end
  27.