home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TSHAREWAREREMINDER / TSHAREWAREREMINDER.txt < prev   
Encoding:
Text File  |  1997-04-15  |  2.3 KB  |  119 lines

  1. object SharewareReminder: TSharewareReminder
  2.   Left = 28
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Evaluation Copy'
  6.   ClientHeight = 313
  7.   ClientWidth = 510
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object UsageLabel: TLabel
  20.     Left = 176
  21.     Top = 172
  22.     Width = 313
  23.     Height = 49
  24.     AutoSize = False
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     WordWrap = True
  31.   end
  32.   object ProgNameLabel: TLabel
  33.     Left = 178
  34.     Top = 8
  35.     Width = 313
  36.     Height = 21
  37.     AutoSize = False
  38.     Caption = 'ProgNameLabel'
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object NoticeLabel: TLabel
  46.     Left = 178
  47.     Top = 35
  48.     Width = 313
  49.     Height = 125
  50.     AutoSize = False
  51.     Caption = 'NoticeLabel'
  52.     Font.Color = clBlack
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     Transparent = True
  58.     WordWrap = True
  59.   end
  60.   object CodeLabel: TLabel
  61.     Left = 6
  62.     Top = 231
  63.     Width = 491
  64.     Height = 36
  65.     AutoSize = False
  66.     Caption = 
  67.       'If you are in a hurry, we can provide you with a temporary regis' +
  68.       'tration code.  Please contact us for details.'
  69.     WordWrap = True
  70.   end
  71.   object Bevel1: TBevel
  72.     Left = 8
  73.     Top = 272
  74.     Width = 497
  75.     Height = 9
  76.     Shape = bsTopLine
  77.   end
  78.   object Panel2: TPanel
  79.     Left = 8
  80.     Top = 8
  81.     Width = 161
  82.     Height = 217
  83.     BevelOuter = bvLowered
  84.     Caption = 'Panel1'
  85.     Color = clTeal
  86.     TabOrder = 0
  87.     object Image1: TImage
  88.       Left = 16
  89.       Top = 8
  90.       Width = 130
  91.       Height = 200
  92.       AutoSize = True
  93.       Center = True
  94.       Picture.Data = {<image000.bmp>}
  95.     end
  96.   end
  97.   object OKButton: TButton
  98.     Left = 293
  99.     Top = 279
  100.     Width = 97
  101.     Height = 30
  102.     Caption = 'OK'
  103.     TabOrder = 1
  104.     OnClick = OkButtonClick
  105.   end
  106.   object OrderButton: TButton
  107.     Left = 408
  108.     Top = 279
  109.     Width = 97
  110.     Height = 30
  111.     Cancel = True
  112.     Caption = 'Order'
  113.     Default = True
  114.     ModalResult = 2
  115.     TabOrder = 2
  116.     OnClick = OrderButtonClick
  117.   end
  118. end
  119.