ufrmBPLPlugin.dfm 819 B

12345678910111213141516171819202122232425262728293031323334353637
  1. object frmBPLPlugin: TfrmBPLPlugin
  2. Left = 0
  3. Top = 0
  4. Caption = 'frmBPLPlugin'
  5. ClientHeight = 360
  6. ClientWidth = 620
  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 Memo1: TMemo
  17. Left = 8
  18. Top = 8
  19. Width = 604
  20. Height = 249
  21. Lines.Strings = (
  22. #22312#31383#20307#21333#20803#30340'initalization'#37096#20998#27880#20876'bean'#23601#22909#20102
  23. 'initialization'
  24. ' beanFactory.RegisterBean('#39'bplFormDEMO'#39', TfrmBPLPlugin);')
  25. TabOrder = 0
  26. end
  27. object DBChart1: TDBChart
  28. Left = 64
  29. Top = 88
  30. Width = 400
  31. Height = 250
  32. Title.Text.Strings = (
  33. 'TDBChart')
  34. TabOrder = 1
  35. end
  36. end