home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95calend / calendez.exe / 0 / RCDATA / TNAGFORM / TNAGFORM.txt < prev   
Text File  |  1997-12-15  |  3KB  |  161 lines

  1. object NagForm: TNagForm
  2.   Left = 222
  3.   Top = 152
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CalendEzy'
  7.   ClientHeight = 302
  8.   ClientWidth = 370
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 258
  20.     Width = 361
  21.     Height = 43
  22.     Style = bsRaised
  23.   end
  24.   object Bevel3: TBevel
  25.     Left = 4
  26.     Top = 148
  27.     Width = 361
  28.     Height = 101
  29.   end
  30.   object Bevel2: TBevel
  31.     Left = 4
  32.     Top = 4
  33.     Width = 361
  34.     Height = 137
  35.     Shape = bsFrame
  36.     Style = bsRaised
  37.   end
  38.   object Label1: TLabel
  39.     Left = 20
  40.     Top = 16
  41.     Width = 329
  42.     Height = 65
  43.     Alignment = taCenter
  44.     AutoSize = False
  45.     Caption = 
  46.       'Thank you for trying CalendEzy! A handy virtual calendar that'#39's ' +
  47.       'so different from the rest.... Feel free to copy and distribute ' +
  48.       'the full set of files to friends and colleagues.'
  49.     Font.Color = clWindowText
  50.     Font.Height = -12
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     ParentFont = False
  54.   end
  55.   object Label2: TLabel
  56.     Left = 20
  57.     Top = 82
  58.     Width = 329
  59.     Height = 51
  60.     Alignment = taCenter
  61.     AutoSize = False
  62.     Caption = 
  63.       'You are allowed 30 days of usage, after which you should delete ' +
  64.       'the files from your system if you don'#39't intend to place an order' +
  65.       '.'
  66.     Font.Color = clWindowText
  67.     Font.Height = -12
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentFont = False
  71.   end
  72.   object WhyOrderLabel: TLabel
  73.     Left = 148
  74.     Top = 160
  75.     Width = 68
  76.     Height = 15
  77.     Caption = 'Why Order?'
  78.     Font.Color = clWindowText
  79.     Font.Height = -12
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object IncentiveLabel1: TLabel
  85.     Left = 20
  86.     Top = 182
  87.     Width = 329
  88.     Height = 59
  89.     Alignment = taCenter
  90.     AutoSize = False
  91.     Caption = 'xxx'
  92.     Font.Color = clWindowText
  93.     Font.Height = -12
  94.     Font.Name = 'Arial'
  95.     Font.Style = []
  96.     ParentFont = False
  97.   end
  98.   object Image1: TImage
  99.     Left = 324
  100.     Top = 262
  101.     Width = 33
  102.     Height = 35
  103.     Picture.Data = {<image000.ico>}
  104.     Stretch = True
  105.   end
  106.   object UsageLabel: TLabel
  107.     Left = 76
  108.     Top = 272
  109.     Width = 133
  110.     Height = 15
  111.     Caption = 'Usage Days Remaining:'
  112.     Font.Color = clWindowText
  113.     Font.Height = -12
  114.     Font.Name = 'Arial'
  115.     Font.Style = [fsBold]
  116.     ParentFont = False
  117.   end
  118.   object CountLabel: TLabel
  119.     Left = 216
  120.     Top = 272
  121.     Width = 21
  122.     Height = 15
  123.     Caption = 'xxx'
  124.     Font.Color = clInfoText
  125.     Font.Height = -12
  126.     Font.Name = 'Arial'
  127.     Font.Style = [fsBold]
  128.     ParentFont = False
  129.   end
  130.   object Bevel4: TBevel
  131.     Left = 144
  132.     Top = 72
  133.     Width = 73
  134.     Height = 9
  135.     Shape = bsTopLine
  136.   end
  137.   object OrderButton: TButton
  138.     Left = 248
  139.     Top = 262
  140.     Width = 69
  141.     Height = 35
  142.     Caption = 'OR&DER'
  143.     Font.Color = clMaroon
  144.     Font.Height = -12
  145.     Font.Name = 'Times New Roman'
  146.     Font.Style = [fsBold]
  147.     ParentFont = False
  148.     TabOrder = 0
  149.     OnClick = OrderButtonClick
  150.   end
  151.   object OKBitBtn: TBitBtn
  152.     Left = 12
  153.     Top = 262
  154.     Width = 55
  155.     Height = 35
  156.     Caption = '&OK'
  157.     TabOrder = 1
  158.     Kind = bkOK
  159.   end
  160. end
  161.