mainfrm.dfm

来自「一个老外 的程序,看上还可以,值得借鉴.拿出来和大家分享」· DFM 代码 · 共 48 行

DFM
48
字号
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 + =
减小字号Ctrl + -
显示快捷键?