| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 | object tpPartTenderSetFrame: TtpPartTenderSetFrame  Left = 0  Top = 0  Width = 1100  Height = 519  TabOrder = 0  object sprTenderData: TSplitter    Left = 250    Top = 0    Height = 519  end  object pnlPartTenders: TPanel    Left = 0    Top = 0    Width = 250    Height = 519    Align = alLeft    BevelOuter = bvNone    TabOrder = 0    object labGatherTenders: TJimGradLabel      Left = 0      Top = 0      Width = 250      Height = 20      Align = alTop      AutoSize = False      ColorBegin = clGradientInactiveCaption      ColorEnd = clGradientInactiveCaption      Caption = ' '#26631#27573#21010#20998#21015#34920      Font.Charset = GB2312_CHARSET      Font.Color = clWindowText      Font.Height = -12      Font.Name = #23435#20307      Font.Style = [fsBold]      ParentFont = False      Layout = tlCenter    end    object zgPartTendersInfo: TZJGrid      Left = 0      Top = 20      Width = 250      Height = 499      OptionsEx = []      ColCount = 2      ShowGridLine = False      DefaultColWidth = 190      DefaultFixedColWidth = 25      Selection.AlphaBlend = False      Selection.TransparentColor = False      FrozenCol = 0      FrozenRow = 0      OnCurrentChanged = zgPartTendersInfoCurrentChanged      OnMouseDown = zgPartTendersInfoMouseDown      Font.Charset = ANSI_CHARSET      Font.Color = clWindowText      Font.Height = -12      Font.Name = #23435#20307      Font.Style = []      ParentFont = False      Align = alClient    end  end  object pnlCurPartTender: TPanel    Left = 253    Top = 0    Width = 847    Height = 519    Align = alClient    BevelOuter = bvNone    TabOrder = 1  end  object dxpmPartTenders: TdxBarPopupMenu    BarManager = MainForm.dxBarManager    ItemLinks = <      item        Item = MainForm.dxbtnExportTpExcel        Visible = True      end>    UseOwnFont = False    OnPopup = dxpmPartTendersPopup    Left = 120    Top = 184  end  object alPartTenders: TActionList    Left = 184    Top = 184    object actnExportTpExcel: TAction      Caption = #23548#20986'Excel'      OnExecute = actnExportTpExcelExecute      OnUpdate = actnExportTpExcelUpdate    end  endend
 |