diff --git a/editor/studio/AMXX_Studio.cfg b/editor/studio/AMXX_Studio.cfg index 2523f577..391c6b0e 100755 --- a/editor/studio/AMXX_Studio.cfg +++ b/editor/studio/AMXX_Studio.cfg @@ -32,8 +32,8 @@ -M -$M16384,1048576 -K$00400000 --LE"c:\program files\borland\delphi7\Projects\Bpl" --LN"c:\program files\borland\delphi7\Projects\Bpl" +-LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" +-LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" -DmadExcept -w-UNSAFE_TYPE -w-UNSAFE_CODE diff --git a/editor/studio/AMXX_Studio.exe b/editor/studio/AMXX_Studio.exe index 0c4b0b0d..536b2ce8 100755 Binary files a/editor/studio/AMXX_Studio.exe and b/editor/studio/AMXX_Studio.exe differ diff --git a/editor/studio/UnitfrmHTMLPreview.pas b/editor/studio/UnitfrmHTMLPreview.pas index 6aa669d8..9c29c7f4 100755 --- a/editor/studio/UnitfrmHTMLPreview.pas +++ b/editor/studio/UnitfrmHTMLPreview.pas @@ -4,7 +4,7 @@ interface uses SysUtils, Windows, Messages, Classes, Graphics, Controls, - StdCtrls, ExtCtrls, Forms, OleCtrls, SHDocVw_TLB, ActiveX; + StdCtrls, ExtCtrls, Forms, OleCtrls, SHDocVw, ActiveX; type TfrmHTMLPreview = class(TForm) diff --git a/editor/studio/UnitfrmMain.dfm b/editor/studio/UnitfrmMain.dfm index e4fe1df4..8434dc0c 100755 --- a/editor/studio/UnitfrmMain.dfm +++ b/editor/studio/UnitfrmMain.dfm @@ -730,11 +730,12 @@ object frmMain: TfrmMain Top = 72 Width = 885 RightClickSelect = False + Painter = mtpDocuments Tabs = < item Caption = '< 1 Untitled.sma >' + Selected = True end> - Painter = mtpDocuments OnTabClosing = tbDocsTabClosing OnTabSelected = tbDocsTabSelected OnMouseDown = tbDocsMouseDown @@ -937,6 +938,7 @@ object frmMain: TfrmMain Top = 26 Width = 191 Height = 199 + Style = isItemPainter Align = alClient Divider = 110 ItemHeight = 16 @@ -7826,7 +7828,32 @@ object frmMain: TfrmMain end end object JvInspectorDotNETPainter: TJvInspectorDotNETPainter + CategoryFont.Charset = DEFAULT_CHARSET + CategoryFont.Color = clBtnText + CategoryFont.Height = -11 + CategoryFont.Name = 'MS Sans Serif' + CategoryFont.Style = [] + NameFont.Charset = DEFAULT_CHARSET + NameFont.Color = clWindowText + NameFont.Height = -11 + NameFont.Name = 'MS Sans Serif' + NameFont.Style = [] + ValueFont.Charset = DEFAULT_CHARSET + ValueFont.Color = clWindowText + ValueFont.Height = -11 + ValueFont.Name = 'MS Sans Serif' + ValueFont.Style = [] DrawNameEndEllipsis = True + HideSelectFont.Charset = DEFAULT_CHARSET + HideSelectFont.Color = clHighlightText + HideSelectFont.Height = -11 + HideSelectFont.Name = 'MS Sans Serif' + HideSelectFont.Style = [] + SelectedFont.Charset = DEFAULT_CHARSET + SelectedFont.Color = clHighlightText + SelectedFont.Height = -11 + SelectedFont.Name = 'MS Sans Serif' + SelectedFont.Style = [] Left = 662 Top = 36 end diff --git a/editor/studio/UnitfrmMain.pas b/editor/studio/UnitfrmMain.pas index 8a0d792e..221139ba 100755 --- a/editor/studio/UnitfrmMain.pas +++ b/editor/studio/UnitfrmMain.pas @@ -21,7 +21,7 @@ uses JvInspector, JvExControls, JvPluginManager, JvgLanguageLoader, JvWndProcHook, CommCtrl, JvPageList, JvPageListTreeView, SciSearchReplaceBase, SpTBXControls, JvTabBar, TB2ExtItems, SpTBXEditors, - TBXLists, SpTBXLists; + TBXLists, SpTBXLists, JvComponentBase; type TfrmMain = class(TForm)