|
@@ -107,6 +107,7 @@ object ProjectPropertiesForm: TProjectPropertiesForm
|
|
|
ButtonWidth = 17
|
|
|
DropDownBox.Width = 145
|
|
|
DropDownBox.Height = 150
|
|
|
+ DropDownBox.ShowToolBar = False
|
|
|
Style = cbsOfficeXP
|
|
|
ItemIndex = -1
|
|
|
ItemHeight = 14
|
|
@@ -950,6 +951,8 @@ object ProjectPropertiesForm: TProjectPropertiesForm
|
|
|
DefaultColWidth = 73
|
|
|
Selection.AlphaBlend = False
|
|
|
Selection.TransparentColor = False
|
|
|
+ FrozenCol = 0
|
|
|
+ FrozenRow = 0
|
|
|
OnCellGetColor = zgStaffCellGetColor
|
|
|
OnCellGetFont = zgStaffCellGetFont
|
|
|
Font.Charset = ANSI_CHARSET
|