form_UnitTest.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:1k
源码类别:

MTK

开发平台:

C++ Builder

  1. object frmUnitTest: TfrmUnitTest
  2.   Left = 192
  3.   Top = 107
  4.   Width = 284
  5.   Height = 131
  6.   Caption = 'Unit Test'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object edtTestCase: TEdit
  17.     Left = 72
  18.     Top = 16
  19.     Width = 121
  20.     Height = 21
  21.     TabOrder = 0
  22.     Text = '0'
  23.     OnExit = edtTestCaseCheck
  24.   end
  25.   object btnTest: TButton
  26.     Left = 88
  27.     Top = 56
  28.     Width = 75
  29.     Height = 25
  30.     Caption = 'Test'
  31.     TabOrder = 1
  32.     OnClick = btnTestClick
  33.   end
  34.   object lblHint: TStaticText
  35.     Left = 195
  36.     Top = 71
  37.     Width = 33
  38.     Height = 17
  39.     BorderStyle = sbsSingle
  40.     Caption = 'lblHint'
  41.     Color = clYellow
  42.     ParentColor = False
  43.     TabOrder = 2
  44.     Visible = False
  45.   end
  46.   object HintTimer: TTimer
  47.     OnTimer = HintTimerTimer
  48.     Left = 200
  49.     Top = 16
  50.   end
  51. end