home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / fineview / FineView.exe / 0 / RCDATA / TDLGDELETECONFIRM / TDLGDELETECONFIRM.txt < prev   
Text File  |  2001-07-27  |  1KB  |  65 lines

  1. object DlgDeleteConfirm: TDlgDeleteConfirm
  2.   Left = 290
  3.   Top = 210
  4.   BorderStyle = bsDialog
  5.   Caption = 'Delete'
  6.   ClientHeight = 97
  7.   ClientWidth = 479
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object Label1: TLabel
  21.     Left = 73
  22.     Top = 16
  23.     Width = 33
  24.     Height = 12
  25.     Caption = 'Label1'
  26.   end
  27.   object Image1: TImage
  28.     Left = 16
  29.     Top = 13
  30.     Width = 32
  31.     Height = 32
  32.     Picture.Data = {<image000.bmp>}
  33.   end
  34.   object ButtonYes: TButton
  35.     Left = 278
  36.     Top = 64
  37.     Width = 90
  38.     Height = 22
  39.     Caption = '&Yes'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 0
  43.   end
  44.   object ButtonNo: TButton
  45.     Left = 376
  46.     Top = 64
  47.     Width = 90
  48.     Height = 22
  49.     Cancel = True
  50.     Caption = '&No'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.   end
  54.   object CheckBox1: TCheckBox
  55.     Left = 24
  56.     Top = 66
  57.     Width = 185
  58.     Height = 17
  59.     Caption = 'I need this Message !!'
  60.     Checked = True
  61.     State = cbChecked
  62.     TabOrder = 2
  63.   end
  64. end
  65.