| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 | object SelectTendersForm: TSelectTendersForm  Left = 634  Top = 239  BorderIcons = [biSystemMenu]  BorderStyle = bsSingle  Caption = #26631#27573#21010#20998'-'#35774#32622  ClientHeight = 391  ClientWidth = 598  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  DesignSize = (    598    391)  PixelsPerInch = 96  TextHeight = 12  object lblTenderResult: TLabel    Left = 8    Top = 355    Width = 6    Height = 12  end  object btnOk: TButton    Left = 455    Top = 362    Width = 65    Height = 21    Anchors = [akRight, akBottom]    Caption = #30830#23450    TabOrder = 0    OnClick = btnOkClick  end  object btnCancel: TButton    Left = 528    Top = 362    Width = 65    Height = 21    Anchors = [akRight, akBottom]    Caption = #21462#28040    ModalResult = 2    TabOrder = 1  end  object Panel1: TPanel    Left = 4    Top = 0    Width = 590    Height = 348    BevelOuter = bvNone    Caption = 'pnlTenderSelect'    TabOrder = 2    object pnlTenderSelectTitle: TPanel      Left = 0      Top = 0      Width = 590      Height = 25      Align = alTop      BevelOuter = bvNone      TabOrder = 0      object lblTenderSelect: TLabel        Left = 2        Top = 8        Width = 132        Height = 12        Caption = #35831#21246#36873#38656#32479#19968#21010#20998#30340#26631#27573      end    end    object pnlSelect: TPanel      Left = 0      Top = 25      Width = 308      Height = 323      Align = alLeft      BevelOuter = bvNone      TabOrder = 1      object zgTenderSelect: TZJGrid        Left = 0        Top = 19        Width = 308        Height = 304        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 = 308        Height = 19        Align = alTop        BevelOuter = bvNone        TabOrder = 1        object lblTenderList: TLabel          Left = 3          Top = 2          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 pnlResult: TPanel      Left = 311      Top = 25      Width = 279      Height = 323      Align = alClient      BevelOuter = bvNone      TabOrder = 2      object zgResult: TZJGrid        Left = 0        Top = 19        Width = 279        Height = 304        OptionsEx = []        ColCount = 2        RowCount = 2        ShowGridLine = False        DefaultColWidth = 225        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 = 279        Height = 19        Align = alTop        BevelOuter = bvNone        TabOrder = 1        object lblResultList: TLabel          Left = 3          Top = 2          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    object pnlDivision: TPanel      Left = 308      Top = 25      Width = 3      Height = 323      Align = alLeft      BevelOuter = bvNone      TabOrder = 3    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 = 225        ReadOnly = True      end>    Grid = zgTenderSelect    ExtendRowCount = 0    Options = [aoAllowEdit]    AutoExpand = False    TreeCellCol = 2    KeyFieldName = 'ID'    ParentFieldName = 'ParentID'    NextSiblingFieldName = 'NextSiblingID'    TreeOptions = []    TopLevelBold = True    Left = 100    Top = 177  endend
 |