📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 339
Height = 198
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 Label4: TLabel
Left = 16
Top = 96
Width = 36
Height = 13
Caption = #32467#26524#65306
end
object GroupBox1: TGroupBox
Left = 8
Top = 16
Width = 313
Height = 57
Caption = #35831#36755#20837'X'#12289'Y'#21644'Z'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 24
Width = 19
Height = 13
Caption = 'X'#65306
end
object Label2: TLabel
Left = 104
Top = 24
Width = 19
Height = 13
Caption = 'Y'#65306
end
object Label3: TLabel
Left = 208
Top = 24
Width = 19
Height = 13
Caption = 'Z'#65306
end
object Edit1: TEdit
Left = 32
Top = 24
Width = 57
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 128
Top = 24
Width = 57
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 232
Top = 24
Width = 65
Height = 21
TabOrder = 2
end
end
object Edit4: TEdit
Left = 64
Top = 96
Width = 161
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 64
Top = 128
Width = 73
Height = 25
Caption = #27714#26368#22823#20540
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 168
Top = 128
Width = 73
Height = 25
Caption = #27714#26368#23567#20540
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -