object DlgFind: TDlgFind Left = 200 Top = 107 BorderStyle = bsDialog Caption = '����' ClientHeight = 230 ClientWidth = 389 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS UI Gothic' Font.Style = [] Position = poDefault Scaled = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 240 Top = 52 Width = 18 Height = 12 Caption = '����' end object Label2: TLabel Left = 16 Top = 118 Width = 66 Height = 12 Caption = '���e������F' end object Label3: TLabel Left = 16 Top = 152 Width = 30 Height = 12 Caption = '���ށF' end object LabelFile: TLabel Left = 16 Top = 20 Width = 54 Height = 12 Caption = '�����ΏہF' end object Label4: TLabel Left = 240 Top = 76 Width = 19 Height = 12 Caption = '�܂�' end object DtpFromDate: TDateTimePicker Left = 96 Top = 48 Width = 137 Height = 20 CalAlignment = dtaLeft Date = 36202.937295833330000000 Time = 36202.937295833330000000 DateFormat = dfLong DateMode = dmComboBox Enabled = False Kind = dtkDate ParseInput = False end object DtpToDate: TDateTimePicker Left = 96 Top = 72 Width = 137 Height = 20 CalAlignment = dtaLeft Date = 36202.937357523150000000 Time = 36202.937357523150000000 DateFormat = dfLong DateMode = dmComboBox Enabled = False Kind = dtkDate ParseInput = False end object EditTitle: TEdit Left = 96 Top = 112 Width = 281 Height = 20 ImeMode = imHira MaxLength = 20 TabOrder = 6 end object CmbBunrui: TComboBox Left = 96 Top = 144 Width = 137 Height = 20 Style = csDropDownList DropDownCount = 16 ImeMode = imClose ItemHeight = 12 TabOrder = 7 end object ChkDate: TCheckBox Left = 16 Top = 50 Width = 57 Height = 17 Caption = '���ԁF' TabOrder = 1 OnClick = ChkDateClick end object BtnOk: TButton Left = 168 Top = 200 Width = 113 Height = 22 Caption = '�����J�n(&I)' Default = True ModalResult = 1 TabOrder = 9 OnClick = BtnOkClick end object BtnClose: TButton Left = 288 Top = 200 Width = 89 Height = 22 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 10 end object CmbFile: TComboBox Left = 96 Top = 16 Width = 137 Height = 20 Style = csDropDownList ImeMode = imClose ItemHeight = 12 Items.Strings = ( '�X�P�W���[��' '����') TabOrder = 0 OnChange = FileListSelect end object BtnYear: TButton Left = 288 Top = 48 Width = 89 Height = 22 Caption = '���N' Enabled = False TabOrder = 4 OnClick = BtnYearClick end object BtnMonth: TButton Left = 288 Top = 72 Width = 89 Height = 22 Caption = '����' Enabled = False TabOrder = 5 OnClick = BtnMonthClick end object ChkCapital: TCheckBox Left = 16 Top = 176 Width = 217 Height = 17 Caption = '�啶���Ə���������ʂ���B' TabOrder = 8 end end