📄 unit1.dfm
字号:
object Form1: TForm1
Left = 329
Top = 107
Width = 290
Height = 273
Caption = #30331#38470
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Edit1: TEdit
Left = 136
Top = 48
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 136
Top = 120
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object Button3: TButton
Left = 40
Top = 176
Width = 75
Height = 25
Caption = #30830#35748
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 160
Top = 176
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 3
OnClick = Button4Click
end
object StaticText1: TStaticText
Left = 32
Top = 48
Width = 58
Height = 17
Caption = 'StaticText1'
TabOrder = 4
end
object StaticText2: TStaticText
Left = 32
Top = 120
Width = 58
Height = 17
Caption = 'StaticText1'
TabOrder = 5
end
object ADOTable1: TADOTable
Left = 232
Top = 208
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -