summaryrefslogtreecommitdiff
path: root/tools/langpackmgr/Unit2.dfm
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-10-24 14:21:35 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-10-24 14:21:35 +0000
commit4a4b816398add26a704f13af1aa2ff5023df01af (patch)
tree19f8377ac1aae591a6eb2ac430e1852306761b98 /tools/langpackmgr/Unit2.dfm
parentcb4909f7f21641f40e2676a848304e54bc44328c (diff)
langpackmgr update, belarusian langpack update (by Jebifor)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6607 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/langpackmgr/Unit2.dfm')
-rw-r--r--tools/langpackmgr/Unit2.dfm79
1 files changed, 79 insertions, 0 deletions
diff --git a/tools/langpackmgr/Unit2.dfm b/tools/langpackmgr/Unit2.dfm
new file mode 100644
index 0000000000..1f6cb2313f
--- /dev/null
+++ b/tools/langpackmgr/Unit2.dfm
@@ -0,0 +1,79 @@
+object Form2: TForm2
+ Left = 0
+ Top = 0
+ BorderIcons = []
+ Caption = 'Select the language'
+ ClientHeight = 151
+ ClientWidth = 205
+ Color = clBtnFace
+ Font.Charset = DEFAULT_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Tahoma'
+ Font.Style = []
+ OldCreateOrder = False
+ OnCreate = FormCreate
+ PixelsPerInch = 96
+ TextHeight = 13
+ object Label1: TLabel
+ Left = 8
+ Top = 8
+ Width = 89
+ Height = 13
+ Caption = 'Editable language:'
+ end
+ object Label2: TLabel
+ Left = 8
+ Top = 62
+ Width = 113
+ Height = 13
+ Caption = 'Languages to compare:'
+ end
+ object ComboBox1: TComboBox
+ Left = 8
+ Top = 27
+ Width = 185
+ Height = 22
+ Style = csOwnerDrawFixed
+ TabOrder = 0
+ OnChange = ComboBox1Change
+ end
+ object CheckBox1: TCheckBox
+ Left = 137
+ Top = 61
+ Width = 56
+ Height = 17
+ Caption = 'english'
+ Checked = True
+ Enabled = False
+ State = cbChecked
+ TabOrder = 1
+ end
+ object Button1: TButton
+ Left = 103
+ Top = 118
+ Width = 89
+ Height = 25
+ Caption = 'Start'
+ Enabled = False
+ TabOrder = 2
+ OnClick = Button1Click
+ end
+ object Button2: TButton
+ Left = 8
+ Top = 118
+ Width = 89
+ Height = 25
+ Caption = 'Cancel'
+ TabOrder = 3
+ OnClick = Button2Click
+ end
+ object ComboBox2: TComboBox
+ Left = 8
+ Top = 84
+ Width = 185
+ Height = 22
+ Style = csOwnerDrawFixed
+ TabOrder = 4
+ end
+end