Unit1.~dfm
上传用户:autowell
上传日期:2022-06-21
资源大小:16754k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 160
  18.     Top = 24
  19.     Width = 289
  20.     Height = 29
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'ADO'#25509#21475#36830#25509#25968#25454#24211
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clGreen
  26.     Font.Height = -24
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object DBGrid1: TDBGrid
  32.     Left = 56
  33.     Top = 88
  34.     Width = 489
  35.     Height = 176
  36.     DataSource = DataSource1
  37.     TabOrder = 0
  38.     TitleFont.Charset = DEFAULT_CHARSET
  39.     TitleFont.Color = clWindowText
  40.     TitleFont.Height = -11
  41.     TitleFont.Name = 'MS Sans Serif'
  42.     TitleFont.Style = []
  43.   end
  44.   object DBNavigator1: TDBNavigator
  45.     Left = 160
  46.     Top = 320
  47.     Width = 240
  48.     Height = 25
  49.     DataSource = DataSource1
  50.     TabOrder = 1
  51.   end
  52.   object DataSource1: TDataSource
  53.     DataSet = Table1
  54.     Left = 88
  55.     Top = 32
  56.   end
  57.   object Table1: TTable
  58.     Active = True
  59.     DatabaseName = 'db1'
  60.     TableName = 'students'
  61.     Left = 200
  62.     Top = 56
  63.   end
  64.   object ADOConnection1: TADOConnection
  65.     Connected = True
  66.     ConnectionString = 
  67.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai12db1.m' +
  68.       'db;Persist Security Info=False'
  69.     Mode = cmShareDenyNone
  70.     Provider = 'Microsoft.Jet.OLEDB.4.0'
  71.     Left = 576
  72.     Top = 56
  73.   end
  74.   object ADOQuery1: TADOQuery
  75.     Connection = ADOConnection1
  76.     Parameters = <>
  77.     SQL.Strings = (
  78.       '"select * from students "')
  79.     Left = 600
  80.     Top = 112
  81.   end
  82. end