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

📄 unit_urlshowedit.dfm

📁 菜鸟猜地址(完全源码) DELPHI 源代码 菜鸟猜地址(完全源码) DELPHI 源代码
💻 DFM
字号:
object Form_UrlShow: TForm_UrlShow
  Left = 291
  Top = 227
  Width = 531
  Height = 381
  Caption = #22320#22336#21015#34920#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  DesignSize = (
    523
    347)
  PixelsPerInch = 96
  TextHeight = 13
  object UrlShow: TMemo
    Left = 8
    Top = 64
    Width = 506
    Height = 274
    Anchors = [akLeft, akTop, akRight, akBottom]
    HideSelection = False
    Lines.Strings = (
      '')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 523
    Height = 57
    Align = alTop
    TabOrder = 1
    DesignSize = (
      523
      57)
    object Label1: TLabel
      Left = 327
      Top = 8
      Width = 181
      Height = 16
      Anchors = [akLeft, akTop, akRight, akBottom]
      Caption = #29305#21035#40483#35874': '#39118#20043#20260' '#25552#20379#25216#26415#25903#25345'!'
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object SelAll: TButton
      Left = 46
      Top = 28
      Width = 102
      Height = 25
      Anchors = []
      Caption = #20840#36873
      TabOrder = 0
      OnClick = SelAllClick
    end
    object Copy: TButton
      Left = 155
      Top = 28
      Width = 102
      Height = 25
      Anchors = []
      BiDiMode = bdLeftToRight
      Caption = #22797#21046
      ParentBiDiMode = False
      TabOrder = 1
      OnClick = CopyClick
    end
    object Cut: TButton
      Left = 265
      Top = 28
      Width = 102
      Height = 25
      Anchors = []
      BiDiMode = bdLeftToRight
      Caption = #21098#20999
      ParentBiDiMode = False
      TabOrder = 2
      OnClick = CutClick
    end
    object DelAll: TButton
      Left = 374
      Top = 28
      Width = 102
      Height = 25
      Anchors = []
      BiDiMode = bdLeftToRight
      Caption = #28165#38500
      ParentBiDiMode = False
      TabOrder = 3
      OnClick = DelAllClick
    end
  end
end

⌨️ 快捷键说明

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