home *** CD-ROM | disk | FTP | other *** search
/ 95 Maailman Parasta Windows 95 Peliä / 95pelia.bin / Board / lines95 / LINES95.EXE / 0 / RCDATA / TMESSAGEBOX2 / TMESSAGEBOX2.txt
Text File  |  1997-05-03  |  1KB  |  68 lines

  1. object MessageBox2: TMessageBox2
  2.   Left = 350
  3.   Top = -1
  4.   ActiveControl = OkButton
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 154
  8.   ClientWidth = 447
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object DlgPanel: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 447
  21.     Height = 154
  22.     Align = alClient
  23.     BevelInner = bvLowered
  24.     BevelWidth = 3
  25.     BorderWidth = 3
  26.     Color = clSilver
  27.     TabOrder = 0
  28.     object Lbl1: TLabel3d
  29.       Left = 11
  30.       Top = 16
  31.       Width = 424
  32.       Height = 36
  33.       Alignment = taCenter
  34.       AutoSize = False
  35.       Caption = 'First label'
  36.       Font.Color = 16744448
  37.       Font.Height = -32
  38.       Font.Name = 'Times New Roman Cyr'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.       TextStyle = tsRaised
  42.     end
  43.     object Lbl2: TLabel3d
  44.       Left = 11
  45.       Top = 56
  46.       Width = 424
  47.       Height = 36
  48.       Alignment = taCenter
  49.       AutoSize = False
  50.       Caption = 'Second label'
  51.       Font.Color = 16744448
  52.       Font.Height = -32
  53.       Font.Name = 'Times New Roman Cyr'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.       TextStyle = tsRaised
  57.     end
  58.     object OkButton: TBitBtn
  59.       Left = 179
  60.       Top = 104
  61.       Width = 89
  62.       Height = 33
  63.       TabOrder = 0
  64.       Kind = bkOK
  65.     end
  66.   end
  67. end
  68.