home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / abuserb7.zip / ABUSER.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1996-06-06  |  1KB  |  52 lines

  1. object Form2: TForm2
  2.   Left = 355
  3.   Top = 276
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Insult'
  7.   ClientHeight = 113
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 64
  21.     Top = 8
  22.     Width = 188
  23.     Height = 32
  24.     Alignment = taCenter
  25.     Caption = 'You will be insulted in a bif way'
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.     WordWrap = True
  32.   end
  33.   object Image1: TImage
  34.     Left = 12
  35.     Top = 20
  36.     Width = 32
  37.     Height = 32
  38.     AutoSize = True
  39.     Picture.Data = {<image000.ico>}
  40.   end
  41.   object Button1: TButton
  42.     Left = 268
  43.     Top = 36
  44.     Width = 61
  45.     Height = 25
  46.     Caption = 'OK'
  47.     ModalResult = 1
  48.     TabOrder = 0
  49.     OnClick = Button1Click
  50.   end
  51. end
  52.