summaryrefslogtreecommitdiff
path: root/tools/langpackmgr/unit1.lfm
blob: 1f572fc5f706c17df1d61db6380f95920a7d56ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
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