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

  1. object SetDateTimeForm: TSetDateTimeForm
  2.   Left = 204
  3.   Top = 120
  4.   BorderStyle = bsNone
  5.   ClientHeight = 85
  6.   ClientWidth = 275
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnActivate = FormActivate
  12.   OnCreate = FormCreate
  13.   OnDeactivate = FormDeactivate
  14.   OnKeyPress = FormKeyPress
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 275
  21.     Height = 85
  22.     Align = alClient
  23.     BevelInner = bvRaised
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 6
  27.       Top = 32
  28.       Width = 25
  29.       Height = 13
  30.       Caption = 'h,m,s'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 6
  34.       Top = 8
  35.       Width = 25
  36.       Height = 13
  37.       Caption = 'd,m,y'
  38.     end
  39.     object Label4: TLabel
  40.       Left = 100
  41.       Top = 62
  42.       Width = 6
  43.       Height = 13
  44.       Caption = 's'
  45.     end
  46.     object Label3: TLabel
  47.       Left = 5
  48.       Top = 62
  49.       Width = 35
  50.       Height = 13
  51.       Caption = 'ET-UT:'
  52.     end
  53.     object Bevel1: TBevel
  54.       Left = 8
  55.       Top = 54
  56.       Width = 230
  57.       Height = 2
  58.     end
  59.     object Panel2: TPanel
  60.       Left = 250
  61.       Top = 2
  62.       Width = 22
  63.       Height = 37
  64.       BevelInner = bvLowered
  65.       BevelOuter = bvNone
  66.       TabOrder = 0
  67.       object SpeedButton1: TSpeedButton
  68.         Left = 3
  69.         Top = 3
  70.         Width = 16
  71.         Height = 14
  72.         Glyph.Data = {
  73.           5A000000424D5A000000000000003E0000002800000008000000070000000100
  74.           0100000000001C000000120B0000120B0000020000000200000000000000FFFF
  75.           FF003C00000099000000C3000000E7000000C3000000990000003C000000}
  76.         OnClick = SpeedButton1Click
  77.       end
  78.       object SpeedButton2: TSpeedButton
  79.         Left = 3
  80.         Top = 19
  81.         Width = 16
  82.         Height = 14
  83.         Glyph.Data = {
  84.           5A000000424D5A000000000000003E0000002800000007000000070000000100
  85.           0100000000001C0000000000000000000000000000000000000000000000FFFF
  86.           FF00DE000000CE000000C6000000C2000000C6000000CE000000DE000000}
  87.         OnClick = SpeedButton2Click
  88.       end
  89.     end
  90.     object Day: TEdit
  91.       Left = 44
  92.       Top = 5
  93.       Width = 20
  94.       Height = 21
  95.       MaxLength = 2
  96.       TabOrder = 1
  97.       Text = '15'
  98.       OnExit = DayExit
  99.       OnKeyPress = FormKeyPress
  100.     end
  101.     object DayUD: TUpDown
  102.       Left = 64
  103.       Top = 5
  104.       Width = 15
  105.       Height = 21
  106.       Associate = Day
  107.       Min = 1
  108.       Max = 31
  109.       Position = 15
  110.       TabOrder = 2
  111.       Thousands = False
  112.       Wrap = True
  113.     end
  114.     object Month: TComboBox
  115.       Left = 82
  116.       Top = 5
  117.       Width = 44
  118.       Height = 21
  119.       Style = csDropDownList
  120.       DropDownCount = 12
  121.       ItemHeight = 13
  122.       TabOrder = 3
  123.       OnChange = MonthChange
  124.       OnKeyPress = FormKeyPress
  125.     end
  126.     object Year: TEdit
  127.       Left = 128
  128.       Top = 5
  129.       Width = 33
  130.       Height = 21
  131.       MaxLength = 4
  132.       TabOrder = 4
  133.       Text = '1997'
  134.       OnChange = YearChange
  135.       OnExit = YearExit
  136.       OnKeyPress = FormKeyPress
  137.     end
  138.     object YearUD: TUpDown
  139.       Left = 161
  140.       Top = 5
  141.       Width = 16
  142.       Height = 21
  143.       Min = -9998
  144.       Max = 9999
  145.       Position = 1997
  146.       TabOrder = 5
  147.       Thousands = False
  148.       Wrap = False
  149.       OnClick = YearUDClick
  150.     end
  151.     object ADBDCB: TComboBox
  152.       Left = 179
  153.       Top = 5
  154.       Width = 60
  155.       Height = 21
  156.       Style = csDropDownList
  157.       ItemHeight = 13
  158.       TabOrder = 6
  159.       OnChange = ADBDCBChange
  160.       OnKeyPress = FormKeyPress
  161.     end
  162.     object Hour: TEdit
  163.       Left = 44
  164.       Top = 30
  165.       Width = 20
  166.       Height = 21
  167.       MaxLength = 2
  168.       TabOrder = 7
  169.       Text = '12'
  170.       OnKeyPress = FormKeyPress
  171.     end
  172.     object HourUD: TUpDown
  173.       Left = 64
  174.       Top = 30
  175.       Width = 15
  176.       Height = 21
  177.       Associate = Hour
  178.       Min = 0
  179.       Max = 23
  180.       Position = 12
  181.       TabOrder = 8
  182.       Thousands = False
  183.       Wrap = True
  184.     end
  185.     object Min: TEdit
  186.       Left = 82
  187.       Top = 30
  188.       Width = 20
  189.       Height = 21
  190.       MaxLength = 2
  191.       TabOrder = 9
  192.       Text = '39'
  193.       OnKeyPress = FormKeyPress
  194.     end
  195.     object MinUD: TUpDown
  196.       Left = 102
  197.       Top = 30
  198.       Width = 15
  199.       Height = 21
  200.       Associate = Min
  201.       Min = 0
  202.       Max = 59
  203.       Position = 39
  204.       TabOrder = 10
  205.       Thousands = False
  206.       Wrap = True
  207.     end
  208.     object Sec: TEdit
  209.       Left = 120
  210.       Top = 30
  211.       Width = 20
  212.       Height = 21
  213.       MaxLength = 2
  214.       TabOrder = 11
  215.       Text = '42'
  216.       OnKeyPress = FormKeyPress
  217.     end
  218.     object SecUD: TUpDown
  219.       Left = 140
  220.       Top = 30
  221.       Width = 15
  222.       Height = 21
  223.       Associate = Sec
  224.       Min = 0
  225.       Max = 59
  226.       Position = 42
  227.       TabOrder = 12
  228.       Thousands = False
  229.       Wrap = True
  230.     end
  231.     object ETAuto: TCheckBox
  232.       Left = 120
  233.       Top = 61
  234.       Width = 49
  235.       Height = 17
  236.       Caption = 'Auto'
  237.       TabOrder = 14
  238.       OnClick = ETAutoClick
  239.       OnKeyPress = FormKeyPress
  240.     end
  241.     object ETUT: TEdit
  242.       Left = 44
  243.       Top = 59
  244.       Width = 52
  245.       Height = 21
  246.       Hint = 'Ephemeris - Universal time difference'
  247.       ParentShowHint = False
  248.       ShowHint = True
  249.       TabOrder = 13
  250.       Text = '0.0'
  251.       OnKeyPress = FormKeyPress
  252.     end
  253.   end
  254. end
  255.