📄 testado_p.dfm
字号:
object Form1: TForm1
Left = 251
Top = 129
Width = 696
Height = 517
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 Button1: TButton
Left = 104
Top = 8
Width = 75
Height = 25
Caption = 'run'
TabOrder = 0
OnClick = Button1Click
end
object Memo1: TMemo
Left = 24
Top = 48
Width = 601
Height = 145
Lines.Strings = (
'update customerinfo set modifyman='#39'none'#39' where cusno='#39'001'#39
'update customerinfo set modifyman='#39'none'#39' where cusno='#39'002'#39)
TabOrder = 1
end
object Button2: TButton
Left = 192
Top = 8
Width = 75
Height = 25
Caption = 'rollback'
TabOrder = 2
OnClick = Button2Click
end
object Memo2: TMemo
Left = 24
Top = 216
Width = 601
Height = 89
Lines.Strings = (
'Memo2')
TabOrder = 3
end
object DBGrid1: TDBGrid
Left = 24
Top = 320
Width = 601
Height = 105
DataSource = DataSource1
TabOrder = 4
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object Button3: TButton
Left = 24
Top = 432
Width = 75
Height = 25
Caption = 'read'
TabOrder = 5
OnClick = Button3Click
end
object ADOConnection1: TADOConnection
Connected = True
ConnectionString =
'Provider=SQLOLEDB.1;Password=200048;Persist Security Info=True;U' +
'ser ID=sa;Initial Catalog=yp_db;Data Source=10.149.1.212;Use Pro' +
'cedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workst' +
'ation ID=NWE_RD040;Use Encryption for Data=False;Tag with column' +
' collation when possible=False'
LoginPrompt = False
Provider = 'SQLOLEDB.1'
Left = 40
Top = 8
end
object ADOQuery1: TADOQuery
Connection = ADOConnection2
Parameters = <>
SQL.Strings = (
'select * from customerinfo where cusno<'#39'009'#39)
Left = 8
Top = 312
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 40
Top = 312
end
object ADOConnection2: TADOConnection
ConnectionString =
'Provider=SQLOLEDB;Password=200048;Persist Security Info=True;Use' +
'r ID=sa;Initial Catalog=yp_db;Data Source=10.149.1.212'
LoginPrompt = False
Provider = 'SQLOLEDB'
Left = 96
Top = 312
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -