📄 unit1.dfm
字号:
object Form1: TForm1
Left = 0
Top = 0
Width = 275
Height = 357
BiDiMode = bdLeftToRight
Caption = #31616#21333#35745#31639#22120
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Arial'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
ParentBiDiMode = False
Position = poDesktopCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 24
object Button1: TButton
Left = 208
Top = 119
Width = 40
Height = 40
Caption = 'sqrt'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 208
Top = 263
Width = 40
Height = 40
Caption = '='
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 208
Top = 216
Width = 40
Height = 40
Caption = '1/x'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 160
Top = 167
Width = 40
Height = 40
Caption = '*'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 160
Top = 119
Width = 40
Height = 40
Caption = '/'
TabOrder = 4
OnClick = Button5Click
end
object Button6: TButton
Left = 160
Top = 216
Width = 40
Height = 40
Caption = '-'
TabOrder = 5
OnClick = Button6Click
end
object Button7: TButton
Left = 112
Top = 119
Width = 40
Height = 40
Caption = '9'
TabOrder = 6
OnClick = Button7Click
end
object Button8: TButton
Left = 112
Top = 216
Width = 40
Height = 40
Caption = '3'
TabOrder = 7
OnClick = Button8Click
end
object Button9: TButton
Left = 64
Top = 216
Width = 40
Height = 40
Caption = '2'
TabOrder = 8
OnClick = Button9Click
end
object Button10: TButton
Left = 64
Top = 263
Width = 40
Height = 40
Caption = '.'
TabOrder = 9
OnClick = Button10Click
end
object Button11: TButton
Left = 16
Top = 216
Width = 40
Height = 40
Caption = '1'
TabOrder = 10
OnClick = Button11Click
end
object Button12: TButton
Left = 208
Top = 167
Width = 40
Height = 40
Caption = '%'
TabOrder = 11
OnClick = Button12Click
end
object Button13: TButton
Left = 64
Top = 119
Width = 40
Height = 40
Caption = '8'
TabOrder = 12
OnClick = Button13Click
end
object Button14: TButton
Left = 112
Top = 167
Width = 40
Height = 40
Caption = '6'
TabOrder = 13
OnClick = Button14Click
end
object Button15: TButton
Left = 64
Top = 167
Width = 40
Height = 40
Caption = '5'
TabOrder = 14
OnClick = Button15Click
end
object Button16: TButton
Left = 16
Top = 263
Width = 40
Height = 40
Caption = '0'
TabOrder = 15
OnClick = Button16Click
end
object Button17: TButton
Left = 160
Top = 263
Width = 40
Height = 40
Caption = '+'
TabOrder = 16
OnClick = Button17Click
end
object Button18: TButton
Left = 112
Top = 263
Width = 40
Height = 40
Caption = '+/-'
TabOrder = 17
OnClick = Button18Click
end
object Button19: TButton
Left = 16
Top = 167
Width = 40
Height = 40
Caption = '4'
TabOrder = 18
OnClick = Button19Click
end
object Button20: TButton
Left = 16
Top = 119
Width = 40
Height = 40
Caption = '7'
TabOrder = 19
OnClick = Button20Click
end
object Button21: TButton
Left = 16
Top = 72
Width = 137
Height = 40
Caption = 'Backspace'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 20
OnClick = Button21Click
end
object Button22: TButton
Left = 160
Top = 72
Width = 40
Height = 40
Caption = 'c'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 21
OnClick = Button22Click
end
object Button23: TButton
Left = 208
Top = 72
Width = 40
Height = 40
Caption = 'x^y'
TabOrder = 22
OnClick = Button23Click
end
object Edit1: TEdit
Left = 16
Top = 24
Width = 233
Height = 32
Font.Charset = ANSI_CHARSET
Font.Color = clFuchsia
Font.Height = -21
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 23
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -