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

📄 main.dfm

📁 该工具用Delphi7写的
💻 DFM
字号:
object Form1: TForm1
  Left = 266
  Top = 123
  Width = 569
  Height = 462
  Caption = #29983#25104#25554#20837#35821#21477
  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 = 48
    Height = 13
    Caption = #26381#21153#22120#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 48
    Width = 48
    Height = 13
    Caption = #25968#25454#24211#65306
  end
  object Label3: TLabel
    Left = 16
    Top = 72
    Width = 60
    Height = 13
    Caption = #26597#35810#35821#21477#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 144
    Width = 60
    Height = 13
    Caption = #25554#20837#35821#21477#65306
  end
  object Label5: TLabel
    Left = 248
    Top = 16
    Width = 48
    Height = 13
    Caption = #29992#25143#21517#65306
  end
  object Label6: TLabel
    Left = 408
    Top = 16
    Width = 36
    Height = 13
    Caption = #23494#30721#65306
  end
  object EServer: TEdit
    Left = 72
    Top = 10
    Width = 169
    Height = 21
    TabOrder = 0
    Text = '192.168.6.181'
  end
  object EDB: TEdit
    Left = 72
    Top = 42
    Width = 137
    Height = 21
    TabOrder = 1
  end
  object ESelectSQL: TMemo
    Left = 16
    Top = 88
    Width = 529
    Height = 49
    TabOrder = 2
  end
  object BCheck: TButton
    Left = 16
    Top = 216
    Width = 75
    Height = 25
    Caption = #27979#35797#35821#21477
    TabOrder = 3
    OnClick = BCheckClick
  end
  object EInsertSQL: TMemo
    Left = 16
    Top = 160
    Width = 529
    Height = 49
    TabOrder = 4
  end
  object BCreate: TButton
    Left = 144
    Top = 216
    Width = 75
    Height = 25
    Caption = #29983#25104#35821#21477
    TabOrder = 5
    OnClick = BCreateClick
  end
  object EResultSQL: TMemo
    Left = 16
    Top = 248
    Width = 529
    Height = 177
    TabOrder = 6
  end
  object BSave: TButton
    Left = 272
    Top = 216
    Width = 75
    Height = 25
    Caption = #20445#23384#35821#21477
    TabOrder = 7
    OnClick = BSaveClick
  end
  object EUserName: TEdit
    Left = 296
    Top = 10
    Width = 97
    Height = 21
    TabOrder = 8
    Text = 'sa'
  end
  object EPassword: TEdit
    Left = 448
    Top = 10
    Width = 97
    Height = 21
    PasswordChar = '*'
    TabOrder = 9
  end
  object ADOConn: TADOConnection
    Left = 304
    Top = 56
  end
  object ADOQRY: TADOQuery
    Connection = ADOConn
    Parameters = <>
    Left = 376
    Top = 56
  end
  object SaveDialog: TSaveDialog
    Filter = 'sql'#25191#34892#35821#21477'|*.sql|'#25991#26412#25991#20214'|*.txt'
    Left = 216
    Top = 304
  end
end

⌨️ 快捷键说明

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