@@ -51,7 +51,6 @@ inherited frmEditor: TfrmEditor
OnClose = frmEditorClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
- Position = poDefault
SessionProperties = 'Height;Width;WindowState;Left;Top'
ShowInTaskBar = stAlways
object StatusBar: TStatusBar[0]
@@ -58,7 +58,6 @@ inherited frmViewer: TfrmViewer
OnKeyPress = FormKeyPress
OnResize = FormResize
OnShow = FormShow
SessionProperties = 'Height;Width;Left;Top;WindowState'
object pnlFolder: TPanel[0]