mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Revert "Issue #1169"
This reverts commit c7cc6bdd42bfd6dd66bae30fb78d74faca6bfa34.
This commit is contained in:

committed by
Ansgar Becker

parent
231d000251
commit
2befc563ee
@ -7,7 +7,7 @@
|
|||||||
<AppType>Package</AppType>
|
<AppType>Package</AppType>
|
||||||
<FrameworkType>VCL</FrameworkType>
|
<FrameworkType>VCL</FrameworkType>
|
||||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
<ProjectVersion>19.2</ProjectVersion>
|
<ProjectVersion>19.0</ProjectVersion>
|
||||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
||||||
<TargetedPlatforms>1</TargetedPlatforms>
|
<TargetedPlatforms>1</TargetedPlatforms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -19,11 +19,6 @@
|
|||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
<Base>true</Base>
|
<Base>true</Base>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
|
|
||||||
<Base_Win64>true</Base_Win64>
|
|
||||||
<CfgParent>Base</CfgParent>
|
|
||||||
<Base>true</Base>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
|
||||||
<Cfg_1>true</Cfg_1>
|
<Cfg_1>true</Cfg_1>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
@ -60,13 +55,6 @@
|
|||||||
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||||
<DCC_UsePackage>vcl;VirtualTreesR;$(DCC_UsePackage)</DCC_UsePackage>
|
<DCC_UsePackage>vcl;VirtualTreesR;$(DCC_UsePackage)</DCC_UsePackage>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Base_Win64)'!=''">
|
|
||||||
<DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
|
|
||||||
<BT_BuildType>Debug</BT_BuildType>
|
|
||||||
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
|
|
||||||
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
|
|
||||||
<VerInfo_Locale>1033</VerInfo_Locale>
|
|
||||||
</PropertyGroup>
|
|
||||||
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
<PropertyGroup Condition="'$(Cfg_1)'!=''">
|
||||||
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -134,7 +122,6 @@
|
|||||||
</Delphi.Personality>
|
</Delphi.Personality>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform value="Win32">True</Platform>
|
<Platform value="Win32">True</Platform>
|
||||||
<Platform value="Win64">False</Platform>
|
|
||||||
</Platforms>
|
</Platforms>
|
||||||
</BorlandProject>
|
</BorlandProject>
|
||||||
<ProjectFileVersion>12</ProjectFileVersion>
|
<ProjectFileVersion>12</ProjectFileVersion>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<AppType>Package</AppType>
|
<AppType>Package</AppType>
|
||||||
<FrameworkType>VCL</FrameworkType>
|
<FrameworkType>VCL</FrameworkType>
|
||||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
<ProjectVersion>19.2</ProjectVersion>
|
<ProjectVersion>19.0</ProjectVersion>
|
||||||
<Platform Condition="'$(Platform)'==''">Win64</Platform>
|
<Platform Condition="'$(Platform)'==''">Win64</Platform>
|
||||||
<TargetedPlatforms>3</TargetedPlatforms>
|
<TargetedPlatforms>3</TargetedPlatforms>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -89,7 +89,6 @@
|
|||||||
<DCCReference Include="..\..\Source\VirtualTrees.Actions.pas"/>
|
<DCCReference Include="..\..\Source\VirtualTrees.Actions.pas"/>
|
||||||
<DCCReference Include="..\..\Source\VirtualTrees.Export.pas"/>
|
<DCCReference Include="..\..\Source\VirtualTrees.Export.pas"/>
|
||||||
<DCCReference Include="..\..\Source\VirtualTrees.Utils.pas"/>
|
<DCCReference Include="..\..\Source\VirtualTrees.Utils.pas"/>
|
||||||
<DCCReference Include="..\..\Source\VirtualTrees.Types.pas"/>
|
|
||||||
<BuildConfiguration Include="Debug">
|
<BuildConfiguration Include="Debug">
|
||||||
<Key>Cfg_2</Key>
|
<Key>Cfg_2</Key>
|
||||||
<CfgParent>Base</CfgParent>
|
<CfgParent>Base</CfgParent>
|
||||||
|
1
packages/Delphi10.4/heidisql.dpr
vendored
1
packages/Delphi10.4/heidisql.dpr
vendored
@ -1,6 +1,7 @@
|
|||||||
program heidisql;
|
program heidisql;
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
madExcept,
|
||||||
Forms,
|
Forms,
|
||||||
SysUtils,
|
SysUtils,
|
||||||
Dialogs,
|
Dialogs,
|
||||||
|
2
packages/Delphi10.4/heidisql.dproj
vendored
2
packages/Delphi10.4/heidisql.dproj
vendored
@ -8,7 +8,7 @@
|
|||||||
<AppType>Application</AppType>
|
<AppType>Application</AppType>
|
||||||
<FrameworkType>VCL</FrameworkType>
|
<FrameworkType>VCL</FrameworkType>
|
||||||
<ProjectVersion>19.2</ProjectVersion>
|
<ProjectVersion>19.2</ProjectVersion>
|
||||||
<Platform Condition="'$(Platform)'==''">Win32</Platform>
|
<Platform Condition="'$(Platform)'==''">Win64</Platform>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
|
||||||
<Base>true</Base>
|
<Base>true</Base>
|
||||||
|
@ -26,7 +26,7 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
Width = 694
|
Width = 694
|
||||||
Height = 150
|
Height = 150
|
||||||
Margins.Bottom = 0
|
Margins.Bottom = 0
|
||||||
ActivePage = tabIndexes
|
ActivePage = tabBasic
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Images = MainForm.VirtualImageListMain
|
Images = MainForm.VirtualImageListMain
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
@ -67,7 +67,7 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
Left = 96
|
Left = 96
|
||||||
Top = 30
|
Top = 30
|
||||||
Width = 589
|
Width = 589
|
||||||
Height = 77
|
Height = 78
|
||||||
Anchors = [akLeft, akTop, akRight, akBottom]
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
||||||
Lines.Strings = (
|
Lines.Strings = (
|
||||||
'memoComment')
|
'memoComment')
|
||||||
@ -275,14 +275,12 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
OnInitNode = treeIndexesInitNode
|
OnInitNode = treeIndexesInitNode
|
||||||
OnNewText = treeIndexesNewText
|
OnNewText = treeIndexesNewText
|
||||||
OnStructureChange = AnyTreeStructureChange
|
OnStructureChange = AnyTreeStructureChange
|
||||||
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
||||||
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus]
|
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus]
|
||||||
Position = 0
|
Position = 0
|
||||||
Text = 'Name'
|
Text = 'Name'
|
||||||
Width = 430
|
Width = 434
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus]
|
Options = [coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus]
|
||||||
@ -433,8 +431,6 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
OnGetImageIndex = listForeignKeysGetImageIndex
|
OnGetImageIndex = listForeignKeysGetImageIndex
|
||||||
OnNewText = listForeignKeysNewText
|
OnNewText = listForeignKeysNewText
|
||||||
OnStructureChange = AnyTreeStructureChange
|
OnStructureChange = AnyTreeStructureChange
|
||||||
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
||||||
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus]
|
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus]
|
||||||
@ -540,8 +536,6 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
OnGetImageIndex = listCheckConstraintsGetImageIndex
|
OnGetImageIndex = listCheckConstraintsGetImageIndex
|
||||||
OnNewText = listCheckConstraintsNewText
|
OnNewText = listCheckConstraintsNewText
|
||||||
OnStructureChange = AnyTreeStructureChange
|
OnStructureChange = AnyTreeStructureChange
|
||||||
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
||||||
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coEditable, coStyleColor]
|
Options = [coDraggable, coEnabled, coParentBidiMode, coParentColor, coResizable, coShowDropMark, coVisible, coAllowFocus, coEditable, coStyleColor]
|
||||||
@ -564,7 +558,7 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
object SynMemoPartitions: TSynMemo
|
object SynMemoPartitions: TSynMemo
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 686
|
Width = 593
|
||||||
Height = 121
|
Height = 121
|
||||||
SingleLineMode = False
|
SingleLineMode = False
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -574,14 +568,6 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
Font.Name = 'Courier New'
|
Font.Name = 'Courier New'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
TabOrder = 0
|
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.AutoSize = True
|
||||||
Gutter.DigitCount = 2
|
Gutter.DigitCount = 2
|
||||||
Gutter.Font.Charset = DEFAULT_CHARSET
|
Gutter.Font.Charset = DEFAULT_CHARSET
|
||||||
@ -606,7 +592,7 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
object SynMemoCREATEcode: TSynMemo
|
object SynMemoCREATEcode: TSynMemo
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 686
|
Width = 593
|
||||||
Height = 121
|
Height = 121
|
||||||
SingleLineMode = False
|
SingleLineMode = False
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -616,14 +602,6 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
Font.Name = 'Courier New'
|
Font.Name = 'Courier New'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
TabOrder = 0
|
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.AutoSize = True
|
||||||
Gutter.DigitCount = 2
|
Gutter.DigitCount = 2
|
||||||
Gutter.Font.Charset = DEFAULT_CHARSET
|
Gutter.Font.Charset = DEFAULT_CHARSET
|
||||||
@ -648,7 +626,7 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
object SynMemoALTERcode: TSynMemo
|
object SynMemoALTERcode: TSynMemo
|
||||||
Left = 0
|
Left = 0
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 686
|
Width = 593
|
||||||
Height = 121
|
Height = 121
|
||||||
SingleLineMode = False
|
SingleLineMode = False
|
||||||
Align = alClient
|
Align = alClient
|
||||||
@ -658,14 +636,6 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
Font.Name = 'Courier New'
|
Font.Name = 'Courier New'
|
||||||
Font.Style = []
|
Font.Style = []
|
||||||
TabOrder = 0
|
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.AutoSize = True
|
||||||
Gutter.DigitCount = 2
|
Gutter.DigitCount = 2
|
||||||
Gutter.Font.Charset = DEFAULT_CHARSET
|
Gutter.Font.Charset = DEFAULT_CHARSET
|
||||||
@ -792,8 +762,6 @@ object frmTableEditor: TfrmTableEditor
|
|||||||
OnKeyPress = listColumnsKeyPress
|
OnKeyPress = listColumnsKeyPress
|
||||||
OnNewText = listColumnsNewText
|
OnNewText = listColumnsNewText
|
||||||
OnNodeMoved = listColumnsNodeMoved
|
OnNodeMoved = listColumnsNodeMoved
|
||||||
Touch.InteractiveGestures = [igPan, igPressAndTap]
|
|
||||||
Touch.InteractiveGestureOptions = [igoPanSingleFingerHorizontal, igoPanSingleFingerVertical, igoPanInertia, igoPanGutter, igoParentPassthrough]
|
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
|
@ -15,7 +15,6 @@ object frmTriggerEditor: TfrmTriggerEditor
|
|||||||
Height = 13
|
Height = 13
|
||||||
Align = alTop
|
Align = alTop
|
||||||
Caption = 'Trigger statement: (e.g. "SET NEW.columnA = TRIM(OLD.columnA)"'
|
Caption = 'Trigger statement: (e.g. "SET NEW.columnA = TRIM(OLD.columnA)"'
|
||||||
ExplicitWidth = 327
|
|
||||||
end
|
end
|
||||||
object PageControlMain: TPageControl
|
object PageControlMain: TPageControl
|
||||||
AlignWithMargins = True
|
AlignWithMargins = True
|
||||||
|
@ -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
|
Pause
|
Reference in New Issue
Block a user