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

  1. object PrevisionsDlg: TPrevisionsDlg
  2.   Left = 150
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'City, time and date'
  7.   ClientHeight = 128
  8.   ClientWidth = 268
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 120
  18.     Top = 16
  19.     Width = 72
  20.     Height = 13
  21.     Caption = 'Step (ddd.hh)'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 120
  25.     Top = 48
  26.     Width = 77
  27.     Height = 13
  28.     Caption = 'Number of steps'
  29.   end
  30.   object OkBtn: TButton
  31.     Left = 176
  32.     Top = 76
  33.     Width = 81
  34.     Height = 41
  35.     Caption = 'Ok'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.   end
  40.   object CancelBtn: TButton
  41.     Left = 101
  42.     Top = 87
  43.     Width = 60
  44.     Height = 30
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 1
  49.   end
  50.   object HelpBtn: TButton
  51.     Left = 21
  52.     Top = 87
  53.     Width = 60
  54.     Height = 30
  55.     Caption = 'Help'
  56.     TabOrder = 2
  57.     OnClick = HelpBtnClick
  58.   end
  59.   object DateED: TMaskEdit
  60.     Left = 12
  61.     Top = 8
  62.     Width = 73
  63.     Height = 21
  64.     EditMask = '!90/90/0000;1;_'
  65.     MaxLength = 10
  66.     TabOrder = 3
  67.     Text = '  /  /    '
  68.   end
  69.   object TimeED: TMaskEdit
  70.     Left = 12
  71.     Top = 40
  72.     Width = 57
  73.     Height = 21
  74.     EditMask = '!90:00 ll;1;_'
  75.     MaxLength = 8
  76.     TabOrder = 4
  77.     Text = '  .     '
  78.   end
  79.   object StepED: TEdit
  80.     Left = 208
  81.     Top = 8
  82.     Width = 49
  83.     Height = 21
  84.     TabOrder = 5
  85.     Text = 'StepED'
  86.   end
  87.   object NumED: TEdit
  88.     Left = 208
  89.     Top = 40
  90.     Width = 49
  91.     Height = 21
  92.     TabOrder = 6
  93.     Text = 'Edit1'
  94.   end
  95. end
  96.