123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- object stgGclSelectFileForm: TstgGclSelectFileForm
- Left = 443
- Top = 206
- Width = 910
- Height = 533
- Caption = #20998#21253#26631#27573#27719#24635
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 12
- object pnlGatherFiles: TPanel
- Left = 0
- Top = 0
- Width = 894
- Height = 454
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object pnlSelect: TPanel
- Left = 0
- Top = 0
- Width = 450
- Height = 454
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 0
- object zgTenderSelect: TZJGrid
- Left = 0
- Top = 23
- Width = 450
- Height = 431
- Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
- OptionsEx = []
- ColCount = 3
- RowCount = 1
- ShowGridLine = False
- DefaultColWidth = 35
- DefaultFixedColWidth = 25
- DefaultFixedRowHeight = 22
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnGetCellText = zgTenderSelectGetCellText
- OnSetCellText = zgTenderSelectSetCellText
- OnCellTextChanged = zgTenderSelectCellTextChanged
- OnDrawCellText = zgTenderSelectDrawCellText
- OnShowHint = zgTenderSelectShowHint
- Align = alClient
- end
- object pnlSelectTitle: TPanel
- Left = 0
- Top = 0
- Width = 450
- Height = 23
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object lblTenderList: TLabel
- Left = 6
- Top = 4
- Width = 72
- Height = 12
- Caption = #21487#36873#39033#30446#21015#34920
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- end
- end
- object pnlDivision: TPanel
- Left = 450
- Top = 0
- Width = 3
- Height = 454
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 1
- end
- object pnlResult: TPanel
- Left = 453
- Top = 0
- Width = 441
- Height = 454
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object zgResult: TZJGrid
- Left = 0
- Top = 23
- Width = 441
- Height = 431
- OptionsEx = []
- ColCount = 2
- RowCount = 2
- ShowGridLine = False
- DefaultColWidth = 365
- DefaultFixedColWidth = 25
- DefaultFixedRowHeight = 22
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- Align = alClient
- end
- object pnlResultTitle: TPanel
- Left = 0
- Top = 0
- Width = 441
- Height = 23
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object lblResultList: TLabel
- Left = 3
- Top = 4
- Width = 72
- Height = 12
- Caption = #25152#36873#39033#30446#21015#34920
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlue
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- end
- end
- end
- object pnlBottom: TPanel
- Left = 0
- Top = 454
- Width = 894
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- DesignSize = (
- 894
- 41)
- object btnOk: TButton
- Left = 731
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = #30830#23450
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 817
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = #21462#28040
- ModalResult = 2
- TabOrder = 1
- end
- end
- object stdTenderSelect: TsdGridTreeDBA
- Columns = <
- item
- Title.Caption = #36873#25321
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- EditType = sgeCheckBox
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- Width = 30
- ReadOnly = False
- end
- item
- Title.Caption = #21517#31216
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Name'
- Width = 365
- ReadOnly = True
- end>
- Grid = zgTenderSelect
- ExtendRowCount = 0
- Options = [aoAllowEdit]
- AutoExpand = True
- TreeCellCol = 2
- KeyFieldName = 'ID'
- ParentFieldName = 'ParentID'
- NextSiblingFieldName = 'NextSiblingID'
- TreeOptions = []
- TopLevelBold = True
- Left = 124
- Top = 177
- end
- end
|