unitcommset.dfm

来自「delphi基于工业控制的串口通讯」· DFM 代码 · 共 93 行

DFM
93
字号
object frm_CommSet: Tfrm_CommSet
  Left = 259
  Top = 183
  Width = 250
  Height = 171
  BorderIcons = [biSystemMenu, biHelp]
  Caption = #20018#21475#35774#32622#27169#22359' '#27169#22359'      '
  Color = clSkyBlue
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Cmd_Ok: TSpeedButton
    Left = 60
    Top = 114
    Width = 70
    Height = 22
    Caption = #30830#23450
    OnClick = Cmd_OkClick
  end
  object Cmd_NO: TSpeedButton
    Left = 160
    Top = 115
    Width = 70
    Height = 22
    Caption = #21462#28040
  end
  object Label1: TLabel
    Left = 41
    Top = 24
    Width = 65
    Height = 13
    Caption = #36873#25321#20018#21475#65306
  end
  object Label2: TLabel
    Left = 41
    Top = 76
    Width = 65
    Height = 13
    Caption = #22855#20598#26657#39564#65306
  end
  object Edit_BaudRate: TLabeledEdit
    Left = 109
    Top = 46
    Width = 123
    Height = 21
    EditLabel.Width = 66
    EditLabel.Height = 13
    EditLabel.Caption = #27874' '#29305' '#29575#65306
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    LabelPosition = lpLeft
    LabelSpacing = 3
    TabOrder = 0
    Text = '4800'
  end
  object Edit_CommName: TComboBox
    Left = 109
    Top = 20
    Width = 123
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 1
  end
  object ComboBox2: TComboBox
    Left = 109
    Top = 72
    Width = 123
    Height = 21
    Style = csDropDownList
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 13
    TabOrder = 2
    Items.Strings = (
      #26377
      #26080)
  end
  object Panel1: TPanel
    Left = 6
    Top = 106
    Width = 226
    Height = 2
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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