📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 710
Height = 490
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 = 0
Top = 400
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 336
Top = 320
Width = 32
Height = 13
Caption = 'Label2'
end
object Button3: TButton
Left = 147
Top = 292
Width = 109
Height = 37
Caption = 'Save'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Nuncio'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = Button3Click
end
object Button4: TButton
Left = 8
Top = 320
Width = 105
Height = 25
Caption = 'OpenFile_chengsi'
TabOrder = 1
OnClick = Button4Click
end
object Button1: TButton
Left = 8
Top = 360
Width = 75
Height = 25
Caption = 'OpenFile_zhi'
TabOrder = 2
end
object Memo1: TMemo
Left = 328
Top = 16
Width = 273
Height = 273
Lines.Strings = (
'Memo1')
TabOrder = 3
end
object SaveDialog1: TSaveDialog
Filter = '*.txt|*.txt'
Left = 22
Top = 22
end
object OpenDialog2: TOpenDialog
Left = 88
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -