exdtp21u.dft

来自「详细的ERP设计资料」· DFT 代码 · 共 49 行

DFT
49
字号
object Form1: TForm1
  Left = 354
  Top = 279
  Width = 228
  Height = 155
  ActiveControl = Memo1
  Caption = 'Form1'
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  TextHeight = 13
  object Label1: TLabel
    Left = 50
    Top = 70
    Width = 98
    Height = 13
    Caption = 'Expires: 00/00/0000'
  end
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 197
    Height = 59
    Lines.Strings = (
      'If you can edit this, your program was '
      'allowed to run')
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object CloseBtn: TBitBtn
    Left = 56
    Top = 89
    Width = 89
    Height = 33
    TabOrder = 1
    Kind = bkClose
  end
  object OgDateCode1: TOgDateCode
    OnChecked = OgDateCode1Checked
    OnGetKey = OgDateCode1GetKey
    OnGetCode = OgDateCode1GetCode
    Left = 158
    Top = 87
  end
end

⌨️ 快捷键说明

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