summaryrefslogtreecommitdiff
path: root/tools/replacer/unit1.lfm
blob: e4aacdd18984e8c1f39af0b465fde214621507a2 (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
object Form1: TForm1
  Left = 292
  Height = 275
  Top = 179
  Width = 362
  Caption = 'Miranda NG Langpack Tools: Replacer'
  ClientHeight = 275
  ClientWidth = 362
  LCLVersion = '1.0.14.0'
  object CheckListBox1: TCheckListBox
    Left = 8
    Height = 208
    Top = 64
    Width = 347
    ItemHeight = 0
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 8
    Height = 21
    Top = 8
    Width = 280
    TabOrder = 1
  end
  object Button1: TButton
    Left = 296
    Height = 21
    Top = 8
    Width = 59
    Caption = 'Find'
    OnClick = Button1Click
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 8
    Height = 21
    Top = 36
    Width = 280
    TabOrder = 3
  end
  object Button2: TButton
    Left = 296
    Height = 21
    Top = 36
    Width = 59
    Caption = 'Replace'
    OnClick = Button2Click
    TabOrder = 4
  end
end