home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #6 / K-CD_2002-06.iso / Tools / InterCent / _SETUP.1 / Intercent99.exe / 0 / RCDATA / TFRMCRASH / TFRMCRASH.txt < prev   
Text File  |  1999-06-01  |  1KB  |  67 lines

  1. object FrmCrash: TFrmCrash
  2.   Left = 257
  3.   Top = 148
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sessie afgebroken'
  7.   ClientHeight = 160
  8.   ClientWidth = 315
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 16
  22.     Width = 57
  23.     Height = 49
  24.     Picture.Data = {<image001.bmp>}
  25.   end
  26.   object TxtInfoCrash: TLabel
  27.     Left = 80
  28.     Top = 16
  29.     Width = 225
  30.     Height = 97
  31.     AutoSize = False
  32.     Caption = 'xxxxxxxxxxxxxxxxxxxx'
  33.     Font.Color = clRed
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     WordWrap = True
  39.   end
  40.   object BtnYes: TBitBtn
  41.     Left = 144
  42.     Top = 127
  43.     Width = 83
  44.     Height = 25
  45.     HelpContext = 1101
  46.     Caption = '&Ja'
  47.     Default = True
  48.     ModalResult = 6
  49.     TabOrder = 0
  50.     OnClick = BtnYesClick
  51.     NumGlyphs = 2
  52.   end
  53.   object BtnNo: TBitBtn
  54.     Left = 232
  55.     Top = 127
  56.     Width = 79
  57.     Height = 25
  58.     HelpContext = 1102
  59.     Cancel = True
  60.     Caption = '&Nee'
  61.     ModalResult = 7
  62.     TabOrder = 1
  63.     OnClick = BtnNoClick
  64.     NumGlyphs = 2
  65.   end
  66. end
  67.