object Form1: TForm1 Left = 111 Top = 393 AutoScroll = False Caption = 'Form1' ClientHeight = 249 ClientWidth = 224 Color = clBtnFace TransparentColorValue = clFuchsia Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Position = poDefaultPosOnly OnCreate = FormCreate OnDblClick = FormDblClick OnMouseUp = FormMouseUp PixelsPerInch = 96 TextHeight = 12 object Panel1: TPanel Left = 0 Top = 156 Width = 224 Height = 93 Align = alBottom BevelOuter = bvNone TabOrder = 1 OnMouseDown = Panel1MouseDown object CheckBox1: TCheckBox Left = 8 Top = 8 Width = 129 Height = 17 Caption = #12475#12531#12479#12540 TabOrder = 0 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 8 Top = 24 Width = 129 Height = 17 Caption = #12524#12452#12516#12540#12489#12454#12451#12531#12489#12454 Checked = True State = cbChecked TabOrder = 1 OnClick = CheckBox2Click end object CheckBox3: TCheckBox Left = 8 Top = 40 Width = 129 Height = 17 Caption = #12510#12454#12473#12459#12540#12477#12523 TabOrder = 2 OnClick = CheckBox3Click end object Button1: TButton Left = 144 Top = 8 Width = 75 Height = 25 Caption = #12467#12500#12540 TabOrder = 4 OnClick = Button1Click end object CheckBox4: TCheckBox Left = 8 Top = 56 Width = 129 Height = 17 Caption = #12459#12540#12477#12523#36861#24467 TabOrder = 3 OnClick = CheckBox4Click end object CheckBox5: TCheckBox Left = 8 Top = 72 Width = 129 Height = 17 Caption = #12523#12540#12506#12514#12540#12489 TabOrder = 5 OnClick = CheckBox5Click end end object Panel2: TPanel Left = 194 Top = 0 Width = 30 Height = 156 Align = alRight BevelOuter = bvNone Caption = 'Panel2' TabOrder = 0 object TrackBar1: TTrackBar Left = 0 Top = 0 Width = 30 Height = 156 Align = alRight Min = 1 Orientation = trVertical Frequency = 1 Position = 1 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmTopLeft TickStyle = tsAuto OnChange = TrackBar1Change end end object Button2: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = 'Button2' TabOrder = 2 OnClick = Button2Click end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Top = 120 end end