X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_options.lfm;h=f82ccf8dc9b8860737c012e0919541d2fdd0a150;hb=f9041cfd23f3f5eff7e56f2960c7a571bb3c4607;hp=3e6cc235e4b523aee0d1fc122379ad46e2be9171;hpb=ecf69fd49c810dc4fe78092ec1f0204cbb719e01;p=d2df-editor.git diff --git a/src/editor/f_options.lfm b/src/editor/f_options.lfm index 3e6cc23..f82ccf8 100644 --- a/src/editor/f_options.lfm +++ b/src/editor/f_options.lfm @@ -1,12 +1,12 @@ object OptionsForm: TOptionsForm Left = 202 - Height = 285 + Height = 310 Top = 174 Width = 435 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Настройки редактора' - ClientHeight = 285 + ClientHeight = 310 ClientWidth = 435 Color = clBtnFace Font.Color = clWindowText @@ -17,10 +17,10 @@ object OptionsForm: TOptionsForm LCLVersion = '1.8.4.0' object GroupBox1: TGroupBox Left = 8 - Height = 248 + Height = 272 Top = 0 Width = 425 - ClientHeight = 246 + ClientHeight = 272 ClientWidth = 423 TabOrder = 0 object sDotColor: TShape @@ -124,8 +124,8 @@ object OptionsForm: TOptionsForm Top = 74 Width = 12 Associate = eDotStepOne - Max = 255 - Min = 2 + Max = 2048 + Min = 4 Position = 16 TabOrder = 4 Wrap = False @@ -230,8 +230,8 @@ object OptionsForm: TOptionsForm Top = 98 Width = 12 Associate = eDotStepTwo - Max = 255 - Min = 2 + Max = 2048 + Min = 4 Position = 8 TabOrder = 6 Wrap = False @@ -298,7 +298,7 @@ object OptionsForm: TOptionsForm object bOK: TButton Left = 262 Height = 25 - Top = 256 + Top = 280 Width = 75 Caption = 'ОК' Default = True @@ -308,7 +308,7 @@ object OptionsForm: TOptionsForm object bCancel: TButton Left = 358 Height = 25 - Top = 256 + Top = 280 Width = 75 Cancel = True Caption = 'Отмена'