Контрольная работа: Современные операционные системы и системное программирование в Delphi
end
object BitBtnMinus: TBitBtn
Left = 95
Top = 95
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 = 12
OnClick = BitBtnOperationClick
end
object BitBtnMultiple: TBitBtn
Left = 95
Top = 125
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 = 13