summaryrefslogtreecommitdiff
path: root/tools/langpackmgr/unit1.lfm
blob: 76c8ce4d9a27e9d13d264c07668321f8254758d2 (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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
object Form1: TForm1
  Left = 291
  Height = 340
  Top = 170
  Width = 505
  HorzScrollBar.Page = 532
  HorzScrollBar.Range = 528
  VertScrollBar.Page = 296
  VertScrollBar.Range = 283
  Caption = 'Miranda NG Langpack Tools: Editor'
  ClientHeight = 340
  ClientWidth = 505
  Constraints.MinHeight = 340
  Constraints.MinWidth = 450
  OnCreate = FormCreate
  OnResize = FormResize
  LCLVersion = '1.0.14.0'
  object Memo1: TMemo
    Left = 136
    Height = 128
    Top = 40
    Width = 363
    ScrollBars = ssHorizontal
    TabOrder = 0
    WordWrap = False
  end
  object Memo2: TMemo
    Left = 136
    Height = 128
    Top = 176
    Width = 363
    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 = 427
    Height = 21
    Top = 8
    Width = 72
    ItemHeight = 13
    ItemIndex = 0
    Items.Strings = (
      'english'
    )
    OnChange = ComboBox2Change
    Style = csDropDownList
    TabOrder = 4
    Text = 'english'
  end
  object Button3: TButton
    Left = 136
    Height = 21
    Top = 315
    Width = 56
    Caption = 'Copy'
    OnClick = Button3Click
    TabOrder = 5
  end
  object Button4: TButton
    Left = 200
    Height = 21
    Top = 315
    Width = 56
    Caption = 'Google'
    OnClick = Button4Click
    TabOrder = 6
  end
  object Button2: TButton
    Left = 264
    Height = 21
    Top = 315
    Width = 56
    Caption = 'Find'
    Enabled = False
    OnClick = Button2Click
    TabOrder = 7
  end
  object Button1: TButton
    Left = 456
    Height = 21
    Top = 315
    Width = 43
    Caption = 'Save'
    OnClick = Button1Click
    TabOrder = 8
  end
  object RadioGroup1: TRadioGroup
    Left = 136
    Height = 35
    Top = 0
    Width = 169
    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 = 165
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      'Untranslated'
      'All'
    )
    TabOrder = 9
  end
  object Label1: TLabel
    Left = 363
    Height = 14
    Top = 15
    Width = 61
    Caption = 'Other langs:'
    ParentColor = False
  end
  object Edit1: TEdit
    Left = 8
    Height = 21
    Top = 8
    Width = 400
    TabOrder = 10
    Visible = False
  end
  object Edit2: TEdit
    Left = 8
    Height = 21
    Top = 36
    Width = 400
    TabOrder = 11
    Visible = False
  end
  object Button5: TButton
    Left = 416
    Height = 21
    Top = 8
    Width = 83
    Caption = 'Find'
    OnClick = Button5Click
    TabOrder = 12
    Visible = False
  end
  object Button6: TButton
    Left = 416
    Height = 21
    Top = 36
    Width = 83
    Caption = 'Replace'
    OnClick = Button6Click
    TabOrder = 13
    Visible = False
  end
  object CheckListBox1: TCheckListBox
    Left = 8
    Height = 272
    Top = 64
    Width = 491
    Columns = 2
    ItemHeight = 0
    TabOrder = 14
    Visible = False
  end
end