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

📄 unit1.dfm

📁 EMS Advanced Import Component Suite 允许你把数据从文件导入数据库中
💻 DFM
字号:
object Form1: TForm1
  Left = 330
  Top = 202
  Width = 437
  Height = 440
  Caption = 'QuickImport3 Demo -- Import to the user defined destination'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 8
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Import !'
    TabOrder = 0
    OnClick = Button1Click
  end
  object StringGrid1: TStringGrid
    Left = 8
    Top = 40
    Width = 412
    Height = 367
    DefaultRowHeight = 18
    FixedCols = 0
    RowCount = 19
    TabOrder = 1
  end
  object Button2: TButton
    Left = 345
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Clear Grid'
    TabOrder = 2
    OnClick = Button2Click
  end
  object QImportXLS1: TQImport3XLS
    ImportDestination = qidUserDefined
    Map.Strings = (
      'Name=A1-A18'
      'Capital=B1-B18'
      'Continent=C1-C18'
      'Area=D1-D18'
      'Population=E1-E18')
    Formats.BooleanTrue.Strings = (
      'True')
    Formats.BooleanFalse.Strings = (
      'False')
    Formats.NullValues.Strings = (
      'Null')
    FieldFormats = <>
    ErrorLogFileName = 'error.log'
    AddType = qatInsert
    OnBeforeImport = QImportXLS1BeforeImport
    OnAfterImport = QImportXLS1AfterImport
    OnUserDefinedImport = QImportXLS1UserDefinedImport
    Left = 96
    Top = 8
  end
end

⌨️ 快捷键说明

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