home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TDELDIALOG / TDELDIALOG.txt < prev   
Text File  |  1999-06-02  |  1KB  |  75 lines

  1. object DelDialog: TDelDialog
  2.   Left = 237
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Delete'
  7.   ClientHeight = 77
  8.   ClientWidth = 364
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 72
  20.     Top = 12
  21.     Width = 99
  22.     Height = 13
  23.     Caption = 'Delete selected Jobs'
  24.   end
  25.   object Image1: TImage
  26.     Left = 20
  27.     Top = 12
  28.     Width = 32
  29.     Height = 32
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.     Transparent = True
  33.   end
  34.   object Button1: TButton
  35.     Left = 268
  36.     Top = 12
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 2
  43.   end
  44.   object Button2: TButton
  45.     Left = 268
  46.     Top = 44
  47.     Width = 75
  48.     Height = 25
  49.     Cancel = True
  50.     Caption = '&Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 3
  53.   end
  54.   object CheckBox1: TCheckBox
  55.     Left = 72
  56.     Top = 52
  57.     Width = 185
  58.     Height = 17
  59.     Caption = 'Delete received files'
  60.     TabOrder = 1
  61.   end
  62.   object CheckBox2: TCheckBox
  63.     Left = 72
  64.     Top = 32
  65.     Width = 185
  66.     Height = 17
  67.     Caption = 'Including active Jobs'
  68.     TabOrder = 0
  69.   end
  70.   object KMLang1: TKMLang
  71.     Left = 4
  72.     Top = 4
  73.   end
  74. end
  75.