object SaveStateForm: TSaveStateForm Left = 241 Top = 191 ActiveControl = OkBtn BorderStyle = bsDialog Caption = 'Save program state' ClientHeight = 218 ClientWidth = 306 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 142 Width = 32 Height = 13 Caption = 'File:' end object FileNameEdit: TEdit Left = 8 Top = 158 Width = 265 Height = 21 TabOrder = 2 end object OkBtn: TButton Left = 56 Top = 188 Width = 80 Height = 22 Caption = '&Ok' Default = True TabOrder = 4 OnClick = OkBtnClick OnKeyDown = FormKeyDown end object CancelBtn: TButton Left = 168 Top = 188 Width = 80 Height = 22 Caption = '&Cancel' ModalResult = 2 TabOrder = 5 OnKeyDown = FormKeyDown end object FileNameBtn: TButton Left = 281 Top = 158 Width = 17 Height = 21 Caption = '...' TabOrder = 3 OnClick = FileNameBtnClick end object SaveAsDefault: TCheckBox Left = 144 Top = 136 Width = 153 Height = 17 Alignment = taLeftJustify Caption = 'Restore at the program start' TabOrder = 1 OnClick = SaveAsDefaultClick end object Panel1: TPanel Left = 8 Top = 8 Width = 289 Height = 121 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ImageParamsCB: TCheckBox Left = 16 Top = 93 Width = 193 Height = 17 Caption = 'Main parameters of object images' State = cbChecked TabOrder = 4 end object GroupVisibilityCB: TCheckBox Left = 16 Top = 73 Width = 145 Height = 17 Caption = 'Visibility of object group' State = cbChecked TabOrder = 3 end object SkyPointCB: TCheckBox Left = 16 Top = 53 Width = 137 Height = 17 Caption = 'Location on sky image' State = cbChecked TabOrder = 2 end object TimeCB: TCheckBox Left = 16 Top = 33 Width = 129 Height = 17 Caption = 'Time of observation' State = cbChecked TabOrder = 1 end object LocationCB: TCheckBox Left = 16 Top = 13 Width = 193 Height = 17 Caption = 'Latitude, Longitude and Time zone' State = cbChecked TabOrder = 0 end end object SaveDialog: TSaveDialog FileEditStyle = fsEdit Left = 258 Top = 20 end end