home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / EPA / ea4 / prg / Engact.ex_ / 0 / RCDATA / T_LEVEL2FORM / T_LEVEL2FORM.txt
Text File  |  2000-03-20  |  3KB  |  117 lines

  1. inherited _Level2Form: T_Level2Form
  2.   Left = 256
  3.   Caption = '_Level2Form'
  4.   ClientHeight = 423
  5.   ClientWidth = 614
  6.   OnClose = nil
  7.   OnCreate = FormCreate
  8.   OnDestroy = FormDestroy
  9.   OnHide = nil
  10.   PixelsPerInch = 96
  11.   TextHeight = 15
  12.   object CardTypeId: TLabel [0]
  13.     Left = 62
  14.     Top = 4
  15.     Width = 83
  16.     Height = 15
  17.     Caption = 'StdExContainer'
  18.     Color = clRed
  19.     ParentColor = False
  20.     Visible = False
  21.   end
  22.   object AgentBtnBackPanel: TContainerPanel [1]
  23.     Left = 73
  24.     Top = 313
  25.     Width = 67
  26.     Height = 41
  27.     OnPaintBkgnd = NoPaintBkgnd
  28.     FrameRect.Left = 0
  29.     FrameRect.Top = 0
  30.     FrameRect.Right = 0
  31.     FrameRect.Bottom = 0
  32.     Color = clRed
  33.     TabOrder = 0
  34.     object AgentBtn: TSwitcher
  35.       Left = 0
  36.       Top = 0
  37.       Width = 30
  38.       Height = 30
  39.       Cursor = crHandPoint
  40.       Hint = 'Click when you need help.'
  41.       Transparent = True
  42.       OnMouseEnter = AgentBtnMouseEnter
  43.       OnClick = AgentBtnClick
  44.       RegLeft = 0
  45.       RegTop = 0
  46.       RegUssages = [uf_HitTest, uf_Clipping]
  47.       ShowHint = True
  48.       FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  49.       BARows = 1
  50.       BAPicture.Data = {07544269746D617000000000}
  51.       State = 0
  52.       BmpArrayColumn = 0
  53.     end
  54.   end
  55.   object ReturnBtnBackPanel: TContainerPanel [2]
  56.     Left = 44
  57.     Top = 235
  58.     Width = 57
  59.     Height = 41
  60.     OnPaintBkgnd = NoPaintBkgnd
  61.     FrameRect.Left = 0
  62.     FrameRect.Top = 0
  63.     FrameRect.Right = 0
  64.     FrameRect.Bottom = 0
  65.     Color = clRed
  66.     TabOrder = 1
  67.     object ReturnBtn: TPaintedButton
  68.       Left = 0
  69.       Top = 0
  70.       Width = 30
  71.       Height = 30
  72.       Cursor = crHandPoint
  73.       Hint = 'Return to the Personality screen.'
  74.       OnClick = ReturnBtnClick
  75.       RegLeft = 0
  76.       RegTop = 0
  77.       RegUssages = [uf_HitTest, uf_Clipping]
  78.       ShowHint = True
  79.       FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  80.       BARows = 1
  81.       BAPicture.Data = {07544269746D617000000000}
  82.       BmpArrayColumn = 0
  83.       Style = pbs_Button
  84.     end
  85.   end
  86.   object ToolsBtnBackPanel: TContainerPanel [3]
  87.     Left = 416
  88.     Top = 17
  89.     Width = 73
  90.     Height = 36
  91.     FrameRect.Left = 0
  92.     FrameRect.Top = 0
  93.     FrameRect.Right = 0
  94.     FrameRect.Bottom = 0
  95.     Color = clRed
  96.     TabOrder = 2
  97.     object ToolsBtn: TPaintedButton
  98.       Left = 0
  99.       Top = 0
  100.       Width = 30
  101.       Height = 30
  102.       Cursor = crHandPoint
  103.       Hint = 'Restore TOOLS panel.'
  104.       OnClick = ToolsBtnClick
  105.       RegLeft = 0
  106.       RegTop = 0
  107.       RegUssages = [uf_HitTest, uf_Clipping]
  108.       ShowHint = True
  109.       FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  110.       BARows = 4
  111.       BAPicture.Data = {07544269746D617000000000}
  112.       BmpArrayColumn = 0
  113.       Style = pbs_Button
  114.     end
  115.   end
  116. end
  117.