home *** CD-ROM | disk | FTP | other *** search
- object FrmCrash: TFrmCrash
- Left = 257
- Top = 148
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Sessie afgebroken'
- ClientHeight = 160
- ClientWidth = 315
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 8
- Top = 16
- Width = 57
- Height = 49
- Picture.Data = {<image001.bmp>}
- end
- object TxtInfoCrash: TLabel
- Left = 80
- Top = 16
- Width = 225
- Height = 97
- AutoSize = False
- Caption = 'xxxxxxxxxxxxxxxxxxxx'
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object BtnYes: TBitBtn
- Left = 144
- Top = 127
- Width = 83
- Height = 25
- HelpContext = 1101
- Caption = '&Ja'
- Default = True
- ModalResult = 6
- TabOrder = 0
- OnClick = BtnYesClick
- NumGlyphs = 2
- end
- object BtnNo: TBitBtn
- Left = 232
- Top = 127
- Width = 79
- Height = 25
- HelpContext = 1102
- Cancel = True
- Caption = '&Nee'
- ModalResult = 7
- TabOrder = 1
- OnClick = BtnNoClick
- NumGlyphs = 2
- end
- end
-