db_select.dfm

来自「sql inject HDSI3--delphi.rar」· DFM 代码 · 共 59 行

DFM
59
字号
object Form_db_select: TForm_db_select
  Left = 453
  Top = 317
  BorderStyle = bsToolWindow
  Caption = #36873#25321#25968#25454#24211#21517
  ClientHeight = 254
  ClientWidth = 398
  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 suiListBox_dbnames: TListView
    Left = 16
    Top = 8
    Width = 369
    Height = 201
    Columns = <
      item
        Caption = #25968#25454#24211#21517
        Width = 320
      end>
    RowSelect = True
    TabOrder = 0
    ViewStyle = vsReport
  end
  object Button_select: TButton
    Left = 56
    Top = 221
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Button_selectClick
  end
  object Button_db: TButton
    Left = 160
    Top = 221
    Width = 89
    Height = 25
    Caption = #29468#35299#25968#25454#24211
    TabOrder = 2
    OnClick = Button_dbClick
  end
  object Button_stop_DBSelect: TButton
    Left = 280
    Top = 221
    Width = 75
    Height = 25
    Caption = #20572#27490#29468#35299
    TabOrder = 3
    OnClick = Button_stop_DBSelectClick
  end
end

⌨️ 快捷键说明

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