?? unit1.~dfm
字號:
object Form1: TForm1
Left = 368
Top = 134
Width = 273
Height = 320
Caption = #31616#26131#35745#31639#22120
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 16
Top = 16
Width = 233
Height = 257
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
object Button1: TButton
Left = 16
Top = 48
Width = 49
Height = 25
Caption = 'Begin'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 80
Top = 48
Width = 73
Height = 25
Caption = 'Backspace'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 168
Top = 48
Width = 49
Height = 25
Caption = 'Exit'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 16
Top = 88
Width = 33
Height = 25
Caption = '1'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 72
Top = 88
Width = 33
Height = 25
Caption = '2'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 128
Top = 88
Width = 33
Height = 25
Caption = '3'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 16
Top = 128
Width = 33
Height = 25
Caption = '4'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 72
Top = 128
Width = 33
Height = 25
Caption = '5'
TabOrder = 7
OnClick = Button8Click
end
object Button9: TButton
Left = 128
Top = 128
Width = 33
Height = 25
Caption = '6'
TabOrder = 8
OnClick = Button9Click
end
object Button10: TButton
Left = 16
Top = 168
Width = 33
Height = 25
Caption = '7'
TabOrder = 9
OnClick = Button10Click
end
object Button11: TButton
Left = 72
Top = 168
Width = 33
Height = 25
Caption = '8'
TabOrder = 10
OnClick = Button11Click
end
object Button12: TButton
Left = 128
Top = 168
Width = 33
Height = 25
Caption = '9'
TabOrder = 11
OnClick = Button12Click
end
object Button13: TButton
Left = 16
Top = 208
Width = 33
Height = 25
Caption = '0'
TabOrder = 12
OnClick = Button13Click
end
object Button14: TButton
Left = 72
Top = 208
Width = 33
Height = 25
Caption = '+/-'
TabOrder = 13
OnClick = Button14Click
end
object Button15: TButton
Left = 128
Top = 208
Width = 33
Height = 25
Caption = '='
TabOrder = 14
OnClick = Button15Click
end
object Button16: TButton
Left = 184
Top = 88
Width = 33
Height = 25
Caption = '+'
TabOrder = 15
OnClick = Button16Click
end
object Button17: TButton
Left = 184
Top = 128
Width = 33
Height = 25
Caption = '-'
TabOrder = 16
OnClick = Button17Click
end
object Button18: TButton
Left = 184
Top = 168
Width = 33
Height = 25
Caption = #65290
TabOrder = 17
OnClick = Button18Click
end
object Button19: TButton
Left = 184
Top = 208
Width = 33
Height = 25
Caption = '/'
TabOrder = 18
OnClick = Button19Click
end
object Edit1: TEdit
Left = 16
Top = 16
Width = 201
Height = 21
TabOrder = 19
Text = '0'
end
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -