Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e45f21

Browse files
Palette Bar Commit
Freeware IDE Plug In Palette Bar has been added
1 parent 6d98e1e commit 4e45f21

File tree

156 files changed

+24191
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+24191
-0
lines changed

‎Other/Palette Bar/palettebar.pdf‎

184 KB
Binary file not shown.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
-$A8
2+
-$B-
3+
-$C+
4+
-$D-
5+
-$E-
6+
-$F-
7+
-$G+
8+
-$H+
9+
-$I+
10+
-$J+
11+
-$K-
12+
-$L+
13+
-$M-
14+
-$N+
15+
-$O+
16+
-$P+
17+
-$Q-
18+
-$R-
19+
-$S-
20+
-$T-
21+
-$U+
22+
-$V+
23+
-$W+
24+
-$X+
25+
-$YD
26+
-$Z1
27+
-cg
28+
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
29+
-H+
30+
-W+
31+
-M
32+
-$M16384,1048576
33+
-K00400000ドル
34+
-N"D:\Borland\Projekte\PaletteBar\D6\clx"
35+
-LE"D:\Borland\Projekte\PaletteBar\D6\clx"
36+
-LN"D:\Borland\Projekte\PaletteBar\D6\clx"
37+
-U"D:\Borland\Projekte\PaletteBar\Source"
38+
-O"D:\Borland\Projekte\PaletteBar\Source"
39+
-I"D:\Borland\Projekte\PaletteBar\Source"
40+
-R"D:\Borland\Projekte\PaletteBar\Source"
41+
-DClxVersion;Delphi6
42+
-Z
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
[FileVersion]
2+
Version=6.0
3+
[Compiler]
4+
A=8
5+
B=0
6+
C=1
7+
D=0
8+
E=0
9+
F=0
10+
G=1
11+
H=1
12+
I=1
13+
J=1
14+
K=0
15+
L=1
16+
M=0
17+
N=1
18+
O=1
19+
P=1
20+
Q=0
21+
R=0
22+
S=0
23+
T=0
24+
U=1
25+
V=1
26+
W=1
27+
X=1
28+
Y=1
29+
Z=1
30+
ShowHints=1
31+
ShowWarnings=1
32+
UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
33+
[Linker]
34+
MapFile=0
35+
OutputObjs=0
36+
ConsoleApp=1
37+
DebugInfo=0
38+
RemoteSymbols=0
39+
MinStackSize=16384
40+
MaxStackSize=1048576
41+
ImageBase=4194304
42+
ExeDescription=PaletteBar by Hellinger Software
43+
[Directories]
44+
OutputDir=
45+
UnitOutputDir=D:\Borland\Projekte\PaletteBar\D6\clx
46+
PackageDLLOutputDir=D:\Borland\Projekte\PaletteBar\D6\clx
47+
PackageDCPOutputDir=D:\Borland\Projekte\PaletteBar\D6\clx
48+
SearchPath=D:\Borland\Projekte\PaletteBar\Source
49+
Packages=
50+
Conditionals=ClxVersion;Delphi6
51+
DebugSourceDirs=
52+
UsePackages=0
53+
[Parameters]
54+
RunParams=
55+
HostApplication=D:\Borland\D6\Bin\delphi32.exe
56+
Launcher=
57+
UseLauncher=0
58+
DebugCWD=
59+
[Version Info]
60+
IncludeVerInfo=1
61+
AutoIncBuild=0
62+
MajorVer=3
63+
MinorVer=1
64+
Release=1
65+
Build=0
66+
Debug=0
67+
PreRelease=0
68+
Special=0
69+
Private=0
70+
DLL=0
71+
Locale=1031
72+
CodePage=1252
73+
[Version Info Keys]
74+
CompanyName=
75+
FileDescription=
76+
FileVersion=3.1.1.0
77+
InternalName=
78+
LegalCopyright=
79+
LegalTrademarks=
80+
OriginalFilename=
81+
ProductName=
82+
ProductVersion=1.0.0.0
83+
Comments=
84+
[HistoryLists\hlConditionals]
85+
Count=1
86+
Item0=ClxVersion;Delphi6
87+
[HistoryLists\hlUnitAliases]
88+
Count=1
89+
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
90+
[HistoryLists\hlSearchPath]
91+
Count=2
92+
Item0=D:\Borland\Projekte\PaletteBar\Source
93+
Item1=$(DELPHI)\Lib\Debug;D:\Borland\Projekte\PaletteBar\Source
94+
[HistoryLists\hlUnitOutputDirectory]
95+
Count=1
96+
Item0=D:\Borland\Projekte\PaletteBar\D6\clx
97+
[HistoryLists\hlBPLOutput]
98+
Count=2
99+
Item0=D:\Borland\Projekte\PaletteBar\D6\clx
100+
Item1=D:\Borland\Projekte\PaletteBar\Release
101+
[HistoryLists\hlDCPOutput]
102+
Count=1
103+
Item0=D:\Borland\Projekte\PaletteBar\D6\clx
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
package PaletteBar60;
2+
3+
{$R *.res}
4+
{$ALIGN 8}
5+
{$ASSERTIONS ON}
6+
{$BOOLEVAL OFF}
7+
{$DEBUGINFO OFF}
8+
{$EXTENDEDSYNTAX ON}
9+
{$IMPORTEDDATA ON}
10+
{$IOCHECKS ON}
11+
{$LOCALSYMBOLS ON}
12+
{$LONGSTRINGS ON}
13+
{$OPENSTRINGS ON}
14+
{$OPTIMIZATION ON}
15+
{$OVERFLOWCHECKS OFF}
16+
{$RANGECHECKS OFF}
17+
{$REFERENCEINFO ON}
18+
{$SAFEDIVIDE ON}
19+
{$STACKFRAMES ON}
20+
{$TYPEDADDRESS OFF}
21+
{$VARSTRINGCHECKS ON}
22+
{$WRITEABLECONST ON}
23+
{$MINENUMSIZE 1}
24+
{$IMAGEBASE 400000ドル}
25+
{$DESCRIPTION 'PaletteBar by Hellinger Software'}
26+
{$DESIGNONLY}
27+
{$IMPLICITBUILD OFF}
28+
{$DEFINE ClxVersion}
29+
{$DEFINE Delphi6}
30+
31+
requires
32+
VCL,
33+
DesignIDE,
34+
vcljpg,
35+
visualclx,
36+
dclact;
37+
38+
contains
39+
pb_master in '..\source\pb_master.pas' {PBar},
40+
pb_Common in '..\source\pb_Common.pas',
41+
pb_about in '..\source\pb_about.pas' {pbAboutFrm},
42+
pb_Categories in '..\source\pb_Categories.pas' {PaletteCategories},
43+
pb_config in '..\source\pb_config.pas' {PaletteConfig};
44+
45+
end.
1.36 KB
Binary file not shown.
1.5 KB
Binary file not shown.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
-$A8
2+
-$B-
3+
-$C+
4+
-$D-
5+
-$E-
6+
-$F-
7+
-$G+
8+
-$H+
9+
-$I+
10+
-$J+
11+
-$K-
12+
-$L+
13+
-$M-
14+
-$N+
15+
-$O+
16+
-$P+
17+
-$Q-
18+
-$R-
19+
-$S-
20+
-$T-
21+
-$U+
22+
-$V+
23+
-$W+
24+
-$X+
25+
-$YD
26+
-$Z1
27+
-cg
28+
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
29+
-H+
30+
-W+
31+
-M
32+
-$M16384,1048576
33+
-K00400000ドル
34+
-N"D:\Borland\Projekte\PaletteBar\D6\noclx"
35+
-LE"D:\Borland\Projekte\PaletteBar\D6\noclx"
36+
-LN"D:\Borland\Projekte\PaletteBar\D6\noclx"
37+
-U"D:\Borland\Projekte\PaletteBar\Source"
38+
-O"D:\Borland\Projekte\PaletteBar\Source"
39+
-I"D:\Borland\Projekte\PaletteBar\Source"
40+
-R"D:\Borland\Projekte\PaletteBar\Source"
41+
-DDelphi6
42+
-Z
Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
[FileVersion]
2+
Version=6.0
3+
[Compiler]
4+
A=8
5+
B=0
6+
C=1
7+
D=0
8+
E=0
9+
F=0
10+
G=1
11+
H=1
12+
I=1
13+
J=1
14+
K=0
15+
L=1
16+
M=0
17+
N=1
18+
O=1
19+
P=1
20+
Q=0
21+
R=0
22+
S=0
23+
T=0
24+
U=1
25+
V=1
26+
W=1
27+
X=1
28+
Y=1
29+
Z=1
30+
ShowHints=1
31+
ShowWarnings=1
32+
UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
33+
[Linker]
34+
MapFile=0
35+
OutputObjs=0
36+
ConsoleApp=1
37+
DebugInfo=0
38+
RemoteSymbols=0
39+
MinStackSize=16384
40+
MaxStackSize=1048576
41+
ImageBase=4194304
42+
ExeDescription=PaletteBar by Hellinger Software
43+
[Directories]
44+
OutputDir=
45+
UnitOutputDir=D:\Borland\Projekte\PaletteBar\D6\noclx
46+
PackageDLLOutputDir=D:\Borland\Projekte\PaletteBar\D6\noclx
47+
PackageDCPOutputDir=D:\Borland\Projekte\PaletteBar\D6\noclx
48+
SearchPath=D:\Borland\Projekte\PaletteBar\Source
49+
Packages=
50+
Conditionals=Delphi6
51+
DebugSourceDirs=
52+
UsePackages=0
53+
[Parameters]
54+
RunParams=
55+
HostApplication=
56+
Launcher=
57+
UseLauncher=0
58+
DebugCWD=
59+
[Version Info]
60+
IncludeVerInfo=1
61+
AutoIncBuild=0
62+
MajorVer=3
63+
MinorVer=0
64+
Release=1
65+
Build=0
66+
Debug=0
67+
PreRelease=0
68+
Special=0
69+
Private=0
70+
DLL=0
71+
Locale=1031
72+
CodePage=1252
73+
[Version Info Keys]
74+
CompanyName=
75+
FileDescription=
76+
FileVersion=3.0.1.0
77+
InternalName=
78+
LegalCopyright=
79+
LegalTrademarks=
80+
OriginalFilename=
81+
ProductName=
82+
ProductVersion=1.0.0.0
83+
Comments=
84+
[Excluded Packages]
85+
D:\Borland\Projekte\PaletteBar\D6\clx\PaletteBar60.bpl=PaletteBar by Hellinger Software
86+
D:\Borland\Projekte\PaletteBar\D6\noclx\PaletteBar60PE.bpl=PaletteBar by Hellinger Software
87+
[HistoryLists\hlConditionals]
88+
Count=2
89+
Item0=Delphi6
90+
Item1=ClxVersion;Delphi6
91+
[HistoryLists\hlUnitAliases]
92+
Count=1
93+
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
94+
[HistoryLists\hlSearchPath]
95+
Count=1
96+
Item0=D:\Borland\Projekte\PaletteBar\Source
97+
[HistoryLists\hlUnitOutputDirectory]
98+
Count=2
99+
Item0=D:\Borland\Projekte\PaletteBar\D6\noclx
100+
Item1=D:\Borland\Projekte\PaletteBar\D6\clx
101+
[HistoryLists\hlBPLOutput]
102+
Count=3
103+
Item0=D:\Borland\Projekte\PaletteBar\D6\noclx
104+
Item1=D:\Borland\Projekte\PaletteBar\D6\clx
105+
Item2=D:\Borland\Projekte\PaletteBar\Release
106+
[HistoryLists\hlDCPOutput]
107+
Count=2
108+
Item0=D:\Borland\Projekte\PaletteBar\D6\noclx
109+
Item1=D:\Borland\Projekte\PaletteBar\D6\clx
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
package PaletteBar60;
2+
3+
{$R *.res}
4+
{$ALIGN 8}
5+
{$ASSERTIONS ON}
6+
{$BOOLEVAL OFF}
7+
{$DEBUGINFO OFF}
8+
{$EXTENDEDSYNTAX ON}
9+
{$IMPORTEDDATA ON}
10+
{$IOCHECKS ON}
11+
{$LOCALSYMBOLS ON}
12+
{$LONGSTRINGS ON}
13+
{$OPENSTRINGS ON}
14+
{$OPTIMIZATION ON}
15+
{$OVERFLOWCHECKS OFF}
16+
{$RANGECHECKS OFF}
17+
{$REFERENCEINFO ON}
18+
{$SAFEDIVIDE ON}
19+
{$STACKFRAMES ON}
20+
{$TYPEDADDRESS OFF}
21+
{$VARSTRINGCHECKS ON}
22+
{$WRITEABLECONST ON}
23+
{$MINENUMSIZE 1}
24+
{$IMAGEBASE 400000ドル}
25+
{$DESCRIPTION 'PaletteBar by Hellinger Software'}
26+
{$DESIGNONLY}
27+
{$IMPLICITBUILD OFF}
28+
{$DEFINE Delphi6}
29+
30+
requires
31+
VCL,
32+
DesignIDE,
33+
vcljpg,
34+
dclact;
35+
36+
contains
37+
pb_master in '..\source\pb_master.pas' {PalBar},
38+
pb_Common in '..\source\pb_Common.pas',
39+
pb_about in '..\source\pb_about.pas' {pbAboutFrm},
40+
pb_Categories in '..\source\pb_Categories.pas' {PaletteCategories},
41+
pb_config in '..\source\pb_config.pas' {PaletteConfig};
42+
43+
end.
1.06 MB
Binary file not shown.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /