object frmStrReplaceFrame: TfrmStrReplaceFrame Left = 0 Top = 0 Width = 354 Height = 100 TabOrder = 0 DesignSize = ( 354 100) object lblOldPattern: TLabel Left = 0 Top = 8 Width = 100 Height = 12 Caption = #32622#25563#12377#12427#25991#23383#21015'(&N):' FocusControl = edtOldPattern end object lblNewPattern: TLabel Left = 0 Top = 32 Width = 101 Height = 12 Caption = #32622#25563#24460#12398#25991#23383#21015'(&P):' FocusControl = edtNewPattern end object edtNewPattern: TEdit Left = 111 Top = 24 Width = 244 Height = 20 Anchors = [akLeft, akTop, akRight] TabOrder = 1 OnChange = ContentUpdate end object edtOldPattern: TEdit Left = 111 Top = 0 Width = 244 Height = 20 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = ContentUpdate end object cbxUseRegExp: TCheckBox Left = 0 Top = 56 Width = 193 Height = 17 Hint = #26908#32034#26465#20214#12395#27491#35215#34920#29694#12434#20351#29992#21487#33021#12395#12375#12414#12377 Caption = #27491#35215#34920#29694'(&R)' TabOrder = 2 OnClick = ContentUpdate end object cbxDontIgnoreCase: TCheckBox Left = 0 Top = 80 Width = 193 Height = 17 Hint = #26908#32034#26178#12395#22823#25991#23383#12539#23567#25991#23383#12434#21306#21029#12375#12414#12377 Caption = #22823#25991#23383#12539#23567#25991#23383#12434#21306#21029#12377#12427'(&C)' TabOrder = 3 OnClick = ContentUpdate end end