📄 dbsetup_unit.dfm
字号:
object frmDBSetup: TfrmDBSetup
Left = 314
Top = 273
BorderStyle = bsDialog
Caption = #25968#25454#24211#37197#32622
ClientHeight = 102
ClientWidth = 342
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 8
Top = 16
Width = 81
Height = 13
AutoSize = False
Caption = #25968#25454#24211#36335#24452#65306
end
object btnFilePath: TBitBtn
Left = 56
Top = 69
Width = 75
Height = 25
Caption = #27983#35272'(&T)'
TabOrder = 0
OnClick = btnFilePathClick
end
object btnOk: TBitBtn
Left = 200
Top = 69
Width = 75
Height = 25
Caption = #30830#23450'(&O)'
TabOrder = 1
OnClick = btnOkClick
end
object edtDBFilePath: TEdit
Left = 8
Top = 40
Width = 329
Height = 20
ReadOnly = True
TabOrder = 2
end
object OpenPath: TOpenDialog
Filter = 'Access(*.mdb)|*.mdb'
Left = 152
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -