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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 196
  3.   Top = 129
  4.   Width = 446
  5.   Height = 234
  6.   Caption = 'Jet Engine Text Driver'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  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 = 0
  19.     Width = 438
  20.     Height = 201
  21.     Align = alClient
  22.     DataSource = DataSource1
  23.     TabOrder = 0
  24.     TitleFont.Charset = DEFAULT_CHARSET
  25.     TitleFont.Color = clWindowText
  26.     TitleFont.Height = -14
  27.     TitleFont.Name = 'MS Sans Serif'
  28.     TitleFont.Style = []
  29.   end
  30.   object ADOTable1: TADOTable
  31.     Active = True
  32.     ConnectionString = 
  33.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:masteringdelphi6' +
  34.       'delphiexamplestext;Extended Properties=Text;Persist Security I' +
  35.       'nfo=False'
  36.     CursorType = ctStatic
  37.     TableName = 'NightShift#TXT'
  38.     Left = 280
  39.     Top = 88
  40.   end
  41.   object DataSource1: TDataSource
  42.     DataSet = ADOTable1
  43.     Left = 168
  44.     Top = 88
  45.   end
  46. end