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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 179
  Top = 115
  Width = 442
  Height = 265
  Caption = #20004#31181#19981#21516#30340#26041#27861#25511#21046#20018#21475#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 27
    Top = 30
    Width = 48
    Height = 13
    Caption = #35774#32622#20018#21475
  end
  object Edit1: TEdit
    Left = 87
    Top = 27
    Width = 41
    Height = 21
    TabOrder = 0
    Text = 'COM2'
  end
  object Button2: TButton
    Left = 24
    Top = 72
    Width = 80
    Height = 25
    Caption = #33719#21462#31471#21475#20449#24687
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 144
    Top = 16
    Width = 281
    Height = 143
    TabOrder = 2
  end
  object Button3: TButton
    Left = 24
    Top = 136
    Width = 80
    Height = 25
    Caption = #31471#21475#35774#32622#31383#21475
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button1: TButton
    Left = 24
    Top = 104
    Width = 80
    Height = 25
    Caption = #35774#32622#31471#21475#20449#24687
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button4: TButton
    Left = 17
    Top = 182
    Width = 96
    Height = 25
    Caption = #35774#32622'SPCOMM'
    TabOrder = 5
    WordWrap = True
    OnClick = Button4Click
  end
  object Edit2: TEdit
    Left = 144
    Top = 184
    Width = 225
    Height = 21
    TabOrder = 6
    Text = #21457#36865#30340#20449#24687
  end
  object Button5: TButton
    Left = 376
    Top = 184
    Width = 50
    Height = 25
    Caption = #21457#36865
    Enabled = False
    TabOrder = 7
    OnClick = Button5Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 219
    Width = 434
    Height = 19
    Panels = <>
    SimplePanel = True
    SimpleText = #25552#31034#20449#24687
  end
  object Comm1: TComm
    CommName = 'COM2'
    BaudRate = 9600
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = True
    Inx_XonXoffFlow = True
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #17
    XoffChar = #19
    ReplacedChar = #0
    ReadIntervalTimeout = 100
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    Left = 112
    Top = 136
  end
end

⌨️ 快捷键说明

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