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

📄 unit1.dfm

📁 数据转换程序(mysql
💻 DFM
字号:
object Form1: TForm1
  Left = 485
  Top = 138
  BorderStyle = bsSingle
  Caption = #20154#21147#36164#28304#25968#25454#36716#25442#31243#24207
  ClientHeight = 379
  ClientWidth = 344
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object StatusBar1: TStatusBar
    Left = 0
    Top = 360
    Width = 344
    Height = 19
    Panels = <
      item
        Alignment = taRightJustify
        Width = 200
      end
      item
        Alignment = taRightJustify
        Width = 200
      end>
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 362
    Width = 201
    Height = 17
    Smooth = True
    Step = 1
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 16
    Top = 12
    Width = 313
    Height = 125
    Caption = #20449#36890#20154#21147#36164#28304#31995#32479'(&S)'
    TabOrder = 2
    object Label1: TLabel
      Left = 33
      Top = 27
      Width = 60
      Height = 12
      Caption = 'ODBC &DSN'#65306
      FocusControl = ComboBox1
    end
    object Label3: TLabel
      Left = 32
      Top = 59
      Width = 102
      Height = 12
      Caption = #25968#25454#24211#29992#25143#21517'(&U)'#65306
      FocusControl = Edit1
    end
    object Label4: TLabel
      Left = 32
      Top = 88
      Width = 90
      Height = 12
      Caption = #25968#25454#24211#23494#30721'(&M)'#65306
      FocusControl = Edit2
    end
    object ComboBox1: TComboBox
      Left = 136
      Top = 24
      Width = 145
      Height = 20
      Style = csDropDownList
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 12
      TabOrder = 0
      OnKeyDown = FormKeyDown
    end
    object Edit1: TEdit
      Left = 136
      Top = 55
      Width = 121
      Height = 20
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 1
      OnKeyDown = FormKeyDown
    end
    object Edit2: TEdit
      Left = 136
      Top = 85
      Width = 121
      Height = 20
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      PasswordChar = '*'
      TabOrder = 2
      OnKeyDown = FormKeyDown
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 152
    Width = 313
    Height = 124
    Caption = #32593#20449#20154#21147#36164#28304#31995#32479'(&T)'
    TabOrder = 3
    object Label2: TLabel
      Left = 33
      Top = 30
      Width = 60
      Height = 12
      Caption = 'ODBC DS&N'#65306
      FocusControl = ComboBox2
    end
    object Label5: TLabel
      Left = 32
      Top = 58
      Width = 102
      Height = 12
      Caption = #25968#25454#24211#29992#25143#21517'(&A)'#65306
      FocusControl = Edit3
    end
    object Label6: TLabel
      Left = 32
      Top = 87
      Width = 90
      Height = 12
      Caption = #25968#25454#24211#23494#30721'(&P)'#65306
      FocusControl = Edit4
    end
    object ComboBox2: TComboBox
      Left = 136
      Top = 24
      Width = 145
      Height = 20
      Style = csDropDownList
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      ItemHeight = 12
      TabOrder = 0
      OnKeyDown = FormKeyDown
    end
    object Edit3: TEdit
      Left = 136
      Top = 54
      Width = 121
      Height = 20
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      TabOrder = 1
      OnKeyDown = FormKeyDown
    end
    object Edit4: TEdit
      Left = 136
      Top = 84
      Width = 121
      Height = 20
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      PasswordChar = '*'
      TabOrder = 2
      OnKeyDown = FormKeyDown
    end
  end
  object Button3: TButton
    Left = 136
    Top = 304
    Width = 83
    Height = 25
    Caption = #32593#20449'->'#20449#36890
    TabOrder = 4
    OnClick = Button3Click
    OnKeyPress = Button1KeyPress
  end
  object qrXT: TQuery
    DatabaseName = 'MySQL_DB'
    Left = 48
    Top = 256
  end
  object DB_XT: TDatabase
    AliasName = 'MySql'
    DatabaseName = 'MySQL_DB'
    LoginPrompt = False
    Params.Strings = (
      'user name=root')
    SessionName = 'Default'
    Left = 16
    Top = 256
  end
  object qrTmp: TQuery
    DatabaseName = 'MySQL_DB'
    Left = 80
    Top = 256
  end
  object DB_Netit: TDatabase
    AliasName = 'HRM'
    DatabaseName = 'HRM_DB'
    LoginPrompt = False
    SessionName = 'Default'
    Left = 144
    Top = 256
  end
  object qrNetit: TQuery
    DatabaseName = 'HRM_DB'
    Left = 176
    Top = 256
  end
end

⌨️ 快捷键说明

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