home *** CD-ROM | disk | FTP | other *** search
- object MsgDlg: TMsgDlg
- Left = 124
- Top = 171
- Width = 390
- Height = 123
- BorderIcons = []
- Caption = 'Messages'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Message: TLabel
- Left = 30
- Top = 28
- Width = 340
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'Messages'
- end
- object Button1: TButton
- Left = 163
- Top = 62
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-