blastdatafrm.~dfm

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

~DFM
40
字号
object BlastFrm: TBlastFrm
  Left = 414
  Top = 253
  Width = 483
  Height = 293
  Caption = 'BlastFrm'
  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 = 18
    Width = 89
    Height = 13
    Caption = #25968#25454#24211#36335#24452#65306
  end
  object DataPath_txt: TEdit
    Left = 96
    Top = 13
    Width = 297
    Height = 25
    TabOrder = 0
  end
  object BlastMemo: TMemo
    Left = 0
    Top = 48
    Width = 473
    Height = 209
    Lines.Strings = (
      'BlastMemo')
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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