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

  1. object TransLineGraphDlg: TTransLineGraphDlg
  2.   Left = 245
  3.   Top = 128
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Transit line graph'
  7.   ClientHeight = 238
  8.   ClientWidth = 278
  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 = 152
  19.     Top = 80
  20.     Width = 58
  21.     Height = 13
  22.     Caption = 'Step in days'
  23.   end
  24.   object OkBtn: TButton
  25.     Left = 184
  26.     Top = 188
  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 = 205
  36.     Top = 151
  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 = 205
  46.     Top = 111
  47.     Width = 60
  48.     Height = 30
  49.     Caption = 'Help'
  50.     TabOrder = 2
  51.     OnClick = HelpBtnClick
  52.   end
  53.   object DateED: TMaskEdit
  54.     Left = 188
  55.     Top = 8
  56.     Width = 73
  57.     Height = 21
  58.     EditMask = '!90/90/0000;1;_'
  59.     MaxLength = 10
  60.     TabOrder = 3
  61.     Text = '  /  /    '
  62.   end
  63.   object TimeED: TMaskEdit
  64.     Left = 204
  65.     Top = 40
  66.     Width = 57
  67.     Height = 21
  68.     EditMask = '!90:00 ll;1;_'
  69.     MaxLength = 8
  70.     TabOrder = 4
  71.     Text = '  :     '
  72.   end
  73.   object StepED: TEdit
  74.     Left = 216
  75.     Top = 72
  76.     Width = 49
  77.     Height = 21
  78.     TabOrder = 5
  79.     Text = '7'
  80.   end
  81.   object PlanetLB: TListBox
  82.     Left = 16
  83.     Top = 40
  84.     Width = 121
  85.     Height = 185
  86.     ItemHeight = 13
  87.     TabOrder = 6
  88.     OnClick = PlanetLBClick
  89.   end
  90.   object AllCB: TCheckBox
  91.     Left = 24
  92.     Top = 8
  93.     Width = 97
  94.     Height = 17
  95.     Caption = 'All planets'
  96.     State = cbChecked
  97.     TabOrder = 7
  98.     OnClick = AllCBClick
  99.   end
  100. end
  101.