home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / STELLA / _SETUP.1 / Stella.exe / 0 / RCDATA / TLOCATIONFORM / TLOCATIONFORM.txt
Text File  |  1998-01-06  |  3KB  |  180 lines

  1. object LocationForm: TLocationForm
  2.   Left = 388
  3.   Top = 244
  4.   BorderStyle = bsDialog
  5.   Caption = 'Please enter geographic location'
  6.   ClientHeight = 268
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   OnShow = FormShow
  14.   PixelsPerInch = 125
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 5
  18.     Top = 6
  19.     Width = 417
  20.     Height = 200
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object LatLabel: TPanel
  24.       Left = 8
  25.       Top = 104
  26.       Width = 159
  27.       Height = 32
  28.       Caption = 'Latitude'
  29.       TabOrder = 0
  30.     end
  31.     object LongLabel: TPanel
  32.       Left = 8
  33.       Top = 152
  34.       Width = 159
  35.       Height = 32
  36.       Caption = 'Longitude'
  37.       TabOrder = 1
  38.     end
  39.     object LatDegBox: TEdit
  40.       Left = 216
  41.       Top = 104
  42.       Width = 48
  43.       Height = 24
  44.       MaxLength = 2
  45.       TabOrder = 2
  46.     end
  47.     object LatMinBox: TEdit
  48.       Left = 288
  49.       Top = 104
  50.       Width = 48
  51.       Height = 24
  52.       MaxLength = 2
  53.       TabOrder = 3
  54.     end
  55.     object LongDegBox: TEdit
  56.       Left = 216
  57.       Top = 152
  58.       Width = 48
  59.       Height = 24
  60.       MaxLength = 3
  61.       TabOrder = 4
  62.       OnChange = LongDegBoxChange
  63.     end
  64.     object LongMinBox: TEdit
  65.       Left = 288
  66.       Top = 152
  67.       Width = 48
  68.       Height = 24
  69.       MaxLength = 2
  70.       TabOrder = 5
  71.     end
  72.     object NSBox: TComboBox
  73.       Left = 352
  74.       Top = 104
  75.       Width = 52
  76.       Height = 24
  77.       ItemHeight = 16
  78.       Items.Strings = (
  79.         'N'
  80.         'S')
  81.       TabOrder = 6
  82.     end
  83.     object EWBox: TComboBox
  84.       Left = 352
  85.       Top = 152
  86.       Width = 52
  87.       Height = 24
  88.       ItemHeight = 16
  89.       Items.Strings = (
  90.         'E'
  91.         'W')
  92.       TabOrder = 7
  93.     end
  94.     object Panel2: TPanel
  95.       Left = 8
  96.       Top = 56
  97.       Width = 159
  98.       Height = 32
  99.       Caption = 'Time Zone'
  100.       TabOrder = 8
  101.     end
  102.     object ZoneBox: TComboBox
  103.       Left = 216
  104.       Top = 61
  105.       Width = 52
  106.       Height = 24
  107.       ItemHeight = 16
  108.       Items.Strings = (
  109.         '0'
  110.         '1'
  111.         '2'
  112.         '3'
  113.         '4'
  114.         '5'
  115.         '6'
  116.         '7'
  117.         '8'
  118.         '9'
  119.         '10'
  120.         '11'
  121.         '12')
  122.       TabOrder = 9
  123.     end
  124.     object LocNameLabel: TPanel
  125.       Left = 8
  126.       Top = 8
  127.       Width = 159
  128.       Height = 32
  129.       Caption = 'Name of location'
  130.       TabOrder = 10
  131.     end
  132.     object LocNameBox: TComboBox
  133.       Left = 217
  134.       Top = 12
  135.       Width = 192
  136.       Height = 24
  137.       ItemHeight = 16
  138.       TabOrder = 11
  139.       Text = 'Sheffield, UK'
  140.     end
  141.     object DaylightSaving: TCheckBox
  142.       Left = 288
  143.       Top = 65
  144.       Width = 118
  145.       Height = 17
  146.       Caption = 'Daylight saving?'
  147.       State = cbChecked
  148.       TabOrder = 12
  149.     end
  150.   end
  151.   object SetButton: TButton
  152.     Left = 16
  153.     Top = 224
  154.     Width = 101
  155.     Height = 34
  156.     Caption = 'Set'
  157.     TabOrder = 1
  158.     OnClick = SetButtonClick
  159.   end
  160.   object CancelButton: TButton
  161.     Left = 309
  162.     Top = 224
  163.     Width = 102
  164.     Height = 34
  165.     Caption = 'Cancel'
  166.     TabOrder = 2
  167.     OnClick = CancelButtonClick
  168.   end
  169.   object AddButton: TButton
  170.     Left = 168
  171.     Top = 224
  172.     Width = 101
  173.     Height = 34
  174.     Caption = 'Add'
  175.     Enabled = False
  176.     TabOrder = 3
  177.     OnClick = SetButtonClick
  178.   end
  179. end
  180.