home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 01 / DreamCom.exe / 0 / RCDATA / TNMSHOW / TNMSHOW.txt < prev   
Text File  |  2000-05-25  |  3KB  |  164 lines

  1. object NMShow: TNMShow
  2.   Left = 200
  3.   Top = 114
  4.   Width = 396
  5.   Height = 310
  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 OKBtn: TButton
  109.     Left = 167
  110.     Top = 180
  111.     Width = 75
  112.     Height = 25
  113.     Caption = 'OK'
  114.     Default = True
  115.     ModalResult = 1
  116.     TabOrder = 0
  117.   end
  118.   object Button1: TButton
  119.     Left = 43
  120.     Top = 245
  121.     Width = 150
  122.     Height = 25
  123.     Caption = 'Known Bugs'
  124.     TabOrder = 1
  125.     OnClick = Button1Click
  126.   end
  127.   object Button2: TButton
  128.     Left = 143
  129.     Top = 220
  130.     Width = 100
  131.     Height = 25
  132.     Caption = 'Mailing List'
  133.     TabOrder = 2
  134.     OnClick = Button2Click
  135.   end
  136.   object Button3: TButton
  137.     Left = 43
  138.     Top = 220
  139.     Width = 100
  140.     Height = 25
  141.     Caption = 'Vesion Check'
  142.     TabOrder = 3
  143.     OnClick = Button3Click
  144.   end
  145.   object Button4: TButton
  146.     Left = 193
  147.     Top = 245
  148.     Width = 150
  149.     Height = 25
  150.     Caption = 'Submit Bug Report'
  151.     TabOrder = 4
  152.     OnClick = Button4Click
  153.   end
  154.   object Button5: TButton
  155.     Left = 243
  156.     Top = 220
  157.     Width = 100
  158.     Height = 25
  159.     Caption = 'Source Code'
  160.     TabOrder = 5
  161.     OnClick = Button5Click
  162.   end
  163. end
  164.