| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 | object TenderBackupForm: TTenderBackupForm  Left = 394  Top = 343  Width = 566  Height = 325  Caption = #25968#25454#22791#20221#28857  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  PixelsPerInch = 96  TextHeight = 12  object pnlTenderBackup: TPanel    Left = 0    Top = 0    Width = 558    Height = 291    Align = alClient    BevelOuter = bvNone    TabOrder = 0    object zgTenderBackup: TZJGrid      Left = 0      Top = 0      Width = 558      Height = 291      Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]      OptionsEx = []      ColCount = 4      ShowGridLine = False      DefaultColWidth = 73      DefaultFixedColWidth = 25      Selection.AlphaBlend = False      Selection.TransparentColor = False      Align = alClient    end  end  object saTenderBackup: TsdGridDBA    Columns = <      item        Title.Caption = #25991#20214#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 = 'FileName'        Width = 150        ReadOnly = True      end      item        Title.Caption = #31867#22411        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        Font.Charset = GB2312_CHARSET        Font.Color = clWindowText        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        FieldName = 'Type'        Width = 80        ReadOnly = False      end      item        Title.Caption = #21019#24314#26102#38388        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        Font.Charset = GB2312_CHARSET        Font.Color = clWindowText        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        FieldName = 'CreateDateTime'        Width = 120        ReadOnly = True      end>    Grid = zgTenderBackup    ExtendRowCount = 0    Options = []    Left = 128    Top = 104  endend
 |