📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 119
Width = 696
Height = 480
ActiveControl = Edit1
Caption = 'Form1'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 96
Top = 48
Width = 28
Height = 27
Caption = 'x+'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 96
Top = 92
Width = 28
Height = 27
Caption = 'x+'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 206
Top = 48
Width = 28
Height = 27
Caption = 'y+'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 206
Top = 92
Width = 28
Height = 27
Caption = 'y+'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 96
Top = 137
Width = 28
Height = 27
Caption = 'x+'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label7: TLabel
Left = 206
Top = 137
Width = 28
Height = 27
Caption = 'y+'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 318
Top = 48
Width = 28
Height = 27
Caption = 'z='
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label8: TLabel
Left = 318
Top = 92
Width = 28
Height = 27
Caption = 'z='
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Label9: TLabel
Left = 318
Top = 137
Width = 28
Height = 27
Caption = 'z='
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 16
Top = 208
Width = 75
Height = 25
Caption = #27714#35299
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 16
Top = 48
Width = 73
Height = 22
TabOrder = 1
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit2: TEdit
Left = 128
Top = 48
Width = 73
Height = 22
TabOrder = 2
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit3: TEdit
Left = 239
Top = 48
Width = 73
Height = 22
TabOrder = 3
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit4: TEdit
Left = 351
Top = 48
Width = 73
Height = 22
TabOrder = 4
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit5: TEdit
Left = 16
Top = 92
Width = 73
Height = 22
TabOrder = 5
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit6: TEdit
Left = 128
Top = 92
Width = 73
Height = 22
TabOrder = 6
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit7: TEdit
Left = 239
Top = 92
Width = 73
Height = 22
TabOrder = 7
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit8: TEdit
Left = 351
Top = 92
Width = 73
Height = 22
TabOrder = 8
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit9: TEdit
Left = 16
Top = 137
Width = 73
Height = 22
TabOrder = 9
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit10: TEdit
Left = 128
Top = 137
Width = 73
Height = 22
TabOrder = 10
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit11: TEdit
Left = 239
Top = 137
Width = 73
Height = 22
TabOrder = 11
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Edit12: TEdit
Left = 351
Top = 137
Width = 73
Height = 22
TabOrder = 12
Text = '1'
OnKeyPress = Edit1KeyPress
end
object Memo1: TMemo
Left = 112
Top = 176
Width = 313
Height = 97
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
ScrollBars = ssHorizontal
TabOrder = 13
WordWrap = False
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -