mirror of https://gitlab.com/basile.b/dexed.git
autom atic updates
This commit is contained in:
parent
3ddc0b5928
commit
7826fc5105
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<CONFIG>
|
||||
<ProjectOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<PathDelim Value="\"/>
|
||||
<General>
|
||||
<SessionStorage Value="InProjectDir"/>
|
||||
|
@ -495,9 +495,10 @@
|
|||
<Version Value="2"/>
|
||||
</PublishOptions>
|
||||
<RunParams>
|
||||
<local>
|
||||
<FormatVersion Value="1"/>
|
||||
</local>
|
||||
<FormatVersion Value="2"/>
|
||||
<Modes Count="1">
|
||||
<Mode0 Name="default"/>
|
||||
</Modes>
|
||||
</RunParams>
|
||||
<RequiredPackages Count="8">
|
||||
<Item1>
|
||||
|
|
|
@ -5,8 +5,6 @@ object CEMainForm: TCEMainForm
|
|||
Width = 687
|
||||
AllowDropFiles = True
|
||||
Caption = 'Coedit'
|
||||
ClientHeight = 35
|
||||
ClientWidth = 687
|
||||
Menu = mainMenu
|
||||
OnClose = FormClose
|
||||
OnCloseQuery = FormCloseQuery
|
||||
|
@ -14,7 +12,7 @@ object CEMainForm: TCEMainForm
|
|||
OnResize = FormResize
|
||||
OnWindowStateChange = FormWindowStateChange
|
||||
ShowHint = True
|
||||
Visible = False
|
||||
LCLVersion = '2.0.0.1'
|
||||
object mainMenu: TMainMenu
|
||||
top = 1
|
||||
object MenuItem1: TMenuItem
|
||||
|
|
Loading…
Reference in New Issue