PhaseCompareFme.dfm 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. OnCellGetColor = zgPhaseCompareCellGetColor
  30. Align = alClient
  31. end
  32. end
  33. object stdPhaseCompare: TsdGridTreeDBA
  34. Columns = <
  35. item
  36. Title.Caption = #39033#30446#33410#32534#21495
  37. Title.CaptionAcrossCols = '1'
  38. Title.CaptionAcrossRows = 2
  39. Title.Font.Charset = GB2312_CHARSET
  40. Title.Font.Color = clWindowText
  41. Title.Font.Height = -12
  42. Title.Font.Name = #23435#20307
  43. Title.Font.Style = []
  44. Alignment = taLeftJustify
  45. Font.Charset = GB2312_CHARSET
  46. Font.Color = clWindowText
  47. Font.Height = -12
  48. Font.Name = #23435#20307
  49. Font.Style = []
  50. FieldName = 'Code'
  51. Width = 150
  52. ReadOnly = True
  53. end
  54. item
  55. Title.Caption = #28165#21333#32534#21495
  56. Title.CaptionAcrossCols = '1'
  57. Title.CaptionAcrossRows = 2
  58. Title.Font.Charset = GB2312_CHARSET
  59. Title.Font.Color = clWindowText
  60. Title.Font.Height = -12
  61. Title.Font.Name = #23435#20307
  62. Title.Font.Style = []
  63. Alignment = taLeftJustify
  64. Font.Charset = GB2312_CHARSET
  65. Font.Color = clWindowText
  66. Font.Height = -12
  67. Font.Name = #23435#20307
  68. Font.Style = []
  69. FieldName = 'B_Code'
  70. Width = 80
  71. ReadOnly = False
  72. end
  73. item
  74. Title.Caption = #21517#31216
  75. Title.CaptionAcrossCols = '1'
  76. Title.CaptionAcrossRows = 2
  77. Title.Font.Charset = GB2312_CHARSET
  78. Title.Font.Color = clWindowText
  79. Title.Font.Height = -12
  80. Title.Font.Name = #23435#20307
  81. Title.Font.Style = []
  82. Alignment = taLeftJustify
  83. Font.Charset = GB2312_CHARSET
  84. Font.Color = clWindowText
  85. Font.Height = -12
  86. Font.Name = #23435#20307
  87. Font.Style = []
  88. FieldName = 'Name'
  89. Width = 180
  90. ReadOnly = False
  91. end
  92. item
  93. Title.Caption = #21333#20301
  94. Title.CaptionAcrossCols = '1'
  95. Title.CaptionAcrossRows = 2
  96. Title.Font.Charset = GB2312_CHARSET
  97. Title.Font.Color = clWindowText
  98. Title.Font.Height = -12
  99. Title.Font.Name = #23435#20307
  100. Title.Font.Style = []
  101. Alignment = taCenter
  102. Font.Charset = GB2312_CHARSET
  103. Font.Color = clWindowText
  104. Font.Height = -12
  105. Font.Name = #23435#20307
  106. Font.Style = []
  107. FieldName = 'Units'
  108. Width = 50
  109. ReadOnly = False
  110. end>
  111. Grid = zgPhaseCompare
  112. ExtendRowCount = 0
  113. Options = []
  114. AutoExpand = False
  115. TreeOptions = []
  116. TopLevelBold = True
  117. Left = 88
  118. Top = 128
  119. end
  120. end