home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9UTI / CRONIT.ZIP / _SETUP.1 / cronit.exe / 0 / RCDATA / TFRMDATE / TFRMDATE.txt
Text File  |  1998-04-15  |  1KB  |  81 lines

  1. object frmDate: TfrmDate
  2.   Left = 393
  3.   Top = 626
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Select Expiration Date'
  6.   ClientHeight = 190
  7.   ClientWidth = 209
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object btnOk: TButton
  16.     Left = 126
  17.     Top = 160
  18.     Width = 75
  19.     Height = 25
  20.     Caption = 'Ok'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object spnYear: TSpinEdit
  26.     Left = 112
  27.     Top = 8
  28.     Width = 89
  29.     Height = 22
  30.     EditorEnabled = False
  31.     MaxValue = 35000
  32.     MinValue = 1900
  33.     TabOrder = 1
  34.     Value = 1900
  35.     OnChange = spnYearChange
  36.   end
  37.   object cmbMonth: TComboBox
  38.     Left = 8
  39.     Top = 8
  40.     Width = 97
  41.     Height = 21
  42.     Style = csDropDownList
  43.     DropDownCount = 12
  44.     ItemHeight = 13
  45.     Items.Strings = (
  46.       'January'
  47.       'Feburary'
  48.       'March'
  49.       'April'
  50.       'May'
  51.       'June'
  52.       'July'
  53.       'August'
  54.       'September'
  55.       'October'
  56.       'November'
  57.       'December')
  58.     TabOrder = 2
  59.     OnChange = cmbMonthChange
  60.   end
  61.   object btnCancel: TButton
  62.     Left = 44
  63.     Top = 160
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70.   object cal: TCalendar
  71.     Left = 8
  72.     Top = 34
  73.     Width = 192
  74.     Height = 120
  75.     StartOfWeek = 0
  76.     TabOrder = 4
  77.     OnChange = calChange
  78.     OnDblClick = calDblClick
  79.   end
  80. end
  81.