object FindForm: TFindForm Left = 192 Top = 107 BorderStyle = bsDialog Caption = '����' ClientHeight = 185 ClientWidth = 447 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 32 Top = 28 Width = 51 Height = 12 Caption = '������(&S)' FocusControl = FindStrCombo end object ReplaceLabel: TLabel Left = 9 Top = 52 Width = 73 Height = 12 Caption = '�u�������(&E)' Visible = False end object FindStrCombo: TComboBox Left = 88 Top = 24 Width = 209 Height = 20 ItemHeight = 12 TabOrder = 0 OnClick = FindStrComboClick OnDropDown = ComboDropDown end object ReplaceStrCombo: TComboBox Left = 88 Top = 48 Width = 209 Height = 20 ItemHeight = 12 TabOrder = 1 Visible = False OnDropDown = ComboDropDown end object CaseCheck: TCheckBox Left = 40 Top = 72 Width = 153 Height = 17 Caption = '�啶��/�������̋��(&C)' TabOrder = 2 end object WordCheck: TCheckBox Left = 40 Top = 88 Width = 97 Height = 17 Caption = '�P��̌���(&W)' TabOrder = 3 end object UseJreCheck: TCheckBox Left = 40 Top = 104 Width = 97 Height = 17 Caption = '���K�\��(&R)' TabOrder = 4 OnClick = UseJreCheckClick end object FuzzCheck: TCheckBox Left = 40 Top = 120 Width = 113 Height = 17 Caption = '�����܂�����(&F)' Enabled = False TabOrder = 5 end object UpFindButton: TButton Left = 320 Top = 16 Width = 105 Height = 20 Caption = '�㌟��(&U)' ModalResult = 1 TabOrder = 6 OnClick = UpFindButtonClick end object DownFindButton: TButton Left = 320 Top = 40 Width = 105 Height = 20 Caption = '������(&L)' Default = True ModalResult = 1 TabOrder = 7 OnClick = DownFindButtonClick end object AllRepleceButton: TButton Left = 320 Top = 112 Width = 105 Height = 20 Caption = '�S�u��(&A)' ModalResult = 1 TabOrder = 10 Visible = False OnClick = AllRepleceButtonClick end object CancelButton: TButton Left = 320 Top = 160 Width = 105 Height = 20 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 12 end object RepeatReplaceButton: TButton Left = 320 Top = 88 Width = 105 Height = 20 Caption = '�A���u��(&Z)' ModalResult = 1 TabOrder = 9 Visible = False OnClick = RepeatReplaceButtonClick end object StartHeadCheck: TCheckBox Left = 304 Top = 64 Width = 129 Height = 17 Caption = '�t�@�C���擪����(&T)' TabOrder = 8 end object HelpButton: TButton Left = 320 Top = 136 Width = 105 Height = 20 Caption = '�w���v(&H)' TabOrder = 11 OnClick = HelpButtonClick end end