form_UnitTest.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:1k
- object frmUnitTest: TfrmUnitTest
- Left = 192
- Top = 107
- Width = 284
- Height = 131
- Caption = 'Unit Test'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object edtTestCase: TEdit
- Left = 72
- Top = 16
- Width = 121
- Height = 21
- TabOrder = 0
- Text = '0'
- OnExit = edtTestCaseCheck
- end
- object btnTest: TButton
- Left = 88
- Top = 56
- Width = 75
- Height = 25
- Caption = 'Test'
- TabOrder = 1
- OnClick = btnTestClick
- end
- object lblHint: TStaticText
- Left = 195
- Top = 71
- Width = 33
- Height = 17
- BorderStyle = sbsSingle
- Caption = 'lblHint'
- Color = clYellow
- ParentColor = False
- TabOrder = 2
- Visible = False
- end
- object HintTimer: TTimer
- OnTimer = HintTimerTimer
- Left = 200
- Top = 16
- end
- end