📄 dblinkfrmunit4.~dfm
字号:
object dblinkfrm: Tdblinkfrm
Left = 372
Top = 249
Width = 265
Height = 304
Caption = #25968#25454#24211#36830#25509
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 233
Height = 209
TabOrder = 0
object user_lb: TLabel
Left = 24
Top = 32
Width = 57
Height = 13
AutoSize = False
Caption = #29992#25143#21517
end
object pwd_lb: TLabel
Left = 24
Top = 72
Width = 41
Height = 13
AutoSize = False
Caption = #23494' '#30721
end
object server_lb: TLabel
Left = 24
Top = 112
Width = 49
Height = 13
AutoSize = False
Caption = #26381#21153#22120
end
object database_lb: TLabel
Left = 24
Top = 160
Width = 49
Height = 13
AutoSize = False
Caption = #25968#25454#24211
end
object user_ed: TEdit
Left = 80
Top = 32
Width = 121
Height = 21
TabOrder = 0
Text = 'system'
end
object pwd_ed: TEdit
Left = 80
Top = 72
Width = 121
Height = 21
PasswordChar = '*'
TabOrder = 1
Text = 'system'
end
object server_ed: TEdit
Left = 80
Top = 112
Width = 121
Height = 21
TabOrder = 2
end
object database_ed: TEdit
Left = 80
Top = 160
Width = 121
Height = 21
TabOrder = 3
end
end
object connect_btn: TButton
Left = 40
Top = 232
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 1
OnClick = connect_btnClick
end
object cancel_btn: TButton
Left = 144
Top = 232
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 2
OnClick = cancel_btnClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -