choice.~dfm

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

~DFM
78
字号
object fchoice: Tfchoice
  Left = 417
  Top = 321
  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 Bevel1: TBevel
    Left = 4
    Top = 4
    Width = 293
    Height = 141
  end
  object RadioGroup1: TRadioGroup
    Left = 9
    Top = 8
    Width = 282
    Height = 131
    Caption = #36873#25321#35201#30417#25511#30340'UPS'
    TabOrder = 0
  end
  object RadioButton1: TRadioButton
    Left = 40
    Top = 29
    Width = 113
    Height = 17
    Caption = #30417#25511#26412#26426'UPS'
    Checked = True
    TabOrder = 1
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 40
    Top = 51
    Width = 113
    Height = 17
    Caption = #30417#25511#36828#31243'UPS'
    TabOrder = 2
  end
  object RzComboBox1: TRzComboBox
    Left = 80
    Top = 73
    Width = 161
    Height = 21
    Enabled = False
    ItemHeight = 13
    TabOrder = 3
  end
  object RzButton1: TRzButton
    Left = 120
    Top = 152
    Caption = #21462#28040
    TabOrder = 4
  end
  object RzButton2: TRzButton
    Left = 216
    Top = 152
    Caption = #30830#23450
    TabOrder = 5
  end
  object RzButton3: TRzButton
    Left = 157
    Top = 104
    Width = 84
    Caption = #26356#25913#26377#20851#36164#26009
    Enabled = False
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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