home *** CD-ROM | disk | FTP | other *** search
- object TransitsDlg: TTransitsDlg
- Left = 245
- Top = 130
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Info'
- ClientHeight = 211
- ClientWidth = 266
- 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 = 144
- Top = 96
- Width = 78
- Height = 13
- Caption = 'Period in months'
- end
- object OkBtn: TButton
- Left = 168
- Top = 156
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 91
- Top = 167
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 13
- Top = 167
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object PlanetsLB: TListBox
- Left = 8
- Top = 8
- Width = 97
- Height = 129
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 3
- end
- object CityED: TEdit
- Left = 144
- Top = 8
- Width = 113
- Height = 21
- TabOrder = 4
- Text = 'CityED'
- OnChange = CityEDChange
- end
- object DateED: TMaskEdit
- Left = 144
- Top = 48
- Width = 73
- Height = 21
- EditMask = '!90/90/0000;1;_'
- MaxLength = 10
- TabOrder = 5
- Text = ' / / '
- end
- object StepED: TEdit
- Left = 176
- Top = 112
- Width = 49
- Height = 21
- TabOrder = 6
- Text = 'StepED'
- end
- end
-