home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / BIN / CORIDE40.BPL / 0 / RCDATA / TRANGEDLG / TRANGEDLG.txt
Text File  |  1998-06-16  |  2KB  |  102 lines

  1. object RangeDlg: TRangeDlg
  2.   Left = 261
  3.   Top = 276
  4.   ActiveControl = EndVal
  5.   BorderStyle = bsDialog
  6.   Caption = 'Range'
  7.   ClientHeight = 104
  8.   ClientWidth = 341
  9.   ParentFont = True
  10.   OnCloseQuery = FormCloseQuery
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Start: TLabel
  15.     Left = 40
  16.     Top = 16
  17.     Width = 22
  18.     Height = 13
  19.     Caption = '&Start'
  20.     FocusControl = StartVal
  21.   end
  22.   object Finish: TLabel
  23.     Left = 184
  24.     Top = 16
  25.     Width = 28
  26.     Height = 13
  27.     Caption = '&Count'
  28.     FocusControl = EndVal
  29.   end
  30.   object OKButton: TButton
  31.     Left = 40
  32.     Top = 64
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 1
  39.   end
  40.   object CancelButton: TButton
  41.     Left = 136
  42.     Top = 64
  43.     Width = 75
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.   end
  50.   object HelpButton: TButton
  51.     Left = 232
  52.     Top = 64
  53.     Width = 75
  54.     Height = 25
  55.     Caption = '&Help'
  56.     TabOrder = 3
  57.     OnClick = HelpButtonClick
  58.   end
  59.   object UpDown1: TUpDown
  60.     Left = 129
  61.     Top = 16
  62.     Width = 15
  63.     Height = 21
  64.     Associate = StartVal
  65.     Min = -32768
  66.     Max = 32767
  67.     Position = 0
  68.     TabOrder = 5
  69.     Wrap = False
  70.   end
  71.   object UpDown2: TUpDown
  72.     Left = 273
  73.     Top = 16
  74.     Width = 15
  75.     Height = 21
  76.     Associate = EndVal
  77.     Min = 1
  78.     Max = 32767
  79.     Position = 1
  80.     TabOrder = 6
  81.     Wrap = False
  82.   end
  83.   object StartVal: TEdit
  84.     Left = 80
  85.     Top = 16
  86.     Width = 49
  87.     Height = 21
  88.     TabOrder = 4
  89.     Text = '0'
  90.     OnChange = StartValChange
  91.   end
  92.   object EndVal: TEdit
  93.     Left = 224
  94.     Top = 16
  95.     Width = 49
  96.     Height = 21
  97.     TabOrder = 0
  98.     Text = '0'
  99.     OnChange = EndValChange
  100.   end
  101. end
  102.