home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 April / DPCB0498.iso / DTP / MyFonts / Setup.exe / MyFonts.exe / 0 / RCDATA / TFRMMSG / TFRMMSG.txt
Text File  |  1997-12-08  |  3KB  |  92 lines

  1. object FrmMsg: TFrmMsg
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Message'
  7.   ClientHeight = 228
  8.   ClientWidth = 358
  9.   Color = 12639424
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LB_Msg: TLabel
  19.     Left = 8
  20.     Top = 5
  21.     Width = 212
  22.     Height = 13
  23.     Caption = 'The following fonts will not be used because:'
  24.   end
  25.   object M_Msg: TMemo
  26.     Left = 8
  27.     Top = 24
  28.     Width = 343
  29.     Height = 156
  30.     ScrollBars = ssBoth
  31.     TabOrder = 1
  32.   end
  33.   object B_OK: TBitBtn
  34.     Left = 298
  35.     Top = 191
  36.     Width = 53
  37.     Height = 30
  38.     Cursor = 50
  39.     Cancel = True
  40.     Caption = 'OK'
  41.     Default = True
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ModalResult = 1
  48.     ParentFont = False
  49.     TabOrder = 0
  50.     Glyph.Data = {
  51.       DE010000424DDE01000000000000760000002800000024000000120000000100
  52.       0400000000006801000000000000000000001000000000000000000000000000
  53.       80000080000000808000800000008000800080800000C0C0C000808080000000
  54.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  55.       3333333333333333333333330000333333333333333333333333F33333333333
  56.       00003333344333333333333333388F3333333333000033334224333333333333
  57.       338338F3333333330000333422224333333333333833338F3333333300003342
  58.       222224333333333383333338F3333333000034222A22224333333338F338F333
  59.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  60.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  61.       0000333333333A222433333333333338F338F33300003333333333A222433333
  62.       333333338F338F33000033333333333A222433333333333338F338F300003333
  63.       33333333A222433333333333338F338F00003333333333333A22433333333333
  64.       3338F38F000033333333333333A223333333333333338F830000333333333333
  65.       333A333333333333333338330000333333333333333333333333333333333333
  66.       0000}
  67.     NumGlyphs = 2
  68.   end
  69.   object B_Print: TBitBtn
  70.     Left = 8
  71.     Top = 191
  72.     Width = 53
  73.     Height = 30
  74.     Cursor = 50
  75.     Caption = ' PRINT'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     TabOrder = 2
  83.     TabStop = False
  84.     OnClick = B_PrintClick
  85.     NumGlyphs = 2
  86.   end
  87.   object PrintDialog1: TPrintDialog
  88.     Left = 266
  89.     Top = 193
  90.   end
  91. end
  92.