tpPartTenderSetFme.dfm 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. object tpPartTenderSetFrame: TtpPartTenderSetFrame
  2. Left = 0
  3. Top = 0
  4. Width = 1100
  5. Height = 519
  6. TabOrder = 0
  7. object sprTenderData: TSplitter
  8. Left = 250
  9. Top = 0
  10. Height = 519
  11. end
  12. object pnlPartTenders: TPanel
  13. Left = 0
  14. Top = 0
  15. Width = 250
  16. Height = 519
  17. Align = alLeft
  18. BevelOuter = bvNone
  19. TabOrder = 0
  20. object labGatherTenders: TJimGradLabel
  21. Left = 0
  22. Top = 0
  23. Width = 250
  24. Height = 20
  25. Align = alTop
  26. AutoSize = False
  27. ColorBegin = clGradientInactiveCaption
  28. ColorEnd = clGradientInactiveCaption
  29. Caption = ' '#26631#27573#21010#20998#21015#34920
  30. Font.Charset = GB2312_CHARSET
  31. Font.Color = clWindowText
  32. Font.Height = -12
  33. Font.Name = #23435#20307
  34. Font.Style = [fsBold]
  35. ParentFont = False
  36. Layout = tlCenter
  37. end
  38. object zgPartTendersInfo: TZJGrid
  39. Left = 0
  40. Top = 20
  41. Width = 250
  42. Height = 499
  43. OptionsEx = []
  44. ColCount = 2
  45. ShowGridLine = False
  46. DefaultColWidth = 190
  47. DefaultFixedColWidth = 25
  48. Selection.AlphaBlend = False
  49. Selection.TransparentColor = False
  50. FrozenCol = 0
  51. FrozenRow = 0
  52. OnCurrentChanged = zgPartTendersInfoCurrentChanged
  53. Font.Charset = ANSI_CHARSET
  54. Font.Color = clWindowText
  55. Font.Height = -12
  56. Font.Name = #23435#20307
  57. Font.Style = []
  58. ParentFont = False
  59. Align = alClient
  60. end
  61. end
  62. object pnlCurPartTender: TPanel
  63. Left = 253
  64. Top = 0
  65. Width = 847
  66. Height = 519
  67. Align = alClient
  68. BevelOuter = bvNone
  69. TabOrder = 1
  70. end
  71. end