home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Inprise / TRIAL / JBUILDER / JRUNTIME.Z / jbuilder.exe / 0 / RCDATA / TCONFIRM / TCONFIRM.txt < prev   
Text File  |  1998-05-08  |  1KB  |  65 lines

  1. object Confirm: TConfirm
  2.   Left = 205
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm'
  6.   ClientHeight = 110
  7.   ClientWidth = 394
  8.   ParentFont = True
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label1: TLabel
  12.     Left = 72
  13.     Top = 16
  14.     Width = 305
  15.     Height = 41
  16.     AutoSize = False
  17.     WordWrap = True
  18.   end
  19.   object Image1: TImage
  20.     Left = 16
  21.     Top = 16
  22.     Width = 42
  23.     Height = 42
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Yes: TButton
  28.     Left = 8
  29.     Top = 72
  30.     Width = 89
  31.     Height = 25
  32.     Caption = 'Yes'
  33.     Default = True
  34.     TabOrder = 0
  35.     OnClick = YesClick
  36.   end
  37.   object No: TButton
  38.     Left = 104
  39.     Top = 72
  40.     Width = 89
  41.     Height = 25
  42.     Caption = 'No'
  43.     TabOrder = 1
  44.     OnClick = NoClick
  45.   end
  46.   object Cancel: TButton
  47.     Left = 200
  48.     Top = 72
  49.     Width = 89
  50.     Height = 25
  51.     Caption = 'Cancel'
  52.     TabOrder = 2
  53.     OnClick = CancelClick
  54.   end
  55.   object All: TButton
  56.     Left = 296
  57.     Top = 72
  58.     Width = 89
  59.     Height = 25
  60.     Caption = 'All'
  61.     TabOrder = 3
  62.     OnClick = AllClick
  63.   end
  64. end
  65.