home *** CD-ROM | disk | FTP | other *** search
- object TransLineGraphDlg: TTransLineGraphDlg
- Left = 245
- Top = 128
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Transit line graph'
- ClientHeight = 238
- ClientWidth = 278
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 152
- Top = 80
- Width = 58
- Height = 13
- Caption = 'Step in days'
- end
- object OkBtn: TButton
- Left = 184
- Top = 188
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 205
- Top = 151
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 205
- Top = 111
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object DateED: TMaskEdit
- Left = 188
- Top = 8
- Width = 73
- Height = 21
- EditMask = '!90/90/0000;1;_'
- MaxLength = 10
- TabOrder = 3
- Text = ' / / '
- end
- object TimeED: TMaskEdit
- Left = 204
- Top = 40
- Width = 57
- Height = 21
- EditMask = '!90:00 ll;1;_'
- MaxLength = 8
- TabOrder = 4
- Text = ' : '
- end
- object StepED: TEdit
- Left = 216
- Top = 72
- Width = 49
- Height = 21
- TabOrder = 5
- Text = '7'
- end
- object PlanetLB: TListBox
- Left = 16
- Top = 40
- Width = 121
- Height = 185
- ItemHeight = 13
- TabOrder = 6
- OnClick = PlanetLBClick
- end
- object AllCB: TCheckBox
- Left = 24
- Top = 8
- Width = 97
- Height = 17
- Caption = 'All planets'
- State = cbChecked
- TabOrder = 7
- OnClick = AllCBClick
- end
- end
-