home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TCODE / TCODE.txt
Encoding:
Text File  |  2002-06-17  |  2.0 KB  |  108 lines

  1. object code: Tcode
  2.   Left = 372
  3.   Top = 258
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Enter Registration Code'
  7.   ClientHeight = 270
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 80
  23.     Width = 31
  24.     Height = 13
  25.     Caption = 'Name:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 108
  30.     Width = 21
  31.     Height = 13
  32.     Caption = 'Key:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 56
  36.     Top = 164
  37.     Width = 305
  38.     Height = 49
  39.     AutoSize = False
  40.     WordWrap = True
  41.   end
  42.   object Label4: TLabel
  43.     Left = 8
  44.     Top = 12
  45.     Width = 353
  46.     Height = 61
  47.     AutoSize = False
  48.     Caption = 
  49.       'Upon your registration of PhotoMeister you have received a combi' +
  50.       'nation of a name and a registration key. Please enter both exact' +
  51.       'ly as it was given to you, preferably using copy/paste from your' +
  52.       ' email client.'
  53.     WordWrap = True
  54.   end
  55.   object Button1: TButton
  56.     Left = 56
  57.     Top = 132
  58.     Width = 305
  59.     Height = 25
  60.     Caption = 'Check Registration Key'
  61.     TabOrder = 0
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 276
  66.     Top = 240
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'Close'
  70.     ModalResult = 1
  71.     TabOrder = 1
  72.     OnClick = Button2Click
  73.   end
  74.   object Edit1: TEdit
  75.     Left = 56
  76.     Top = 76
  77.     Width = 305
  78.     Height = 21
  79.     TabOrder = 2
  80.   end
  81.   object Edit2: TEdit
  82.     Left = 56
  83.     Top = 104
  84.     Width = 305
  85.     Height = 21
  86.     TabOrder = 3
  87.   end
  88.   object RxSplitter1: TRxSplitter
  89.     Left = 8
  90.     Top = 228
  91.     Width = 353
  92.     Height = 2
  93.     BevelInner = bvLowered
  94.     BevelOuter = bvNone
  95.     Enabled = False
  96.   end
  97.   object Button3: TButton
  98.     Left = 8
  99.     Top = 240
  100.     Width = 75
  101.     Height = 17
  102.     Caption = 'Reset To Trial'
  103.     TabOrder = 5
  104.     Visible = False
  105.     OnClick = Button3Click
  106.   end
  107. end
  108.