object RebuildWarningDlg: TRebuildWarningDlg Left = 313 Top = 114 BorderStyle = bsDialog Caption = '�߯���� %s �̺��߲�' ClientHeight = 123 ClientWidth = 338 ParentFont = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object MessageText: TLabel Left = 0 Top = 8 Width = 338 Height = 49 Alignment = taCenter AutoSize = False Caption = '�߯���� '#39'%s'#39' �����߲ق���܂��B��낵���ł����H' WordWrap = True end object DontShowAgain: TCheckBox Left = 8 Top = 64 Width = 185 Height = 17 Caption = '����A�����޲�۸ނ�\�����Ȃ�(&D)' TabOrder = 0 end object YesButton: TButton Left = 96 Top = 96 Width = 75 Height = 25 Caption = '�͂�(&Y)' Default = True ModalResult = 6 TabOrder = 1 end object NoButton: TButton Left = 176 Top = 96 Width = 75 Height = 25 Cancel = True Caption = '������(&N)' ModalResult = 7 TabOrder = 2 end object HelpButton: TButton Left = 256 Top = 96 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 3 OnClick = HelpButtonClick end end