home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TADDEXCEPTRANGEDLG / TADDEXCEPTRANGEDLG.txt
Text File  |  1999-08-11  |  2KB  |  83 lines

  1. object AddExceptRangeDlg: TAddExceptRangeDlg
  2.   Left = 489
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Exception Range'
  6.   ClientHeight = 135
  7.   ClientWidth = 290
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCloseQuery = FormCloseQuery
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object OKButton: TButton
  15.     Left = 200
  16.     Top = 16
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'OK'
  20.     Default = True
  21.     ModalResult = 1
  22.     TabOrder = 0
  23.   end
  24.   object CancelButton: TButton
  25.     Left = 200
  26.     Top = 56
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = 'Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 1
  33.   end
  34.   object HelpButton: TButton
  35.     Left = 200
  36.     Top = 96
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Help'
  40.     TabOrder = 2
  41.     OnClick = HelpButtonClick
  42.   end
  43.   object Panel1: TPanel
  44.     Left = 8
  45.     Top = 8
  46.     Width = 185
  47.     Height = 113
  48.     BevelInner = bvRaised
  49.     BevelOuter = bvLowered
  50.     TabOrder = 3
  51.     object LowLabel: TLabel
  52.       Left = 10
  53.       Top = 8
  54.       Width = 58
  55.       Height = 13
  56.       Caption = 'Range &Low:'
  57.       FocusControl = LowEdit
  58.     end
  59.     object HighLabel: TLabel
  60.       Left = 10
  61.       Top = 56
  62.       Width = 60
  63.       Height = 13
  64.       Caption = '&Range High:'
  65.       FocusControl = HighEdit
  66.     end
  67.     object LowEdit: TEdit
  68.       Left = 10
  69.       Top = 24
  70.       Width = 167
  71.       Height = 21
  72.       TabOrder = 0
  73.     end
  74.     object HighEdit: TEdit
  75.       Left = 10
  76.       Top = 72
  77.       Width = 167
  78.       Height = 21
  79.       TabOrder = 1
  80.     end
  81.   end
  82. end
  83.