1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- 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
- 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
- end
|