home *** CD-ROM | disk | FTP | other *** search
- object NewCityDlg: TNewCityDlg
- Left = 96
- Top = 83
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Localities'
- ClientHeight = 268
- ClientWidth = 380
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ShowHint = True
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 36
- Height = 13
- Caption = 'Locality'
- end
- object Label2: TLabel
- Left = 16
- Top = 40
- Width = 36
- Height = 13
- Caption = 'Country'
- end
- object LatLbl: TLabel
- Left = 16
- Top = 80
- Width = 40
- Height = 13
- Caption = 'Lat.'
- end
- object Label3: TLabel
- Left = 145
- Top = 80
- Width = 27
- Height = 13
- Caption = 'Long.'
- end
- object LongTimeBtn: TLabel
- Left = 145
- Top = 104
- Width = 51
- Height = 13
- Caption = 'Long/time.'
- end
- object PopLbl: TLabel
- Left = 16
- Top = 128
- Width = 50
- Height = 16
- Caption = 'Population'
- end
- object Label4: TLabel
- Left = 16
- Top = 200
- Width = 25
- Height = 13
- Caption = 'State'
- end
- object OkBtn: TButton
- Left = 288
- Top = 160
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 12
- end
- object CancelBtn: TButton
- Left = 300
- Top = 104
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 14
- end
- object HelpBtn: TButton
- Left = 300
- Top = 64
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 13
- OnClick = HelpBtnClick
- end
- object CityDBEd: TDBEdit
- Left = 72
- Top = 8
- Width = 137
- Height = 21
- DataField = 'CITY'
- MaxLength = 30
- TabOrder = 0
- end
- object LatDBEd: TDBEdit
- Left = 88
- Top = 72
- Width = 49
- Height = 21
- DataField = 'LATITUDE'
- MaxLength = 0
- TabOrder = 3
- OnChange = LatDBEdChange
- end
- object LongDBEd: TDBEdit
- Left = 224
- Top = 72
- Width = 49
- Height = 21
- DataField = 'LONGITUDE'
- MaxLength = 0
- TabOrder = 5
- OnChange = LongDBEdChange
- end
- object NSBtn: TButton
- Left = 72
- Top = 72
- Width = 17
- Height = 21
- Caption = 'N'
- TabOrder = 4
- OnClick = NSBtnClick
- end
- object EWBtn: TButton
- Left = 208
- Top = 72
- Width = 17
- Height = 21
- Caption = 'W'
- TabOrder = 6
- OnClick = EWBtnClick
- end
- object LongTEd: TMaskEdit
- Left = 224
- Top = 96
- Width = 49
- Height = 21
- TabStop = False
- EditMask = '!99:99;1;_'
- MaxLength = 5
- TabOrder = 7
- Text = ' : '
- OnExit = LongTEdChange
- end
- object PlusBtn: TButton
- Left = 208
- Top = 96
- Width = 17
- Height = 21
- Caption = '+'
- TabOrder = 8
- OnClick = EWBtnClick
- end
- object CountryBtn: TButton
- Left = 128
- Top = 40
- Width = 32
- Height = 21
- Caption = '>>>'
- TabOrder = 1
- OnClick = CountryBtnClick
- end
- object PopulEd: TDBEdit
- Left = 72
- Top = 128
- Width = 89
- Height = 21
- DataField = 'POPULATION'
- MaxLength = 0
- TabOrder = 9
- end
- object DBLookupListBox2: TDBLookupList
- Left = 72
- Top = 160
- Width = 145
- Height = 95
- DataField = 'STATE'
- LookupDisplay = 'STATE'
- LookupField = 'CODE'
- TabOrder = 10
- end
- object StateBtn: TButton
- Left = 224
- Top = 200
- Width = 32
- Height = 21
- Caption = '>>>'
- TabOrder = 11
- OnClick = StateBtnClick
- end
- object CountryDBEd: TDBEdit
- Left = 72
- Top = 40
- Width = 49
- Height = 21
- DataField = 'COUNTRY'
- MaxLength = 0
- TabOrder = 2
- OnChange = LatDBEdChange
- end
- end
-