OpenSchemaU1.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 125
  4.   Width = 679
  5.   Height = 346
  6.   Caption = 'TADOConnection.OpenSchema'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object DBGrid1: TDBGrid
  17.     Left = 0
  18.     Top = 41
  19.     Width = 671
  20.     Height = 272
  21.     Align = alClient
  22.     DataSource = DataSource1
  23.     TabOrder = 0
  24.     TitleFont.Charset = DEFAULT_CHARSET
  25.     TitleFont.Color = clWindowText
  26.     TitleFont.Height = -13
  27.     TitleFont.Name = 'MS Sans Serif'
  28.     TitleFont.Style = []
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 671
  34.     Height = 41
  35.     Align = alTop
  36.     BevelOuter = bvNone
  37.     TabOrder = 1
  38.     object Button1: TButton
  39.       Left = 16
  40.       Top = 8
  41.       Width = 121
  42.       Height = 25
  43.       Caption = 'Get Primary Keys'
  44.       TabOrder = 0
  45.       OnClick = Button1Click
  46.     end
  47.     object Button2: TButton
  48.       Left = 152
  49.       Top = 8
  50.       Width = 177
  51.       Height = 25
  52.       Caption = 'Get Customer Primary Keys'
  53.       TabOrder = 1
  54.       OnClick = Button2Click
  55.     end
  56.   end
  57.   object ADOConnection1: TADOConnection
  58.     Connected = True
  59.     ConnectionString = 
  60.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:program filesmi' +
  61.       'crosoft officeofficesamplesnorthwind.mdb;Persist Security Inf' +
  62.       'o=False'
  63.     LoginPrompt = False
  64.     Mode = cmShareDenyNone
  65.     Provider = 'Microsoft.Jet.OLEDB.4.0'
  66.     Left = 152
  67.     Top = 40
  68.   end
  69.   object DataSource1: TDataSource
  70.     DataSet = ADODataSet1
  71.     Left = 456
  72.     Top = 40
  73.   end
  74.   object ADODataSet1: TADODataSet
  75.     Parameters = <>
  76.     Left = 288
  77.     Top = 40
  78.   end
  79. end