diff --git a/components/virtualtreeview/packages/Delphi10.4/VirtualTreesD.dproj b/components/virtualtreeview/packages/Delphi10.4/VirtualTreesD.dproj index 278f5760..05d1061d 100644 --- a/components/virtualtreeview/packages/Delphi10.4/VirtualTreesD.dproj +++ b/components/virtualtreeview/packages/Delphi10.4/VirtualTreesD.dproj @@ -7,7 +7,7 @@ Package VCL DCC32 - 19.2 + 19.0 Win32 1 @@ -19,11 +19,6 @@ Base true - - true - Base - true - true Base @@ -60,13 +55,6 @@ Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace) vcl;VirtualTreesR;$(DCC_UsePackage) - - Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace) - Debug - true - CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments= - 1033 - RELEASE;$(DCC_Define) @@ -134,7 +122,6 @@ True - False 12 diff --git a/components/virtualtreeview/packages/Delphi10.4/VirtualTreesR.dproj b/components/virtualtreeview/packages/Delphi10.4/VirtualTreesR.dproj index 99b921e6..37d6fbbc 100644 --- a/components/virtualtreeview/packages/Delphi10.4/VirtualTreesR.dproj +++ b/components/virtualtreeview/packages/Delphi10.4/VirtualTreesR.dproj @@ -7,7 +7,7 @@ Package VCL DCC32 - 19.2 + 19.0 Win64 3 @@ -89,7 +89,6 @@ - Cfg_2 Base diff --git a/packages/Delphi10.4/heidisql.dpr b/packages/Delphi10.4/heidisql.dpr index 112f6eaa..8691805a 100644 --- a/packages/Delphi10.4/heidisql.dpr +++ b/packages/Delphi10.4/heidisql.dpr @@ -1,6 +1,7 @@ program heidisql; uses + madExcept, Forms, SysUtils, Dialogs, diff --git a/packages/Delphi10.4/heidisql.dproj b/packages/Delphi10.4/heidisql.dproj index 4186b94a..11ceee7e 100644 --- a/packages/Delphi10.4/heidisql.dproj +++ b/packages/Delphi10.4/heidisql.dproj @@ -8,7 +8,7 @@ Application VCL 19.2 - Win32 + Win64 true diff --git a/source/table_editor.dfm b/source/table_editor.dfm index fec03a30..44c916f2 100644 --- a/source/table_editor.dfm +++ b/source/table_editor.dfm @@ -26,7 +26,7 @@ object frmTableEditor: TfrmTableEditor Width = 694 Height = 150 Margins.Bottom = 0 - ActivePage = tabIndexes + ActivePage = tabBasic Align = alTop Images = MainForm.VirtualImageListMain TabOrder = 0 @@ -67,7 +67,7 @@ object frmTableEditor: TfrmTableEditor Left = 96 Top = 30 Width = 589 - Height = 77 + Height = 78 Anchors = [akLeft, akTop, akRight, akBottom] Lines.Strings = ( 'memoComment') @@ -275,14 +275,12 @@ object frmTableEditor: TfrmTableEditor OnInitNode = treeIndexesInitNode OnNewText = treeIndexesNewText OnStructureChange = AnyTreeStructureChange - Touch.InteractiveGestures = [igPan, igPressAndTap] - Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough] Columns = < item Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus] Position = 0 Text = 'Name' - Width = 430 + Width = 434 end item Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus] @@ -433,8 +431,6 @@ object frmTableEditor: TfrmTableEditor OnGetImageIndex = listForeignKeysGetImageIndex OnNewText = listForeignKeysNewText OnStructureChange = AnyTreeStructureChange - Touch.InteractiveGestures = [igPan, igPressAndTap] - Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough] Columns = < item Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus] @@ -540,8 +536,6 @@ object frmTableEditor: TfrmTableEditor OnGetImageIndex = listCheckConstraintsGetImageIndex OnNewText = listCheckConstraintsNewText OnStructureChange = AnyTreeStructureChange - Touch.InteractiveGestures = [igPan, igPressAndTap] - Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough] Columns = < item Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coEditable, coStyleColor] @@ -564,7 +558,7 @@ object frmTableEditor: TfrmTableEditor object SynMemoPartitions: TSynMemo Left = 0 Top = 0 - Width = 686 + Width = 593 Height = 121 SingleLineMode = False Align = alClient @@ -574,14 +568,6 @@ object frmTableEditor: TfrmTableEditor Font.Name = 'Courier New' Font.Style = [] TabOrder = 0 - CodeFolding.GutterShapeSize = 11 - CodeFolding.CollapsedLineColor = clGrayText - CodeFolding.FolderBarLinesColor = clGrayText - CodeFolding.IndentGuidesColor = clGray - CodeFolding.IndentGuides = True - CodeFolding.ShowCollapsedLine = False - CodeFolding.ShowHintMark = True - UseCodeFolding = False Gutter.AutoSize = True Gutter.DigitCount = 2 Gutter.Font.Charset = DEFAULT_CHARSET @@ -606,7 +592,7 @@ object frmTableEditor: TfrmTableEditor object SynMemoCREATEcode: TSynMemo Left = 0 Top = 0 - Width = 686 + Width = 593 Height = 121 SingleLineMode = False Align = alClient @@ -616,14 +602,6 @@ object frmTableEditor: TfrmTableEditor Font.Name = 'Courier New' Font.Style = [] TabOrder = 0 - CodeFolding.GutterShapeSize = 11 - CodeFolding.CollapsedLineColor = clGrayText - CodeFolding.FolderBarLinesColor = clGrayText - CodeFolding.IndentGuidesColor = clGray - CodeFolding.IndentGuides = True - CodeFolding.ShowCollapsedLine = False - CodeFolding.ShowHintMark = True - UseCodeFolding = False Gutter.AutoSize = True Gutter.DigitCount = 2 Gutter.Font.Charset = DEFAULT_CHARSET @@ -648,7 +626,7 @@ object frmTableEditor: TfrmTableEditor object SynMemoALTERcode: TSynMemo Left = 0 Top = 0 - Width = 686 + Width = 593 Height = 121 SingleLineMode = False Align = alClient @@ -658,14 +636,6 @@ object frmTableEditor: TfrmTableEditor Font.Name = 'Courier New' Font.Style = [] TabOrder = 0 - CodeFolding.GutterShapeSize = 11 - CodeFolding.CollapsedLineColor = clGrayText - CodeFolding.FolderBarLinesColor = clGrayText - CodeFolding.IndentGuidesColor = clGray - CodeFolding.IndentGuides = True - CodeFolding.ShowCollapsedLine = False - CodeFolding.ShowHintMark = True - UseCodeFolding = False Gutter.AutoSize = True Gutter.DigitCount = 2 Gutter.Font.Charset = DEFAULT_CHARSET @@ -792,8 +762,6 @@ object frmTableEditor: TfrmTableEditor OnKeyPress = listColumnsKeyPress OnNewText = listColumnsNewText OnNodeMoved = listColumnsNodeMoved - Touch.InteractiveGestures = [igPan, igPressAndTap] - Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough] Columns = < item Alignment = taRightJustify diff --git a/source/trigger_editor.dfm b/source/trigger_editor.dfm index f955a05f..9f50e9a1 100644 --- a/source/trigger_editor.dfm +++ b/source/trigger_editor.dfm @@ -15,7 +15,6 @@ object frmTriggerEditor: TfrmTriggerEditor Height = 13 Align = alTop Caption = 'Trigger statement: (e.g. "SET NEW.columnA = TRIM(OLD.columnA)"' - ExplicitWidth = 327 end object PageControlMain: TPageControl AlignWithMargins = True diff --git a/source/vcl-styles-utils/CompileResources.bat b/source/vcl-styles-utils/CompileResources.bat index cda890c7..c7505433 100644 --- a/source/vcl-styles-utils/CompileResources.bat +++ b/source/vcl-styles-utils/CompileResources.bat @@ -1,2 +1,2 @@ -"C:\delphi\10.4\bin\brcc32.exe" AwesomeFont.rc +"C:\Program Files (x86)\Embarcadero\Studio\18.0\bin\brcc32.exe" AwesomeFont.rc Pause \ No newline at end of file