Контрольная работа: Современные операционные системы и системное программирование в Delphi
end
object BitBtn9: TBitBtn
Left = 65
Top = 65
Width = 26
Height = 25
Caption = '9'
Font. Charset = DEFAULT_CHARSET
Font. Color = clBlue
Font. Height = - 11
Font. Name = 'MS Sans Serif'
Font. Style = [fsBold]
ParentFont = False
TabOrder = 10
OnClick = BitBtnNumberClick
end
object BitBtnPlus: TBitBtn
Left = 95
Top = 65
Width = 26
Height = 25
Caption = '+'
Font. Charset = DEFAULT_CHARSET
Font. Color = clGreen
Font. Height = - 11
Font. Name = 'MS Sans Serif'
Font. Style = [fsBold]
ParentFont = False
TabOrder = 11