home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / frmuMessage.dfm / frmuMessage.txt next >
Text File  |  2000-06-08  |  2KB  |  83 lines

  1. object frmMessage: TfrmMessage
  2.   Left = 222
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Message'
  7.   ClientHeight = 238
  8.   ClientWidth = 328
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object imgWarning: TImage
  21.     Left = 12
  22.     Top = 12
  23.     Width = 36
  24.     Height = 36
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object imgInformation: TImage
  29.     Left = 12
  30.     Top = 12
  31.     Width = 36
  32.     Height = 36
  33.     AutoSize = True
  34.     Picture.Data = {<image001.bmp>}
  35.   end
  36.   object imgError: TImage
  37.     Left = 12
  38.     Top = 12
  39.     Width = 36
  40.     Height = 36
  41.     AutoSize = True
  42.     Picture.Data = {<image002.bmp>}
  43.   end
  44.   object lblDetailMsg: TLabel
  45.     Left = 8
  46.     Top = 126
  47.     Width = 97
  48.     Height = 13
  49.     AutoSize = False
  50.     Caption = 'Detail Message:'
  51.     Transparent = True
  52.   end
  53.   object stxSummaryMsg: TStaticText
  54.     Left = 60
  55.     Top = 18
  56.     Width = 265
  57.     Height = 61
  58.     AutoSize = False
  59.     TabOrder = 0
  60.   end
  61.   object btnOK: TButton
  62.     Left = 247
  63.     Top = 90
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&OK'
  67.     Default = True
  68.     ModalResult = 2
  69.     TabOrder = 1
  70.     OnClick = btnOKClick
  71.   end
  72.   object memDetailMsg: TMemo
  73.     Left = 8
  74.     Top = 144
  75.     Width = 313
  76.     Height = 89
  77.     Color = clSilver
  78.     ReadOnly = True
  79.     ScrollBars = ssVertical
  80.     TabOrder = 2
  81.   end
  82. end
  83.