home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMRANGE / TFRMRANGE.txt
Text File  |  1996-10-14  |  2KB  |  96 lines

  1. object frmRange: TfrmRange
  2.   Left = 308
  3.   Top = 200
  4.   HelpContext = 18
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Range'
  8.   ClientHeight = 114
  9.   ClientWidth = 317
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 300
  23.     Height = 69
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object lblFrom: TLabel
  28.     Left = 26
  29.     Top = 20
  30.     Width = 23
  31.     Height = 13
  32.     Caption = '&From'
  33.   end
  34.   object lblUntil: TLabel
  35.     Left = 26
  36.     Top = 48
  37.     Width = 21
  38.     Height = 13
  39.     Caption = '&Until'
  40.   end
  41.   object OKBtn: TBitBtn
  42.     Left = 64
  43.     Top = 84
  44.     Width = 77
  45.     Height = 25
  46.     Caption = 'OK'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 2
  50.     NumGlyphs = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object CancelBtn: TBitBtn
  55.     Left = 148
  56.     Top = 84
  57.     Width = 77
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 3
  63.     NumGlyphs = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object HelpBtn: TBitBtn
  68.     Left = 232
  69.     Top = 84
  70.     Width = 77
  71.     Height = 25
  72.     Caption = '&Help'
  73.     TabOrder = 4
  74.     OnClick = HelpBtnClick
  75.     NumGlyphs = 2
  76.     Spacing = -1
  77.     IsControl = True
  78.   end
  79.   object txtFrom: TEdit
  80.     Left = 64
  81.     Top = 16
  82.     Width = 235
  83.     Height = 21
  84.     Hint = 'Beginning of range'
  85.     TabOrder = 0
  86.   end
  87.   object txtUntil: TEdit
  88.     Left = 64
  89.     Top = 44
  90.     Width = 235
  91.     Height = 21
  92.     Hint = 'End of range'
  93.     TabOrder = 1
  94.   end
  95. end
  96.