📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 683
Height = 169
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 = 24
Top = 24
Width = 46
Height = 13
Caption = 'Login.exe'
end
object Label2: TLabel
Left = 24
Top = 64
Width = 56
Height = 13
Caption = 'Manger.exe'
end
object Edit_Loginfile: TEdit
Left = 96
Top = 24
Width = 481
Height = 21
TabOrder = 0
end
object Edit_Manger: TEdit
Left = 96
Top = 64
Width = 481
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 592
Top = 24
Width = 75
Height = 25
Caption = 'find'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 592
Top = 64
Width = 75
Height = 25
Caption = 'find'
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 592
Top = 104
Width = 75
Height = 25
Caption = 'Build'
TabOrder = 4
OnClick = Button3Click
end
object SaveDialog1: TSaveDialog
Filter = '*.exe|*.exe'
Left = 176
Top = 128
end
object OpenDialog1: TOpenDialog
Filter = '*.exe|*.exe'
Left = 144
Top = 128
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -