X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Feditor%2Ff_options.lfm;h=b100ee3e6d2ac823a27912076782c6034189feea;hp=97ef8e2fd75a622bd0d06faedee9f0af34cb576a;hb=797ba76501e5360f4d02d6aade613dc529a24213;hpb=a00a3d61ed426b67fed0fce818471fb84c462aac diff --git a/src/editor/f_options.lfm b/src/editor/f_options.lfm index 97ef8e2..b100ee3 100644 --- a/src/editor/f_options.lfm +++ b/src/editor/f_options.lfm @@ -79,7 +79,7 @@ object OptionsForm: TOptionsForm object LabelMinimap: TLabel Left = 190 Height = 13 - Top = 131 + Top = 129 Width = 112 Caption = 'Масштаб мини-карты:' ParentColor = False @@ -163,12 +163,12 @@ object OptionsForm: TOptionsForm Width = 11 Caption = '..' OnClick = bPreviewClick - TabOrder = 12 + TabOrder = 13 end object cbScale: TComboBox Left = 344 Height = 21 - Top = 131 + Top = 129 Width = 70 ItemHeight = 13 ItemIndex = 0 @@ -177,7 +177,7 @@ object OptionsForm: TOptionsForm '2x' ) Style = csDropDownList - TabOrder = 13 + TabOrder = 14 Text = '1x' end object cbShowTexture: TCheckBox @@ -199,21 +199,21 @@ object OptionsForm: TOptionsForm object eRecent: TEdit Left = 344 Height = 21 - Top = 184 + Top = 180 Width = 57 - TabOrder = 14 + TabOrder = 15 Text = '5' end object UpDown3: TUpDown Left = 401 Height = 21 - Top = 184 + Top = 180 Width = 12 Associate = eRecent Max = 10 Min = 2 Position = 5 - TabOrder = 15 + TabOrder = 16 Wrap = False end object eDotStepTwo: TEdit @@ -268,6 +268,16 @@ object OptionsForm: TOptionsForm TabOrder = 7 Text = '1' end + object cbCheckerboard: TCheckBox + Left = 190 + Height = 17 + Top = 94 + Width = 145 + Caption = 'Использовать шахматку' + Checked = True + State = cbChecked + TabOrder = 12 + end end object bOK: TButton Left = 262