object Form1: TForm1 Left = 271 Top = 171 Width = 530 Height = 330 Caption = 'Form1' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Pゴシック' Font.Style = [] KeyPreview = True OldCreateOrder = False OnCreate = FormCreate DesignSize = ( 522 300) PixelsPerInch = 96 TextHeight = 12 object CheckBox1: TCheckBox Left = 8 Top = 16 Width = 97 Height = 17 Action = VertBarVisibleAct TabOrder = 0 end object CheckBox2: TCheckBox Left = 8 Top = 40 Width = 97 Height = 17 Action = HorzBarVisibleAct TabOrder = 1 end object CheckBox3: TCheckBox Left = 8 Top = 72 Width = 137 Height = 17 Action = VertBarAutoHideAct TabOrder = 2 end object CheckBox4: TCheckBox Left = 8 Top = 96 Width = 129 Height = 17 Action = HorzBarAutoHideAct TabOrder = 3 end object BarPanel1: TBarPanel Left = 152 Top = 24 Width = 348 Height = 253 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'BarPanel1' TabOrder = 4 OnResize = BarPanel1Resize end object ActionList1: TActionList Left = 8 Top = 128 object VertBarVisibleAct: TAction Caption = '垂直バーVisible' OnExecute = VertBarVisibleActExecute OnUpdate = VertBarVisibleActUpdate end object HorzBarVisibleAct: TAction Caption = '水平バーVisible' OnExecute = HorzBarVisibleActExecute OnUpdate = HorzBarVisibleActUpdate end object VertBarAutoHideAct: TAction Caption = '垂直バー自動Hide' OnExecute = VertBarAutoHideActExecute OnUpdate = VertBarAutoHideActUpdate end object HorzBarAutoHideAct: TAction Caption = '水平バー自動Hide' OnExecute = HorzBarAutoHideActExecute OnUpdate = HorzBarAutoHideActUpdate end end end