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

📄 uconn.dfm

📁 简单连接数据库 简单连接数据库 简单连接数据库
💻 DFM
字号:
object FrmConn: TFrmConn
  Left = 217
  Top = 131
  Width = 477
  Height = 318
  BorderIcons = [biSystemMenu]
  Caption = #25968#25454#24211#36830#25509#24037#20855
  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 BtnConn: TButton
    Left = 8
    Top = 264
    Width = 89
    Height = 25
    Caption = #36830#25509#25968#25454#24211
    TabOrder = 0
    OnClick = BtnConnClick
  end
  object btnSQLText: TButton
    Left = 108
    Top = 264
    Width = 89
    Height = 25
    Caption = #25171#24320'SQL'
    TabOrder = 1
    OnClick = btnSQLTextClick
  end
  object btnSQLOpen: TButton
    Left = 216
    Top = 264
    Width = 89
    Height = 25
    Caption = #25191#34892
    TabOrder = 2
    OnClick = btnSQLOpenClick
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 469
    Height = 137
    Align = alTop
    TabOrder = 3
  end
  object BtnClose: TButton
    Left = 376
    Top = 264
    Width = 81
    Height = 25
    Caption = #36864#20986
    TabOrder = 4
    OnClick = BtnCloseClick
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 137
    Width = 469
    Height = 89
    Align = alTop
    DataSource = DataSource1
    TabOrder = 5
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object connDate: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initi' +
      'al Catalog=gdseal;Data Source=HNNDWORKCOMPUTE'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 16
  end
  object AdoQuery: TADOQuery
    Connection = connDate
    Parameters = <>
    Left = 56
  end
  object DlgOpen: TOpenDialog
    Filter = 'SQL|*.sql'
    Left = 96
  end
  object DataSource1: TDataSource
    DataSet = AdoQuery
    Left = 136
  end
end

⌨️ 快捷键说明

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