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

📄 unit2.dfm

📁 不错的delphi 截取屏幕程序 网上找到的。
💻 DFM
字号:
object Form1: TForm1
  Left = 188
  Top = 206
  Width = 451
  Height = 344
  Caption = '[Crystal Studio]'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Verdana'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Image1: TImage
    Left = 16
    Top = 40
    Width = 409
    Height = 265
    Stretch = True
  end
  object Label1: TLabel
    Left = 232
    Top = 16
    Width = 48
    Height = 14
    Caption = '文件大小'
  end
  object Edit1: TEdit
    Left = 32
    Top = 8
    Width = 89
    Height = 22
    TabOrder = 0
    Text = '192.168.0.3'
  end
  object Button1: TButton
    Left = 136
    Top = 8
    Width = 75
    Height = 25
    Caption = '建立连接'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 8
    Width = 75
    Height = 25
    Caption = '得到图片'
    TabOrder = 2
    OnClick = Button2Click
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 2002
    OnConnect = ClientSocket1Connect
    OnRead = ClientSocket1Read
    OnError = ClientSocket1Error
    Left = 24
    Top = 8
  end
end

⌨️ 快捷键说明

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