Pracownia_C_Plus_Plus/Unit3.~dfm

183 lines
3.3 KiB
Plaintext
Raw Normal View History

2019-02-09 03:48:01 +01:00
object Form3: TForm3
Left = 1045
Top = 225
Width = 673
Height = 675
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Kalkulator'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 112
Top = 160
Width = 75
Height = 57
Caption = '7'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 160
Width = 75
Height = 57
Caption = '8'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 288
Top = 160
Width = 75
Height = 57
Caption = '9'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 112
Top = 232
Width = 75
Height = 57
Caption = '4'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 200
Top = 232
Width = 75
Height = 57
Caption = '5'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 288
Top = 232
Width = 75
Height = 57
Caption = '6'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 112
Top = 304
Width = 75
Height = 57
Caption = '1'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 200
Top = 304
Width = 75
Height = 57
Caption = '2'
TabOrder = 7
OnClick = Button8Click
end
object Button9: TButton
Left = 288
Top = 304
Width = 75
Height = 57
Caption = '3'
TabOrder = 8
OnClick = Button9Click
end
object Button10: TButton
Left = 112
Top = 376
Width = 161
Height = 57
Caption = '0'
TabOrder = 9
OnClick = Button10Click
end
object Button11: TButton
Left = 288
Top = 376
Width = 75
Height = 57
Caption = ','
TabOrder = 10
end
object Button12: TButton
Left = 376
Top = 160
Width = 75
Height = 57
Caption = '/'
TabOrder = 11
OnClick = Button12Click
end
object Button13: TButton
Left = 376
Top = 232
Width = 75
Height = 57
Caption = '*'
TabOrder = 12
OnClick = Button13Click
end
object Button14: TButton
Left = 376
Top = 304
Width = 75
Height = 57
Caption = '+'
TabOrder = 13
OnClick = Button14Click
end
object Button15: TButton
Left = 376
Top = 376
Width = 75
Height = 57
Caption = '-'
TabOrder = 14
OnClick = Button15Click
end
object Button16: TButton
Left = 464
Top = 160
Width = 75
Height = 129
Caption = 'C'
TabOrder = 15
OnClick = Button16Click
end
object Button17: TButton
Left = 464
Top = 304
Width = 75
Height = 129
Caption = '='
TabOrder = 16
OnClick = Button17Click
end
object Edit1: TEdit
Left = 112
Top = 96
Width = 425
Height = 37
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -23
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 17
end
end