ufrmMain.dfm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. object frmMain: TfrmMain
  2. Left = 0
  3. Top = 0
  4. Caption = 'frmMain'
  5. ClientHeight = 458
  6. ClientWidth = 841
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. FormStyle = fsMDIForm
  14. Menu = mmMain
  15. OldCreateOrder = False
  16. OnClose = FormClose
  17. OnShow = FormShow
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object pnlExp: TPanel
  21. Left = 0
  22. Top = 0
  23. Width = 841
  24. Height = 25
  25. Align = alTop
  26. TabOrder = 0
  27. object pnlTabs: TPanel
  28. Left = 533
  29. Top = 1
  30. Width = 307
  31. Height = 23
  32. Align = alRight
  33. BevelOuter = bvNone
  34. TabOrder = 0
  35. end
  36. object edtPluginID: TEdit
  37. Left = 7
  38. Top = 3
  39. Width = 177
  40. Height = 21
  41. TabOrder = 1
  42. Text = 'reporterDemoForm'
  43. end
  44. object btnCreateAsMDI: TButton
  45. Left = 190
  46. Top = 2
  47. Width = 147
  48. Height = 23
  49. Action = actCreatePluginAsMDI
  50. TabOrder = 2
  51. end
  52. object Button1: TButton
  53. Left = 352
  54. Top = 1
  55. Width = 75
  56. Height = 25
  57. Caption = 'Button1'
  58. TabOrder = 3
  59. OnClick = Button1Click
  60. end
  61. object Button2: TButton
  62. Left = 464
  63. Top = 0
  64. Width = 75
  65. Height = 25
  66. Caption = 'Button2'
  67. TabOrder = 4
  68. OnClick = Button2Click
  69. end
  70. end
  71. object mmMain: TMainMenu
  72. Left = 408
  73. Top = 64
  74. object DEMO2: TMenuItem
  75. Caption = 'DEMO('#28436#31034')'
  76. object DEMO1: TMenuItem
  77. Action = actCreateDemoForm
  78. end
  79. end
  80. object actAbout1: TMenuItem
  81. Action = actAbout
  82. end
  83. end
  84. object actlstMain: TActionList
  85. Left = 376
  86. Top = 64
  87. object actAbout: TAction
  88. Caption = #20851#20110
  89. OnExecute = actAboutExecute
  90. end
  91. object actCreateDemoForm: TAction
  92. Caption = #21019#24314#19968#20010'DEMO'#31383#20307
  93. OnExecute = actCreateDemoFormExecute
  94. end
  95. object actCreatePluginAsMDI: TAction
  96. Caption = #20197'MDI'#26041#24335#21019#24314#25554#20214
  97. OnExecute = actCreatePluginAsMDIExecute
  98. end
  99. end
  100. end