📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 288
Top = 273
Width = 233
Height = 249
AutoSize = True
Caption = #34966#29645#35745#31639#22120
Color = clTeal
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 32
Width = 225
Height = 187
Color = clGreen
TabOrder = 0
object Button4: TButton
Left = 1
Top = 73
Width = 49
Height = 33
Caption = '4'
TabOrder = 0
OnClick = Button4Click
end
object Buttonb: TButton
Left = 169
Top = 73
Width = 49
Height = 33
Caption = '/'
TabOrder = 1
OnClick = ButtonbClick
end
object Button6: TButton
Left = 113
Top = 73
Width = 49
Height = 33
Caption = '6'
TabOrder = 2
OnClick = Button6Click
end
object Button5: TButton
Left = 57
Top = 73
Width = 49
Height = 33
Caption = '5'
TabOrder = 3
OnClick = Button5Click
end
object Button1: TButton
Left = 1
Top = 113
Width = 49
Height = 33
Caption = '1'
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 57
Top = 113
Width = 49
Height = 33
Caption = '2'
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 113
Top = 113
Width = 49
Height = 33
Caption = '3'
TabOrder = 6
OnClick = Button3Click
end
object Buttonc: TButton
Left = 169
Top = 113
Width = 49
Height = 33
Caption = '+'
TabOrder = 7
OnClick = ButtoncClick
end
object Buttond: TButton
Left = 169
Top = 153
Width = 49
Height = 33
Caption = '-'
TabOrder = 8
OnClick = ButtondClick
end
object Buttonr: TButton
Left = 113
Top = 153
Width = 49
Height = 33
Caption = '='
TabOrder = 9
OnClick = ButtonrClick
end
object Buttonp: TButton
Left = 57
Top = 153
Width = 49
Height = 33
Caption = '.'
TabOrder = 10
OnClick = ButtonpClick
end
object Button0: TButton
Left = 1
Top = 153
Width = 49
Height = 33
Caption = '0'
TabOrder = 11
OnClick = Button0Click
end
object Button7: TButton
Left = 1
Top = 33
Width = 49
Height = 33
Caption = '7'
TabOrder = 12
OnClick = Button7Click
end
object Buttona: TButton
Left = 169
Top = 33
Width = 49
Height = 33
Caption = '*'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 13
OnClick = ButtonaClick
end
object Button9: TButton
Left = 113
Top = 33
Width = 49
Height = 33
Caption = '9'
TabOrder = 14
OnClick = Button9Click
end
object Button8: TButton
Left = 57
Top = 33
Width = 49
Height = 33
Caption = '8'
TabOrder = 15
OnClick = Button8Click
end
object Button10: TButton
Left = 113
Top = 1
Width = 49
Height = 24
Caption = #37325#36755
TabOrder = 16
OnClick = Button10Click
end
object Button11: TButton
Left = 169
Top = 1
Width = 49
Height = 24
Caption = 'CE'
Font.Charset = DEFAULT_CHARSET
Font.Color = clPurple
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 17
OnClick = Button11Click
end
end
object screen: TEdit
Left = 0
Top = 0
Width = 225
Height = 33
AutoSize = False
BiDiMode = bdRightToLeft
Color = clTeal
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentBiDiMode = False
ParentFont = False
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -