object frmMultipleChoiceEditor: TfrmMultipleChoiceEditor Left = 762 Top = 553 Width = 283 Height = 166 Caption = #36984#25246 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Position = poScreenCenter DesignSize = ( 275 139) PixelsPerInch = 96 TextHeight = 12 object pnlChoices: TPanel Left = 0 Top = 0 Width = 275 Height = 89 Align = alTop BevelOuter = bvNone BorderWidth = 5 TabOrder = 0 object rgpChoices: TRadioGroup Left = 5 Top = 5 Width = 265 Height = 79 Align = alClient Caption = 'Caption' TabOrder = 0 end end object btnOk: TButton Left = 201 Top = 105 Width = 67 Height = 25 Anchors = [akRight, akBottom] Caption = '&OK' Default = True TabOrder = 1 OnClick = btnOkClick end object btnCancel: TButton Left = 113 Top = 105 Width = 81 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = #12461#12515#12531#12475#12523'(&C)' TabOrder = 2 OnClick = btnCancelClick end end