📄 urmcfgdbmysql.dfm
字号:
inherited frmCfgDBMySQL: TfrmCfgDBMySQL
Caption = #37197#32622' MySQL'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel [0]
Left = 0
Top = 0
Width = 492
Height = 323
Align = alClient
BevelInner = bvLowered
TabOrder = 0
object GroupBox1: TGroupBox
Left = 54
Top = 41
Width = 383
Height = 240
Caption = ' MySQL '#21442#25968' '
TabOrder = 0
object Label1: TLabel
Left = 53
Top = 31
Width = 63
Height = 14
Alignment = taRightJustify
Caption = 'ODBC Name'
end
object Label2: TLabel
Left = 67
Top = 129
Width = 49
Height = 14
Alignment = taRightJustify
Caption = 'DB Name'
end
object Label4: TLabel
Left = 88
Top = 161
Width = 28
Height = 14
Alignment = taRightJustify
Caption = 'User'
end
object Label5: TLabel
Left = 60
Top = 194
Width = 56
Height = 14
Alignment = taRightJustify
Caption = 'Password'
end
object Label7: TLabel
Left = 39
Top = 64
Width = 77
Height = 14
Alignment = taRightJustify
Caption = 'Server Name'
end
object Label8: TLabel
Left = 88
Top = 96
Width = 28
Height = 14
Alignment = taRightJustify
Caption = 'Port'
end
object edtDB: TEdit
Left = 137
Top = 125
Width = 160
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 5
Text = 'mysql'
end
object edtUser: TEdit
Left = 137
Top = 157
Width = 160
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 6
Text = 'root'
end
object edtPassword: TEdit
Left = 137
Top = 190
Width = 160
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 7
end
object edtServer: TEdit
Left = 137
Top = 60
Width = 160
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
Text = '127.0.0.1'
end
object edtPort: TEdit
Left = 137
Top = 92
Width = 160
Height = 24
Font.Charset = ANSI_CHARSET
Font.Color = clBlue
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
Text = '3306'
end
object bbtODBC: TBitBtn
Left = 304
Top = 58
Width = 50
Height = 25
Caption = 'ODBC'
TabOrder = 2
OnClick = bbtODBCClick
end
object edtName: TComboBox
Left = 137
Top = 27
Width = 160
Height = 22
ItemHeight = 14
TabOrder = 1
end
object bbtRefresh: TBitBtn
Left = 304
Top = 26
Width = 50
Height = 25
Caption = #21047#26032
TabOrder = 0
OnClick = bbtRefreshClick
end
end
object CheckBox1: TCheckBox
Left = 191
Top = 292
Width = 150
Height = 17
Caption = #27809#26377#21017#21019#24314#25968#25454#28304
TabOrder = 1
end
end
object Panel2: TPanel [1]
Left = 0
Top = 323
Width = 492
Height = 50
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BitBtn1: TBitBtn
Left = 98
Top = 10
Width = 80
Height = 30
TabOrder = 0
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 314
Top = 10
Width = 80
Height = 30
TabOrder = 1
Kind = bkCancel
end
end
object dbTest: TDatabase
DatabaseName = 'test'
DriverName = 'MySQL ODBC 3.51 Driver'
LoginPrompt = False
Params.Strings = (
'DATABASE NAME='
'USER NAME='
'ODBC DSN='
'OPEN MODE=READ/WRITE'
'SCHEMA CACHE SIZE=8'
'SQLQRYMODE='
'LANGDRIVER='
'SQLPASSTHRU MODE=SHARED AUTOCOMMIT'
'SCHEMA CACHE TIME=-1'
'MAX ROWS=-1'
'BATCH COUNT=200'
'ENABLE SCHEMA CACHE=FALSE'
'SCHEMA CACHE DIR='
'ENABLE BCD=FALSE'
'ROWSET SIZE=20'
'BLOBS TO CACHE=64'
'PASSWORD=')
SessionName = 'Default'
Left = 224
Top = 304
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -