home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / dsqsln20.zip / _SETUP.1 / DsqSln32.exe / 0 / RCDATA / TNAGDLG / TNAGDLG.txt
Text File  |  1996-06-08  |  4KB  |  177 lines

  1. object NagDlg: TNagDlg
  2.   Left = 376
  3.   Top = 230
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 261
  7.   ClientWidth = 370
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 370
  22.     Height = 261
  23.     Align = alClient
  24.     BevelInner = bvLowered
  25.     BevelWidth = 2
  26.     TabOrder = 0
  27.     object Panel2: TPanel
  28.       Left = 15
  29.       Top = 15
  30.       Width = 341
  31.       Height = 232
  32.       BevelInner = bvLowered
  33.       BevelOuter = bvLowered
  34.       BevelWidth = 2
  35.       Color = clMaroon
  36.       Font.Color = clBlack
  37.       Font.Height = -13
  38.       Font.Name = 'System'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       object Label1: TLabel
  43.         Left = 50
  44.         Top = 142
  45.         Width = 241
  46.         Height = 13
  47.         Caption = 'You have been using this DeskTop Solutions for'
  48.         Font.Color = clWhite
  49.         Font.Height = -11
  50.         Font.Name = 'MS Serif'
  51.         Font.Style = [fsBold]
  52.         ParentFont = False
  53.       end
  54.       object DaysLbl: TLabel
  55.         Left = 38
  56.         Top = 158
  57.         Width = 48
  58.         Height = 13
  59.         Caption = '100 days.'
  60.         Font.Color = clWhite
  61.         Font.Height = -11
  62.         Font.Name = 'MS Serif'
  63.         Font.Style = [fsBold]
  64.         ParentFont = False
  65.       end
  66.       object Label2: TLabel
  67.         Left = 93
  68.         Top = 158
  69.         Width = 218
  70.         Height = 13
  71.         Caption = 'Information about registering this solfware'
  72.         Font.Color = clWhite
  73.         Font.Height = -11
  74.         Font.Name = 'MS Serif'
  75.         Font.Style = [fsBold]
  76.         ParentFont = False
  77.       end
  78.       object Label3: TLabel
  79.         Left = 64
  80.         Top = 174
  81.         Width = 212
  82.         Height = 13
  83.         Caption = 'may be found by pressing the Help button.'
  84.         Font.Color = clWhite
  85.         Font.Height = -11
  86.         Font.Name = 'MS Serif'
  87.         Font.Style = [fsBold]
  88.         ParentFont = False
  89.       end
  90.       object Label4: TLabel
  91.         Left = 102
  92.         Top = 122
  93.         Width = 143
  94.         Height = 19
  95.         Caption = 'This is not Freeware!'
  96.         Font.Color = clRed
  97.         Font.Height = -16
  98.         Font.Name = 'Times New Roman'
  99.         Font.Style = [fsBold, fsItalic]
  100.         ParentFont = False
  101.       end
  102.       object rhLabel3D1: TrhLabel3D
  103.         Left = 42
  104.         Top = 12
  105.         Width = 257
  106.         Height = 36
  107.         Alignment = taCenter
  108.         Caption = 'DesqTop Solutions'
  109.         Font.Color = clWhite
  110.         Font.Height = -32
  111.         Font.Name = 'Times New Roman'
  112.         Font.Style = [fsBold]
  113.         ParentFont = False
  114.         Style3D = tsShadowed
  115.         ShadowOffset = 3
  116.         Color3DShadow = clBlack
  117.       end
  118.       object rhLabel3D2: TrhLabel3D
  119.         Left = 132
  120.         Top = 52
  121.         Width = 76
  122.         Height = 19
  123.         Caption = 'Version 2.0'
  124.         Font.Color = clWhite
  125.         Font.Height = -16
  126.         Font.Name = 'Times New Roman'
  127.         Font.Style = [fsBold]
  128.         ParentFont = False
  129.         Style3D = tsShadowed
  130.         ShadowOffset = 3
  131.         Color3DShadow = clBlack
  132.       end
  133.       object OkBtn: TBitBtn
  134.         Left = 101
  135.         Top = 194
  136.         Width = 67
  137.         Height = 25
  138.         TabOrder = 0
  139.         Kind = bkOK
  140.       end
  141.       object TimerPnl: TPanel
  142.         Left = 147
  143.         Top = 76
  144.         Width = 47
  145.         Height = 41
  146.         BevelOuter = bvLowered
  147.         Color = clMaroon
  148.         Font.Color = clSilver
  149.         Font.Height = -24
  150.         Font.Name = 'MS Sans Serif'
  151.         Font.Style = []
  152.         ParentFont = False
  153.         TabOrder = 1
  154.       end
  155.       object HelpBtn: TBitBtn
  156.         Left = 173
  157.         Top = 194
  158.         Width = 67
  159.         Height = 25
  160.         Font.Color = clBlack
  161.         Font.Height = -11
  162.         Font.Name = 'System'
  163.         Font.Style = [fsBold]
  164.         ParentFont = False
  165.         TabOrder = 2
  166.         OnClick = HelpBtnClick
  167.         Kind = bkHelp
  168.       end
  169.     end
  170.   end
  171.   object Timer1: TTimer
  172.     OnTimer = Timer1Timer
  173.     Left = 48
  174.     Top = 90
  175.   end
  176. end
  177.