regkey.dfm
上传用户:graphite
上传日期:2020-09-09
资源大小:2587k
文件大小:3k
源码类别:

破解

开发平台:

Others

  1. object frmRegKey: TfrmRegKey
  2.   Left = 377
  3.   Top = 349
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registration'
  6.   ClientHeight = 196
  7.   ClientWidth = 304
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 256
  23.     Height = 13
  24.     Caption = 'Please, send your hardware ID to the author:'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold, fsUnderline]
  30.     ParentFont = False
  31.   end
  32.   object lCode: TLabel
  33.     Left = 8
  34.     Top = 62
  35.     Width = 215
  36.     Height = 13
  37.     Caption = 'Enter a registration key below, please'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold, fsUnderline]
  43.     ParentFont = False
  44.   end
  45.   object lName: TLabel
  46.     Left = 8
  47.     Top = 113
  48.     Width = 225
  49.     Height = 13
  50.     Caption = 'Enter a registration name below, please'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold, fsUnderline]
  56.     ParentFont = False
  57.   end
  58.   object Edit1: TEdit
  59.     Left = 8
  60.     Top = 27
  61.     Width = 193
  62.     Height = 21
  63.     Color = 16766592
  64.     ReadOnly = True
  65.     TabOrder = 0
  66.   end
  67.   object Button4: TButton
  68.     Left = 208
  69.     Top = 25
  70.     Width = 75
  71.     Height = 25
  72.     Caption = 'Send'
  73.     TabOrder = 1
  74.     OnClick = Button4Click
  75.   end
  76.   object eCode: TEdit
  77.     Left = 8
  78.     Top = 82
  79.     Width = 280
  80.     Height = 21
  81.     MaxLength = 255
  82.     TabOrder = 2
  83.   end
  84.   object eName: TEdit
  85.     Left = 8
  86.     Top = 133
  87.     Width = 280
  88.     Height = 21
  89.     MaxLength = 255
  90.     TabOrder = 3
  91.     Text = 'Registered User'
  92.   end
  93.   object btnRegOk: TButton
  94.     Left = 8
  95.     Top = 165
  96.     Width = 75
  97.     Height = 25
  98.     Caption = 'OK'
  99.     Default = True
  100.     ModalResult = 1
  101.     TabOrder = 4
  102.     OnClick = btnRegOkClick
  103.   end
  104.   object btnRegCancel: TButton
  105.     Left = 88
  106.     Top = 165
  107.     Width = 75
  108.     Height = 25
  109.     Cancel = True
  110.     Caption = 'Cancel'
  111.     ModalResult = 2
  112.     TabOrder = 5
  113.   end
  114.   object btnRegPaste: TButton
  115.     Left = 168
  116.     Top = 165
  117.     Width = 75
  118.     Height = 25
  119.     Caption = 'Paste'
  120.     TabOrder = 6
  121.     OnClick = btnRegPasteClick
  122.   end
  123. end