X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2Ff_main.lfm;h=b44cafc7a41de878f9a1a423e825db884f29ab33;hb=a00a3d61ed426b67fed0fce818471fb84c462aac;hp=ade3a7fc534c7949a6752a2e0096dca0e2879810;hpb=6fb9c23afad22a71679525dc44ea32675d73609f;p=d2df-editor.git diff --git a/src/editor/f_main.lfm b/src/editor/f_main.lfm index ade3a7f..b44cafc 100644 --- a/src/editor/f_main.lfm +++ b/src/editor/f_main.lfm @@ -3,6 +3,7 @@ object MainForm: TMainForm Height = 480 Top = 255 Width = 672 + AllowDropFiles = True Caption = '2' ClientHeight = 460 ClientWidth = 672 @@ -18,6 +19,7 @@ object MainForm: TMainForm OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy + OnDropFiles = FormDropFiles OnKeyDown = FormKeyDown OnKeyUp = FormKeyUp OnResize = FormResize @@ -63,13 +65,15 @@ object MainForm: TMainForm Top = 2 Width = 145 Align = alClient + AutoAdvance = aaNone Constraints.MinWidth = 145 DefaultColWidth = 60 - DefaultRowHeight = 16 - FixedCols = 0 + DefaultRowHeight = 20 + Flat = True Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' + MouseWheelOption = mwGrid ParentFont = False RowCount = 2 ScrollBars = ssAutoVertical @@ -83,6 +87,7 @@ object MainForm: TMainForm OnKeyDown = vleObjectPropertyKeyDown DisplayOptions = [doColumnTitles, doAutoColResize] DropDownRows = 11 + Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goAlwaysShowEditor, goThumbTracking] Strings.Strings = ( '' ) @@ -92,8 +97,8 @@ object MainForm: TMainForm ) OnGetPickList = vleObjectPropertyGetPickList ColWidths = ( - 70 - 71 + 72 + 72 ) end object PanelPropApply: TPanel