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 = 112
  18.     Top = 288
  19.     Width = 24
  20.     Height = 13
  21.     Caption = #23398#21495
  22.   end
  23.   object Label2: TLabel
  24.     Left = 112
  25.     Top = 344
  26.     Width = 24
  27.     Height = 13
  28.     Caption = #22995#21517
  29.   end
  30.   object DBEdit1: TDBEdit
  31.     Left = 192
  32.     Top = 288
  33.     Width = 121
  34.     Height = 21
  35.     DataField = #23398#21495
  36.     DataSource = DataSource1
  37.     TabOrder = 0
  38.   end
  39.   object DBEdit2: TDBEdit
  40.     Left = 192
  41.     Top = 336
  42.     Width = 121
  43.     Height = 21
  44.     DataField = #22995#21517
  45.     DataSource = DataSource1
  46.     TabOrder = 1
  47.   end
  48.   object DBGrid1: TDBGrid
  49.     Left = 56
  50.     Top = 80
  51.     Width = 497
  52.     Height = 160
  53.     DataSource = DataSource1
  54.     TabOrder = 2
  55.     TitleFont.Charset = DEFAULT_CHARSET
  56.     TitleFont.Color = clWindowText
  57.     TitleFont.Height = -11
  58.     TitleFont.Name = 'MS Sans Serif'
  59.     TitleFont.Style = []
  60.   end
  61.   object Button1: TButton
  62.     Left = 128
  63.     Top = 408
  64.     Width = 75
  65.     Height = 25
  66.     Caption = #19979#19968#26465
  67.     TabOrder = 3
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 504
  72.     Top = 304
  73.     Width = 75
  74.     Height = 25
  75.     Caption = #28155#21152
  76.     TabOrder = 4
  77.     OnClick = Button2Click
  78.   end
  79.   object Button3: TButton
  80.     Left = 504
  81.     Top = 360
  82.     Width = 75
  83.     Height = 25
  84.     Caption = #36864#20986
  85.     TabOrder = 5
  86.     OnClick = Button3Click
  87.   end
  88.   object ADOConnection1: TADOConnection
  89.     Connected = True
  90.     ConnectionString = 
  91.       'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:xiaobai12db1.m' +
  92.       'db;Persist Security Info=False'
  93.     Mode = cmShareDenyNone
  94.     Provider = 'Microsoft.Jet.OLEDB.4.0'
  95.     Left = 64
  96.     Top = 40
  97.   end
  98.   object ADODataSet1: TADODataSet
  99.     Active = True
  100.     Connection = ADOConnection1
  101.     CursorType = ctStatic
  102.     CommandText = 'select * from students'
  103.     Parameters = <>
  104.     Left = 168
  105.     Top = 40
  106.   end
  107.   object DataSource1: TDataSource
  108.     DataSet = ADODataSet1
  109.     Left = 248
  110.     Top = 32
  111.   end
  112. end