DEADSOFTWARE

Preview: Make checkerboard optional
[d2df-editor.git] / src / editor / f_options.lfm
index 028286ee9bace0fb4ef9defe520283be6f1253ee..b100ee3e6d2ac823a27912076782c6034189feea 100644 (file)
@@ -79,7 +79,7 @@ object OptionsForm: TOptionsForm
     object LabelMinimap: TLabel
       Left = 190
       Height = 13
-      Top = 131
+      Top = 129
       Width = 112
       Caption = 'Масштаб мини-карты:'
       ParentColor = False
@@ -127,7 +127,7 @@ object OptionsForm: TOptionsForm
       Max = 255
       Min = 2
       Position = 16
-      TabOrder = 6
+      TabOrder = 4
       Wrap = False
     end
     object eDotStepOne: TEdit
@@ -135,7 +135,7 @@ object OptionsForm: TOptionsForm
       Height = 21
       Top = 74
       Width = 57
-      TabOrder = 1
+      TabOrder = 3
       Text = '16'
     end
     object bGrid: TButton
@@ -145,7 +145,7 @@ object OptionsForm: TOptionsForm
       Width = 11
       Caption = '..'
       OnClick = bGridClick
-      TabOrder = 2
+      TabOrder = 10
     end
     object bBack: TButton
       Left = 402
@@ -154,7 +154,7 @@ object OptionsForm: TOptionsForm
       Width = 11
       Caption = '..'
       OnClick = bBackClick
-      TabOrder = 3
+      TabOrder = 11
     end
     object bPreview: TButton
       Left = 402
@@ -163,12 +163,12 @@ object OptionsForm: TOptionsForm
       Width = 11
       Caption = '..'
       OnClick = bPreviewClick
-      TabOrder = 4
+      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 = 5
+      TabOrder = 14
       Text = '1x'
     end
     object cbShowTexture: TCheckBox
@@ -186,7 +186,7 @@ object OptionsForm: TOptionsForm
       Top = 18
       Width = 167
       Caption = 'Показывать текстуру панели'
-      TabOrder = 7
+      TabOrder = 1
     end
     object cbShowSize: TCheckBox
       Left = 6
@@ -194,26 +194,26 @@ object OptionsForm: TOptionsForm
       Top = 34
       Width = 169
       Caption = 'Показывать размеры панели'
-      TabOrder = 8
+      TabOrder = 2
     end
     object eRecent: TEdit
       Left = 344
       Height = 21
-      Top = 184
+      Top = 180
       Width = 57
-      TabOrder = 9
+      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 = 10
+      TabOrder = 16
       Wrap = False
     end
     object eDotStepTwo: TEdit
@@ -221,7 +221,7 @@ object OptionsForm: TOptionsForm
       Height = 21
       Top = 98
       Width = 57
-      TabOrder = 11
+      TabOrder = 5
       Text = '8'
     end
     object UpDown2: TUpDown
@@ -233,7 +233,7 @@ object OptionsForm: TOptionsForm
       Max = 255
       Min = 2
       Position = 8
-      TabOrder = 12
+      TabOrder = 6
       Wrap = False
     end
     object rbRussian: TRadioButton
@@ -243,7 +243,7 @@ object OptionsForm: TOptionsForm
       Width = 60
       Caption = 'Русский'
       Checked = True
-      TabOrder = 13
+      TabOrder = 8
       TabStop = True
     end
     object rbEnglish: TRadioButton
@@ -252,7 +252,7 @@ object OptionsForm: TOptionsForm
       Top = 186
       Width = 52
       Caption = 'English'
-      TabOrder = 14
+      TabOrder = 9
     end
     object cbDotSize: TComboBox
       Left = 82
@@ -265,9 +265,19 @@ object OptionsForm: TOptionsForm
         '1'
         '2'
       )
-      TabOrder = 15
+      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