ufrmPluginForm.dfm 685 B

1234567891011121314151617181920212223242526272829303132333435
  1. object frmPluginForm: TfrmPluginForm
  2. Left = 0
  3. Top = 0
  4. Caption = 'frmPluginForm'
  5. ClientHeight = 378
  6. ClientWidth = 596
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object btnPutObject: TButton
  17. Left = 16
  18. Top = 24
  19. Width = 121
  20. Height = 25
  21. Caption = 'btnPutObject'
  22. TabOrder = 0
  23. OnClick = btnPutObjectClick
  24. end
  25. object btnGetObject: TButton
  26. Left = 16
  27. Top = 88
  28. Width = 121
  29. Height = 25
  30. Caption = 'btnGetObject'
  31. TabOrder = 1
  32. OnClick = btnGetObjectClick
  33. end
  34. end