home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / StickMan.zip / StickMan / StickMan.exe / 0 / RCDATA / TDEBUGINFOFORM / TDEBUGINFOFORM.txt
Text File  |  2009-02-28  |  2KB  |  81 lines

  1. object DebugInfoForm: TDebugInfoForm
  2.   Left = 671
  3.   Top = 170
  4.   Width = 296
  5.   Height = 518
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Debug Information'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDefaultPosOnly
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ToolBar1: TToolBar
  20.     Left = 0
  21.     Top = 0
  22.     Width = 288
  23.     Height = 28
  24.     ButtonHeight = 24
  25.     ButtonWidth = 26
  26.     Caption = 'ToolBar1'
  27.     EdgeBorders = [ebLeft, ebRight, ebBottom]
  28.     Flat = True
  29.     Images = DebugForm.ImageList1
  30.     Indent = 2
  31.     ParentShowHint = False
  32.     ShowHint = False
  33.     TabOrder = 0
  34.     object SaveBtn: TToolButton
  35.       Left = 2
  36.       Top = 0
  37.       Hint = 'Save the information'
  38.       Caption = 'SaveBtn'
  39.       ImageIndex = 9
  40.       ParentShowHint = False
  41.       ShowHint = True
  42.       OnClick = SaveBtnClick
  43.     end
  44.     object ToolButton3: TToolButton
  45.       Left = 28
  46.       Top = 0
  47.       Width = 8
  48.       Caption = 'ToolButton3'
  49.       ImageIndex = 8
  50.       Style = tbsSeparator
  51.     end
  52.     object PrintBtn: TToolButton
  53.       Left = 36
  54.       Top = 0
  55.       Hint = 'Print the information'
  56.       Caption = 'PrintBtn'
  57.       ImageIndex = 10
  58.       ParentShowHint = False
  59.       ShowHint = True
  60.       OnClick = PrintBtnClick
  61.     end
  62.   end
  63.   object InfoMemo: TRichEdit
  64.     Left = 0
  65.     Top = 28
  66.     Width = 288
  67.     Height = 456
  68.     Align = alClient
  69.     Font.Charset = ANSI_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'Courier New'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     PlainText = True
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 1
  79.   end
  80. end
  81.