Changed default caption of the documents tabbar

Changed default theme to Xito
This commit is contained in:
Christian Hammacher 2006-04-10 18:25:54 +00:00
parent c9765e50c8
commit da6b71a677
5 changed files with 29 additions and 29 deletions

View File

@ -115,7 +115,7 @@ AutoIncBuild=1
MajorVer=1 MajorVer=1
MinorVer=4 MinorVer=4
Release=1 Release=1
Build=1 Build=2
Debug=0 Debug=0
PreRelease=0 PreRelease=0
Special=0 Special=0
@ -126,7 +126,7 @@ CodePage=1252
[Version Info Keys] [Version Info Keys]
CompanyName=AMX Mod X Dev Team CompanyName=AMX Mod X Dev Team
FileDescription= FileDescription=
FileVersion=1.4.1.1 FileVersion=1.4.1.2
InternalName=gaben InternalName=gaben
LegalCopyright=AMX Mod X Dev Team LegalCopyright=AMX Mod X Dev Team
LegalTrademarks= LegalTrademarks=

Binary file not shown.

Binary file not shown.

View File

@ -612,8 +612,8 @@ begin
frmSettings.chkHighlightBraces.Checked := eConfig.ReadBool('Editor', 'HighlightBraces', True); frmSettings.chkHighlightBraces.Checked := eConfig.ReadBool('Editor', 'HighlightBraces', True);
frmSettings.chkClearUndoAfterSave.Checked := eConfig.ReadBool('Editor', 'ClearUndoAfterSave', False); frmSettings.chkClearUndoAfterSave.Checked := eConfig.ReadBool('Editor', 'ClearUndoAfterSave', False);
{ Misc } { Misc }
if (TBXCurrentTheme <> eConfig.ReadString('Misc', 'Theme', 'Office11Adaptive')) then if (TBXCurrentTheme <> eConfig.ReadString('Misc', 'Theme', 'Xito')) then
TBXSetTheme(eConfig.ReadString('Misc', 'Theme', 'Office11Adaptive')); TBXSetTheme(eConfig.ReadString('Misc', 'Theme', 'Xito'));
//> Update Settings-Dialog <// //> Update Settings-Dialog <//
{ Highlighter } { Highlighter }
frmSettings.cboLanguage.Clear; frmSettings.cboLanguage.Clear;

View File

@ -2,7 +2,7 @@ object frmMain: TfrmMain
Left = 240 Left = 240
Top = 291 Top = 291
Width = 888 Width = 888
Height = 646 Height = 648
Caption = 'AMXX-Studio' Caption = 'AMXX-Studio'
Color = clBtnFace Color = clBtnFace
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
@ -47,21 +47,21 @@ object frmMain: TfrmMain
object splRight: TSplitter object splRight: TSplitter
Left = 669 Left = 669
Top = 95 Top = 95
Height = 499 Height = 501
Align = alRight Align = alRight
end end
object spcRight1: TImage object spcRight1: TImage
Left = 877 Left = 877
Top = 95 Top = 95
Width = 3 Width = 3
Height = 499 Height = 501
Align = alRight Align = alRight
end end
object spcLeft1: TImage object spcLeft1: TImage
Left = 0 Left = 0
Top = 95 Top = 95
Width = 3 Width = 3
Height = 499 Height = 501
Align = alLeft Align = alLeft
end end
object tbxTopDock: TSpTBXDock object tbxTopDock: TSpTBXDock
@ -679,7 +679,7 @@ object frmMain: TfrmMain
end end
object sbStatus: TSpTBXStatusBar object sbStatus: TSpTBXStatusBar
Left = 0 Left = 0
Top = 594 Top = 596
Width = 880 Width = 880
Height = 25 Height = 25
object mnuFilename: TSpTBXRightAlignSpacerItem object mnuFilename: TSpTBXRightAlignSpacerItem
@ -731,7 +731,7 @@ object frmMain: TfrmMain
Width = 880 Width = 880
Tabs = < Tabs = <
item item
Caption = '< Unknown.sma >' Caption = '< 1 Untitled.sma >'
end> end>
Painter = mtpDocuments Painter = mtpDocuments
OnTabClosing = tbDocsTabClosing OnTabClosing = tbDocsTabClosing
@ -742,7 +742,7 @@ object frmMain: TfrmMain
Left = 672 Left = 672
Top = 95 Top = 95
Width = 205 Width = 205
Height = 499 Height = 501
Align = alRight Align = alRight
ActiveTabIndex = 0 ActiveTabIndex = 0
TabPosition = ttpBottom TabPosition = ttpBottom
@ -764,7 +764,7 @@ object frmMain: TfrmMain
Left = 0 Left = 0
Top = 0 Top = 0
Width = 205 Width = 205
Height = 476 Height = 478
Caption = 'Notes' Caption = 'Notes'
ImageIndex = -1 ImageIndex = -1
TabItem = 'tiNotes' TabItem = 'tiNotes'
@ -772,12 +772,12 @@ object frmMain: TfrmMain
Left = 202 Left = 202
Top = 26 Top = 26
Width = 1 Width = 1
Height = 448 Height = 450
Align = alRight Align = alRight
end end
object imgBottom4: TImage object imgBottom4: TImage
Left = 2 Left = 2
Top = 474 Top = 476
Width = 201 Width = 201
Height = 2 Height = 2
Align = alBottom Align = alBottom
@ -793,7 +793,7 @@ object frmMain: TfrmMain
Left = 2 Left = 2
Top = 26 Top = 26
Width = 1 Width = 1
Height = 448 Height = 450
Align = alLeft Align = alLeft
end end
object tbxNotes: TSpTBXToolbar object tbxNotes: TSpTBXToolbar
@ -839,7 +839,7 @@ object frmMain: TfrmMain
Left = 3 Left = 3
Top = 26 Top = 26
Width = 199 Width = 199
Height = 448 Height = 450
Align = alClient Align = alClient
ScrollBars = ssVertical ScrollBars = ssVertical
TabOrder = 1 TabOrder = 1
@ -852,13 +852,13 @@ object frmMain: TfrmMain
Left = 0 Left = 0
Top = 0 Top = 0
Width = 205 Width = 205
Height = 476 Height = 478
Caption = 'Code-Tools' Caption = 'Code-Tools'
ImageIndex = -1 ImageIndex = -1
TabItem = 'tiTools' TabItem = 'tiTools'
object spcBottom2: TImage object spcBottom2: TImage
Left = 2 Left = 2
Top = 474 Top = 476
Width = 201 Width = 201
Height = 2 Height = 2
Align = alBottom Align = alBottom
@ -867,21 +867,21 @@ object frmMain: TfrmMain
Left = 2 Left = 2
Top = 2 Top = 2
Width = 3 Width = 3
Height = 472 Height = 474
Align = alLeft Align = alLeft
end end
object spcRight2: TImage object spcRight2: TImage
Left = 200 Left = 200
Top = 2 Top = 2
Width = 3 Width = 3
Height = 472 Height = 474
Align = alRight Align = alRight
end end
object pnlDock: TSpTBXMultiDock object pnlDock: TSpTBXMultiDock
Left = 5 Left = 5
Top = 2 Top = 2
Width = 195 Width = 195
Height = 472 Height = 474
Position = dpxClient Position = dpxClient
object pnlCodeExplorer: TSpTBXDockablePanel object pnlCodeExplorer: TSpTBXDockablePanel
Left = 0 Left = 0
@ -895,7 +895,7 @@ object frmMain: TfrmMain
Left = 0 Left = 0
Top = 26 Top = 26
Width = 191 Width = 191
Height = 198 Height = 199
Align = alClient Align = alClient
Images = ilImages Images = ilImages
Indent = 19 Indent = 19
@ -924,17 +924,17 @@ object frmMain: TfrmMain
end end
object pnlCodeInspector: TSpTBXDockablePanel object pnlCodeInspector: TSpTBXDockablePanel
Left = 0 Left = 0
Top = 228 Top = 229
Caption = 'Code-Inspector' Caption = 'Code-Inspector'
DockedWidth = 191 DockedWidth = 191
DockPos = 228 DockPos = 229
TabOrder = 1 TabOrder = 1
OnVisibleChanged = pnlCodeInspectorVisibleChanged OnVisibleChanged = pnlCodeInspectorVisibleChanged
object jviCode: TJvInspector object jviCode: TJvInspector
Left = 0 Left = 0
Top = 26 Top = 26
Width = 191 Width = 191
Height = 198 Height = 199
Align = alClient Align = alClient
Divider = 110 Divider = 110
ItemHeight = 16 ItemHeight = 16
@ -949,13 +949,13 @@ object frmMain: TfrmMain
Left = 3 Left = 3
Top = 95 Top = 95
Width = 666 Width = 666
Height = 499 Height = 501
Align = alClient Align = alClient
BevelOuter = bvNone BevelOuter = bvNone
TabOrder = 4 TabOrder = 4
object splOutput: TSplitter object splOutput: TSplitter
Left = 0 Left = 0
Top = 414 Top = 416
Width = 666 Width = 666
Height = 3 Height = 3
Cursor = crVSplit Cursor = crVSplit
@ -966,7 +966,7 @@ object frmMain: TfrmMain
Left = 0 Left = 0
Top = 0 Top = 0
Width = 666 Width = 666
Height = 414 Height = 416
Color = clWhite Color = clWhite
Font.Charset = DEFAULT_CHARSET Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack Font.Color = clBlack
@ -4483,7 +4483,7 @@ object frmMain: TfrmMain
end end
object lstOutput: TListBox object lstOutput: TListBox
Left = 0 Left = 0
Top = 417 Top = 419
Width = 666 Width = 666
Height = 82 Height = 82
Align = alBottom Align = alBottom