home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / chip_08_2000.iso / software / astro / starcalc / STARCALC.EXE / 0 / RCDATA / TEDITCITYDATA / TEDITCITYDATA.txt
Text File  |  2000-05-28  |  5KB  |  247 lines

  1. object EditCityData: TEditCityData
  2.   Left = 277
  3.   Top = 189
  4.   ActiveControl = OkButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'City parameters'
  7.   ClientHeight = 193
  8.   ClientWidth = 305
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = CreateForm
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox2: TGroupBox
  19.     Left = 8
  20.     Top = 54
  21.     Width = 289
  22.     Height = 38
  23.     Caption = ' Longitude: '
  24.     Font.Color = clNavy
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     TabOrder = 1
  30.     object WestLong: TRadioButton
  31.       Left = 72
  32.       Top = 14
  33.       Width = 53
  34.       Height = 17
  35.       Caption = 'West'
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = []
  40.       ParentFont = False
  41.       TabOrder = 2
  42.     end
  43.     object EastLong: TRadioButton
  44.       Left = 11
  45.       Top = 14
  46.       Width = 54
  47.       Height = 17
  48.       Caption = 'East'
  49.       Checked = True
  50.       Font.Color = clBlack
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ParentFont = False
  55.       TabOrder = 1
  56.       TabStop = True
  57.     end
  58.     object Longitude: TEdit
  59.       Left = 132
  60.       Top = 11
  61.       Width = 121
  62.       Height = 21
  63.       Font.Color = clBlack
  64.       Font.Height = -11
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       TabOrder = 0
  69.       Text = '0'
  70.     end
  71.     object LongitudeGMS: TButton
  72.       Left = 260
  73.       Top = 11
  74.       Width = 17
  75.       Height = 21
  76.       Caption = '∩┐╜'
  77.       Font.Color = clBlack
  78.       Font.Height = -16
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.       TabOrder = 3
  83.       OnClick = LongitudeGMSClick
  84.     end
  85.   end
  86.   object GroupBox3: TGroupBox
  87.     Left = 8
  88.     Top = 95
  89.     Width = 289
  90.     Height = 38
  91.     Caption = ' Latitude: '
  92.     Font.Color = clNavy
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 2
  98.     object Latitude: TEdit
  99.       Left = 132
  100.       Top = 11
  101.       Width = 121
  102.       Height = 21
  103.       Font.Color = clBlack
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 0
  109.       Text = '0'
  110.     end
  111.     object LatitudeGMS: TButton
  112.       Left = 260
  113.       Top = 11
  114.       Width = 17
  115.       Height = 21
  116.       Caption = '∩┐╜'
  117.       Font.Color = clBlack
  118.       Font.Height = -16
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = [fsBold]
  121.       ParentFont = False
  122.       TabOrder = 3
  123.       OnClick = LatitudeGMSClick
  124.     end
  125.     object NorthLat: TRadioButton
  126.       Left = 11
  127.       Top = 14
  128.       Width = 49
  129.       Height = 17
  130.       Caption = 'North'
  131.       Checked = True
  132.       Font.Color = clBlack
  133.       Font.Height = -11
  134.       Font.Name = 'MS Sans Serif'
  135.       Font.Style = []
  136.       ParentFont = False
  137.       TabOrder = 1
  138.       TabStop = True
  139.     end
  140.     object SouthLat: TRadioButton
  141.       Left = 72
  142.       Top = 14
  143.       Width = 53
  144.       Height = 17
  145.       Caption = 'South'
  146.       Font.Color = clBlack
  147.       Font.Height = -11
  148.       Font.Name = 'MS Sans Serif'
  149.       Font.Style = []
  150.       ParentFont = False
  151.       TabOrder = 2
  152.     end
  153.   end
  154.   object GroupBox4: TGroupBox
  155.     Left = 8
  156.     Top = 137
  157.     Width = 165
  158.     Height = 48
  159.     Caption = ' Time zone: '
  160.     Font.Color = clNavy
  161.     Font.Height = -11
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     ParentFont = False
  165.     TabOrder = 3
  166.     object TimeZone: TEdit
  167.       Left = 8
  168.       Top = 16
  169.       Width = 33
  170.       Height = 21
  171.       Font.Color = clBlack
  172.       Font.Height = -11
  173.       Font.Name = 'MS Sans Serif'
  174.       Font.Style = []
  175.       MaxLength = 5
  176.       ParentFont = False
  177.       TabOrder = 0
  178.       Text = '0'
  179.     end
  180.     object TimeZoneType: TComboBox
  181.       Left = 48
  182.       Top = 16
  183.       Width = 110
  184.       Height = 21
  185.       Style = csDropDownList
  186.       Font.Color = clBlack
  187.       Font.Height = -11
  188.       Font.Name = 'MS Sans Serif'
  189.       Font.Style = []
  190.       ItemHeight = 13
  191.       Items.Strings = (
  192.         'Behind of G.M.T.'
  193.         'Ahead of G.M.T.')
  194.       ParentFont = False
  195.       TabOrder = 1
  196.     end
  197.   end
  198.   object GroupBox1: TGroupBox
  199.     Left = 8
  200.     Top = 8
  201.     Width = 289
  202.     Height = 44
  203.     Caption = ' Name: '
  204.     Font.Color = clNavy
  205.     Font.Height = -11
  206.     Font.Name = 'MS Sans Serif'
  207.     Font.Style = []
  208.     ParentFont = False
  209.     TabOrder = 0
  210.     object CityName: TEdit
  211.       Left = 8
  212.       Top = 14
  213.       Width = 273
  214.       Height = 21
  215.       Font.Color = clBlack
  216.       Font.Height = -11
  217.       Font.Name = 'MS Sans Serif'
  218.       Font.Style = []
  219.       MaxLength = 32
  220.       ParentFont = False
  221.       TabOrder = 0
  222.     end
  223.   end
  224.   object OkButton: TButton
  225.     Left = 184
  226.     Top = 142
  227.     Width = 105
  228.     Height = 21
  229.     Caption = '&Ok'
  230.     Default = True
  231.     ModalResult = 1
  232.     TabOrder = 4
  233.     OnClick = OkButtonClick
  234.     OnKeyDown = FormKeyDown
  235.   end
  236.   object ExitButton: TButton
  237.     Left = 184
  238.     Top = 165
  239.     Width = 105
  240.     Height = 21
  241.     Caption = '&Cancel'
  242.     ModalResult = 2
  243.     TabOrder = 5
  244.     OnKeyDown = FormKeyDown
  245.   end
  246. end
  247.