OSDN Git Service

TEditor、TTaskTrayの配布先変更に追従
[winbottle/winbottle.git] / bottleclient / StrReplaceFrame.dfm
1 object frmStrReplaceFrame: TfrmStrReplaceFrame
2   Left = 0
3   Top = 0
4   Width = 354
5   Height = 100
6   TabOrder = 0
7   DesignSize = (
8     354
9     100)
10   object lblOldPattern: TLabel
11     Left = 0
12     Top = 8
13     Width = 100
14     Height = 12
15     Caption = #32622#25563#12377#12427#25991#23383#21015'(&N):'
16     FocusControl = edtOldPattern
17   end
18   object lblNewPattern: TLabel
19     Left = 0
20     Top = 32
21     Width = 101
22     Height = 12
23     Caption = #32622#25563#24460#12398#25991#23383#21015'(&P):'
24     FocusControl = edtNewPattern
25   end
26   object edtNewPattern: TEdit
27     Left = 111
28     Top = 24
29     Width = 244
30     Height = 20
31     Anchors = [akLeft, akTop, akRight]
32     TabOrder = 1
33     OnChange = ContentUpdate
34   end
35   object edtOldPattern: TEdit
36     Left = 111
37     Top = 0
38     Width = 244
39     Height = 20
40     Anchors = [akLeft, akTop, akRight]
41     TabOrder = 0
42     OnChange = ContentUpdate
43   end
44   object cbxUseRegExp: TCheckBox
45     Left = 0
46     Top = 56
47     Width = 193
48     Height = 17
49     Hint = #26908#32034#26465#20214#12395#27491#35215#34920#29694#12434#20351#29992#21487#33021#12395#12375#12414#12377
50     Caption = #27491#35215#34920#29694'(&R)'
51     TabOrder = 2
52     OnClick = ContentUpdate
53   end
54   object cbxDontIgnoreCase: TCheckBox
55     Left = 0
56     Top = 80
57     Width = 193
58     Height = 17
59     Hint = #26908#32034#26178#12395#22823#25991#23383#12539#23567#25991#23383#12434#21306#21029#12375#12414#12377
60     Caption = #22823#25991#23383#12539#23567#25991#23383#12434#21306#21029#12377#12427'(&C)'
61     TabOrder = 3
62     OnClick = ContentUpdate
63   end
64 end