home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1999 February / Freesoft_1999-02_cd.bin / Recenz / Internet / NetTimePro / Mpw32.dl_ / Mpw32.dl / RCDATA / TERRORFORM / TERRORFORM.txt
Text File  |  1997-05-14  |  4KB  |  193 lines

  1. object ErrorForm: TErrorForm
  2.   Left = 262
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'ErrorForm'
  6.   ClientHeight = 304
  7.   ClientWidth = 348
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Frame: TGroupBox
  18.     Left = 8
  19.     Top = 12
  20.     Width = 333
  21.     Height = 253
  22.     Caption = 'APPLICATION ERROR'
  23.     Font.Color = clMaroon
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object TechSupport: TLabel
  30.       Left = 8
  31.       Top = 193
  32.       Width = 316
  33.       Height = 55
  34.       AutoSize = False
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       WordWrap = True
  41.     end
  42.     object LabelError: TLabel
  43.       Left = 8
  44.       Top = 29
  45.       Width = 49
  46.       Height = 13
  47.       AutoSize = False
  48.       Caption = 'Error:'
  49.       Font.Color = clBlack
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object LabelVendor: TLabel
  56.       Left = 8
  57.       Top = 102
  58.       Width = 49
  59.       Height = 13
  60.       AutoSize = False
  61.       Caption = 'Vendor:'
  62.       Font.Color = clBlack
  63.       Font.Height = -11
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = []
  66.       ParentFont = False
  67.     end
  68.     object LabelProduct: TLabel
  69.       Left = 8
  70.       Top = 124
  71.       Width = 49
  72.       Height = 13
  73.       AutoSize = False
  74.       Caption = 'Product:'
  75.       Font.Color = clBlack
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.     end
  81.     object LabelHandler: TLabel
  82.       Left = 8
  83.       Top = 146
  84.       Width = 49
  85.       Height = 13
  86.       AutoSize = False
  87.       Caption = 'Handler:'
  88.       Font.Color = clBlack
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.     end
  94.     object LabelServer: TLabel
  95.       Left = 8
  96.       Top = 168
  97.       Width = 49
  98.       Height = 13
  99.       AutoSize = False
  100.       Caption = 'Server:'
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentFont = False
  106.     end
  107.     object Error: TMemo
  108.       Left = 60
  109.       Top = 25
  110.       Width = 265
  111.       Height = 72
  112.       Font.Color = clBlack
  113.       Font.Height = -11
  114.       Font.Name = 'MS Sans Serif'
  115.       Font.Style = []
  116.       ParentFont = False
  117.       ReadOnly = True
  118.       TabOrder = 0
  119.     end
  120.     object Vendor: TEdit
  121.       Left = 60
  122.       Top = 98
  123.       Width = 265
  124.       Height = 21
  125.       Font.Color = clBlack
  126.       Font.Height = -11
  127.       Font.Name = 'MS Sans Serif'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       ReadOnly = True
  131.       TabOrder = 1
  132.     end
  133.     object Product: TEdit
  134.       Left = 60
  135.       Top = 120
  136.       Width = 265
  137.       Height = 21
  138.       Font.Color = clBlack
  139.       Font.Height = -11
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = []
  142.       ParentFont = False
  143.       ReadOnly = True
  144.       TabOrder = 2
  145.     end
  146.     object Handler: TEdit
  147.       Left = 60
  148.       Top = 142
  149.       Width = 265
  150.       Height = 21
  151.       Font.Color = clBlack
  152.       Font.Height = -11
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Style = []
  155.       ParentFont = False
  156.       ReadOnly = True
  157.       TabOrder = 3
  158.     end
  159.     object Server: TEdit
  160.       Left = 60
  161.       Top = 164
  162.       Width = 265
  163.       Height = 21
  164.       Font.Color = clBlack
  165.       Font.Height = -11
  166.       Font.Name = 'MS Sans Serif'
  167.       Font.Style = []
  168.       ParentFont = False
  169.       ReadOnly = True
  170.       TabOrder = 4
  171.     end
  172.   end
  173.   object CloseButton: TButton
  174.     Left = 280
  175.     Top = 274
  176.     Width = 59
  177.     Height = 25
  178.     Caption = '&Close'
  179.     Default = True
  180.     ModalResult = 2
  181.     TabOrder = 1
  182.   end
  183.   object PrintButton: TButton
  184.     Left = 218
  185.     Top = 274
  186.     Width = 59
  187.     Height = 25
  188.     Caption = '&Print'
  189.     TabOrder = 2
  190.     OnClick = PrintButtonClick
  191.   end
  192. end
  193.