mirror of https://gitlab.com/basile.b/dexed.git
auto lfm update
This commit is contained in:
parent
b3d8fdec4a
commit
d250e6b52a
|
@ -1,11 +1,10 @@
|
||||||
object MainForm: TMainForm
|
object MainForm: TMainForm
|
||||||
Left = 383
|
Left = 383
|
||||||
Height = 34
|
Height = 35
|
||||||
Top = 610
|
Top = 610
|
||||||
Width = 673
|
Width = 687
|
||||||
AllowDropFiles = True
|
AllowDropFiles = True
|
||||||
Caption = 'Dexed'
|
Caption = 'Dexed'
|
||||||
DesignTimePPI = 94
|
|
||||||
Menu = mainMenu
|
Menu = mainMenu
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
OnCloseQuery = FormCloseQuery
|
OnCloseQuery = FormCloseQuery
|
||||||
|
@ -414,7 +413,7 @@ object MainForm: TMainForm
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
object Actions: TActionList
|
object Actions: TActionList
|
||||||
left = 31
|
left = 32
|
||||||
top = 1
|
top = 1
|
||||||
object actEdCopy: TAction
|
object actEdCopy: TAction
|
||||||
Category = 'Edit'
|
Category = 'Edit'
|
||||||
|
@ -858,7 +857,7 @@ object MainForm: TMainForm
|
||||||
object ApplicationProperties1: TApplicationProperties
|
object ApplicationProperties1: TApplicationProperties
|
||||||
OnActivate = ApplicationProperties1Activate
|
OnActivate = ApplicationProperties1Activate
|
||||||
OnException = ApplicationProperties1Exception
|
OnException = ApplicationProperties1Exception
|
||||||
left = 63
|
left = 64
|
||||||
top = 1
|
top = 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue