📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 382
Height = 236
Caption = 'Form1'
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 Label1: TLabel
Left = 32
Top = 8
Width = 15
Height = 29
Caption = '0'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 24
Top = 48
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 48
Top = 88
Width = 75
Height = 25
Caption = '+'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 48
Top = 128
Width = 75
Height = 25
Caption = '='
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -29
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = Button2Click
end
object Panel1: TPanel
Left = 160
Top = 24
Width = 177
Height = 161
Caption = 'Panel1'
TabOrder = 3
object SpeedButton1: TSpeedButton
Left = 32
Top = 8
Width = 23
Height = 22
Caption = '1'
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 80
Top = 8
Width = 23
Height = 22
Caption = '2'
end
object SpeedButton3: TSpeedButton
Left = 128
Top = 8
Width = 23
Height = 22
Caption = '3'
end
object SpeedButton4: TSpeedButton
Left = 32
Top = 48
Width = 23
Height = 22
Caption = '4'
end
object SpeedButton5: TSpeedButton
Left = 80
Top = 48
Width = 23
Height = 22
Caption = '5'
end
object SpeedButton6: TSpeedButton
Left = 128
Top = 48
Width = 23
Height = 22
Caption = '6'
end
object SpeedButton7: TSpeedButton
Left = 32
Top = 88
Width = 23
Height = 22
Caption = '7'
end
object SpeedButton8: TSpeedButton
Left = 80
Top = 88
Width = 23
Height = 22
Caption = '8'
end
object SpeedButton9: TSpeedButton
Left = 128
Top = 88
Width = 23
Height = 22
Caption = '9'
end
object SpeedButton10: TSpeedButton
Left = 80
Top = 128
Width = 23
Height = 22
Caption = '0'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -