| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 | object PhaseCompareFrame: TPhaseCompareFrame  Left = 0  Top = 0  Width = 806  Height = 413  TabOrder = 0  object pnlPhaseCompare: TPanel    Left = 0    Top = 0    Width = 806    Height = 413    Align = alClient    BevelOuter = bvNone    TabOrder = 0    object zgPhaseCompare: TZJGrid      Left = 0      Top = 0      Width = 806      Height = 413      Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection, goShowTreeLine]      OptionsEx = []      RowCount = 6      FixedRowCount = 2      ShowGridLine = False      DefaultColWidth = 73      DefaultFixedColWidth = 25      Selection.AlphaBlend = False      Selection.TransparentColor = False      FrozenCol = 0      FrozenRow = 0      OnCellGetColor = zgPhaseCompareCellGetColor      Align = alClient    end  end  object stdPhaseCompare: TsdGridTreeDBA    Columns = <      item        Title.Caption = #39033#30446#33410#32534#21495        Title.CaptionAcrossCols = '1'        Title.CaptionAcrossRows = 2        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 = 'Code'        Width = 150        ReadOnly = True      end      item        Title.Caption = #28165#21333#32534#21495        Title.CaptionAcrossCols = '1'        Title.CaptionAcrossRows = 2        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 = 'B_Code'        Width = 80        ReadOnly = False      end      item        Title.Caption = #21517#31216        Title.CaptionAcrossCols = '1'        Title.CaptionAcrossRows = 2        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 = 180        ReadOnly = False      end      item        Title.Caption = #21333#20301        Title.CaptionAcrossCols = '1'        Title.CaptionAcrossRows = 2        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 = 'smartSimSun'        Font.Style = []        FieldName = 'Units'        Width = 50        ReadOnly = False      end>    Grid = zgPhaseCompare    ExtendRowCount = 0    Options = []    AutoExpand = False    TreeOptions = []    TopLevelBold = True    Left = 88    Top = 128  endend
 |