META_factory_reboot_go.dfm
上传用户:gelin96
上传日期:2017-01-08
资源大小:20993k
文件大小:1k
源码类别:
MTK
开发平台:
C++ Builder
- object Form_META_factory_reboot_go: TForm_META_factory_reboot_go
- Left = 210
- Top = 113
- BorderStyle = bsDialog
- Caption = 'META'
- ClientHeight = 120
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 64
- Top = 16
- Width = 249
- Height = 25
- AutoSize = False
- Caption = 'Please reboot target and click [Go !] button.'
- end
- object bb_reboot_Go: TBitBtn
- Left = 56
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Go !'
- TabOrder = 0
- OnClick = bb_reboot_GoClick
- Kind = bkOK
- end
- object bb_reboot_Cancel: TBitBtn
- Left = 200
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 1
- OnClick = bb_reboot_CancelClick
- Kind = bkCancel
- end
- end