home *** CD-ROM | disk | FTP | other *** search
- object FormE: TFormE
- Left = 224
- Top = 434
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'There might be problems...'
- ClientHeight = 130
- ClientWidth = 349
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 60
- Top = 10
- Width = 273
- Height = 59
- AutoSize = False
- WordWrap = True
- end
- object BitBtn1: TBitBtn
- Left = 57
- Top = 77
- Width = 89
- Height = 23
- Caption = '&OK'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 152
- Top = 77
- Width = 89
- Height = 23
- Caption = '&Help'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object CheckBox1: TCheckBox
- Left = 60
- Top = 107
- Width = 217
- Height = 21
- Caption = 'Dont show this message again'
- TabOrder = 2
- end
- object BitBtn3: TBitBtn
- Left = 152
- Top = 77
- Width = 89
- Height = 23
- Caption = '&Abort'
- TabOrder = 3
- Visible = False
- OnClick = BitBtn3Click
- end
- end
-