StandardLibsFme.dfm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. object StandardLibsFrame: TStandardLibsFrame
  2. Left = 0
  3. Top = 0
  4. Width = 320
  5. Height = 240
  6. TabOrder = 0
  7. object jtsStandardLibs: TJimTabSet
  8. Left = 0
  9. Top = 0
  10. Width = 320
  11. Height = 22
  12. Align = alTop
  13. BackgroundColor = clGradientInactiveCaption
  14. Font.Charset = ANSI_CHARSET
  15. Font.Color = clWindowText
  16. Font.Height = -12
  17. Font.Name = #23435#20307
  18. Font.Style = []
  19. StartMargin = 0
  20. SelectedColor = clWhite
  21. XPSelectedColor = clWhite
  22. XPUnSelectedColor = 15200496
  23. TabHeight = 19
  24. Tabs.Strings = (
  25. ' '#39033#30446#33410' '
  26. ' '#24037#31243#37327#28165#21333' ')
  27. TabIndex = 0
  28. TabPosition = jtpTop
  29. TabStyle = tdsNew
  30. UnselectedColor = 15200496
  31. OnChange = jtsStandardLibsChange
  32. end
  33. object jpStandardLibs: TJimPages
  34. Left = 0
  35. Top = 22
  36. Width = 320
  37. Height = 218
  38. ActivePage = jpStandardLibsXm
  39. ActivePageIndex = 0
  40. Align = alClient
  41. Caption = 'jpStandardLibs'
  42. object jpStandardLibsXm: TJimPage
  43. Left = 0
  44. Top = 0
  45. Width = 320
  46. Height = 218
  47. TabName = 'Xm'
  48. Caption = 'XiangMu'
  49. end
  50. object jpStandardLibsGcl: TJimPage
  51. Left = 0
  52. Top = 0
  53. Width = 320
  54. Height = 218
  55. TabName = 'Gcl'
  56. Caption = 'GongChengLiang'
  57. end
  58. end
  59. end