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

  1. object TransitsDlg: TTransitsDlg
  2.   Left = 245
  3.   Top = 130
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 211
  8.   ClientWidth = 266
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 144
  19.     Top = 96
  20.     Width = 78
  21.     Height = 13
  22.     Caption = 'Period in months'
  23.   end
  24.   object OkBtn: TButton
  25.     Left = 168
  26.     Top = 156
  27.     Width = 81
  28.     Height = 41
  29.     Caption = 'Ok'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 91
  36.     Top = 167
  37.     Width = 60
  38.     Height = 30
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object HelpBtn: TButton
  45.     Left = 13
  46.     Top = 167
  47.     Width = 60
  48.     Height = 30
  49.     Caption = 'Help'
  50.     TabOrder = 2
  51.     OnClick = HelpBtnClick
  52.   end
  53.   object PlanetsLB: TListBox
  54.     Left = 8
  55.     Top = 8
  56.     Width = 97
  57.     Height = 129
  58.     ItemHeight = 13
  59.     MultiSelect = True
  60.     TabOrder = 3
  61.   end
  62.   object CityED: TEdit
  63.     Left = 144
  64.     Top = 8
  65.     Width = 113
  66.     Height = 21
  67.     TabOrder = 4
  68.     Text = 'CityED'
  69.     OnChange = CityEDChange
  70.   end
  71.   object DateED: TMaskEdit
  72.     Left = 144
  73.     Top = 48
  74.     Width = 73
  75.     Height = 21
  76.     EditMask = '!90/90/0000;1;_'
  77.     MaxLength = 10
  78.     TabOrder = 5
  79.     Text = '  /  /    '
  80.   end
  81.   object StepED: TEdit
  82.     Left = 176
  83.     Top = 112
  84.     Width = 49
  85.     Height = 21
  86.     TabOrder = 6
  87.     Text = 'StepED'
  88.   end
  89. end
  90.