choice.dfm

来自「串口监控程序,可与UPS进行通信,适合初学者使用」· DFM 代码 · 共 46 行

DFM
46
字号
object fchoice: Tfchoice
  Left = 425
  Top = 312
  Width = 313
  Height = 219
  Caption = #36873#25321'UPS'#25152#22312#20301#32622
  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 RzComboBox1: TRzComboBox
    Left = 80
    Top = 73
    Width = 161
    Height = 21
    Enabled = False
    ItemHeight = 13
    TabOrder = 0
  end
  object RzButton1: TRzButton
    Left = 120
    Top = 152
    Caption = #21462#28040
    TabOrder = 1
  end
  object RzButton2: TRzButton
    Left = 216
    Top = 152
    Caption = #30830#23450
    TabOrder = 2
  end
  object RzButton3: TRzButton
    Left = 157
    Top = 104
    Width = 84
    Caption = #26356#25913#26377#20851#36164#26009
    Enabled = False
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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