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

📄 unit1.~dfm

📁 一个快速截取屏幕数据
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 445
  Height = 365
  Caption = #22825#29436#36194#23500#25130#22270#24037#20855
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 144
    Top = 48
    Width = 145
    Height = 65
    Visible = False
  end
  object Label1: TLabel
    Left = 144
    Top = 120
    Width = 129
    Height = 13
    AutoSize = False
    Caption = 'Label1'
  end
  object Button1: TButton
    Left = 136
    Top = 8
    Width = 75
    Height = 25
    Caption = #25171#24320'PS'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 8
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 152
    Top = 200
    Width = 265
    Height = 65
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 2
  end
  object Button3: TButton
    Left = 192
    Top = 296
    Width = 75
    Height = 25
    Caption = #23631#24149#25130#22270
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 328
    Top = 296
    Width = 75
    Height = 25
    Caption = #23450#26102#24320#22987
    TabOrder = 4
    OnClick = Button4Click
  end
  object ListBox1: TListBox
    Left = 0
    Top = 16
    Width = 121
    Height = 241
    ItemHeight = 13
    TabOrder = 5
  end
  object Button5: TButton
    Left = 328
    Top = 8
    Width = 89
    Height = 25
    Caption = #21021#22987#21270
    TabOrder = 6
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 296
    Top = 56
    Width = 123
    Height = 25
    Caption = #22788#29702#21015#34920#25991#20214
    TabOrder = 7
    OnClick = Button6Click
  end
  object CheckBox1: TCheckBox
    Left = 144
    Top = 144
    Width = 129
    Height = 17
    Caption = #26159#21542#27700#21360#22788#29702
    TabOrder = 8
  end
  object CheckBox2: TCheckBox
    Left = 144
    Top = 168
    Width = 145
    Height = 17
    Caption = #21551#21160#40736#26631#27963#21160#22788#29702
    TabOrder = 9
    OnClick = CheckBox2Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 120000
    OnTimer = Timer1Timer
    Left = 368
    Top = 96
  end
  object Timer2: TTimer
    Interval = 5000
    OnTimer = Timer2Timer
    Left = 328
    Top = 136
  end
  object Timer3: TTimer
    Enabled = False
    Interval = 60
    OnTimer = Timer3Timer
    Left = 384
    Top = 160
  end
end

⌨️ 快捷键说明

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