home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / fineview / finevw69.exe / FineView.exe / 0 / RCDATA / TFORMDELETE / TFORMDELETE.txt < prev   
Text File  |  2004-10-09  |  1KB  |  64 lines

  1. object FormDelete: TFormDelete
  2.   Left = 314
  3.   Top = 107
  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 = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Image1: TImage
  20.     Left = 16
  21.     Top = 13
  22.     Width = 32
  23.     Height = 32
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object LDeleteMsg: TLabel
  27.     Left = 73
  28.     Top = 16
  29.     Width = 151
  30.     Height = 12
  31.     Caption = 'Do you realy want to delete ?'
  32.   end
  33.   object CBNeedConfirm: TCheckBox
  34.     Left = 24
  35.     Top = 66
  36.     Width = 185
  37.     Height = 17
  38.     Caption = 'Show confirmation at Delete'
  39.     Checked = True
  40.     State = cbChecked
  41.     TabOrder = 0
  42.   end
  43.   object ButtonOK: TButton
  44.     Left = 278
  45.     Top = 64
  46.     Width = 90
  47.     Height = 22
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 6
  51.     TabOrder = 1
  52.   end
  53.   object ButtonCancel: TButton
  54.     Left = 376
  55.     Top = 64
  56.     Width = 90
  57.     Height = 22
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 2
  62.   end
  63. end
  64.