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

📄 unit_option.dfm

📁 DELPHI7程序编写的游戏截图器 生成.EXE文件可以进行游戏截图
💻 DFM
字号:
object Form3: TForm3
  Left = 456
  Top = 207
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #36873#39033
  ClientHeight = 309
  ClientWidth = 290
  Color = clGray
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 16
    Top = 8
    Width = 257
    Height = 289
    BorderStyle = bsSingle
    Color = clGray
    TabOrder = 0
    object CheckBox1: TCheckBox
      Left = 24
      Top = 8
      Width = 97
      Height = 17
      Hint = #31243#24207#26159#21542#23558#25130#22270#33258#21160#20445#23384#33267#24403#21069#31243#24207'CaptureScreen'#30446#24405#19979','#22270#29255#21069#32512'CarScr'
      Caption = #33258#21160#20445#23384
      Checked = True
      ParentShowHint = False
      ShowHint = True
      State = cbChecked
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object RadioGroup1: TRadioGroup
      Left = 48
      Top = 24
      Width = 153
      Height = 57
      Caption = #20445#23384#25991#20214#31867#22411
      TabOrder = 1
    end
    object RadioButton1: TRadioButton
      Left = 64
      Top = 40
      Width = 113
      Height = 17
      Caption = 'JPG'
      Checked = True
      TabOrder = 2
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 64
      Top = 56
      Width = 113
      Height = 17
      Caption = 'BMP'
      TabOrder = 3
      OnClick = RadioButton2Click
    end
    object CheckBox2: TCheckBox
      Left = 24
      Top = 96
      Width = 97
      Height = 17
      Hint = #31243#24207#26159#21542#20351#29992#20840#23616#28909#38190
      Caption = #20840#23616#28909#38190
      Checked = True
      ParentShowHint = False
      ShowHint = True
      State = cbChecked
      TabOrder = 4
      OnClick = CheckBox2Click
    end
    object GroupBox1: TGroupBox
      Left = 48
      Top = 112
      Width = 153
      Height = 62
      Caption = #20840#23616#28909#38190#31867#22411
      TabOrder = 5
      object CheckBox3: TCheckBox
        Left = 17
        Top = 16
        Width = 97
        Height = 17
        Caption = 'Ctrl+Alt+C'
        Checked = True
        State = cbChecked
        TabOrder = 0
        OnClick = CheckBox3Click
      end
      object CheckBox4: TCheckBox
        Left = 17
        Top = 34
        Width = 97
        Height = 17
        Caption = 'PrintScreen'
        Checked = True
        State = cbChecked
        TabOrder = 1
        OnClick = CheckBox4Click
      end
    end
    object CheckBox5: TCheckBox
      Left = 24
      Top = 182
      Width = 97
      Height = 17
      Hint = #31243#24207#26159#21542#23450#26102#25130#22270
      Caption = #23450#26102#25130#22270
      ParentShowHint = False
      ShowHint = True
      TabOrder = 6
      OnClick = CheckBox5Click
    end
    object GroupBox2: TGroupBox
      Left = 48
      Top = 204
      Width = 153
      Height = 41
      Caption = #23450#26102#25130#22270#38388#38548
      TabOrder = 7
      object Label1: TLabel
        Left = 89
        Top = 16
        Width = 21
        Height = 16
        AutoSize = False
        Caption = #31186
      end
      object Edit1: TEdit
        Left = 14
        Top = 13
        Width = 67
        Height = 21
        AutoSize = False
        TabOrder = 0
        Text = '60'
        OnChange = Edit1Change
      end
    end
    object CheckBox6: TCheckBox
      Left = 24
      Top = 256
      Width = 97
      Height = 17
      Hint = #31243#24207#26159#21542#25130#22270#23436#27605#21457#22768#25552#37266
      Caption = #22768#38899#25552#31034
      Checked = True
      ParentShowHint = False
      ShowHint = True
      State = cbChecked
      TabOrder = 8
      OnClick = CheckBox6Click
    end
  end
  object Timer1: TTimer
    Interval = 50
    OnTimer = Timer1Timer
    Left = 232
    Top = 160
  end
end

⌨️ 快捷键说明

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