⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit4.~dfm

📁 没什么特别的 用ASSECC数据库~——~
💻 ~DFM
字号:
object Form4: TForm4
  Left = 248
  Top = 125
  Width = 696
  Height = 480
  Caption = 'Form4'
  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 Label3: TLabel
    Left = 16
    Top = 24
    Width = 96
    Height = 13
    Caption = #25171#24320#20316#19994#25152#22312#25991#20214
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 104
    Width = 689
    Height = 233
    Caption = #20132#20316#19994#24773#20917
    TabOrder = 4
    object Label1: TLabel
      Left = 8
      Top = 24
      Width = 36
      Height = 13
      Caption = #35760#24405#25968
    end
    object Label2: TLabel
      Left = 56
      Top = 24
      Width = 3
      Height = 13
    end
  end
  object Edit1: TEdit
    Left = 8
    Top = 48
    Width = 201
    Height = 21
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 232
    Top = 48
    Width = 75
    Height = 25
    Caption = '....'
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 0
    Top = 376
    Width = 75
    Height = 25
    Caption = #26816#26597#20316#19994
    Enabled = False
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 152
    Width = 689
    Height = 161
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 96
    Top = 376
    Width = 75
    Height = 25
    Caption = #32570#20132#30340
    TabOrder = 5
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 184
    Top = 376
    Width = 75
    Height = 25
    Caption = #24050#20132#30340
    TabOrder = 6
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 576
    Top = 40
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 7
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 104
    Top = 400
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\delphi'#20316#19994'\'#35838#31243#35774#35745'\'#26032#24314 +
      ' Microsoft Office Access '#24212#29992#31243#24207'.mdb;Persist Security Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 272
    Top = 400
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select b.'#23398#21495',a.'#22995#21517',b.'#20132#20316#19994
      'from '#23398#29983#20449#24687#34920' a,'#20316#19994#34920' b'
      'where a.'#23398#21495'=b.'#23398#21495)
    Left = 360
    Top = 400
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    OnDataChange = DataSource1DataChange
    Left = 416
    Top = 392
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Parameters = <>
    Left = 184
    Top = 408
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -