📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 304
Height = 142
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 = 8
Top = 8
Width = 48
Height = 13
Caption = #25991#20214#21517#65306
end
object Label2: TLabel
Left = 8
Top = 40
Width = 129
Height = 13
Caption = #35813#25991#20214#20013#30340#21333#35789#25968#20026#65306
end
object Edit1: TEdit
Left = 64
Top = 8
Width = 153
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 224
Top = 0
Width = 25
Height = 25
Caption = '...'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 56
Top = 72
Width = 57
Height = 25
Caption = #32479#35745
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 152
Top = 72
Width = 49
Height = 25
Caption = #36864#20986
TabOrder = 3
OnClick = Button3Click
end
object Edit2: TEdit
Left = 152
Top = 40
Width = 89
Height = 21
TabOrder = 4
Text = '0'
end
object OpenDialog1: TOpenDialog
Filter = '*.txt'
Left = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -