home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / teeui30.dpl / 0 / RCDATA / TAXISMAXMIN / TAXISMAXMIN.txt
Text File  |  1997-08-05  |  1KB  |  78 lines

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