object Form_Hikidasi: TForm_Hikidasi Left = 315 Top = 235 BorderStyle = bsToolWindow Caption = ' ' ClientHeight = 32 ClientWidth = 180 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop ShowHint = True OnClick = Panel1Click OnCreate = FormCreate OnDeactivate = FormDeactivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 18 object Panel1: TPanel Left = 0 Top = 0 Width = 9 Height = 32 Align = alLeft TabOrder = 0 OnClick = Panel1Click object Grow: TImage Left = 1 Top = 1 Width = 7 Height = 30 Align = alClient AutoSize = True Picture.Data = {} OnClick = Panel1Click end end end