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

📄 unit2.~dfm

📁 自已写的IP扫描工具
💻 ~DFM
字号:
object Form4: TForm4
  Left = 329
  Top = 276
  BorderStyle = bsDialog
  Caption = #22686#21152#20449#20351'PC'
  ClientHeight = 154
  ClientWidth = 303
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 14
    Top = 12
    Width = 27
    Height = 13
    Alignment = taRightJustify
    Caption = #22995#21517':'
    Transparent = True
  end
  object Label2: TLabel
    Left = 3
    Top = 36
    Width = 38
    Height = 13
    Alignment = taRightJustify
    Caption = 'PC'#21517#31281
    Transparent = True
  end
  object Label3: TLabel
    Left = 17
    Top = 58
    Width = 24
    Height = 13
    Alignment = taRightJustify
    Caption = #20633#27880
  end
  object SpeedButton1: TSpeedButton
    Left = 240
    Top = 21
    Width = 9
    Height = 33
    Caption = '<'
    OnClick = SpeedButton1Click
  end
  object Image1: TImage
    Left = 248
    Top = 21
    Width = 33
    Height = 33
    Stretch = True
    Transparent = True
  end
  object SpeedButton2: TSpeedButton
    Left = 280
    Top = 21
    Width = 9
    Height = 33
    Caption = '>'
    OnClick = SpeedButton2Click
  end
  object Label4: TLabel
    Left = 241
    Top = 3
    Width = 31
    Height = 13
    Caption = 'Photo:'
    Transparent = True
  end
  object Edit1: TEdit
    Left = 48
    Top = 8
    Width = 181
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 48
    Top = 32
    Width = 181
    Height = 21
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 48
    Top = 56
    Width = 241
    Height = 65
    TabOrder = 2
  end
  object Button1: TButton
    Left = 64
    Top = 128
    Width = 75
    Height = 22
    Caption = #22686#21152
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 176
    Top = 128
    Width = 75
    Height = 22
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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