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

📄 regunit.dfm

📁 TxQuery is an SQL engine implemented in a TDataSet descendant component, that can parse SQL syntax,
💻 DFM
字号:
object frmReg: TfrmReg
  Left = 156
  Top = 150
  Width = 523
  Height = 167
  Caption = 'Register OLD DB Provider'
  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 Label1: TLabel
    Left = 8
    Top = 64
    Width = 117
    Height = 13
    Caption = 'DLL OLE DB to register :'
  end
  object Label2: TLabel
    Left = 0
    Top = 0
    Width = 515
    Height = 40
    Align = alTop
    Caption = 
      'Register OLE DB Provider utility - COM Server Registration utili' +
      'ty '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    WordWrap = True
  end
  object Button1: TButton
    Left = 8
    Top = 108
    Width = 141
    Height = 25
    Caption = '&Register OLE DB Provider'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 108
    Width = 141
    Height = 25
    Caption = '&Unregister OLE DB provider'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 428
    Top = 108
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Close'
    ModalResult = 2
    TabOrder = 2
    OnClick = Button3Click
  end
  object Edit1: TEdit
    Left = 8
    Top = 80
    Width = 413
    Height = 21
    TabOrder = 3
  end
  object Button4: TButton
    Left = 428
    Top = 76
    Width = 75
    Height = 25
    Caption = '&Browse...'
    TabOrder = 4
    OnClick = Button4Click
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'Dll'
    Filter = 'OLD DB Providers|*.dll'
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
    Title = 'Register OLD DB Provider'
    Left = 312
    Top = 48
  end
end

⌨️ 快捷键说明

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