Skip to content

Commit c6ad3e9

Browse files
committed
Make search and replace dialog centered in relation to the parent window and not visible in the taskbar
1 parent 0d4e47e commit c6ad3e9

File tree

9 files changed

+6
-9
lines changed

9 files changed

+6
-9
lines changed
Binary file not shown.
0 Bytes
Binary file not shown.
12.1 KB
Binary file not shown.

Text Editor Setup/Text Editor Setup-cache/part2/output-info.ini renamed to Text Editor Setup/Text Editor Setup-cache/part1/output-info.ini

1.11 KB
Binary file not shown.
-12.1 KB
Binary file not shown.

Text Editor Setup/Text Editor Setup.aip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
1212
<ROW Property="ARPPRODUCTICON" Value="icon72.exe" Type="8"/>
1313
<ROW Property="Manufacturer" Value="Zach, Inc."/>
14-
<ROW Property="ProductCode" Value="1033:{D5ED6CAB-8672-4E71-9EEB-35920700A7CD} " Type="16"/>
14+
<ROW Property="ProductCode" Value="1033:{1EB8AB33-FCE6-4BD5-95E0-C96AA3901561} " Type="16"/>
1515
<ROW Property="ProductLanguage" Value="1033"/>
1616
<ROW Property="ProductName" Value="Text Editor"/>
17-
<ROW Property="ProductVersion" Value="1.0.4" Type="32"/>
17+
<ROW Property="ProductVersion" Value="1.0.5" Type="32"/>
1818
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
1919
<ROW Property="UpgradeCode" Value="{6F659083-3442-43A7-8DA3-D7192D778487}"/>
2020
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
@@ -55,7 +55,7 @@
5555
<ROW BootstrOptKey="GlobalOptions" DownloadFolder="[AppDataFolder][|Manufacturer]\[|ProductName]\prerequisites" Options="2"/>
5656
</COMPONENT>
5757
<COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">
58-
<ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" PackageFileName="Text_Editor_1_0_4_Setup" Languages="en" InstallationType="4" UseLargeSchema="true"/>
58+
<ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" PackageFileName="Text_Editor_1_0_5_Setup" Languages="en" InstallationType="4" UseLargeSchema="true"/>
5959
</COMPONENT>
6060
<COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">
6161
<ROW Path="&lt;AI_DICTS&gt;ui.ail"/>

Text Editor/AboutForm.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Text Editor/SearchForm.Designer.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Text Editor/SearchForm.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ public partial class SearchForm : Form
1515
public SearchForm()
1616
{
1717
InitializeComponent();
18-
string searchString = txtSearchString.Text;
19-
string replaceString = txtReplaceString.Text;
2018
}
21-
22-
public string searchString;
23-
public string replaceString;
2419
}
2520
}

0 commit comments

Comments
 (0)