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

📄 ufrmbfmysql.dfm

📁 数据库通用工具
💻 DFM
字号:
inherited frmBFMySQL: TfrmBFMySQL
  Caption = 'MySQL '#25968#25454#24211
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel [0]
    Left = 0
    Top = 0
    Width = 492
    Height = 323
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 70
      Height = 14
      Caption = 'MySQL '#36335#24452
    end
    object edtPath: TEdit
      Left = 96
      Top = 11
      Width = 300
      Height = 22
      TabOrder = 1
    end
    object bbtSelPath: TBitBtn
      Left = 418
      Top = 8
      Width = 50
      Height = 30
      Caption = '...'
      TabOrder = 0
      OnClick = bbtSelPathClick
    end
    object GroupBox1: TGroupBox
      Left = 2
      Top = 152
      Width = 488
      Height = 169
      Align = alBottom
      Caption = ' '#36824#21407' '
      TabOrder = 3
      object Label5: TLabel
        Left = 28
        Top = 33
        Width = 56
        Height = 14
        Caption = #22791#20221#25991#20214
      end
      object Label6: TLabel
        Left = 42
        Top = 97
        Width = 140
        Height = 14
        Caption = #35831#20180#32454#30830#35748#65292#35880#24910#36824#21407
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object Label7: TLabel
        Left = 42
        Top = 69
        Width = 42
        Height = 14
        Alignment = taRightJustify
        Caption = #25968#25454#24211
      end
      object edtFile: TEdit
        Left = 94
        Top = 28
        Width = 300
        Height = 22
        TabOrder = 1
      end
      object BitBtn4: TBitBtn
        Left = 416
        Top = 25
        Width = 50
        Height = 30
        Caption = '...'
        TabOrder = 0
        OnClick = BitBtn4Click
      end
      object BitBtn5: TBitBtn
        Left = 314
        Top = 56
        Width = 80
        Height = 40
        Caption = #36824#21407
        TabOrder = 2
        OnClick = BitBtn5Click
      end
      object mo1: TMemo
        Left = 2
        Top = 117
        Width = 484
        Height = 50
        Align = alBottom
        ScrollBars = ssVertical
        TabOrder = 4
      end
      object edtDB: TEdit
        Left = 94
        Top = 64
        Width = 200
        Height = 24
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlue
        Font.Height = -14
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
      end
    end
    object mo: TMemo
      Left = 451
      Top = 282
      Width = 305
      Height = 129
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      Lines.Strings = (
        'cd C:\Program Files\MySQL\MySQL Server 5.2\bin'
        'mysqldump -uroot -psa --opt cygl > e:\cygl_0423.sql'
        'mysqldump -uroot -psa --opt cygl < e:\cygl_0423.sql')
      ParentFont = False
      ScrollBars = ssBoth
      TabOrder = 4
      Visible = False
    end
    object GroupBox2: TGroupBox
      Left = 2
      Top = 42
      Width = 488
      Height = 110
      Align = alBottom
      Caption = ' '#22791#20221' '
      TabOrder = 2
      object Label2: TLabel
        Left = 28
        Top = 26
        Width = 56
        Height = 14
        Caption = #22791#20221#36335#24452
      end
      object Label4: TLabel
        Left = 42
        Top = 62
        Width = 42
        Height = 14
        Caption = #25968#25454#24211
      end
      object Label3: TLabel
        Left = 42
        Top = 86
        Width = 252
        Height = 14
        Caption = #21463#38480#20110#36335#24452#26159#21542#23384#22312#65292#25152#20197#21482#33021#26412#26426#22791#20221
        Font.Charset = ANSI_CHARSET
        Font.Color = clRed
        Font.Height = -14
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object edtToPath: TEdit
        Left = 94
        Top = 21
        Width = 300
        Height = 22
        TabOrder = 1
        Text = 'D:\DB_Backup'
      end
      object bbtSel2: TBitBtn
        Left = 416
        Top = 18
        Width = 50
        Height = 30
        Caption = '...'
        TabOrder = 0
        OnClick = bbtSel2Click
      end
      object edtDBName: TEdit
        Left = 94
        Top = 58
        Width = 200
        Height = 22
        TabOrder = 3
        Text = 'edtDBName'
      end
      object BitBtn3: TBitBtn
        Left = 314
        Top = 49
        Width = 80
        Height = 40
        Caption = #22791#20221
        TabOrder = 2
        OnClick = BitBtn3Click
      end
    end
  end
  object Panel2: TPanel [1]
    Left = 0
    Top = 323
    Width = 492
    Height = 50
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 98
      Top = 10
      Width = 80
      Height = 30
      TabOrder = 0
      Visible = False
      Kind = bkOK
    end
    object BitBtn2: TBitBtn
      Left = 314
      Top = 10
      Width = 80
      Height = 30
      TabOrder = 1
      Kind = bkCancel
    end
  end
  inherited ActionList1: TActionList
    Left = 457
    Top = 137
  end
  object OpenDialog1: TOpenDialog
    Filter = 'SQL(*.sql)|*.sql'
    Left = 440
    Top = 208
  end
  object qryPub: TQuery
    DatabaseName = 'dbMySQL'
    Left = 245
    Top = 264
  end
  object qryPub2: TQuery
    DatabaseName = 'dbMySQL'
    Left = 245
    Top = 320
  end
end

⌨️ 快捷键说明

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