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

  1. object SaveStateForm: TSaveStateForm
  2.   Left = 241
  3.   Top = 191
  4.   ActiveControl = OkBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save program state'
  7.   ClientHeight = 218
  8.   ClientWidth = 306
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 142
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'File:'
  24.   end
  25.   object FileNameEdit: TEdit
  26.     Left = 8
  27.     Top = 158
  28.     Width = 265
  29.     Height = 21
  30.     TabOrder = 2
  31.   end
  32.   object OkBtn: TButton
  33.     Left = 56
  34.     Top = 188
  35.     Width = 80
  36.     Height = 22
  37.     Caption = '&Ok'
  38.     Default = True
  39.     TabOrder = 4
  40.     OnClick = OkBtnClick
  41.     OnKeyDown = FormKeyDown
  42.   end
  43.   object CancelBtn: TButton
  44.     Left = 168
  45.     Top = 188
  46.     Width = 80
  47.     Height = 22
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 5
  51.     OnKeyDown = FormKeyDown
  52.   end
  53.   object FileNameBtn: TButton
  54.     Left = 281
  55.     Top = 158
  56.     Width = 17
  57.     Height = 21
  58.     Caption = '...'
  59.     TabOrder = 3
  60.     OnClick = FileNameBtnClick
  61.   end
  62.   object SaveAsDefault: TCheckBox
  63.     Left = 144
  64.     Top = 136
  65.     Width = 153
  66.     Height = 17
  67.     Alignment = taLeftJustify
  68.     Caption = 'Restore at the program start'
  69.     TabOrder = 1
  70.     OnClick = SaveAsDefaultClick
  71.   end
  72.   object Panel1: TPanel
  73.     Left = 8
  74.     Top = 8
  75.     Width = 289
  76.     Height = 121
  77.     BevelInner = bvRaised
  78.     BevelOuter = bvLowered
  79.     TabOrder = 0
  80.     object ImageParamsCB: TCheckBox
  81.       Left = 16
  82.       Top = 93
  83.       Width = 193
  84.       Height = 17
  85.       Caption = 'Main parameters of object images'
  86.       State = cbChecked
  87.       TabOrder = 4
  88.     end
  89.     object GroupVisibilityCB: TCheckBox
  90.       Left = 16
  91.       Top = 73
  92.       Width = 145
  93.       Height = 17
  94.       Caption = 'Visibility of object group'
  95.       State = cbChecked
  96.       TabOrder = 3
  97.     end
  98.     object SkyPointCB: TCheckBox
  99.       Left = 16
  100.       Top = 53
  101.       Width = 137
  102.       Height = 17
  103.       Caption = 'Location on sky image'
  104.       State = cbChecked
  105.       TabOrder = 2
  106.     end
  107.     object TimeCB: TCheckBox
  108.       Left = 16
  109.       Top = 33
  110.       Width = 129
  111.       Height = 17
  112.       Caption = 'Time of observation'
  113.       State = cbChecked
  114.       TabOrder = 1
  115.     end
  116.     object LocationCB: TCheckBox
  117.       Left = 16
  118.       Top = 13
  119.       Width = 193
  120.       Height = 17
  121.       Caption = 'Latitude, Longitude and Time zone'
  122.       State = cbChecked
  123.       TabOrder = 0
  124.     end
  125.   end
  126.   object SaveDialog: TSaveDialog
  127.     FileEditStyle = fsEdit
  128.     Left = 258
  129.     Top = 20
  130.   end
  131. end
  132.