ufrmMain.dfm 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. object frmMain: TfrmMain
  2. Left = 0
  3. Top = 0
  4. BorderIcons = [biSystemMenu]
  5. Caption = 'frmMain'
  6. ClientHeight = 204
  7. ClientWidth = 408
  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. PixelsPerInch = 96
  18. TextHeight = 13
  19. object Label1: TLabel
  20. Left = 8
  21. Top = 7
  22. Width = 203
  23. Height = 13
  24. Caption = #27880#20876#30340#31383#20307#25554#20214'<'#23454#29616#20102'IPluginForm>ID'
  25. end
  26. object btnShowModal: TButton
  27. Left = 256
  28. Top = 24
  29. Width = 113
  30. Height = 25
  31. Caption = 'ShowModal'
  32. TabOrder = 0
  33. OnClick = btnShowModalClick
  34. end
  35. object edtBeanID: TEdit
  36. Left = 8
  37. Top = 26
  38. Width = 242
  39. Height = 21
  40. TabOrder = 1
  41. end
  42. object btnShow: TButton
  43. Left = 256
  44. Top = 55
  45. Width = 113
  46. Height = 25
  47. Caption = 'Show'
  48. TabOrder = 2
  49. OnClick = btnShowClick
  50. end
  51. object Memo1: TMemo
  52. Left = 8
  53. Top = 88
  54. Width = 361
  55. Height = 97
  56. Lines.Strings = (
  57. #23454#29616#30340#25554#20214#38656#35201#23454#29616'IPluginForm'#25509#21475#25165#33021#26377#34987#35813'DEMO'#35843#29992)
  58. TabOrder = 3
  59. end
  60. object btnManualLoad: TButton
  61. Left = 8
  62. Top = 57
  63. Width = 97
  64. Height = 25
  65. Caption = 'ManualLoad'
  66. TabOrder = 4
  67. OnClick = btnManualLoadClick
  68. end
  69. object btnUnLoad: TButton
  70. Left = 122
  71. Top = 57
  72. Width = 89
  73. Height = 25
  74. Caption = 'btnUnLoad'
  75. TabOrder = 5
  76. OnClick = btnUnLoadClick
  77. end
  78. object dlgOpen: TOpenDialog
  79. Left = 56
  80. Top = 160
  81. end
  82. end