📄 unit1.dfm
字号:
object Form1: TForm1
Left = 216
Top = 219
Width = 541
Height = 424
Caption = 'Firebird'#23884#20837#29256#20351#29992#31034#20363'--Firebird'#20013#25991#31038#21306
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object lbl1: TLabel
Left = 32
Top = 16
Width = 115
Height = 13
Caption = #20351#29992'DBExpress'#36830#25509
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object btnConnect: TButton
Left = 128
Top = 344
Width = 75
Height = 25
Caption = #36830#25509
TabOrder = 0
OnClick = btnConnectClick
end
object btnCommit: TButton
Left = 352
Top = 344
Width = 75
Height = 25
Caption = #25552#20132#26356#25913
TabOrder = 1
OnClick = btnCommitClick
end
object btnQuery: TButton
Left = 240
Top = 344
Width = 75
Height = 25
Caption = #25552#21462#25968#25454
TabOrder = 2
OnClick = btnQueryClick
end
object DBGrid1: TDBGrid
Left = 24
Top = 56
Width = 457
Height = 257
DataSource = datasource1
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object SQLConnection1: TSQLConnection
ConnectionName = 'IBConnection'
DriverName = 'Interbase'
GetDriverFunc = 'getSQLDriverINTERBASE'
LibraryName = 'dbexpint.dll'
LoginPrompt = False
Params.Strings = (
'DriverName=Interbase'
'Database=database.gdb'
'RoleName=RoleName'
'User_Name=sysdba'
'Password=masterkey'
'ServerCharSet='
'SQLDialect=1'
'ErrorResourceFile='
'LocaleCode=0000'
'BlobSize=-1'
'CommitRetain=False'
'WaitOnLocks=True'
'Interbase TransIsolation=ReadCommited'
'Trim Char=False')
VendorLib = 'fbembed.dll'
Left = 96
Top = 32
end
object SimpleDataSet1: TSimpleDataSet
Aggregates = <>
Connection = SQLConnection1
DataSet.MaxBlobSize = -1
DataSet.Params = <>
Params = <>
Left = 128
Top = 32
end
object datasource1: TDataSource
DataSet = SimpleDataSet1
Left = 176
Top = 40
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -