object Form1: TForm1 Left = 473 Top = 174 Width = 286 Height = 203 Caption = 'Form1' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Pゴシック' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 12 object Button1: TButton Left = 72 Top = 24 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object ActionList1: TActionList Left = 24 Top = 16 object CanCustomizeAction1: TCanCustomizeAction Caption = '始めのアクション' Hint = 'ショートカットはA' ShortCut = 16449 OnExecute = CanCustomizeAction1Execute ShortCutTypeOnDlg = stReadOnly end object CanCustomizeAction2: TCanCustomizeAction Caption = '次のアクション' Hint = 'ショートカットはB' ShortCut = 16450 OnExecute = CanCustomizeAction2Execute ShortCutTypeOnDlg = stCustomize end object CanCustomizeAction3: TCanCustomizeAction Caption = 'CanCustomizeAction3' OnExecute = CanCustomizeAction3Execute ShortCutTypeOnDlg = stCustomize end object Action1: TAction Tag = 1 Caption = 'Action1' ShortCut = 16451 OnExecute = Action1Execute end object Action2: TAction Tag = 2 Caption = 'Action2' ShortCut = 16452 OnExecute = Action2Execute end object Action3: TAction Tag = 2 Caption = 'Action3' OnExecute = Action3Execute end end object ShortCutCustomizeDlg1: TShortCutCustomizeDlg ActionList = ActionList1 CustomizeTag = 2 ReadOnlyTag = 1 Left = 24 Top = 64 end end