summaryrefslogtreecommitdiff
path: root/tools/replacer/unit1.lfm
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-12-17 12:56:15 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-12-17 12:56:15 +0000
commitb1993e41ef35eb327e326ee2607736bfb7982154 (patch)
treead3b9449c041519bd0d8b6fa34bf42c915452f60 /tools/replacer/unit1.lfm
parentdf1bdfee3a692232d91a4a07c525d9f3664813dc (diff)
source code of replacer.exe - http://forum.miranda-ng.org/index.php?topic=117.0
git-svn-id: http://svn.miranda-ng.org/main/trunk@7263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/replacer/unit1.lfm')
-rw-r--r--tools/replacer/unit1.lfm50
1 files changed, 50 insertions, 0 deletions
diff --git a/tools/replacer/unit1.lfm b/tools/replacer/unit1.lfm
new file mode 100644
index 0000000000..e4aacdd189
--- /dev/null
+++ b/tools/replacer/unit1.lfm
@@ -0,0 +1,50 @@
+object Form1: TForm1
+ Left = 292
+ Height = 275
+ Top = 179
+ Width = 362
+ Caption = 'Miranda NG Langpack Tools: Replacer'
+ ClientHeight = 275
+ ClientWidth = 362
+ LCLVersion = '1.0.14.0'
+ object CheckListBox1: TCheckListBox
+ Left = 8
+ Height = 208
+ Top = 64
+ Width = 347
+ ItemHeight = 0
+ TabOrder = 0
+ end
+ object Edit1: TEdit
+ Left = 8
+ Height = 21
+ Top = 8
+ Width = 280
+ TabOrder = 1
+ end
+ object Button1: TButton
+ Left = 296
+ Height = 21
+ Top = 8
+ Width = 59
+ Caption = 'Find'
+ OnClick = Button1Click
+ TabOrder = 2
+ end
+ object Edit2: TEdit
+ Left = 8
+ Height = 21
+ Top = 36
+ Width = 280
+ TabOrder = 3
+ end
+ object Button2: TButton
+ Left = 296
+ Height = 21
+ Top = 36
+ Width = 59
+ Caption = 'Replace'
+ OnClick = Button2Click
+ TabOrder = 4
+ end
+end