OSDN Git Service

3f9b59535de8b7a8d7d108225a8e7503be346f7e
[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   end
34   object edtOldPattern: TEdit
35     Left = 111
36     Top = 0
37     Width = 244
38     Height = 20
39     Anchors = [akLeft, akTop, akRight]
40     TabOrder = 0
41   end
42   object cbxUseRegExp: TCheckBox
43     Left = 0
44     Top = 56
45     Width = 193
46     Height = 17
47     Caption = #27491#35215#34920#29694'(&R)'
48     TabOrder = 2
49   end
50   object cbxDontIgnoreCase: TCheckBox
51     Left = 0
52     Top = 80
53     Width = 193
54     Height = 17
55     Caption = #22823#25991#23383#12539#23567#25991#23383#12434#21306#21029#12377#12427'(&C)'
56     TabOrder = 3
57   end
58 end