home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TMSGDLG / TMSGDLG.txt
Encoding:
Text File  |  2000-09-13  |  634 b   |  35 lines

  1. object MsgDlg: TMsgDlg
  2.   Left = 124
  3.   Top = 171
  4.   Width = 390
  5.   Height = 123
  6.   BorderIcons = []
  7.   Caption = 'Messages'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Message: TLabel
  17.     Left = 30
  18.     Top = 28
  19.     Width = 340
  20.     Height = 13
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Messages'
  24.   end
  25.   object Button1: TButton
  26.     Left = 163
  27.     Top = 62
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Cancel'
  31.     TabOrder = 0
  32.     OnClick = Button1Click
  33.   end
  34. end
  35.