home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TDATETIMEDLG / TDATETIMEDLG.txt
Encoding:
Text File  |  1998-05-13  |  1.3 KB  |  76 lines

  1. object DateTimeDlg: TDateTimeDlg
  2.   Left = 254
  3.   Top = 130
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'City, time and date'
  7.   ClientHeight = 140
  8.   ClientWidth = 219
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OkBtn: TButton
  18.     Left = 128
  19.     Top = 92
  20.     Width = 81
  21.     Height = 41
  22.     Caption = 'Ok'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 149
  29.     Top = 47
  30.     Width = 60
  31.     Height = 30
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object HelpBtn: TButton
  38.     Left = 149
  39.     Top = 7
  40.     Width = 60
  41.     Height = 30
  42.     Caption = 'Help'
  43.     TabOrder = 2
  44.     OnClick = HelpBtnClick
  45.   end
  46.   object CityED: TEdit
  47.     Left = 8
  48.     Top = 8
  49.     Width = 113
  50.     Height = 21
  51.     TabOrder = 3
  52.     Text = 'CityED'
  53.     OnChange = CityEDChange
  54.   end
  55.   object DateED: TMaskEdit
  56.     Left = 28
  57.     Top = 48
  58.     Width = 73
  59.     Height = 21
  60.     EditMask = '!90/90/0000;1;_'
  61.     MaxLength = 10
  62.     TabOrder = 4
  63.     Text = '  /  /    '
  64.   end
  65.   object TimeED: TMaskEdit
  66.     Left = 36
  67.     Top = 88
  68.     Width = 57
  69.     Height = 21
  70.     EditMask = '!90:00 ll;1;_'
  71.     MaxLength = 8
  72.     TabOrder = 5
  73.     Text = '  :     '
  74.   end
  75. end
  76.