home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / axmaxmin.dfm / axmaxmin.txt
Text File  |  1999-08-11  |  1KB  |  76 lines

  1. object AxisMaxMin: TAxisMaxMin
  2.   Left = 146
  3.   Top = 296
  4.   ActiveControl = EMaximum
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Axis Maximum and Minimum'
  8.   ClientHeight = 75
  9.   ClientWidth = 266
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 20
  17.     Top = 16
  18.     Width = 41
  19.     Height = 13
  20.     Alignment = taRightJustify
  21.     AutoSize = False
  22.     Caption = '&Date:'
  23.     FocusControl = EMaximum
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 48
  28.     Width = 53
  29.     Height = 13
  30.     Alignment = taRightJustify
  31.     AutoSize = False
  32.     Caption = '&Time:'
  33.     FocusControl = EMinimum
  34.   end
  35.   object BitBtn1: TButton
  36.     Left = 185
  37.     Top = 11
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     TabOrder = 2
  43.     OnClick = BitBtn1Click
  44.   end
  45.   object BitBtn2: TButton
  46.     Left = 185
  47.     Top = 43
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     TabOrder = 3
  53.     OnClick = BitBtn2Click
  54.   end
  55.   object EMaximum: TEdit
  56.     Left = 65
  57.     Top = 12
  58.     Width = 108
  59.     Height = 21
  60.     Hint = 'Enter Date'
  61.     HelpContext = 180
  62.     ParentShowHint = False
  63.     ShowHint = True
  64.     TabOrder = 0
  65.   end
  66.   object EMinimum: TEdit
  67.     Left = 65
  68.     Top = 44
  69.     Width = 108
  70.     Height = 21
  71.     Hint = 'Enter Time'
  72.     HelpContext = 180
  73.     TabOrder = 1
  74.   end
  75. end
  76.