object OptionsForm: TOptionsForm Left = 202 Height = 262 Top = 174 Width = 435 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Настройки редактора' ClientHeight = 262 ClientWidth = 435 Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' OnActivate = FormActivate Position = poScreenCenter LCLVersion = '1.6.4.0' object GroupBox1: TGroupBox Left = 8 Height = 225 Top = 0 Width = 425 ClientHeight = 207 ClientWidth = 421 TabOrder = 0 object sDotColor: TShape Left = 344 Height = 25 Top = 2 Width = 57 end object LabelGrid: TLabel Left = 6 Height = 13 Top = 74 Width = 61 Caption = 'Шаги сетки:' ParentColor = False end object LabelGridCol: TLabel Left = 190 Height = 13 Top = 2 Width = 60 Caption = 'Цвет сетки:' ParentColor = False end object LabelBack: TLabel Left = 190 Height = 13 Top = 43 Width = 57 Caption = 'Цвет фона:' ParentColor = False end object sBackColor: TShape Left = 344 Height = 25 Top = 43 Width = 57 Brush.Color = clBlack end object LabelPreview: TLabel Left = 190 Height = 13 Top = 72 Width = 216 Caption = 'Цвет фона поля предпросмотра текстуры:' ParentColor = False WordWrap = True end object sPreviewColor: TShape Left = 344 Height = 25 Top = 88 Width = 57 Brush.Color = clBlack end object LabelMinimap: TLabel Left = 190 Height = 13 Top = 129 Width = 112 Caption = 'Масштаб мини-карты:' ParentColor = False end object LabelRecent: TLabel Left = 190 Height = 13 Top = 162 Width = 199 Caption = 'Запоминать последних открытых карт:' ParentColor = False WordWrap = True end object LabelLanguage: TLabel Left = 6 Height = 13 Top = 162 Width = 31 Caption = 'Язык:' ParentColor = False end object LabelGridSize: TLabel Left = 6 Height = 13 Top = 122 Width = 105 Caption = 'Размер точек сетки:' ParentColor = False WordWrap = True end object cbShowDots: TCheckBox Left = 6 Height = 17 Top = 2 Width = 112 Caption = 'Показывать сетку' TabOrder = 0 end object UpDown1: TUpDown Left = 143 Height = 21 Top = 74 Width = 12 Associate = eDotStepOne Max = 255 Min = 2 Position = 16 TabOrder = 4 Wrap = False end object eDotStepOne: TEdit Left = 86 Height = 21 Top = 74 Width = 57 TabOrder = 3 Text = '16' end object bGrid: TButton Left = 402 Height = 25 Top = 2 Width = 11 Caption = '..' OnClick = bGridClick TabOrder = 10 end object bBack: TButton Left = 402 Height = 25 Top = 43 Width = 11 Caption = '..' OnClick = bBackClick TabOrder = 11 end object bPreview: TButton Left = 402 Height = 25 Top = 88 Width = 11 Caption = '..' OnClick = bPreviewClick TabOrder = 13 end object cbScale: TComboBox Left = 344 Height = 21 Top = 129 Width = 70 ItemHeight = 13 ItemIndex = 0 Items.Strings = ( '1x' '2x' ) Style = csDropDownList TabOrder = 14 Text = '1x' end object cbShowTexture: TCheckBox Left = 6 Height = 17 Top = 18 Width = 167 Caption = 'Показывать текстуру панели' TabOrder = 1 end object cbShowSize: TCheckBox Left = 6 Height = 17 Top = 34 Width = 169 Caption = 'Показывать размеры панели' TabOrder = 2 end object eRecent: TEdit Left = 344 Height = 21 Top = 180 Width = 57 TabOrder = 15 Text = '5' end object UpDown3: TUpDown Left = 401 Height = 21 Top = 180 Width = 12 Associate = eRecent Max = 10 Min = 2 Position = 5 TabOrder = 16 Wrap = False end object eDotStepTwo: TEdit Left = 86 Height = 21 Top = 98 Width = 57 TabOrder = 5 Text = '8' end object UpDown2: TUpDown Left = 143 Height = 21 Top = 98 Width = 12 Associate = eDotStepTwo Max = 255 Min = 2 Position = 8 TabOrder = 6 Wrap = False end object rbRussian: TRadioButton Left = 86 Height = 17 Top = 162 Width = 60 Caption = 'Русский' Checked = True TabOrder = 8 TabStop = True end object rbEnglish: TRadioButton Left = 86 Height = 17 Top = 186 Width = 52 Caption = 'English' TabOrder = 9 end object cbDotSize: TComboBox Left = 82 Height = 21 Top = 136 Width = 73 ItemHeight = 13 ItemIndex = 0 Items.Strings = ( '1' '2' ) 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 Height = 25 Top = 232 Width = 75 Caption = 'ОК' Default = True OnClick = bOKClick TabOrder = 1 end object bCancel: TButton Left = 358 Height = 25 Top = 232 Width = 75 Cancel = True Caption = 'Отмена' OnClick = bCancelClick TabOrder = 2 end object ColorDialog: TColorDialog 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