⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 umain.dfm

📁 BCB做的远程关机
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 229
  Top = 133
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  ClientHeight = 227
  ClientWidth = 304
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object lbl1: TLabel
    Left = 8
    Top = 80
    Width = 60
    Height = 12
    Caption = #20851#26426#28040#24687#65306
  end
  object lbl2: TLabel
    Left = 136
    Top = 155
    Width = 36
    Height = 12
    Caption = #31186#25191#34892
  end
  object edtMachine: TLabeledEdit
    Left = 72
    Top = 8
    Width = 227
    Height = 21
    Color = 15724527
    EditLabel.Width = 66
    EditLabel.Height = 12
    EditLabel.Caption = #26426#22120#21517'/IP'#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    LabelPosition = lpLeft
    LabelSpacing = 3
    ParentFont = False
    TabOrder = 0
    Text = '192.168.'
  end
  object edtUsr: TLabeledEdit
    Left = 72
    Top = 32
    Width = 227
    Height = 21
    Color = 15724527
    EditLabel.Width = 48
    EditLabel.Height = 12
    EditLabel.Caption = #29992#25143#21517#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    LabelPosition = lpLeft
    LabelSpacing = 3
    ParentFont = False
    TabOrder = 1
    Text = 'Administrator'
  end
  object edtPwd: TLabeledEdit
    Left = 72
    Top = 56
    Width = 227
    Height = 21
    Color = 15724527
    EditLabel.Width = 48
    EditLabel.Height = 12
    EditLabel.Caption = #23494#12288#30721#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    LabelPosition = lpLeft
    LabelSpacing = 3
    ParentFont = False
    PasswordChar = '*'
    TabOrder = 2
  end
  object stb: TStatusBar
    Left = 0
    Top = 208
    Width = 304
    Height = 19
    Panels = <>
    SimplePanel = True
    SimpleText = 'WinNT/2K/XP '#36828#31243#20851#26426#24037#20855' - by ccrun('#32769#22934')'
  end
  object mmoMsg: TMemo
    Left = 72
    Top = 80
    Width = 227
    Height = 65
    Color = 15724527
    TabOrder = 3
  end
  object edtTimeOut: TLabeledEdit
    Left = 72
    Top = 151
    Width = 57
    Height = 20
    Color = 15724527
    EditLabel.Width = 48
    EditLabel.Height = 12
    EditLabel.Caption = #24310#12288#36831#65306
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 4
    Text = '0'
  end
  object btnShutDown: TBitBtn
    Left = 6
    Top = 176
    Width = 95
    Height = 25
    Caption = #25191#34892#20851#26426'(&S)'
    TabOrder = 5
    OnClick = btnShutDownClick
    Kind = bkOK
  end
  object btnAbort: TBitBtn
    Left = 105
    Top = 176
    Width = 95
    Height = 25
    Caption = #20013#27490#20219#21153'(&B)'
    TabOrder = 6
    OnClick = btnAbortClick
    Kind = bkAbort
  end
  object btnAbout: TBitBtn
    Left = 205
    Top = 176
    Width = 95
    Height = 25
    Caption = #20851#20110#31243#24207'(&A)'
    TabOrder = 7
    OnClick = btnAboutClick
    Kind = bkHelp
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -