home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Kiosk / Kiosk.exe / 0 / RCDATA / TNMSHOW / TNMSHOW.txt < prev   
Text File  |  2003-07-10  |  3KB  |  171 lines

  1. object NMShow: TNMShow
  2.   Left = 200
  3.   Top = 114
  4.   Width = 460
  5.   Height = 380
  6.   BorderStyle = bsDialog
  7.   Caption = 'Netmasters '
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 234
  20.     Height = 13
  21.     Caption = 'Copyright ∩┐╜ 1996-1998 NetMasters L.L.C'
  22.     Color = clWhite
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentColor = False
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 128
  33.     Top = 40
  34.     Width = 115
  35.     Height = 13
  36.     Caption = 'To Register Component,'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 128
  40.     Top = 88
  41.     Width = 89
  42.     Height = 13
  43.     Caption = 'Call  603-578-2200'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 152
  47.     Top = 104
  48.     Width = 135
  49.     Height = 13
  50.     Caption = '1-888-2-GET-WEB  (In USA)'
  51.   end
  52.   object Label5: TLabel
  53.     Left = 128
  54.     Top = 120
  55.     Width = 89
  56.     Height = 13
  57.     Caption = 'Fax  603-578-2228'
  58.   end
  59.   object Label6: TLabel
  60.     Left = 128
  61.     Top = 136
  62.     Width = 149
  63.     Height = 13
  64.     Caption = 'E-mail   info@netmastersllc.com'
  65.   end
  66.   object Label7: TLabel
  67.     Left = 128
  68.     Top = 72
  69.     Width = 119
  70.     Height = 13
  71.     Caption = 'Contact NetMasters LLC '
  72.   end
  73.   object Label8: TLabel
  74.     Left = 160
  75.     Top = 152
  76.     Width = 142
  77.     Height = 13
  78.     Caption = 'http://www.netmastersllc.com'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clNavy
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsUnderline]
  84.     ParentFont = False
  85.     OnClick = Label8Click
  86.   end
  87.   object Image1: TImage
  88.     Left = 16
  89.     Top = 40
  90.     Width = 97
  91.     Height = 49
  92.     Picture.Data = {<image000.bmp>}
  93.   end
  94.   object Label9: TLabel
  95.     Left = 144
  96.     Top = 56
  97.     Width = 166
  98.     Height = 13
  99.     Caption = '  Obtain  Support and Source Code'
  100.   end
  101.   object Label10: TLabel
  102.     Left = 128
  103.     Top = 152
  104.     Width = 26
  105.     Height = 13
  106.     Caption = 'Web '
  107.   end
  108.   object Label11: TLabel
  109.     Left = 16
  110.     Top = 192
  111.     Width = 231
  112.     Height = 13
  113.     Caption = 'Version: 5.3.0  Build:1055   Date:5/26/99   '
  114.   end
  115.   object OKBtn: TButton
  116.     Left = 279
  117.     Top = 180
  118.     Width = 75
  119.     Height = 25
  120.     Caption = 'OK'
  121.     Default = True
  122.     ModalResult = 1
  123.     TabOrder = 0
  124.   end
  125.   object Button1: TButton
  126.     Left = 43
  127.     Top = 245
  128.     Width = 150
  129.     Height = 25
  130.     Caption = 'Known Bugs'
  131.     TabOrder = 1
  132.     OnClick = Button1Click
  133.   end
  134.   object Button2: TButton
  135.     Left = 143
  136.     Top = 220
  137.     Width = 100
  138.     Height = 25
  139.     Caption = 'Mailing List'
  140.     TabOrder = 2
  141.     OnClick = Button2Click
  142.   end
  143.   object Button3: TButton
  144.     Left = 43
  145.     Top = 220
  146.     Width = 100
  147.     Height = 25
  148.     Caption = 'Vesion Check'
  149.     TabOrder = 3
  150.     OnClick = Button3Click
  151.   end
  152.   object Button4: TButton
  153.     Left = 193
  154.     Top = 245
  155.     Width = 150
  156.     Height = 25
  157.     Caption = 'Submit Bug Report'
  158.     TabOrder = 4
  159.     OnClick = Button4Click
  160.   end
  161.   object Button5: TButton
  162.     Left = 243
  163.     Top = 220
  164.     Width = 100
  165.     Height = 25
  166.     Caption = 'Source Code'
  167.     TabOrder = 5
  168.     OnClick = Button5Click
  169.   end
  170. end
  171.