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

  1. object NewCityDlg: TNewCityDlg
  2.   Left = 96
  3.   Top = 83
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Localities'
  7.   ClientHeight = 268
  8.   ClientWidth = 380
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   ShowHint = True
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 36
  21.     Height = 13
  22.     Caption = 'Locality'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 40
  27.     Width = 36
  28.     Height = 13
  29.     Caption = 'Country'
  30.   end
  31.   object LatLbl: TLabel
  32.     Left = 16
  33.     Top = 80
  34.     Width = 40
  35.     Height = 13
  36.     Caption = 'Lat.'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 145
  40.     Top = 80
  41.     Width = 27
  42.     Height = 13
  43.     Caption = 'Long.'
  44.   end
  45.   object LongTimeBtn: TLabel
  46.     Left = 145
  47.     Top = 104
  48.     Width = 51
  49.     Height = 13
  50.     Caption = 'Long/time.'
  51.   end
  52.   object PopLbl: TLabel
  53.     Left = 16
  54.     Top = 128
  55.     Width = 50
  56.     Height = 16
  57.     Caption = 'Population'
  58.   end
  59.   object Label4: TLabel
  60.     Left = 16
  61.     Top = 200
  62.     Width = 25
  63.     Height = 13
  64.     Caption = 'State'
  65.   end
  66.   object OkBtn: TButton
  67.     Left = 288
  68.     Top = 160
  69.     Width = 81
  70.     Height = 41
  71.     Caption = 'Ok'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 12
  75.   end
  76.   object CancelBtn: TButton
  77.     Left = 300
  78.     Top = 104
  79.     Width = 60
  80.     Height = 30
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 14
  85.   end
  86.   object HelpBtn: TButton
  87.     Left = 300
  88.     Top = 64
  89.     Width = 60
  90.     Height = 30
  91.     Caption = 'Help'
  92.     TabOrder = 13
  93.     OnClick = HelpBtnClick
  94.   end
  95.   object CityDBEd: TDBEdit
  96.     Left = 72
  97.     Top = 8
  98.     Width = 137
  99.     Height = 21
  100.     DataField = 'CITY'
  101.     MaxLength = 30
  102.     TabOrder = 0
  103.   end
  104.   object LatDBEd: TDBEdit
  105.     Left = 88
  106.     Top = 72
  107.     Width = 49
  108.     Height = 21
  109.     DataField = 'LATITUDE'
  110.     MaxLength = 0
  111.     TabOrder = 3
  112.     OnChange = LatDBEdChange
  113.   end
  114.   object LongDBEd: TDBEdit
  115.     Left = 224
  116.     Top = 72
  117.     Width = 49
  118.     Height = 21
  119.     DataField = 'LONGITUDE'
  120.     MaxLength = 0
  121.     TabOrder = 5
  122.     OnChange = LongDBEdChange
  123.   end
  124.   object NSBtn: TButton
  125.     Left = 72
  126.     Top = 72
  127.     Width = 17
  128.     Height = 21
  129.     Caption = 'N'
  130.     TabOrder = 4
  131.     OnClick = NSBtnClick
  132.   end
  133.   object EWBtn: TButton
  134.     Left = 208
  135.     Top = 72
  136.     Width = 17
  137.     Height = 21
  138.     Caption = 'W'
  139.     TabOrder = 6
  140.     OnClick = EWBtnClick
  141.   end
  142.   object LongTEd: TMaskEdit
  143.     Left = 224
  144.     Top = 96
  145.     Width = 49
  146.     Height = 21
  147.     TabStop = False
  148.     EditMask = '!99:99;1;_'
  149.     MaxLength = 5
  150.     TabOrder = 7
  151.     Text = '  :  '
  152.     OnExit = LongTEdChange
  153.   end
  154.   object PlusBtn: TButton
  155.     Left = 208
  156.     Top = 96
  157.     Width = 17
  158.     Height = 21
  159.     Caption = '+'
  160.     TabOrder = 8
  161.     OnClick = EWBtnClick
  162.   end
  163.   object CountryBtn: TButton
  164.     Left = 128
  165.     Top = 40
  166.     Width = 32
  167.     Height = 21
  168.     Caption = '>>>'
  169.     TabOrder = 1
  170.     OnClick = CountryBtnClick
  171.   end
  172.   object PopulEd: TDBEdit
  173.     Left = 72
  174.     Top = 128
  175.     Width = 89
  176.     Height = 21
  177.     DataField = 'POPULATION'
  178.     MaxLength = 0
  179.     TabOrder = 9
  180.   end
  181.   object DBLookupListBox2: TDBLookupList
  182.     Left = 72
  183.     Top = 160
  184.     Width = 145
  185.     Height = 95
  186.     DataField = 'STATE'
  187.     LookupDisplay = 'STATE'
  188.     LookupField = 'CODE'
  189.     TabOrder = 10
  190.   end
  191.   object StateBtn: TButton
  192.     Left = 224
  193.     Top = 200
  194.     Width = 32
  195.     Height = 21
  196.     Caption = '>>>'
  197.     TabOrder = 11
  198.     OnClick = StateBtnClick
  199.   end
  200.   object CountryDBEd: TDBEdit
  201.     Left = 72
  202.     Top = 40
  203.     Width = 49
  204.     Height = 21
  205.     DataField = 'COUNTRY'
  206.     MaxLength = 0
  207.     TabOrder = 2
  208.     OnChange = LatDBEdChange
  209.   end
  210. end
  211.