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

📄 pfm_serverset.dfm

📁 < Delphi网络通信协议分析与应用实现>>一书的源代码。
💻 DFM
字号:
object fm_serverset: Tfm_serverset
  Left = 263
  Top = 153
  Width = 345
  Height = 234
  Caption = 'MODEM通讯设置'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 20
    Top = 8
    Width = 26
    Height = 13
    Caption = '串口'
  end
  object Label1: TLabel
    Left = 20
    Top = 52
    Width = 65
    Height = 13
    Caption = '服务器名称'
  end
  object Label5: TLabel
    Left = 20
    Top = 100
    Width = 152
    Height = 13
    Caption = '数据路径(以  \  结尾)'
  end
  object CobBox1: TComboBox
    Left = 20
    Top = 24
    Width = 153
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4')
  end
  object BitBtn1: TBitBtn
    Left = 120
    Top = 156
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 208
    Top = 156
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object Edit1: TEdit
    Left = 20
    Top = 72
    Width = 153
    Height = 21
    MaxLength = 14
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 16
    Top = 122
    Width = 309
    Height = 21
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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