Skip to content

Commit 275945d

Browse files
committed
v2.3 - Removing a reference to a missing module unique_utils
1 parent 37c96a0 commit 275945d

File tree

9 files changed

+16
-21
lines changed

9 files changed

+16
-21
lines changed

RPMCreator/RPMCreator

0 Bytes
Binary file not shown.

RPMCreator/RPMCreator.lps

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<Unit0>
4141
<Filename Value="RPMCreator.pas"/>
4242
<IsPartOfProject Value="True"/>
43-
<IsVisibleTab Value="True"/>
44-
<EditorIndex Value="-1"/>
43+
<EditorIndex Value="1"/>
4544
<CursorPos X="11" Y="4"/>
4645
<UsageCount Value="196"/>
46+
<Loaded Value="True"/>
4747
</Unit0>
4848
<Unit1>
4949
<Filename Value="unit1.pas"/>
@@ -52,9 +52,11 @@
5252
<HasResources Value="True"/>
5353
<ResourceBaseClass Value="Form"/>
5454
<UnitName Value="Unit1"/>
55-
<EditorIndex Value="-1"/>
55+
<IsVisibleTab Value="True"/>
5656
<CursorPos X="13"/>
5757
<UsageCount Value="196"/>
58+
<Loaded Value="True"/>
59+
<LoadedDesigner Value="True"/>
5860
</Unit1>
5961
<Unit2>
6062
<Filename Value="unit2.pas"/>
@@ -124,9 +126,6 @@
124126
<UsageCount Value="10"/>
125127
</Unit8>
126128
</Units>
127-
<General>
128-
<ActiveWindowIndexAtStart Value="-1"/>
129-
</General>
130129
<JumpHistory HistoryIndex="-1"/>
131130
<RunParams>
132131
<FormatVersion Value="2"/>

RPMCreator/backup/RPMCreator.lpi

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<CompatibilityMode Value="True"/>
99
</Flags>
1010
<SessionStorage Value="InProjectDir"/>
11-
<Title Value="RPMCreator v2.2"/>
11+
<Title Value="RPMCreator v2.3"/>
1212
<Scaled Value="True"/>
1313
<ResourceType Value="res"/>
1414
<UseXPManifest Value="True"/>

RPMCreator/backup/RPMCreator.lps

+6-10
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@
4141
<Filename Value="RPMCreator.pas"/>
4242
<IsPartOfProject Value="True"/>
4343
<IsVisibleTab Value="True"/>
44-
<EditorIndex Value="1"/>
44+
<EditorIndex Value="-1"/>
4545
<CursorPos X="11" Y="4"/>
4646
<UsageCount Value="196"/>
47-
<Loaded Value="True"/>
4847
</Unit0>
4948
<Unit1>
5049
<Filename Value="unit1.pas"/>
@@ -53,10 +52,9 @@
5352
<HasResources Value="True"/>
5453
<ResourceBaseClass Value="Form"/>
5554
<UnitName Value="Unit1"/>
55+
<EditorIndex Value="-1"/>
5656
<CursorPos X="13"/>
5757
<UsageCount Value="196"/>
58-
<Loaded Value="True"/>
59-
<LoadedDesigner Value="True"/>
6058
</Unit1>
6159
<Unit2>
6260
<Filename Value="unit2.pas"/>
@@ -126,12 +124,10 @@
126124
<UsageCount Value="10"/>
127125
</Unit8>
128126
</Units>
129-
<JumpHistory Count="1">
130-
<Position1>
131-
<Filename Value="RPMCreator.pas"/>
132-
<Caret Line="11" Column="16"/>
133-
</Position1>
134-
</JumpHistory>
127+
<General>
128+
<ActiveWindowIndexAtStart Value="-1"/>
129+
</General>
130+
<JumpHistory HistoryIndex="-1"/>
135131
<RunParams>
136132
<FormatVersion Value="2"/>
137133
<Modes ActiveMode="default"/>

RPMCreator/backup/unit1.lfm

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ object MainForm: TMainForm
1919
Height = 661
2020
Top = 48
2121
Width = 1000
22-
ActivePage = TabSheet3
22+
ActivePage = TabSheet1
2323
Align = alClient
2424
ParentShowHint = False
25-
TabIndex = 2
25+
TabIndex = 0
2626
TabOrder = 0
2727
object TabSheet1: TTabSheet
2828
Caption = 'Basic'
0 Bytes
Binary file not shown.

RPMCreator/lib/x86_64-linux/unit1.lfm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object MainForm: TMainForm
2-
Left = 285
2+
Left = 284
33
Height = 728
44
Top = 104
55
Width = 1000

RPMCreator/lib/x86_64-linux/unit1.ppu

0 Bytes
Binary file not shown.

RPMCreator/unit1.lfm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object MainForm: TMainForm
2-
Left = 285
2+
Left = 284
33
Height = 728
44
Top = 104
55
Width = 1000

0 commit comments

Comments
 (0)