object Debug: TDebug Left = 9 Top = 357 BorderIcons = [biMinimize, biMaximize] AutoScroll = False Caption = 'Debug v3.3' ClientHeight = 172 ClientWidth = 506 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Scaled = False OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 18 object linePrint: TLabel Left = 217 Top = 1 Width = 54 Height = 11 Caption = 'linePrint' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ParentFont = False end object DOnOff: TLabel Left = 452 Top = 2 Width = 36 Height = 12 Caption = 'DOnOff' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = '@�l�r �S�V�b�N' Font.Style = [] ParentFont = False end object SaveButton: TButton Left = -3 Top = 0 Width = 70 Height = 15 Caption = 'Data Save' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = SaveButtonClick end object ClearButton: TButton Left = 69 Top = 0 Width = 70 Height = 15 Caption = 'Data Clear' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = ClearButtonClick end object SpaseButton: TButton Left = 144 Top = 0 Width = 70 Height = 15 Caption = '<-----' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = SpaseButtonClick end object DStopBtn: TButton Left = 304 Top = 0 Width = 69 Height = 15 Caption = '���ޯ���~' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = DStopBtnClick end object DstartBtn: TButton Left = 378 Top = 0 Width = 69 Height = 15 Caption = '���ޯ��ĊJ' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = '�l�r �S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = DstartBtnClick end object DebugMemo: TRichEdit Left = 0 Top = 16 Width = 505 Height = 145 Font.Charset = SHIFTJIS_CHARSET Font.Color = clMaroon Font.Height = -12 Font.Name = '�l�r �S�V�b�N' Font.Style = [] HideScrollBars = False Lines.Strings = ( 'DebugMemo') MaxLength = 200000 ParentFont = False PlainText = True ScrollBars = ssVertical TabOrder = 5 end object Button1: TButton Left = 488 Top = 0 Width = 15 Height = 15 Caption = '-' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = '�l�r �S�V�b�N' Font.Style = [fsBold] ParentFont = False TabOrder = 6 OnClick = Button1Click end end