tpPartTenderSetFme.dfm 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. OnMouseDown = zgPartTendersInfoMouseDown
  54. Font.Charset = ANSI_CHARSET
  55. Font.Color = clWindowText
  56. Font.Height = -12
  57. Font.Name = #23435#20307
  58. Font.Style = []
  59. ParentFont = False
  60. Align = alClient
  61. end
  62. end
  63. object pnlCurPartTender: TPanel
  64. Left = 253
  65. Top = 0
  66. Width = 847
  67. Height = 519
  68. Align = alClient
  69. BevelOuter = bvNone
  70. TabOrder = 1
  71. end
  72. object dxpmPartTenders: TdxBarPopupMenu
  73. BarManager = MainForm.dxBarManager
  74. ItemLinks = <
  75. item
  76. Item = MainForm.dxbtnExportTpExcel
  77. Visible = True
  78. end>
  79. UseOwnFont = False
  80. OnPopup = dxpmPartTendersPopup
  81. Left = 120
  82. Top = 184
  83. end
  84. object alPartTenders: TActionList
  85. Left = 184
  86. Top = 184
  87. object actnExportTpExcel: TAction
  88. Caption = #23548#20986'Excel'
  89. OnExecute = actnExportTpExcelExecute
  90. OnUpdate = actnExportTpExcelUpdate
  91. end
  92. end
  93. end