TenderBackupFrm.dfm 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. object TenderBackupForm: TTenderBackupForm
  2. Left = 394
  3. Top = 343
  4. Width = 566
  5. Height = 325
  6. Caption = #25968#25454#22791#20221#28857
  7. Color = clBtnFace
  8. Font.Charset = ANSI_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = #23435#20307
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 12
  16. object pnlTenderBackup: TPanel
  17. Left = 0
  18. Top = 0
  19. Width = 558
  20. Height = 291
  21. Align = alClient
  22. BevelOuter = bvNone
  23. TabOrder = 0
  24. object zgTenderBackup: TZJGrid
  25. Left = 0
  26. Top = 0
  27. Width = 558
  28. Height = 291
  29. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
  30. OptionsEx = []
  31. ColCount = 4
  32. ShowGridLine = False
  33. DefaultColWidth = 73
  34. DefaultFixedColWidth = 25
  35. Selection.AlphaBlend = False
  36. Selection.TransparentColor = False
  37. Align = alClient
  38. end
  39. end
  40. object saTenderBackup: TsdGridDBA
  41. Columns = <
  42. item
  43. Title.Caption = #25991#20214#21517#31216
  44. Title.CaptionAcrossCols = '1'
  45. Title.Font.Charset = GB2312_CHARSET
  46. Title.Font.Color = clWindowText
  47. Title.Font.Height = -12
  48. Title.Font.Name = #23435#20307
  49. Title.Font.Style = []
  50. Alignment = taLeftJustify
  51. Font.Charset = GB2312_CHARSET
  52. Font.Color = clWindowText
  53. Font.Height = -12
  54. Font.Name = #23435#20307
  55. Font.Style = []
  56. FieldName = 'FileName'
  57. Width = 150
  58. ReadOnly = True
  59. end
  60. item
  61. Title.Caption = #31867#22411
  62. Title.CaptionAcrossCols = '1'
  63. Title.Font.Charset = GB2312_CHARSET
  64. Title.Font.Color = clWindowText
  65. Title.Font.Height = -12
  66. Title.Font.Name = #23435#20307
  67. Title.Font.Style = []
  68. Alignment = taCenter
  69. Font.Charset = GB2312_CHARSET
  70. Font.Color = clWindowText
  71. Font.Height = -12
  72. Font.Name = #23435#20307
  73. Font.Style = []
  74. FieldName = 'Type'
  75. Width = 80
  76. ReadOnly = False
  77. end
  78. item
  79. Title.Caption = #21019#24314#26102#38388
  80. Title.CaptionAcrossCols = '1'
  81. Title.Font.Charset = GB2312_CHARSET
  82. Title.Font.Color = clWindowText
  83. Title.Font.Height = -12
  84. Title.Font.Name = #23435#20307
  85. Title.Font.Style = []
  86. Alignment = taCenter
  87. Font.Charset = GB2312_CHARSET
  88. Font.Color = clWindowText
  89. Font.Height = -12
  90. Font.Name = #23435#20307
  91. Font.Style = []
  92. FieldName = 'CreateDateTime'
  93. Width = 120
  94. ReadOnly = True
  95. end>
  96. Grid = zgTenderBackup
  97. ExtendRowCount = 0
  98. Options = []
  99. Left = 128
  100. Top = 104
  101. end
  102. end