object FilterEditor: TFilterEditor Left = 248 Top = 107 BorderStyle = bsDialog Caption = '̨�� �̐ݒ�' ClientHeight = 221 ClientWidth = 367 Font.Color = clBlack Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 12 object Bevel1: TBevel Left = 8 Top = 9 Width = 351 Height = 172 end object OKButton: TButton Left = 124 Top = 190 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 204 Top = 190 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 1 end object HelpButton: TButton Left = 284 Top = 190 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 2 OnClick = HelpBtnClick end end