📄 unit1.dfm
字号:
object frmLogin_ytc: TfrmLogin_ytc
Left = 241
Top = 201
BorderStyle = bsNone
Caption = 'frmLogin_ytc'
ClientHeight = 223
ClientWidth = 338
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 0
Width = 338
Height = 65
Align = alTop
end
object GroupBox1: TGroupBox
Left = 24
Top = 88
Width = 289
Height = 121
Caption = 'GroupBox1'
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 24
Width = 32
Height = 13
Caption = 'Label1'
end
object Label2: TLabel
Left = 40
Top = 56
Width = 32
Height = 13
Caption = 'Label2'
end
object SpeedButton1: TSpeedButton
Left = 64
Top = 80
Width = 57
Height = 22
end
object SpeedButton2: TSpeedButton
Left = 144
Top = 88
Width = 55
Height = 22
OnClick = SpeedButton2Click
end
object Edit1: TEdit
Left = 88
Top = 16
Width = 145
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object Edit2: TEdit
Left = 88
Top = 48
Width = 145
Height = 21
TabOrder = 1
Text = 'Edit2'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -