DEADSOFTWARE

hopefully no more windows
[d2df-editor.git] / src / editor / f_options.lfm
index 37d9ec1d18babbcd207d8964b80b01e9a7e7390c..d400d8b7b215853f1e49457b8ac95929fc667b1c 100644 (file)
 object OptionsForm: TOptionsForm
   Left = 202
+  Height = 262
   Top = 174
+  Width = 435
   BorderIcons = [biSystemMenu]
   BorderStyle = bsSingle
   Caption = 'Настройки редактора'
   ClientHeight = 262
-  ClientWidth = 415
+  ClientWidth = 435
   Color = clBtnFace
-  Font.Charset = DEFAULT_CHARSET
   Font.Color = clWindowText
   Font.Height = -11
   Font.Name = 'MS Sans Serif'
-  Font.Style = []
-  Position = poScreenCenter
   OnActivate = FormActivate
-  PixelsPerInch = 96
+  Position = poScreenCenter
+  LCLVersion = '1.6.0.4'
   object GroupBox1: TGroupBox
     Left = 8
-    Top = 0
-    Width = 401
     Height = 225
+    Top = 0
+    Width = 425
+    ClientHeight = 207
+    ClientWidth = 421
     TabOrder = 0
     object sDotColor: TShape
-      Left = 318
+      Left = 344
+      Height = 25
       Top = 2
       Width = 57
-      Height = 25
     end
     object LabelGrid: TLabel
       Left = 6
+      Height = 13
       Top = 74
       Width = 61
-      Height = 13
       Caption = 'Шаги сетки:'
+      ParentColor = False
     end
     object LabelGridCol: TLabel
       Left = 190
+      Height = 13
       Top = 2
       Width = 60
-      Height = 13
       Caption = 'Цвет сетки:'
+      ParentColor = False
     end
     object LabelBack: TLabel
       Left = 190
+      Height = 13
       Top = 43
       Width = 57
-      Height = 13
       Caption = 'Цвет фона:'
+      ParentColor = False
     end
     object sBackColor: TShape
-      Left = 318
+      Left = 344
+      Height = 25
       Top = 43
       Width = 57
-      Height = 25
       Brush.Color = clBlack
     end
     object LabelPreview: TLabel
       Left = 190
-      Top = 73
-      Width = 84
-      Height = 39
+      Height = 13
+      Top = 72
+      Width = 216
       Caption = 'Цвет фона поля предпросмотра текстуры:'
+      ParentColor = False
       WordWrap = True
     end
     object sPreviewColor: TShape
-      Left = 318
-      Top = 83
-      Width = 57
+      Left = 344
       Height = 25
+      Top = 88
+      Width = 57
       Brush.Color = clBlack
     end
     object LabelMinimap: TLabel
       Left = 190
+      Height = 13
       Top = 131
       Width = 112
-      Height = 13
       Caption = 'Масштаб мини-карты:'
+      ParentColor = False
     end
     object LabelRecent: TLabel
       Left = 190
+      Height = 13
       Top = 162
-      Width = 121
-      Height = 26
+      Width = 199
       Caption = 'Запоминать последних открытых карт:'
+      ParentColor = False
       WordWrap = True
     end
     object LabelLanguage: TLabel
       Left = 6
+      Height = 13
       Top = 162
       Width = 31
-      Height = 13
       Caption = 'Язык:'
+      ParentColor = False
     end
     object LabelGridSize: TLabel
       Left = 6
+      Height = 13
       Top = 122
-      Width = 73
-      Height = 26
+      Width = 105
       Caption = 'Размер точек сетки:'
+      ParentColor = False
       WordWrap = True
     end
     object cbShowDots: TCheckBox
       Left = 6
+      Height = 19
       Top = 2
-      Width = 121
-      Height = 17
+      Width = 114
       Caption = 'Показывать сетку'
       TabOrder = 0
     end
     object UpDown1: TUpDown
       Left = 143
+      Height = 21
       Top = 74
       Width = 12
-      Height = 21
       Associate = eDotStepOne
-      Min = 2
       Max = 255
+      Min = 2
       Position = 16
       TabOrder = 6
+      Wrap = False
     end
     object eDotStepOne: TEdit
       Left = 86
+      Height = 21
       Top = 74
       Width = 57
-      Height = 21
       TabOrder = 1
       Text = '16'
     end
     object bGrid: TButton
-      Left = 376
+      Left = 402
+      Height = 25
       Top = 2
       Width = 11
-      Height = 25
       Caption = '..'
-      TabOrder = 2
       OnClick = bGridClick
+      TabOrder = 2
     end
     object bBack: TButton
-      Left = 376
+      Left = 402
+      Height = 25
       Top = 43
       Width = 11
-      Height = 25
       Caption = '..'
-      TabOrder = 3
       OnClick = bBackClick
+      TabOrder = 3
     end
     object bPreview: TButton
-      Left = 376
-      Top = 83
-      Width = 11
+      Left = 402
       Height = 25
+      Top = 88
+      Width = 11
       Caption = '..'
-      TabOrder = 4
       OnClick = bPreviewClick
+      TabOrder = 4
     end
     object cbScale: TComboBox
-      Left = 318
+      Left = 344
+      Height = 21
       Top = 131
       Width = 70
-      Height = 21
-      Style = csDropDownList
       ItemHeight = 13
       ItemIndex = 0
-      TabOrder = 5
-      Text = '1x'
       Items.Strings = (
         '1x'
-        '2x')
+        '2x'
+      )
+      Style = csDropDownList
+      TabOrder = 5
+      Text = '1x'
     end
     object cbShowTexture: TCheckBox
       Left = 6
+      Height = 19
       Top = 18
       Width = 169
-      Height = 17
       Caption = 'Показывать текстуру панели'
       TabOrder = 7
     end
     object cbShowSize: TCheckBox
       Left = 6
+      Height = 19
       Top = 34
-      Width = 169
-      Height = 17
+      Width = 171
       Caption = 'Показывать размеры панели'
       TabOrder = 8
     end
     object eRecent: TEdit
-      Left = 318
-      Top = 166
-      Width = 57
+      Left = 344
       Height = 21
+      Top = 184
+      Width = 57
       TabOrder = 9
       Text = '5'
     end
     object UpDown3: TUpDown
-      Left = 375
-      Top = 166
-      Width = 12
+      Left = 401
       Height = 21
+      Top = 184
+      Width = 12
       Associate = eRecent
-      Min = 2
       Max = 10
+      Min = 2
       Position = 5
       TabOrder = 10
+      Wrap = False
     end
     object eDotStepTwo: TEdit
       Left = 86
+      Height = 21
       Top = 98
       Width = 57
-      Height = 21
       TabOrder = 11
       Text = '8'
     end
     object UpDown2: TUpDown
       Left = 143
+      Height = 21
       Top = 98
       Width = 12
-      Height = 21
       Associate = eDotStepTwo
-      Min = 2
       Max = 255
+      Min = 2
       Position = 8
       TabOrder = 12
+      Wrap = False
     end
     object rbRussian: TRadioButton
       Left = 86
+      Height = 19
       Top = 162
-      Width = 81
-      Height = 17
+      Width = 62
       Caption = 'Русский'
       Checked = True
       TabOrder = 13
@@ -234,47 +248,72 @@ object OptionsForm: TOptionsForm
     end
     object rbEnglish: TRadioButton
       Left = 86
+      Height = 19
       Top = 186
-      Width = 81
-      Height = 17
+      Width = 54
       Caption = 'English'
       TabOrder = 14
     end
     object cbDotSize: TComboBox
-      Left = 86
-      Top = 126
-      Width = 73
+      Left = 82
       Height = 21
+      Top = 136
+      Width = 73
       ItemHeight = 13
-      TabOrder = 15
-      Text = '1'
+      ItemIndex = 0
       Items.Strings = (
         '1'
-        '2')
+        '2'
+      )
+      TabOrder = 15
+      Text = '1'
     end
   end
   object bOK: TButton
-    Left = 240
+    Left = 262
+    Height = 25
     Top = 232
     Width = 75
-    Height = 25
     Caption = 'ОК'
     Default = True
-    TabOrder = 1
     OnClick = bOKClick
+    TabOrder = 1
   end
   object bCancel: TButton
-    Left = 336
+    Left = 358
+    Height = 25
     Top = 232
     Width = 75
-    Height = 25
     Cancel = True
     Caption = 'Отмена'
-    TabOrder = 2
     OnClick = bCancelClick
+    TabOrder = 2
   end
   object ColorDialog: TColorDialog
-    Left = 200
-    Top = 232
+    Color = clBlack
+    CustomColors.Strings = (
+      'ColorA=000000'
+      'ColorB=000080'
+      'ColorC=008000'
+      'ColorD=008080'
+      'ColorE=800000'
+      'ColorF=800080'
+      'ColorG=808000'
+      'ColorH=808080'
+      'ColorI=C0C0C0'
+      'ColorJ=0000FF'
+      'ColorK=00FF00'
+      'ColorL=00FFFF'
+      'ColorM=FF0000'
+      'ColorN=FF00FF'
+      'ColorO=FFFF00'
+      'ColorP=FFFFFF'
+      'ColorQ=C0DCC0'
+      'ColorR=F0CAA6'
+      'ColorS=F0FBFF'
+      'ColorT=A4A0A0'
+    )
+    left = 200
+    top = 232
   end
 end