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

📄 mainfrm.dfm

📁 一个老外 的程序,看上还可以,值得借鉴.拿出来和大家分享
💻 DFM
字号:
object Form1: TForm1
  Left = 223
  Top = 114
  Width = 506
  Height = 232
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 14
    Top = 14
    Width = 471
    Height = 127
    BorderStyle = bsNone
    Ctl3D = False
    Enabled = False
    Lines.Strings = (
      
        'This is a sample application that shows, how to implement the Ea' +
        'syGo functionality with just 5 DLL '
      'calls:'
      '* Set language to English - SetLanguage'
      '* Set Security Level to Advanced - SecurityLevel'
      '* Define the registration options - SetRegistersettings'
      '* Do the registration and licence checking - PrepareAndCheck'
      '* Terminate Licence Protector - Quit')
    ParentColor = True
    ParentCtl3D = False
    TabOrder = 0
  end
  object ButtonStart: TButton
    Left = 192
    Top = 156
    Width = 75
    Height = 25
    Caption = 'START'
    TabOrder = 1
    OnClick = ButtonStartClick
  end
end

⌨️ 快捷键说明

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