X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_mapoptions.lfm;h=d1fa014601714c4fd726e4a822241172ab41a01c;hb=9303e084844dfe5532c67b13570e6bf036a57141;hp=f33a7b63f189b2e6dafe1756b7d93349b7cd849a;hpb=c3be56f2a3849cd22be39ce594498c7990e05606;p=d2df-editor.git diff --git a/src/editor/f_mapoptions.lfm b/src/editor/f_mapoptions.lfm index f33a7b6..d1fa014 100644 --- a/src/editor/f_mapoptions.lfm +++ b/src/editor/f_mapoptions.lfm @@ -15,7 +15,7 @@ object MapOptionsForm: TMapOptionsForm OnActivate = FormActivate 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 @@ -664,7 +664,7 @@ object MapOptionsForm: TMapOptionsForm Width = 23 Caption = '...' OnClick = bSelectBackClick - TabOrder = 5 + TabOrder = 6 end object bSelectMusic: TButton Left = 311 @@ -674,7 +674,7 @@ object MapOptionsForm: TMapOptionsForm Width = 23 Caption = '...' OnClick = bSelectMusicClick - TabOrder = 8 + TabOrder = 9 end object eAuthor: TEdit Left = 3 @@ -692,7 +692,7 @@ object MapOptionsForm: TMapOptionsForm Top = 146 Width = 23 OnClick = bRemoveBackClick - TabOrder = 6 + TabOrder = 5 end object bRemoveMusic: TButton Left = 285 @@ -701,6 +701,6 @@ object MapOptionsForm: TMapOptionsForm Top = 186 Width = 23 OnClick = bRemoveMusicClick - TabOrder = 9 + TabOrder = 8 end end