📄 serversetup.dfm
字号:
object serverfrm: Tserverfrm
Left = 267
Top = 168
Width = 281
Height = 267
Caption = #26381#21153#22120#36830#25509#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 15
object Label1: TLabel
Left = 40
Top = 15
Width = 136
Height = 15
Caption = #26381#21153#22120#21517#31216#25110'IP'#22320#22336
FocusControl = DBEdit1
end
object Label2: TLabel
Left = 40
Top = 59
Width = 75
Height = 15
Caption = #25968#25454#24211#21517#31216
FocusControl = DBEdit2
end
object Label3: TLabel
Left = 40
Top = 102
Width = 45
Height = 15
Caption = #29992#25143#21517
FocusControl = DBEdit3
end
object Label4: TLabel
Left = 40
Top = 145
Width = 30
Height = 15
Caption = #23494#30721
FocusControl = DBEdit4
end
object DBEdit1: TDBEdit
Left = 40
Top = 31
Width = 194
Height = 23
DataField = 'Data Source'
DataSource = dm.serverds
TabOrder = 0
end
object DBEdit2: TDBEdit
Left = 40
Top = 74
Width = 194
Height = 23
DataField = 'Initial Catalog'
DataSource = dm.serverds
TabOrder = 1
end
object DBEdit3: TDBEdit
Left = 40
Top = 117
Width = 194
Height = 23
DataField = 'User ID'
DataSource = dm.serverds
TabOrder = 2
end
object DBEdit4: TDBEdit
Left = 40
Top = 160
Width = 194
Height = 23
DataField = 'Password'
DataSource = dm.serverds
PasswordChar = '*'
TabOrder = 3
end
object Button1: TButton
Left = 40
Top = 202
Width = 81
Height = 27
Caption = #36830#25509
TabOrder = 4
OnClick = Button1Click
end
object Button2: TButton
Left = 154
Top = 202
Width = 81
Height = 27
Caption = #36864#20986
TabOrder = 5
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -