PhaseCompareFme.dfm 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. object PhaseCompareFrame: TPhaseCompareFrame
  2. Left = 0
  3. Top = 0
  4. Width = 806
  5. Height = 413
  6. TabOrder = 0
  7. object pnlPhaseCompare: TPanel
  8. Left = 0
  9. Top = 0
  10. Width = 806
  11. Height = 413
  12. Align = alClient
  13. BevelOuter = bvNone
  14. TabOrder = 0
  15. object zgPhaseCompare: TZJGrid
  16. Left = 0
  17. Top = 0
  18. Width = 806
  19. Height = 413
  20. Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]
  21. OptionsEx = []
  22. RowCount = 6
  23. FixedRowCount = 2
  24. ShowGridLine = False
  25. DefaultColWidth = 73
  26. DefaultFixedColWidth = 25
  27. Selection.AlphaBlend = False
  28. Selection.TransparentColor = False
  29. FrozenCol = 0
  30. FrozenRow = 0
  31. OnCellGetColor = zgPhaseCompareCellGetColor
  32. Align = alClient
  33. end
  34. end
  35. object stdPhaseCompare: TsdGridTreeDBA
  36. Columns = <
  37. item
  38. Title.Caption = #39033#30446#33410#32534#21495
  39. Title.CaptionAcrossCols = '1'
  40. Title.CaptionAcrossRows = 2
  41. Title.Font.Charset = GB2312_CHARSET
  42. Title.Font.Color = clWindowText
  43. Title.Font.Height = -12
  44. Title.Font.Name = #23435#20307
  45. Title.Font.Style = []
  46. Alignment = taLeftJustify
  47. Font.Charset = GB2312_CHARSET
  48. Font.Color = clWindowText
  49. Font.Height = -12
  50. Font.Name = #23435#20307
  51. Font.Style = []
  52. FieldName = 'Code'
  53. Width = 150
  54. ReadOnly = True
  55. end
  56. item
  57. Title.Caption = #28165#21333#32534#21495
  58. Title.CaptionAcrossCols = '1'
  59. Title.CaptionAcrossRows = 2
  60. Title.Font.Charset = GB2312_CHARSET
  61. Title.Font.Color = clWindowText
  62. Title.Font.Height = -12
  63. Title.Font.Name = #23435#20307
  64. Title.Font.Style = []
  65. Alignment = taLeftJustify
  66. Font.Charset = GB2312_CHARSET
  67. Font.Color = clWindowText
  68. Font.Height = -12
  69. Font.Name = #23435#20307
  70. Font.Style = []
  71. FieldName = 'B_Code'
  72. Width = 80
  73. ReadOnly = False
  74. end
  75. item
  76. Title.Caption = #21517#31216
  77. Title.CaptionAcrossCols = '1'
  78. Title.CaptionAcrossRows = 2
  79. Title.Font.Charset = GB2312_CHARSET
  80. Title.Font.Color = clWindowText
  81. Title.Font.Height = -12
  82. Title.Font.Name = #23435#20307
  83. Title.Font.Style = []
  84. Alignment = taLeftJustify
  85. Font.Charset = GB2312_CHARSET
  86. Font.Color = clWindowText
  87. Font.Height = -12
  88. Font.Name = #23435#20307
  89. Font.Style = []
  90. FieldName = 'Name'
  91. Width = 180
  92. ReadOnly = False
  93. end
  94. item
  95. Title.Caption = #21333#20301
  96. Title.CaptionAcrossCols = '1'
  97. Title.CaptionAcrossRows = 2
  98. Title.Font.Charset = GB2312_CHARSET
  99. Title.Font.Color = clWindowText
  100. Title.Font.Height = -12
  101. Title.Font.Name = #23435#20307
  102. Title.Font.Style = []
  103. Alignment = taCenter
  104. Font.Charset = GB2312_CHARSET
  105. Font.Color = clWindowText
  106. Font.Height = -12
  107. Font.Name = 'smartSimSun'
  108. Font.Style = []
  109. FieldName = 'Units'
  110. Width = 50
  111. ReadOnly = False
  112. end>
  113. Grid = zgPhaseCompare
  114. ExtendRowCount = 0
  115. Options = []
  116. AutoExpand = False
  117. TreeOptions = []
  118. TopLevelBold = True
  119. Left = 88
  120. Top = 128
  121. end
  122. end