1 Star 0 Fork 6

xiaohepc/AcrSoft4D

forked from supermay/AcrSoft4D 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Unit6.dfm 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
supermay 提交于 2020-10-30 08:55 . sqlite内存表的性能好差
object Form6: TForm6
Left = 0
Top = 0
Caption = 'Form6'
ClientHeight = 473
ClientWidth = 612
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 612
Height = 41
Align = alTop
TabOrder = 0
ExplicitTop = -1
object Button1: TButton
Left = 24
Top = 8
Width = 75
Height = 25
Caption = #20889#25968#25454
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 8
Width = 75
Height = 25
Caption = #35835#25968#25454
TabOrder = 1
OnClick = Button2Click
end
end
object Panel2: TPanel
Left = 0
Top = 41
Width = 612
Height = 432
Align = alClient
TabOrder = 1
ExplicitTop = 8
ExplicitHeight = 41
object Memo1: TMemo
Left = 1
Top = 1
Width = 375
Height = 430
Align = alClient
Lines.Strings = (
'Memo1')
ScrollBars = ssBoth
TabOrder = 0
end
object DBGrid1: TDBGrid
Left = 376
Top = 1
Width = 235
Height = 430
Align = alRight
DataSource = DataSource1
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
end
object UniConnection1: TUniConnection
ProviderName = 'SQLite'
Database = ':memory:'
SpecificOptions.Strings = (
'SQLite.Direct=True')
LoginPrompt = False
Left = 480
Top = 381
end
object UniQuery1: TUniQuery
Connection = UniConnection1
Left = 392
Top = 381
end
object SQLiteUniProvider1: TSQLiteUniProvider
Left = 312
Top = 381
end
object DataSource1: TDataSource
DataSet = UniQuery1
Left = 224
Top = 381
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/xiaohepc/acr-soft4-d.git
git@gitee.com:xiaohepc/acr-soft4-d.git
xiaohepc
acr-soft4-d
AcrSoft4D
master

搜索帮助