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

📄 unit1.dfm

📁 TTrialSoftware PRO是TTrialSoftware的增强版(源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'TSplashSoftware DEMO - Martin Software'
  ClientHeight = 112
  ClientWidth = 321
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 88
    Top = 80
    Width = 223
    Height = 13
    Caption = 'You use Generator System to register this demo'
  end
  object Label2: TLabel
    Left = 88
    Top = 93
    Width = 161
    Height = 13
    Caption = '(variable is TrialTest) and restart it.'
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 305
    Height = 65
    Caption = 'Description'
    TabOrder = 0
    object Memo1: TMemo
      Left = 8
      Top = 16
      Width = 289
      Height = 41
      BorderStyle = bsNone
      Color = clBtnFace
      Lines.Strings = (
        'This demo use TSplashSoftware. You must see a splash '
        'screen for 10 secondos before that you can close it and run '
        'your application.'
        '')
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 8
    Top = 80
    Width = 73
    Height = 25
    Caption = 'Register'
    TabOrder = 1
    OnClick = Button1Click
  end
  object TrialSoftware1: TTrialSoftware
    ActiveMultiLanguage = False
    MultiLanguage.Language = 'English'
    MultiLanguage.TranslationMode = tmAutomatic
    DialogStrings.TitleDialogTrial = 'Trial Software'
    DialogStrings.TitleDialogDemo = 'Demo Software'
    DialogStrings.TitleDialogOrder = 'How to order the serial number'
    DialogStrings.LabelLeftDays = 'days left'
    DialogStrings.LabelLeftTimes = 'times left'
    DialogStrings.ButtonOrderNow = 'Order Now'
    DialogStrings.ButtonContinue = 'Continue'
    DialogStrings.Text = 'Order the serial number and register this software now.'
    DialogStrings.TabTrial = 'Trial'
    DialogStrings.TabDemo = 'Demo'
    DialogStrings.TabRegister = 'Register'
    DialogStrings.LabelUsername = 'Username:'
    DialogStrings.LabelSerialNumber = 'Serial Number:'
    DialogStrings.LabelCaseSensitive = 'ATTENTION: fields are case sensitive.'
    DialogStrings.TextRegister = 
      'You must register this software if you want all features of this' +
      ' activate.'
    DialogStrings.TextThank = 'Thank you for registering this software.'
    DialogStrings.TextError = 
      'Sorry but there is an error. Now this application will terminate' +
      '.'
    RegOptions.Key1 = 'T1'
    RegOptions.Key2 = 'T2'
    RegOptions.Key3 = 'T3'
    RegOptions.Key4 = 'T4'
    RegOptions.Key5 = 'T5'
    RegOptions.RegisterPath = rpClassic
    RegOptions.ApplicationName = 'Demo172'
    RegOptions.SoftwareHouse = 'Martin Software'
    Times = 50
    TrialType = ttDays
    CryphKey = 0
    EMail = 'martinemail@tin.it'
    HomePage = 'http://utenti.tripod.it/martinsoft/index.htm'
    OrderURL = 
      'https://secure.element5.com/shareit/checkout.html?productid=1405' +
      '59&language=English'
    Variable = 'TrialTest'
    UserName = 'Martin'
    Days = 30
    SoftwareType = wtDemo
    UserNameEnabled = True
    ShowWindowTrial = False
    OrderNowVisible = True
    Left = 264
    Top = 16
  end
  object SplashSoftware1: TSplashSoftware
    Seconds = 10
    TrialSoftware = TrialSoftware1
    Left = 264
    Top = 48
  end
end

⌨️ 快捷键说明

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