📄 unit1.dfm
字号:
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Delphi 2005 ado '#36830#25509#28436#31034
ClientHeight = 127
ClientWidth = 244
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 16
Width = 57
Height = 13
Caption = #29992#25143#21517#65306' '
end
object Label2: TLabel
Left = 32
Top = 48
Width = 51
Height = 13
Caption = #23494' '#30721#65306' '
end
object Edit1: TEdit
Left = 96
Top = 16
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 96
Top = 48
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Button1: TButton
Left = 32
Top = 80
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 80
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -