- More adjustements to frmLogin

- Added property storage to several frmMain options
This commit is contained in:
2009-12-09 19:10:07 +01:00
parent 36afc1e1d9
commit 3bd5add656
3 changed files with 24 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ object frmMain: TfrmMain
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
SessionProperties = 'Height;Left;Top;Width;WindowState;acFlat.Checked;acNoDraw.Checked;tbStatics.Down;tbTerrain.Down;mnuFlatShowHeight.Checked'
ShowInTaskBar = stAlways
LCLVersion = '0.9.29'
WindowState = wsMaximized
@@ -2622,4 +2623,11 @@ object frmMain: TfrmMain
OnClick = mnuFlatShowHeightClick
end
end
object XMLPropStorage1: TXMLPropStorage
StoredValues = <>
RootNodePath = 'Forms/frmMain'
Active = False
left = 368
top = 208
end
end