home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / AddrOrg / _SETUP.1 / ADO30.exe / 0 / RCDATA / TDELETEDLG1 / TDELETEDLG1.txt
Text File  |  1999-12-09  |  2KB  |  85 lines

  1. object DeleteDlg1: TDeleteDlg1
  2.   Left = 229
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm Action'
  7.   ClientHeight = 164
  8.   ClientWidth = 351
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 337
  20.     Height = 105
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object Label1: TLabel
  25.     Left = 19
  26.     Top = 24
  27.     Width = 280
  28.     Height = 13
  29.     Caption = 'If you want to Delete the selected Record please'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 24
  33.     Top = 59
  34.     Width = 77
  35.     Height = 13
  36.     Caption = 'type in '#39'YES'#39':'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 22
  40.     Top = 90
  41.     Width = 274
  42.     Height = 13
  43.     Caption = 'WARNING! Record Deletion cannot be Undone!'
  44.     Font.Color = clYellow
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object OKBtn: TBitBtn
  51.     Left = 97
  52.     Top = 124
  53.     Width = 77
  54.     Height = 27
  55.     Caption = '&OK'
  56.     TabOrder = 0
  57.     OnClick = OKBtnClick
  58.     Kind = bkOK
  59.     Margin = 2
  60.     Spacing = -1
  61.     IsControl = True
  62.   end
  63.   object CancelBtn: TBitBtn
  64.     Left = 181
  65.     Top = 124
  66.     Width = 77
  67.     Height = 27
  68.     Caption = '&Cancel'
  69.     TabOrder = 1
  70.     Kind = bkCancel
  71.     Margin = 2
  72.     Spacing = -1
  73.     IsControl = True
  74.   end
  75.   object Edit1: TEdit
  76.     Left = 106
  77.     Top = 57
  78.     Width = 39
  79.     Height = 20
  80.     CharCase = ecUpperCase
  81.     MaxLength = 3
  82.     TabOrder = 2
  83.   end
  84. end
  85.