home *** CD-ROM | disk | FTP | other *** search
/ Trailer Life - RV Campground Finder 2001 / BIN+CUE.zip / TLUSAMAPS.bin / MAPPRO40.OC_ / MAPPRO40.OC / 0 / RCDATA / TERRORDLG / TERRORDLG.txt < prev   
Text File  |  2000-08-09  |  3KB  |  125 lines

  1. object ErrorDlg: TErrorDlg
  2.   Left = 127
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Error Report'
  7.   ClientHeight = 165
  8.   ClientWidth = 339
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 339
  22.     Height = 125
  23.     Align = alTop
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvNone
  26.     BorderWidth = 4
  27.     TabOrder = 0
  28.     object Panel2: TPanel
  29.       Left = 5
  30.       Top = 5
  31.       Width = 84
  32.       Height = 115
  33.       Align = alLeft
  34.       BevelOuter = bvNone
  35.       BorderWidth = 8
  36.       TabOrder = 0
  37.       object Image1: TImage
  38.         Left = 8
  39.         Top = 8
  40.         Width = 68
  41.         Height = 99
  42.         Align = alClient
  43.         Center = True
  44.         Picture.Data = {<image000.bmp>}
  45.         Transparent = True
  46.       end
  47.     end
  48.     object Panel3: TPanel
  49.       Left = 89
  50.       Top = 5
  51.       Width = 245
  52.       Height = 115
  53.       Align = alClient
  54.       BevelInner = bvLowered
  55.       BevelOuter = bvNone
  56.       BorderWidth = 8
  57.       Caption = 'Panel3'
  58.       TabOrder = 1
  59.       object Panel4: TPanel
  60.         Left = 9
  61.         Top = 9
  62.         Width = 227
  63.         Height = 97
  64.         Align = alClient
  65.         BevelOuter = bvNone
  66.         TabOrder = 0
  67.         object Label2: TLabel
  68.           Left = 0
  69.           Top = 0
  70.           Width = 227
  71.           Height = 13
  72.           Align = alTop
  73.           Alignment = taCenter
  74.           Caption = 'Error!'
  75.           Color = clHighlight
  76.           Font.Charset = DEFAULT_CHARSET
  77.           Font.Color = clYellow
  78.           Font.Height = -11
  79.           Font.Name = 'MS Sans Serif'
  80.           Font.Style = [fsBold]
  81.           ParentColor = False
  82.           ParentFont = False
  83.         end
  84.         object Panel5: TPanel
  85.           Left = 0
  86.           Top = 13
  87.           Width = 227
  88.           Height = 84
  89.           Align = alClient
  90.           BevelOuter = bvNone
  91.           BorderWidth = 4
  92.           TabOrder = 0
  93.           object Label1: TLabel
  94.             Left = 4
  95.             Top = 4
  96.             Width = 219
  97.             Height = 76
  98.             Align = alClient
  99.             Alignment = taCenter
  100.             Caption = 'Error!'
  101.             WordWrap = True
  102.           end
  103.         end
  104.       end
  105.     end
  106.   end
  107.   object Button1: TButton
  108.     Left = 264
  109.     Top = 132
  110.     Width = 67
  111.     Height = 25
  112.     Caption = '&Ok'
  113.     TabOrder = 1
  114.     OnClick = Button1Click
  115.   end
  116.   object CheckBox1: TCheckBox
  117.     Left = 8
  118.     Top = 136
  119.     Width = 133
  120.     Height = 17
  121.     Caption = 'Error Reporting Enabled.'
  122.     TabOrder = 2
  123.   end
  124. end
  125.