X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_mapoptions.lfm;h=28294a899eef0793e0da005f1b2df46436dfd889;hb=352afa5b7b27f7783344f1878fcfa1fae1001db1;hp=f33a7b63f189b2e6dafe1756b7d93349b7cd849a;hpb=c3be56f2a3849cd22be39ce594498c7990e05606;p=d2df-editor.git diff --git a/src/editor/f_mapoptions.lfm b/src/editor/f_mapoptions.lfm index f33a7b6..28294a8 100644 --- a/src/editor/f_mapoptions.lfm +++ b/src/editor/f_mapoptions.lfm @@ -12,10 +12,10 @@ object MapOptionsForm: TMapOptionsForm Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' - OnActivate = FormActivate + OnCreate = FormCreate Position = poScreenCenter ShowHint = True - LCLVersion = '1.6.0.4' + LCLVersion = '1.6.4.0' object LabelDesc: TLabel Left = 3 Height = 13 @@ -606,9 +606,9 @@ object MapOptionsForm: TMapOptionsForm end object cbSnapping: TCheckBox Left = 128 - Height = 19 + Height = 17 Top = 50 - Width = 123 + Width = 121 Alignment = taLeftJustify Caption = 'Сохранять привязку' Checked = True @@ -640,7 +640,6 @@ object MapOptionsForm: TMapOptionsForm Top = 147 Width = 278 Color = clBtnFace - OnChange = eMapDescriptionChange ReadOnly = True TabStop = False TabOrder = 4 @@ -651,7 +650,6 @@ object MapOptionsForm: TMapOptionsForm Top = 187 Width = 278 Color = clBtnFace - OnChange = eMapDescriptionChange ReadOnly = True TabStop = False TabOrder = 7 @@ -664,7 +662,7 @@ object MapOptionsForm: TMapOptionsForm Width = 23 Caption = '...' OnClick = bSelectBackClick - TabOrder = 5 + TabOrder = 6 end object bSelectMusic: TButton Left = 311 @@ -674,7 +672,7 @@ object MapOptionsForm: TMapOptionsForm Width = 23 Caption = '...' OnClick = bSelectMusicClick - TabOrder = 8 + TabOrder = 9 end object eAuthor: TEdit Left = 3 @@ -692,7 +690,7 @@ object MapOptionsForm: TMapOptionsForm Top = 146 Width = 23 OnClick = bRemoveBackClick - TabOrder = 6 + TabOrder = 5 end object bRemoveMusic: TButton Left = 285 @@ -701,6 +699,6 @@ object MapOptionsForm: TMapOptionsForm Top = 186 Width = 23 OnClick = bRemoveMusicClick - TabOrder = 9 + TabOrder = 8 end end