X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_activationtype.lfm;h=56ede2fa8d16b5c485e380903952ac89ea3c67cc;hp=d72cd6db6987a1eb41122236095fa02ba3ef8910;hb=f271e7b72775d6ae5a92a636d38f22e5bc939fa6;hpb=3389f722bb39eb0b7d117f55bd0cc01eb51467ae diff --git a/src/editor/f_activationtype.lfm b/src/editor/f_activationtype.lfm index d72cd6d..56ede2f 100644 --- a/src/editor/f_activationtype.lfm +++ b/src/editor/f_activationtype.lfm @@ -46,7 +46,7 @@ object ActivationTypeForm: TActivationTypeForm Caption = 'OK' Default = True ModalResult = 1 - TabOrder = 3 + TabOrder = 6 end object cbMonsterPress: TCheckBox Left = 2 @@ -54,7 +54,7 @@ object ActivationTypeForm: TActivationTypeForm Top = 48 Width = 91 Caption = 'Монстр нажал' - TabOrder = 4 + TabOrder = 3 end object cbShot: TCheckBox Left = 2 @@ -62,7 +62,7 @@ object ActivationTypeForm: TActivationTypeForm Top = 64 Width = 62 Caption = 'Выстрел' - TabOrder = 5 + TabOrder = 4 end object cbNoMonster: TCheckBox Left = 2 @@ -70,6 +70,6 @@ object ActivationTypeForm: TActivationTypeForm Top = 80 Width = 88 Caption = 'Монстров нет' - TabOrder = 6 + TabOrder = 5 end end