|
@@ -285,7 +285,9 @@ begin
|
|
|
for iRowIndex := 0 to zgDetailInfo.RowCount - 1 do
|
|
|
zgDetailInfo[0, iRowIndex].Align := gaTopLeft;
|
|
|
zgDetailInfo.RowHeights[Integer(riFormulaMemoValue)] := 57;
|
|
|
- zgDetailInfo.RowHeights[Integer(riRelaFileValue)] := 57;
|
|
|
+ zgDetailInfo.Cells[0, Integer(riFormulaMemoValue)].Align := gaTopLeft;
|
|
|
+ zgDetailInfo.RowHeights[Integer(riRelaFileValue)] := 57;
|
|
|
+ zgDetailInfo.Cells[0, Integer(riRelaFileValue)].Align := gaTopLeft;
|
|
|
end;
|
|
|
|
|
|
procedure TZJJLFrame.zgZJJLCurrentChanged(Sender: TObject; Col,
|