diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-19 12:52:06 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-19 12:52:06 +0000 |
commit | d318d9f39934e77e9629a55083297a3d5f68ebcd (patch) | |
tree | 5b246af7ea6fb2b20c63fc3ae7b9a6a0567c77c1 /tools/replacer | |
parent | 5b6cb248511f922818a92dcc613ddbf08ec96dc9 (diff) |
LangPackMgr and replacer tools update (from Jebifor)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7282 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/replacer')
-rw-r--r-- | tools/replacer/replacer.lps | 34 | ||||
-rw-r--r-- | tools/replacer/unit1.lfm | 8 | ||||
-rw-r--r-- | tools/replacer/unit1.pas | 4 |
3 files changed, 15 insertions, 31 deletions
diff --git a/tools/replacer/replacer.lps b/tools/replacer/replacer.lps index fd1bcc394f..4a32f93491 100644 --- a/tools/replacer/replacer.lps +++ b/tools/replacer/replacer.lps @@ -9,7 +9,10 @@ <Filename Value="replacer.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="replacer"/>
- <UsageCount Value="20"/>
+ <WindowIndex Value="0"/>
+ <TopLine Value="1"/>
+ <CursorPos X="1" Y="1"/>
+ <UsageCount Value="22"/>
</Unit0>
<Unit1>
<Filename Value="unit1.pas"/>
@@ -21,9 +24,9 @@ <IsVisibleTab Value="True"/>
<EditorIndex Value="0"/>
<WindowIndex Value="0"/>
- <TopLine Value="1"/>
- <CursorPos X="1" Y="3"/>
- <UsageCount Value="20"/>
+ <TopLine Value="69"/>
+ <CursorPos X="26" Y="80"/>
+ <UsageCount Value="22"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit1>
@@ -31,27 +34,6 @@ <General>
<ActiveWindowIndexAtStart Value="0"/>
</General>
- <JumpHistory Count="5" HistoryIndex="4">
- <Position1>
- <Filename Value="unit1.pas"/>
- <Caret Line="22" Column="2" TopLine="8"/>
- </Position1>
- <Position2>
- <Filename Value="unit1.pas"/>
- <Caret Line="50" Column="3" TopLine="27"/>
- </Position2>
- <Position3>
- <Filename Value="unit1.pas"/>
- <Caret Line="140" Column="5" TopLine="113"/>
- </Position3>
- <Position4>
- <Filename Value="unit1.pas"/>
- <Caret Line="31" Column="1" TopLine="17"/>
- </Position4>
- <Position5>
- <Filename Value="unit1.pas"/>
- <Caret Line="59" Column="36" TopLine="38"/>
- </Position5>
- </JumpHistory>
+ <JumpHistory Count="0" HistoryIndex="-1"/>
</ProjectSession>
</CONFIG>
diff --git a/tools/replacer/unit1.lfm b/tools/replacer/unit1.lfm index e4aacdd189..a260da370d 100644 --- a/tools/replacer/unit1.lfm +++ b/tools/replacer/unit1.lfm @@ -1,11 +1,13 @@ object Form1: TForm1
Left = 292
Height = 275
- Top = 179
- Width = 362
+ Top = 156
+ Width = 361
+ BorderIcons = [biSystemMenu]
+ BorderStyle = bsDialog
Caption = 'Miranda NG Langpack Tools: Replacer'
ClientHeight = 275
- ClientWidth = 362
+ ClientWidth = 361
LCLVersion = '1.0.14.0'
object CheckListBox1: TCheckListBox
Left = 8
diff --git a/tools/replacer/unit1.pas b/tools/replacer/unit1.pas index 48fb0f9e03..b6a66bed0c 100644 --- a/tools/replacer/unit1.pas +++ b/tools/replacer/unit1.pas @@ -7,7 +7,8 @@ interface uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
CheckLst;
-
+{ IMAGE_FILE_LINE_NUMS_STRIPPED or IMAGE_FILE_LOCAL_SYMS_STRIPPED
+ $WEAKLINKRTTI ON $RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([]) }
type
{ TForm1 }
@@ -37,7 +38,6 @@ var s:string;
r,t:integer;
-
implementation
{$R *.lfm}
|