EmbeddableGUITestRunner.txt
上传用户:yjb1804
上传日期:2021-01-30
资源大小:3105k
文件大小:2k
源码类别:

Email服务器

开发平台:

Delphi

  1. inherited EmbeddableDUnitDialog: TEmbeddableDUnitDialog
  2.   Left = 75
  3.   Top = 90
  4.   Width = 577
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited BottomPanel: TPanel
  8.     Width = 569
  9.     inherited ButtonPanel: TPanel
  10.       Left = 407
  11.     end
  12.     object cbBreakOnFailures: TCheckBox
  13.       Left = 301
  14.       Top = 11
  15.       Width = 104
  16.       Height = 17
  17.       Action = BreakOnFailuresAction
  18.       Anchors = [akTop, akRight]
  19.       TabOrder = 4
  20.     end
  21.   end
  22.   inherited BodyPanel: TPanel
  23.     Width = 569
  24.     PopupMenu = pmHosted
  25.     inherited ErrorBoxSplitter: TSplitter
  26.       Width = 565
  27.     end
  28.     inherited TopPanel: TPanel
  29.       Width = 565
  30.       inherited ResultsSplitter: TSplitter
  31.         Width = 565
  32.       end
  33.       inherited TreePanel: TPanel
  34.         Width = 565
  35.         inherited lblTestTree: TLabel
  36.           Width = 561
  37.         end
  38.         inherited TestTree: TTreeView
  39.           Width = 561
  40.         end
  41.       end
  42.       inherited ResultsPanel: TPanel
  43.         Width = 565
  44.         inherited ProgressPanel: TPanel
  45.           Width = 561
  46.           inherited TopProgressPanel: TPanel
  47.             Width = 551
  48.             inherited ProgressBar: TProgressBar
  49.               Width = 498
  50.             end
  51.           end
  52.           inherited ScorePanel: TPanel
  53.             Width = 551
  54.             inherited ScoreBar: TProgressBar
  55.               Width = 498
  56.             end
  57.           end
  58.         end
  59.         inherited ResultsView: TListView
  60.           Width = 561
  61.         end
  62.         inherited FailureListView: TListView
  63.           Width = 561
  64.         end
  65.       end
  66.     end
  67.     inherited ErrorBoxPanel: TPanel
  68.       Width = 565
  69.       inherited ErrorMessageRTF: TRichEdit
  70.         Width = 561
  71.       end
  72.     end
  73.   end
  74.   object pmHosted: TPopupMenu
  75.     Left = 237
  76.     Top = 74
  77.     object pmiHostSave: TMenuItem
  78.       Action = SaveConfigurationAction
  79.     end
  80.     object pmiHostRestore: TMenuItem
  81.       Action = RestoreSavedAction
  82.     end
  83.     object N3: TMenuItem
  84.       Caption = '-'
  85.     end
  86.     object pmiHostAutoSave: TMenuItem
  87.       Action = AutoSaveAction
  88.     end
  89.     object pmiHostAutoFocus: TMenuItem
  90.       Action = AutoFocusAction
  91.     end
  92.     object pmiHostHideOnOpen: TMenuItem
  93.       Action = HideTestNodesOnOpenAction
  94.     end
  95.     object N4: TMenuItem
  96.       Caption = '-'
  97.     end
  98.     object pmiHostErrorBox: TMenuItem
  99.       Action = ErrorBoxVisibleAction
  100.     end
  101.     object pmiHostBreak: TMenuItem
  102.       Action = BreakOnFailuresAction
  103.     end
  104.   end
  105. end