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

📄 umain.dfm

📁 用delphi连接mysql的组件
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 149
  Top = 142
  Width = 696
  Height = 480
  ActiveControl = btnInSelect
  Caption = 'Mysql streams test'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 25
    Height = 13
    Caption = 'In file'
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 33
    Height = 13
    Caption = 'Out file'
  end
  object btnCreate: TButton
    Left = 16
    Top = 96
    Width = 169
    Height = 25
    Caption = 'Create test table'
    TabOrder = 2
    OnClick = btnCreateClick
  end
  object edInFileName: TEdit
    Left = 56
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object btnInSelect: TButton
    Left = 184
    Top = 16
    Width = 33
    Height = 25
    Caption = '...'
    TabOrder = 4
    OnClick = btnInSelectClick
  end
  object edOutFileName: TEdit
    Left = 56
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object btnOutSelect: TButton
    Left = 184
    Top = 48
    Width = 33
    Height = 25
    Caption = '...'
    TabOrder = 6
    OnClick = btnOutSelectClick
  end
  object chkOverwrite: TCheckBox
    Left = 56
    Top = 72
    Width = 121
    Height = 17
    Caption = 'Overwrite if exists'
    TabOrder = 7
  end
  object btnLoad: TButton
    Left = 16
    Top = 120
    Width = 169
    Height = 25
    Caption = 'Load file to mysql'
    TabOrder = 0
    OnClick = btnLoadClick
  end
  object btnSave: TButton
    Left = 16
    Top = 144
    Width = 169
    Height = 25
    Caption = 'Save file to mysql'
    TabOrder = 1
    OnClick = btnSaveClick
  end
  object Button1: TButton
    Left = 328
    Top = 168
    Width = 73
    Height = 25
    Caption = 'Button1'
    TabOrder = 8
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 320
    Top = 104
    Width = 121
    Height = 21
    TabOrder = 9
  end
  object Button2: TButton
    Left = 224
    Top = 216
    Width = 81
    Height = 25
    Caption = 'Button2'
    TabOrder = 10
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 320
    Top = 24
    Width = 145
    Height = 21
    TabOrder = 11
  end
  object dlgOutFile: TSaveDialog
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
    Left = 224
    Top = 48
  end
  object dlgInFile: TOpenDialog
    Left = 224
    Top = 16
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'DRIVER={MySQL ODBC 3.51 Driver};SERVER=192.168.0.2; DATABASE=tes' +
      't;UID=dedes;PWD=123'
    Provider = 'MSDASQL.1'
    Left = 104
    Top = 216
  end
  object ADOCommand1: TADOCommand
    Connection = ADOConnection1
    Parameters = <>
    Left = 160
    Top = 264
  end
end

⌨️ 快捷键说明

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