object YnForm: TYnForm Left = 67 Top = 252 BorderStyle = bsNone Caption = '�_���~�� Y/N' ClientHeight = 112 ClientWidth = 335 Color = clActiveCaption Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Bevel1: TBevel Left = 0 Top = 0 Width = 335 Height = 112 Align = alClient Style = bsRaised end object LabelM: TLabel Left = 4 Top = 6 Width = 249 Height = 101 Alignment = taCenter AutoSize = False Caption = '�P�Q�R�S�T�U�V�W�X�O�P�Q�R�S�T�U�V�W�X�O�P�Q�R�S�T�U�V�W�X�O�P�Q' + '�R�S�T�U�V�W�X�O' Color = clWhite Font.Charset = SHIFTJIS_CHARSET Font.Color = clWhite Font.Height = -19 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentColor = False ParentFont = False Transparent = True Layout = tlCenter WordWrap = True OnMouseDown = LabelMMouseDown end object Label1: TLabel Left = 258 Top = 6 Width = 71 Height = 45 Cursor = crHandPoint Hint = '�p�l���̈ړ�' Alignment = taCenter AutoSize = False Color = clBlack Font.Charset = SHIFTJIS_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentColor = False ParentFont = False ParentShowHint = False ShowHint = True Layout = tlCenter WordWrap = True OnMouseDown = LabelMMouseDown end object NoBtn: TBitBtn Left = 258 Top = 80 Width = 70 Height = 25 Caption = 'No' Font.Charset = SHIFTJIS_CHARSET Font.Color = clNavy Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False TabOrder = 1 TabStop = False OnClick = NoBtnClick end object yesBtn: TBitBtn Left = 258 Top = 54 Width = 70 Height = 50 Caption = 'Yes' Font.Charset = SHIFTJIS_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False TabOrder = 0 TabStop = False OnClick = yesBtnClick end end