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

📄 sqlserversetup.dfm

📁 这是我用Delphi编写的数据库连接器,目前支持Oracle ,sql server 2000 ,Access,同时欢迎致邮bailianglv@163.com,共同研究
💻 DFM
字号:
object Form1: TForm1
  Left = 265
  Top = 204
  BorderStyle = bsDialog
  Caption = #25968#25454#24211#36830#25509#22120
  ClientHeight = 280
  ClientWidth = 316
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Panel3: TPanel
    Left = 0
    Top = 41
    Width = 316
    Height = 201
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 4
    object Label6: TLabel
      Left = 24
      Top = 48
      Width = 60
      Height = 12
      Caption = #25968' '#25454' '#24211#65306
    end
    object Label7: TLabel
      Left = 24
      Top = 80
      Width = 60
      Height = 12
      Caption = #29992' '#25143' '#21517#65306
    end
    object Label8: TLabel
      Left = 24
      Top = 112
      Width = 60
      Height = 12
      Caption = #23494'    '#30721#65306
    end
    object OraDB: TFlatEdit
      Left = 88
      Top = 44
      Width = 157
      Height = 18
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 0
    end
    object OraUser: TFlatEdit
      Left = 88
      Top = 76
      Width = 157
      Height = 18
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 1
    end
    object OraPwd: TFlatEdit
      Left = 88
      Top = 108
      Width = 157
      Height = 18
      ColorFlat = clBtnFace
      ParentColor = True
      PasswordChar = '*'
      TabOrder = 2
    end
  end
  object GroupBox1: TPanel
    Left = 0
    Top = 41
    Width = 327
    Height = 201
    BevelOuter = bvNone
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 32
      Width = 60
      Height = 12
      Caption = #26381' '#21153' '#22120#65306
    end
    object Label2: TLabel
      Left = 24
      Top = 64
      Width = 60
      Height = 12
      Caption = #25968' '#25454' '#24211#65306
    end
    object Label3: TLabel
      Left = 24
      Top = 96
      Width = 60
      Height = 12
      Caption = #29992' '#25143' '#21517#65306
    end
    object Label4: TLabel
      Left = 24
      Top = 128
      Width = 60
      Height = 12
      Caption = #23494'    '#30721#65306
    end
    object EdtServer: TFlatEdit
      Left = 88
      Top = 28
      Width = 157
      Height = 18
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 0
    end
    object EdtDB: TFlatEdit
      Left = 88
      Top = 60
      Width = 157
      Height = 18
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 1
    end
    object EdtUser: TFlatEdit
      Left = 88
      Top = 92
      Width = 157
      Height = 18
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 2
    end
    object EdtPwd: TFlatEdit
      Left = 88
      Top = 124
      Width = 157
      Height = 18
      ColorFlat = clBtnFace
      ParentColor = True
      PasswordChar = '*'
      TabOrder = 3
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 41
    Width = 316
    Height = 201
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 3
    object Label5: TLabel
      Left = 8
      Top = 16
      Width = 96
      Height = 12
      Caption = #36873#25321#25968#25454#24211#25991#20214#65306
    end
    object EdtFilePath: TFlatEdit
      Left = 8
      Top = 40
      Width = 233
      Height = 20
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 0
    end
    object Button1: TFlatButton
      Left = 248
      Top = 39
      Width = 57
      Height = 21
      Caption = #25171' '#24320
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 242
    Width = 316
    Height = 38
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object BtnConnect: TFlatButton
      Left = 33
      Top = 10
      Width = 58
      Height = 21
      Caption = #36830'  '#25509
      TabOrder = 0
      OnClick = BtnConnectClick
    end
    object BtnOK: TFlatButton
      Left = 110
      Top = 10
      Width = 58
      Height = 21
      Caption = #30830'  '#23450
      TabOrder = 1
      OnClick = BtnOKClick
    end
    object BtnCancel: TFlatButton
      Left = 187
      Top = 10
      Width = 58
      Height = 21
      Caption = #21462'  '#28040
      TabOrder = 2
      OnClick = BtnCancelClick
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 0
    Top = 0
    Width = 316
    Height = 41
    Align = alTop
    Caption = #25968#25454#24211
    Columns = 3
    ItemIndex = 0
    Items.Strings = (
      'Sql Server'
      'Access'
      'Oracle')
    TabOrder = 1
    OnClick = RadioGroup1Click
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=sa;Persist Security Info=True;User ' +
      'ID=sa;Initial Catalog=HuaYi;Data Source=lvbailiang'
    Provider = 'SQLOLEDB.1'
    Left = 272
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Left = 128
    Top = 32
  end
end

⌨️ 快捷键说明

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