home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TNAGCARD / TNAGCARD.txt < prev   
Text File  |  2000-04-17  |  2KB  |  106 lines

  1. object NagCard: TNagCard
  2.   Left = 207
  3.   Top = 211
  4.   BorderStyle = bsDialog
  5.   Caption = 'Welcome to BigDOC'
  6.   ClientHeight = 235
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 161
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     Color = 11927551
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 26
  30.       Top = 18
  31.       Width = 64
  32.       Height = 64
  33.       Picture.Data = {<image000.bmp>}
  34.       Stretch = True
  35.       Transparent = True
  36.       IsControl = True
  37.     end
  38.     object ProductName: TLabel
  39.       Left = 95
  40.       Top = 15
  41.       Width = 179
  42.       Height = 32
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = 'BigDOC'
  46.       Font.Charset = ANSI_CHARSET
  47.       Font.Color = clNavy
  48.       Font.Height = -27
  49.       Font.Name = 'Arial'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       IsControl = True
  53.     end
  54.     object Version: TLabel
  55.       Left = 95
  56.       Top = 56
  57.       Width = 179
  58.       Height = 16
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'Version'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clWindowText
  64.       Font.Height = -13
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       IsControl = True
  69.     end
  70.     object Comments: TLabel
  71.       Left = 8
  72.       Top = 88
  73.       Width = 265
  74.       Height = 65
  75.       AutoSize = False
  76.       Caption = 'Comments'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -13
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = []
  82.       ParentFont = False
  83.       WordWrap = True
  84.       IsControl = True
  85.     end
  86.   end
  87.   object OKButton: TButton
  88.     Left = 111
  89.     Top = 180
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'OK'
  93.     Default = True
  94.     ModalResult = 1
  95.     TabOrder = 1
  96.   end
  97.   object CheckBox1: TCheckBox
  98.     Left = 8
  99.     Top = 215
  100.     Width = 281
  101.     Height = 17
  102.     Caption = 'Not to be shown again (for registered users only)'
  103.     TabOrder = 2
  104.   end
  105. end
  106.