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

MTK

开发平台:

C++ Builder

  1. object Form_META_factory_reboot_go: TForm_META_factory_reboot_go
  2.   Left = 210
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'META'
  6.   ClientHeight = 120
  7.   ClientWidth = 330
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 64
  21.     Top = 16
  22.     Width = 249
  23.     Height = 25
  24.     AutoSize = False
  25.     Caption = 'Please reboot target and click [Go !] button.'
  26.   end
  27.   object bb_reboot_Go: TBitBtn
  28.     Left = 56
  29.     Top = 72
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Go !'
  33.     TabOrder = 0
  34.     OnClick = bb_reboot_GoClick
  35.     Kind = bkOK
  36.   end
  37.   object bb_reboot_Cancel: TBitBtn
  38.     Left = 200
  39.     Top = 72
  40.     Width = 75
  41.     Height = 25
  42.     TabOrder = 1
  43.     OnClick = bb_reboot_CancelClick
  44.     Kind = bkCancel
  45.   end
  46. end