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

📄 senddata.dfm

📁 C++Builde上位机测试程序
💻 DFM
字号:
object Form1: TForm1
  Left = 302
  Top = 215
  Width = 696
  Height = 480
  Caption = #19978#20301#26426#27979#35797#25968#25454
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 416
    Top = 72
    Width = 60
    Height = 13
    Caption = #21457#36865#38388#38548#65306
  end
  object Button1: TButton
    Left = 8
    Top = 48
    Width = 75
    Height = 25
    Caption = 'open'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 48
    Width = 75
    Height = 25
    Caption = 'close'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 32
    Top = 96
    Width = 609
    Height = 321
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object Button3: TButton
    Left = 320
    Top = 48
    Width = 75
    Height = 25
    Caption = 'clear'
    TabOrder = 3
    OnClick = Button3Click
  end
  object RadioButton1: TRadioButton
    Left = 488
    Top = 16
    Width = 113
    Height = 17
    Caption = 'COM1'
    Checked = True
    TabOrder = 4
    TabStop = True
  end
  object RadioButton2: TRadioButton
    Left = 488
    Top = 40
    Width = 113
    Height = 17
    Caption = 'COM2'
    TabOrder = 5
  end
  object Edit1: TEdit
    Left = 488
    Top = 64
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 6
    Text = '1000'
  end
  object Button4: TButton
    Left = 104
    Top = 48
    Width = 75
    Height = 25
    Caption = 'pause'
    TabOrder = 7
    OnClick = Button4Click
  end
  object Timer1: TTimer
    Interval = 10000
    OnTimer = Timer1Timer
    Left = 24
    Top = 16
  end
end

⌨️ 快捷键说明

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