home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / finance / bilpwrnt.exe / BILLPOWR.EXE / 0 / RCDATA / TDRAGDL / TDRAGDL.txt
Text File  |  1996-12-15  |  2KB  |  117 lines

  1. object DragDL: TDragDL
  2.   Left = 3
  3.   Top = 93
  4.   BorderStyle = bsDialog
  5.   Caption = 'DragDL'
  6.   ClientHeight = 257
  7.   ClientWidth = 628
  8.   Color = clLime
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnKeyDown = KeyDown
  18.   OnShow = FormShow
  19.   TextHeight = 16
  20.   object Label2: TLabel
  21.     Left = 36
  22.     Top = 72
  23.     Width = 591
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'Label2'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 48
  30.     Top = 96
  31.     Width = 577
  32.     Height = 16
  33.     AutoSize = False
  34.     Caption = 'Label3'
  35.   end
  36.   object Label4: TLabel
  37.     Left = 48
  38.     Top = 112
  39.     Width = 579
  40.     Height = 16
  41.     AutoSize = False
  42.     Caption = 'Label4'
  43.   end
  44.   object Label5: TLabel
  45.     Left = 48
  46.     Top = 128
  47.     Width = 577
  48.     Height = 16
  49.     AutoSize = False
  50.     Caption = 'Label5'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 48
  54.     Top = 144
  55.     Width = 579
  56.     Height = 16
  57.     AutoSize = False
  58.     Caption = 'Label6'
  59.   end
  60.   object Label7: TLabel
  61.     Left = 48
  62.     Top = 160
  63.     Width = 579
  64.     Height = 16
  65.     AutoSize = False
  66.     Caption = 'Label7'
  67.   end
  68.   object DragBtn: TButton
  69.     Left = 456
  70.     Top = 206
  71.     Width = 135
  72.     Height = 33
  73.     Caption = 'Drag Forward'
  74.     TabOrder = 2
  75.     OnClick = DragBtnClick
  76.     OnKeyDown = KeyDown
  77.   end
  78.   object TagBtn: TButton
  79.     Left = 244
  80.     Top = 206
  81.     Width = 135
  82.     Height = 33
  83.     Caption = 'Tag For Deletion'
  84.     TabOrder = 1
  85.     OnClick = TagBtnClick
  86.     OnKeyDown = KeyDown
  87.   end
  88.   object IgnoreBtn: TButton
  89.     Left = 38
  90.     Top = 206
  91.     Width = 135
  92.     Height = 33
  93.     Caption = 'Leave As Is'
  94.     Default = True
  95.     TabOrder = 0
  96.     OnClick = IgnoreBtnClick
  97.     OnKeyDown = KeyDown
  98.   end
  99.   object GroupBox1: TGroupBox
  100.     Left = 2
  101.     Top = 18
  102.     Width = 623
  103.     Height = 37
  104.     Color = clWhite
  105.     ParentColor = False
  106.     TabOrder = 3
  107.     object Label1: TLabel
  108.       Left = 4
  109.       Top = 16
  110.       Width = 615
  111.       Height = 16
  112.       AutoSize = False
  113.       Caption = 'Label1'
  114.     end
  115.   end
  116. end
  117.