📄 main.~dfm
字号:
object Form1: TForm1
Left = 192
Top = 114
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object DBEdit1: TDBEdit
Left = 88
Top = 56
Width = 217
Height = 21
DataField = 'Address'
DataSource = DataSource1
TabOrder = 0
end
object DBNavigator1: TDBNavigator
Left = 240
Top = 24
Width = 240
Height = 25
DataSource = DataSource1
TabOrder = 1
end
object Button1: TButton
Left = 248
Top = 120
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 112
Top = 200
Width = 75
Height = 25
Caption = 'SaveLog'
TabOrder = 3
OnClick = Button2Click
end
object SQLConnection1: TSQLConnection
ConnectionName = 'IBConnection'
DriverName = 'Interbase'
GetDriverFunc = 'getSQLDriverINTERBASE'
LibraryName = 'dbexpint.dll'
LoadParamsOnConnect = True
Params.Strings = (
'DriverName=Interbase'
'Database=C:\Delphi7\Borland Shared\Data\Employee.gdb'
'RoleName=RoleName'
'User_Name=sysdba'
'Password='
'ServerCharSet='
'SQLDialect=1'
'ErrorResourceFile='
'LocaleCode=0000'
'BlobSize=-1'
'CommitRetain=False'
'WaitOnLocks=True'
'Interbase TransIsolation=ReadCommited'
'Trim Char=False')
TableScope = [tsSynonym, tsTable, tsView]
VendorLib = 'gds32.dll'
Left = 56
end
object SQLDataSet1: TSQLDataSet
CommandText = 'select * from employees'
MaxBlobSize = -1
Params = <>
SQLConnection = SQLConnection1
Left = 88
end
object DataSource1: TDataSource
DataSet = SQLDataSet1
Left = 168
end
object SQLMonitor1: TSQLMonitor
Left = 120
Top = 152
end
object SaveDialog1: TSaveDialog
Left = 152
Top = 152
end
object SimpleDataSet1: TSimpleDataSet
Aggregates = <>
Connection = SQLConnection1
DataSet.DataSource = DataSource1
DataSet.MaxBlobSize = -1
DataSet.Params = <>
Params = <>
Left = 280
Top = 240
end
object DataSetProvider1: TDataSetProvider
DataSet = SQLDataSet1
Left = 352
Top = 168
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
ProviderName = 'DataSetProvider1'
Left = 320
Top = 248
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -