home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TSHAREWAREREMINDER / TSHAREWAREREMINDER.txt
Encoding:
Text File  |  1998-04-06  |  2.3 KB  |  122 lines

  1. object SharewareReminder: TSharewareReminder
  2.   Left = 463
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Shareware Reminder'
  6.   ClientHeight = 378
  7.   ClientWidth = 459
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnKeyDown = FormKeyDown
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 19
  19.   object Bevel2: TBevel
  20.     Left = 52
  21.     Top = 200
  22.     Width = 357
  23.     Height = 57
  24.     Shape = bsFrame
  25.     Style = bsRaised
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 64
  29.     Top = 52
  30.     Width = 329
  31.     Height = 137
  32.   end
  33.   object NoticeLabel: TLabel
  34.     Left = 72
  35.     Top = 56
  36.     Width = 313
  37.     Height = 125
  38.     AutoSize = False
  39.     Font.Color = clRed
  40.     Font.Height = -17
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     Transparent = True
  45.     WordWrap = True
  46.   end
  47.   object UsageLabel: TLabel
  48.     Left = 56
  49.     Top = 204
  50.     Width = 349
  51.     Height = 49
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.     Font.Color = clBlack
  55.     Font.Height = -18
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     WordWrap = True
  60.   end
  61.   object Panel1: TPanel
  62.     Left = 4
  63.     Top = 4
  64.     Width = 453
  65.     Height = 39
  66.     BevelWidth = 2
  67.     Color = clTeal
  68.     TabOrder = 0
  69.     object ProgNameLabel: TLabel
  70.       Left = 4
  71.       Top = 4
  72.       Width = 445
  73.       Height = 29
  74.       Alignment = taCenter
  75.       AutoSize = False
  76.       Font.Color = clBlack
  77.       Font.Height = -23
  78.       Font.Name = 'Arial'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       Transparent = True
  82.     end
  83.   end
  84.   object OkButton: TButton
  85.     Left = 96
  86.     Top = 268
  87.     Width = 125
  88.     Height = 33
  89.     Caption = '&Ok'
  90.     TabOrder = 1
  91.     OnClick = OkButtonClick
  92.   end
  93.   object OrderButton: TButton
  94.     Left = 244
  95.     Top = 268
  96.     Width = 121
  97.     Height = 33
  98.     Caption = 'O&rder'
  99.     TabOrder = 2
  100.     OnClick = OrderButtonClick
  101.   end
  102.   object CodePanel: TPanel
  103.     Left = 4
  104.     Top = 320
  105.     Width = 453
  106.     Height = 49
  107.     TabOrder = 3
  108.     object Label1: TLabel
  109.       Left = 4
  110.       Top = 4
  111.       Width = 445
  112.       Height = 41
  113.       Alignment = taCenter
  114.       AutoSize = False
  115.       Caption = 
  116.         'If you are in a hurry, we can provide you with a temporary regis' +
  117.         'tration code.  Please contact us for details.'
  118.       WordWrap = True
  119.     end
  120.   end
  121. end
  122.