DEADSOFTWARE

Preview: Make checkerboard optional
[d2df-editor.git] / src / editor / f_options.lfm
index d400d8b7b215853f1e49457b8ac95929fc667b1c..b100ee3e6d2ac823a27912076782c6034189feea 100644 (file)
@@ -14,7 +14,7 @@ object OptionsForm: TOptionsForm
   Font.Name = 'MS Sans Serif'
   OnActivate = FormActivate
   Position = poScreenCenter
-  LCLVersion = '1.6.0.4'
+  LCLVersion = '1.6.4.0'
   object GroupBox1: TGroupBox
     Left = 8
     Height = 225
@@ -79,7 +79,7 @@ object OptionsForm: TOptionsForm
     object LabelMinimap: TLabel
       Left = 190
       Height = 13
-      Top = 131
+      Top = 129
       Width = 112
       Caption = 'Масштаб мини-карты:'
       ParentColor = False
@@ -112,9 +112,9 @@ object OptionsForm: TOptionsForm
     end
     object cbShowDots: TCheckBox
       Left = 6
-      Height = 19
+      Height = 17
       Top = 2
-      Width = 114
+      Width = 112
       Caption = 'Показывать сетку'
       TabOrder = 0
     end
@@ -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,43 +177,43 @@ object OptionsForm: TOptionsForm
         '2x'
       )
       Style = csDropDownList
-      TabOrder = 5
+      TabOrder = 14
       Text = '1x'
     end
     object cbShowTexture: TCheckBox
       Left = 6
-      Height = 19
+      Height = 17
       Top = 18
-      Width = 169
+      Width = 167
       Caption = 'Показывать текстуру панели'
-      TabOrder = 7
+      TabOrder = 1
     end
     object cbShowSize: TCheckBox
       Left = 6
-      Height = 19
+      Height = 17
       Top = 34
-      Width = 171
+      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,26 +233,26 @@ object OptionsForm: TOptionsForm
       Max = 255
       Min = 2
       Position = 8
-      TabOrder = 12
+      TabOrder = 6
       Wrap = False
     end
     object rbRussian: TRadioButton
       Left = 86
-      Height = 19
+      Height = 17
       Top = 162
-      Width = 62
+      Width = 60
       Caption = 'Русский'
       Checked = True
-      TabOrder = 13
+      TabOrder = 8
       TabStop = True
     end
     object rbEnglish: TRadioButton
       Left = 86
-      Height = 19
+      Height = 17
       Top = 186
-      Width = 54
+      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