summaryrefslogtreecommitdiff
path: root/tools/langpackmgr/unit1.lfm
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-12-19 12:52:06 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-12-19 12:52:06 +0000
commitd318d9f39934e77e9629a55083297a3d5f68ebcd (patch)
tree5b246af7ea6fb2b20c63fc3ae7b9a6a0567c77c1 /tools/langpackmgr/unit1.lfm
parent5b6cb248511f922818a92dcc613ddbf08ec96dc9 (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/langpackmgr/unit1.lfm')
-rw-r--r--tools/langpackmgr/unit1.lfm142
1 files changed, 142 insertions, 0 deletions
diff --git a/tools/langpackmgr/unit1.lfm b/tools/langpackmgr/unit1.lfm
new file mode 100644
index 0000000000..1f572fc5f7
--- /dev/null
+++ b/tools/langpackmgr/unit1.lfm
@@ -0,0 +1,142 @@
+object Form1: TForm1
+ Left = 389
+ Height = 338
+ Top = 232
+ Width = 587
+ HorzScrollBar.Page = 532
+ HorzScrollBar.Range = 528
+ VertScrollBar.Page = 296
+ VertScrollBar.Range = 283
+ BorderStyle = bsDialog
+ Caption = 'Miranda NG Langpack Tools: Editor'
+ ClientHeight = 338
+ ClientWidth = 587
+ DragKind = dkDock
+ OnCreate = FormCreate
+ LCLVersion = '1.0.14.0'
+ object Memo1: TMemo
+ Left = 136
+ Height = 128
+ Top = 40
+ Width = 448
+ ScrollBars = ssHorizontal
+ TabOrder = 0
+ WordWrap = False
+ end
+ object Memo2: TMemo
+ Left = 136
+ Height = 128
+ Top = 176
+ Width = 448
+ ScrollBars = ssHorizontal
+ TabOrder = 1
+ WordWrap = False
+ end
+ object ListBox: TListBox
+ Left = 8
+ Height = 296
+ Top = 40
+ Width = 120
+ ItemHeight = 0
+ OnClick = ListBox1Click
+ OnDblClick = ListBox2Click
+ TabOrder = 2
+ end
+ object ComboBox1: TComboBox
+ Left = 8
+ Height = 21
+ Top = 8
+ Width = 120
+ ItemHeight = 13
+ OnChange = ComboBox1Change
+ Style = csDropDownList
+ TabOrder = 3
+ end
+ object ComboBox2: TComboBox
+ Left = 512
+ Height = 21
+ Top = 8
+ Width = 72
+ Enabled = False
+ ItemHeight = 13
+ ItemIndex = 0
+ Items.Strings = (
+ 'english'
+ )
+ OnChange = ComboBox2Change
+ Style = csDropDownList
+ TabOrder = 4
+ Text = 'english'
+ end
+ object Button3: TButton
+ Left = 136
+ Height = 21
+ Top = 312
+ Width = 43
+ Caption = 'Copy'
+ OnClick = Button3Click
+ TabOrder = 5
+ end
+ object Button4: TButton
+ Left = 184
+ Height = 21
+ Top = 312
+ Width = 43
+ Caption = 'Google'
+ OnClick = Button4Click
+ TabOrder = 6
+ end
+ object Button2: TButton
+ Left = 232
+ Height = 21
+ Top = 312
+ Width = 43
+ Caption = 'Find'
+ Enabled = False
+ OnClick = Button2Click
+ TabOrder = 7
+ end
+ object Button1: TButton
+ Left = 541
+ Height = 21
+ Top = 312
+ Width = 43
+ Caption = 'Save'
+ OnClick = Button1Click
+ TabOrder = 8
+ end
+ object RadioGroup1: TRadioGroup
+ Left = 136
+ Height = 35
+ Top = 0
+ Width = 137
+ AutoFill = True
+ Caption = 'View'
+ ChildSizing.LeftRightSpacing = 6
+ ChildSizing.TopBottomSpacing = 6
+ ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
+ ChildSizing.EnlargeVertical = crsHomogenousChildResize
+ ChildSizing.ShrinkHorizontal = crsScaleChilds
+ ChildSizing.ShrinkVertical = crsScaleChilds
+ ChildSizing.Layout = cclLeftToRightThenTopToBottom
+ ChildSizing.ControlsPerLine = 2
+ ClientHeight = 17
+ ClientWidth = 133
+ Columns = 2
+ ItemIndex = 0
+ Items.Strings = (
+ 'Untranslated'
+ 'All'
+ )
+ TabOrder = 9
+ end
+ object CheckBox1: TCheckBox
+ Left = 400
+ Height = 17
+ Top = 12
+ Width = 104
+ Caption = 'Other languages:'
+ Enabled = False
+ TabOrder = 10
+ end
+end