home *** CD-ROM | disk | FTP | other *** search
- object PrevisionsDlg: TPrevisionsDlg
- Left = 150
- Top = 157
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'City, time and date'
- ClientHeight = 128
- ClientWidth = 268
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 120
- Top = 16
- Width = 72
- Height = 13
- Caption = 'Step (ddd.hh)'
- end
- object Label2: TLabel
- Left = 120
- Top = 48
- Width = 77
- Height = 13
- Caption = 'Number of steps'
- end
- object OkBtn: TButton
- Left = 176
- Top = 76
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 101
- Top = 87
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 21
- Top = 87
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object DateED: TMaskEdit
- Left = 12
- Top = 8
- Width = 73
- Height = 21
- EditMask = '!90/90/0000;1;_'
- MaxLength = 10
- TabOrder = 3
- Text = ' / / '
- end
- object TimeED: TMaskEdit
- Left = 12
- Top = 40
- Width = 57
- Height = 21
- EditMask = '!90:00 ll;1;_'
- MaxLength = 8
- TabOrder = 4
- Text = ' . '
- end
- object StepED: TEdit
- Left = 208
- Top = 8
- Width = 49
- Height = 21
- TabOrder = 5
- Text = 'StepED'
- end
- object NumED: TEdit
- Left = 208
- Top = 40
- Width = 49
- Height = 21
- TabOrder = 6
- Text = 'Edit1'
- end
- end
-