home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95GOMOKU / _SETUP.1 / Gomoku.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Text File  |  1996-09-02  |  2KB  |  88 lines

  1. object Form3: TForm3
  2.   Left = 234
  3.   Top = 110
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Exit Confirmation:'
  7.   ClientHeight = 160
  8.   ClientWidth = 273
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel2: TBevel
  18.     Left = 8
  19.     Top = 24
  20.     Width = 49
  21.     Height = 49
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 273
  27.     Height = 160
  28.     Align = alClient
  29.     Shape = bsFrame
  30.   end
  31.   object Image1: TImage
  32.     Left = 16
  33.     Top = 32
  34.     Width = 33
  35.     Height = 33
  36.     Picture.Data = {<image000.ico>}
  37.   end
  38.   object Image2: TImage
  39.     Left = 240
  40.     Top = 32
  41.     Width = 25
  42.     Height = 33
  43.     Picture.Data = {<image001.ico>}
  44.   end
  45.   object Label1: TLabel
  46.     Left = 64
  47.     Top = 48
  48.     Width = 181
  49.     Height = 16
  50.     Caption = 'Do You Really Wish To Exit'
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'System'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.   end
  57.   object Button1: TButton
  58.     Left = 32
  59.     Top = 120
  60.     Width = 81
  61.     Height = 25
  62.     Hint = ' Yes , BUT I'#39'll Be Back !'
  63.     Caption = '&Y e s'
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'System'
  67.     Font.Style = [fsBold]
  68.     ModalResult = 1
  69.     ParentFont = False
  70.     TabOrder = 0
  71.   end
  72.   object Button2: TButton
  73.     Left = 160
  74.     Top = 120
  75.     Width = 81
  76.     Height = 25
  77.     Hint = ' No , Of Course I Don'#39't'
  78.     Caption = '&C a n c e l'
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'System'
  82.     Font.Style = [fsBold]
  83.     ModalResult = 2
  84.     ParentFont = False
  85.     TabOrder = 1
  86.   end
  87. end
  88.