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

📄 exprotu.dft

📁 详细的ERP设计资料
💻 DFT
字号:
object Form1: TForm1
  Left = 258
  Top = 146
  BorderStyle = bsDialog
  Caption = 'Protect Exe Example'
  ClientHeight = 150
  ClientWidth = 352
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object StatusLbl: TLabel
    Left = 8
    Top = 126
    Width = 30
    Height = 13
    Caption = 'Status'
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 337
    Height = 105
    Color = clBtnFace
    Lines.Strings = (
      
        'The label at the bottom of this form indicates the status of the' +
        ' EXE file. '
      ''
      
        'If the EXE file has not been stamped, use the StampEXE program t' +
        'o '
      'protect it.'
      ''
      
        'The EXE file will need to be stamped after each compile since th' +
        'is '
      're-writes the EXE file.')
    ReadOnly = True
    TabOrder = 0
  end
  object CloseBtn: TBitBtn
    Left = 272
    Top = 120
    Width = 75
    Height = 25
    TabOrder = 1
    Kind = bkClose
  end
  object OgProtectExe1: TOgProtectExe
    OnChecked = OgProtectExe1Checked
    Left = 296
    Top = 80
  end
end

⌨️ 快捷键说明

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