home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 July / VPR0007A.BIN / OLS / OTONOS23 / otonos23.lzh / music_sa.exe / 0 / RCDATA / TDEBUG / TDEBUG.txt
Text File  |  2000-03-22  |  3KB  |  156 lines

  1. object Debug: TDebug
  2.   Left = 9
  3.   Top = 357
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Debug v3.3'
  7.   ClientHeight = 172
  8.   ClientWidth = 506
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 18
  20.   object linePrint: TLabel
  21.     Left = 217
  22.     Top = 1
  23.     Width = 54
  24.     Height = 11
  25.     Caption = 'linePrint'
  26.     Font.Charset = SHIFTJIS_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object DOnOff: TLabel
  34.     Left = 452
  35.     Top = 2
  36.     Width = 36
  37.     Height = 12
  38.     Caption = 'DOnOff'
  39.     Font.Charset = SHIFTJIS_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -12
  42.     Font.Name = '@ソスlソスr ソスSソスVソスbソスN'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object SaveButton: TButton
  47.     Left = -3
  48.     Top = 0
  49.     Width = 70
  50.     Height = 15
  51.     Caption = 'Data Save'
  52.     Font.Charset = SHIFTJIS_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  56.     Font.Style = []
  57.     ParentFont = False
  58.     TabOrder = 0
  59.     OnClick = SaveButtonClick
  60.   end
  61.   object ClearButton: TButton
  62.     Left = 69
  63.     Top = 0
  64.     Width = 70
  65.     Height = 15
  66.     Caption = 'Data Clear'
  67.     Font.Charset = SHIFTJIS_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     OnClick = ClearButtonClick
  75.   end
  76.   object SpaseButton: TButton
  77.     Left = 144
  78.     Top = 0
  79.     Width = 70
  80.     Height = 15
  81.     Caption = '<-----'
  82.     Font.Charset = SHIFTJIS_CHARSET
  83.     Font.Color = clBlack
  84.     Font.Height = -11
  85.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 2
  89.     OnClick = SpaseButtonClick
  90.   end
  91.   object DStopBtn: TButton
  92.     Left = 304
  93.     Top = 0
  94.     Width = 69
  95.     Height = 15
  96.     Caption = 'ソスソスソズッソスソスソス~'
  97.     Font.Charset = SHIFTJIS_CHARSET
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 3
  104.     OnClick = DStopBtnClick
  105.   end
  106.   object DstartBtn: TButton
  107.     Left = 378
  108.     Top = 0
  109.     Width = 69
  110.     Height = 15
  111.     Caption = 'ソスソスソズッソスソスト開'
  112.     Font.Charset = SHIFTJIS_CHARSET
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     TabOrder = 4
  119.     OnClick = DstartBtnClick
  120.   end
  121.   object DebugMemo: TRichEdit
  122.     Left = 0
  123.     Top = 16
  124.     Width = 505
  125.     Height = 145
  126.     Font.Charset = SHIFTJIS_CHARSET
  127.     Font.Color = clMaroon
  128.     Font.Height = -12
  129.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  130.     Font.Style = []
  131.     HideScrollBars = False
  132.     Lines.Strings = (
  133.       'DebugMemo')
  134.     MaxLength = 200000
  135.     ParentFont = False
  136.     PlainText = True
  137.     ScrollBars = ssVertical
  138.     TabOrder = 5
  139.   end
  140.   object Button1: TButton
  141.     Left = 488
  142.     Top = 0
  143.     Width = 15
  144.     Height = 15
  145.     Caption = '-'
  146.     Font.Charset = SHIFTJIS_CHARSET
  147.     Font.Color = clWindowText
  148.     Font.Height = -13
  149.     Font.Name = 'ソスlソスr ソスSソスVソスbソスN'
  150.     Font.Style = [fsBold]
  151.     ParentFont = False
  152.     TabOrder = 6
  153.     OnClick = Button1Click
  154.   end
  155. end
  156.