| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- object Form1: TForm1
- Left = 360
- Top = 130
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Form1'
- ClientHeight = 121
- ClientWidth = 283
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 56
- Width = 35
- Height = 13
- Caption = #37096#38376'ID'
- end
- object Button1: TButton
- Left = 16
- Top = 8
- Width = 97
- Height = 25
- Caption = #23548#20837
- TabOrder = 0
- OnClick = Button1Click
- end
- object SpinEdit1: TSpinEdit
- Left = 64
- Top = 48
- Width = 121
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- object ADOConnection1: TADOConnection
- ConnectionString =
- 'Provider=Microsoft.Jet.OLEDB.4.0;Password="";Data Source=E:\Real' +
- 'ICQ For LINKING('#24066#25919#24220')\RealICQ Projects For Win32('#27993#27743#32852#20449')\'#29992#25143#23548#20837'\'#24066#25919#24220'.m' +
- 'db;Persist Security Info=True'
- LoginPrompt = False
- Provider = 'Microsoft.Jet.OLEDB.4.0'
- Left = 200
- Top = 16
- end
- object ADOConnection2: TADOConnection
- ConnectionString =
- 'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
- 'fo=False;Initial Catalog=DBRealICQServer_For_Linking;Data Source' +
- '=(local)'
- LoginPrompt = False
- Provider = 'SQLOLEDB.1'
- Left = 232
- Top = 16
- end
- object ADODataSet1: TADODataSet
- Connection = ADOConnection1
- Parameters = <>
- Left = 24
- Top = 72
- end
- object ADOQuery1: TADOQuery
- Connection = ADOConnection2
- Parameters = <>
- Left = 64
- Top = 80
- end
- end
|