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

📄 devreader.dfm

📁 通过USB接口通信 实现USB UPS电源的自动开关机
💻 DFM
字号:
object MainForm: TMainForm
  Left = 491
  Top = 123
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #33258#21160#24320#20851#26426#30417#25511#22120'_USBB500'
  ClientHeight = 354
  ClientWidth = 317
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label3: TLabel
    Left = 20
    Top = 15
    Width = 139
    Height = 33
    AutoSize = False
    Caption = #24320#26426#26102#38388#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label4: TLabel
    Left = 20
    Top = 65
    Width = 139
    Height = 33
    AutoSize = False
    Caption = #20851#26426#26102#38388#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label1: TLabel
    Left = 5
    Top = 114
    Width = 80
    Height = 16
    Caption = #29366#24577#20449#24687#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #40657#20307
    Font.Style = []
    ParentFont = False
  end
  object HistoryListBox: TListBox
    Left = 2
    Top = 136
    Width = 310
    Height = 175
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ItemHeight = 16
    ParentFont = False
    TabOrder = 0
  end
  object OpenDateTimePicker: TDateTimePicker
    Left = 157
    Top = 4
    Width = 122
    Height = 48
    BevelInner = bvNone
    BiDiMode = bdLeftToRight
    CalAlignment = dtaLeft
    Date = 39855.8958333333
    Time = 39855.8958333333
    DateFormat = dfShort
    DateMode = dmComboBox
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = #40657#20307
    Font.Style = []
    Kind = dtkTime
    ParseInput = False
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 1
  end
  object CloseDateTimePicker: TDateTimePicker
    Left = 157
    Top = 55
    Width = 122
    Height = 48
    CalAlignment = dtaLeft
    Date = 39855.8546296296
    Time = 39855.8546296296
    DateFormat = dfShort
    DateMode = dmComboBox
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -40
    Font.Name = #40657#20307
    Font.Style = []
    Kind = dtkTime
    ParseInput = False
    ParentFont = False
    TabOrder = 2
  end
  object Button1: TButton
    Left = 8
    Top = 324
    Width = 81
    Height = 25
    Caption = #23631#24149#38190#30424
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 324
    Width = 121
    Height = 25
    Caption = #26597#35810'UPS'#29366#24577
    TabOrder = 4
    OnClick = Button2Click
  end
  object DevListBox: TListBox
    Left = 0
    Top = 106
    Width = 321
    Height = 4
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ItemHeight = 16
    TabOrder = 5
    OnClick = DevListBoxClick
  end
  object Button3: TButton
    Left = 229
    Top = 323
    Width = 85
    Height = 25
    Caption = #20445#23384#35774#32622
    TabOrder = 6
    OnClick = Button3Click
  end
  object HidCtl: TJvHidDeviceController
    OnEnumerate = HidCtlEnumerate
    OnDeviceChange = HidCtlDeviceChange
    OnDeviceDataError = HidCtlDeviceDataError
    OnRemoval = HidCtlRemoval
    Left = 72
    Top = 232
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 40
    Top = 160
  end
  object Timer2: TTimer
    OnTimer = Timer2Timer
    Left = 96
    Top = 176
  end
end

⌨️ 快捷键说明

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