senddata.dfm

来自「C++Builde上位机测试程序」· DFM 代码 · 共 104 行

DFM
104
字号
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 + =
减小字号Ctrl + -
显示快捷键?