ufrmMain.dfm 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. object frmMain: TfrmMain
  2. Left = 0
  3. Top = 0
  4. BorderIcons = [biSystemMenu]
  5. Caption = 'frmMain'
  6. ClientHeight = 309
  7. ClientWidth = 656
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. OnClose = FormClose
  16. OnCreate = FormCreate
  17. DesignSize = (
  18. 656
  19. 309)
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Label1: TLabel
  23. Left = 8
  24. Top = 7
  25. Width = 203
  26. Height = 13
  27. Caption = #27880#20876#30340#31383#20307#25554#20214'<'#23454#29616#20102'IPluginForm>ID'
  28. end
  29. object btnShowModal: TButton
  30. Left = 256
  31. Top = 24
  32. Width = 81
  33. Height = 25
  34. Caption = 'ShowModal'
  35. TabOrder = 0
  36. OnClick = btnShowModalClick
  37. end
  38. object edtBeanID: TEdit
  39. Left = 8
  40. Top = 26
  41. Width = 242
  42. Height = 21
  43. TabOrder = 1
  44. end
  45. object btnShow: TButton
  46. Left = 343
  47. Top = 24
  48. Width = 65
  49. Height = 25
  50. Caption = 'Show'
  51. TabOrder = 2
  52. OnClick = btnShowClick
  53. end
  54. object Memo1: TMemo
  55. Left = 8
  56. Top = 88
  57. Width = 640
  58. Height = 213
  59. Anchors = [akLeft, akTop, akRight, akBottom]
  60. Lines.Strings = (
  61. #23454#29616#30340#25554#20214#38656#35201#23454#29616'IPluginForm'#25509#21475#25165#33021#26377#34987#35813'DEMO'#35843#29992)
  62. TabOrder = 3
  63. ExplicitHeight = 169
  64. end
  65. object btnGetBeanInfos: TButton
  66. Left = 8
  67. Top = 57
  68. Width = 113
  69. Height = 25
  70. Caption = 'GetBeanInfos'
  71. TabOrder = 4
  72. OnClick = btnGetBeanInfosClick
  73. end
  74. end