summaryrefslogtreecommitdiff
path: root/tools/langpackmgr/Unit1.dfm
blob: 94b856409de1649723b54636fa12c8218cbdce80 (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
object Form1: TForm1
  Left = 0
  Top = 0
  AutoSize = True
  BorderIcons = [biSystemMenu]
  Caption = 'Miranda NG Langpack Manager'
  ClientHeight = 343
  ClientWidth = 643
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = 15
  Font.Name = 'Verdana'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 137
    Height = 343
    ItemHeight = 14
    TabOrder = 0
    OnClick = ListBox1Click
    OnDblClick = ListBox12Click
  end
  object Memo1: TMemo
    Left = 143
    Top = 0
    Width = 500
    Height = 343
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object Memo2: TMemo
    Left = 143
    Top = 153
    Width = 500
    Height = 150
    ScrollBars = ssBoth
    TabOrder = 2
    Visible = False
  end
  object Button1: TButton
    Left = 142
    Top = 318
    Width = 75
    Height = 25
    Caption = 'Copy'
    TabOrder = 3
    Visible = False
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 223
    Top = 318
    Width = 75
    Height = 25
    Caption = 'Translate'
    TabOrder = 4
    Visible = False
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 566
    Top = 318
    Width = 75
    Height = 25
    Caption = 'Save'
    TabOrder = 5
    Visible = False
    OnClick = Button3Click
  end
  object ComboBox1: TComboBox
    Left = 0
    Top = 318
    Width = 136
    Height = 22
    Style = csOwnerDrawFixed
    Enabled = False
    ItemIndex = 1
    TabOrder = 6
    Text = 'Untranslated items'
    Visible = False
    Items.Strings = (
      'All items'
      'Untranslated items')
  end
  object Button4: TButton
    Left = 304
    Top = 317
    Width = 75
    Height = 25
    Caption = 'Find lines'
    TabOrder = 7
    Visible = False
    OnClick = Button4Click
  end
end