ufmMain.dfm 637 B

1234567891011121314151617181920212223242526272829303132333435
  1. object fmOAR: TfmOAR
  2. Left = 266
  3. Top = 198
  4. Width = 696
  5. Height = 395
  6. Caption = 'OSInet AutoRunner'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object M: TMemo
  18. Left = 0
  19. Top = 0
  20. Width = 688
  21. Height = 368
  22. Align = alClient
  23. Enabled = False
  24. Lines.Strings = (
  25. 'M')
  26. TabOrder = 0
  27. end
  28. object tm: TTimer
  29. Enabled = False
  30. Interval = 5000
  31. OnTimer = tmTimer
  32. Left = 600
  33. Top = 16
  34. end
  35. end