summaryrefslogtreecommitdiff
path: root/tools/langpackmgr/Unit1.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/langpackmgr/Unit1.dfm')
-rw-r--r--tools/langpackmgr/Unit1.dfm228
1 files changed, 127 insertions, 101 deletions
diff --git a/tools/langpackmgr/Unit1.dfm b/tools/langpackmgr/Unit1.dfm
index 81f4a341d7..90dba5b17b 100644
--- a/tools/langpackmgr/Unit1.dfm
+++ b/tools/langpackmgr/Unit1.dfm
@@ -1,134 +1,160 @@
object Form1: TForm1
Left = 0
Top = 0
- Caption = 'LangPackMgr'
- ClientHeight = 342
- ClientWidth = 785
+ BorderIcons = [biSystemMenu, biMinimize]
+ BorderStyle = bsSingle
+ Caption = 'Miranda Langpack Manager'
+ ClientHeight = 286
+ ClientWidth = 630
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
- Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
- Left = 514
- Top = 320
- Width = 6
+ Left = 192
+ Top = 16
+ Width = 37
Height = 13
- Caption = '0'
+ Caption = 'Strings:'
end
- object Button1: TButton
- Left = 631
- Top = 308
- Width = 146
- Height = 25
- Caption = 'Save and refresh'
+ object Label2: TLabel
+ Left = 192
+ Top = 35
+ Width = 60
+ Height = 13
+ Caption = 'Untranslate:'
+ end
+ object Label3: TLabel
+ Left = 192
+ Top = 54
+ Width = 46
+ Height = 13
+ Caption = 'Changes:'
+ end
+ object Memo1: TMemo
+ Left = 168
+ Top = 88
+ Width = 449
+ Height = 80
+ Font.Charset = RUSSIAN_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Verdana'
+ Font.Style = []
+ ParentFont = False
+ ScrollBars = ssHorizontal
TabOrder = 0
- TabStop = False
- OnClick = Button1Click
end
- object Button2: TButton
- Left = 8
- Top = 308
- Width = 146
- Height = 25
- Caption = 'Custom Plugins'
+ object RadioGroup1: TRadioGroup
+ Left = 360
+ Top = 9
+ Width = 257
+ Height = 73
+ Caption = 'Available translations'
+ Columns = 2
+ Font.Charset = RUSSIAN_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Verdana'
+ Font.Style = []
+ ParentFont = False
TabOrder = 1
- TabStop = False
- OnClick = Button2Click
+ OnClick = RadioGroup1Click
end
- object BitBtn1: TBitBtn
- Left = 160
- Top = 308
- Width = 41
- Height = 25
- Caption = 'Copy'
+ object ComboBox1: TComboBox
+ Left = 8
+ Top = 8
+ Width = 154
+ Height = 21
+ Style = csDropDownList
TabOrder = 2
- TabStop = False
- OnClick = BitBtn1Click
+ OnChange = ComboBox1Change
end
- object BitBtn2: TBitBtn
- Left = 207
- Top = 308
- Width = 42
- Height = 25
- Caption = 'Google:'
+ object Memo2: TMemo
+ Left = 168
+ Top = 176
+ Width = 449
+ Height = 80
+ Font.Charset = RUSSIAN_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Verdana'
+ Font.Style = []
+ ParentFont = False
+ ScrollBars = ssHorizontal
TabOrder = 3
- TabStop = False
- OnClick = BitBtn2Click
end
- object BitBtn3: TBitBtn
- Left = 279
- Top = 308
- Width = 50
- Height = 25
- Caption = 'Clear'
+ object StringGrid1: TStringGrid
+ Left = 8
+ Top = 35
+ Width = 154
+ Height = 247
+ ColCount = 1
+ DefaultColWidth = 150
+ DefaultRowHeight = 14
+ FixedCols = 0
+ RowCount = 1
+ FixedRows = 0
+ Font.Charset = RUSSIAN_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Verdana'
+ Font.Style = []
+ ParentFont = False
+ ScrollBars = ssVertical
TabOrder = 4
- TabStop = False
- OnClick = BitBtn3Click
+ OnClick = Click
+ OnDrawCell = Draw
end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 146
- Height = 294
- TabStop = False
- Enabled = False
- ItemHeight = 13
+ object Button2: TButton
+ Left = 239
+ Top = 262
+ Width = 58
+ Height = 20
+ Caption = 'Google'
+ Font.Charset = RUSSIAN_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Verdana'
+ Font.Style = []
+ ParentFont = False
TabOrder = 5
- OnClick = ListBox1Click
+ OnClick = Button2Click
end
- object ListBox2: TListBox
- Left = 631
- Top = 8
- Width = 146
- Height = 294
- ItemHeight = 13
+ object Button3: TButton
+ Left = 559
+ Top = 262
+ Width = 58
+ Height = 20
+ Caption = 'Save'
+ Font.Charset = RUSSIAN_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Verdana'
+ Font.Style = []
+ ParentFont = False
TabOrder = 6
- OnClick = ListBox2Click
+ OnClick = Button3Click
end
- object Edit1: TEdit
- Left = 255
- Top = 312
- Width = 18
- Height = 21
+ object Button1: TButton
+ Left = 168
+ Top = 262
+ Width = 58
+ Height = 20
+ Caption = 'Copy'
+ Font.Charset = RUSSIAN_CHARSET
+ Font.Color = clWindowText
+ Font.Height = -11
+ Font.Name = 'Verdana'
+ Font.Style = []
+ ParentFont = False
TabOrder = 7
- Text = 'be'
- end
- object Memo1: TMemo
- Left = 160
- Top = 8
- Width = 465
- Height = 144
- ScrollBars = ssHorizontal
- TabOrder = 8
- end
- object Memo2: TMemo
- Left = 160
- Top = 158
- Width = 465
- Height = 144
- ScrollBars = ssHorizontal
- TabOrder = 9
- end
- object MainMenu1: TMainMenu
- Left = 512
- Top = 309
- object File1: TMenuItem
- Caption = 'File'
- object Open1: TMenuItem
- Caption = 'Open'
- OnClick = Open1Click
- end
- end
- end
- object SaveTextFileDialog1: TSaveTextFileDialog
- Left = 480
- Top = 309
+ OnClick = Button1Click
end
end