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

📄 serial.dfm

📁 串口开发
💻 DFM
字号:
object FrmMain: TFrmMain
  Left = 288
  Top = 195
  Width = 577
  Height = 286
  Caption = 'FrmMain'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object iThreadTimers1: TiThreadTimers
    Left = 440
    Top = 208
    Interval1 = 100
    OnTimer1 = iThreadTimers1Timer1
  end
  object Button1: TButton
    Left = 8
    Top = 208
    Width = 75
    Height = 25
    Caption = #25171#24320
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 105
    Height = 193
    Caption = #36873#25321#20018#21475
    Items.Strings = (
      'COM1'
      'COM2'
      'COM3'
      'COM4'
      'COM5'
      'COM6'
      'COM7'
      'COM8')
    TabOrder = 2
  end
  object Button2: TButton
    Left = 96
    Top = 208
    Width = 75
    Height = 25
    Caption = #20851#38381
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 184
    Top = 208
    Width = 75
    Height = 25
    Caption = #21457#36865
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object Memo1: TMemo
    Left = 120
    Top = 16
    Width = 217
    Height = 185
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Fixedsys'
    Font.Style = []
    Lines.Strings = (
      'AAAAAAAAAAAAAAAAAAAA')
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 5
  end
  object Button4: TButton
    Left = 272
    Top = 208
    Width = 75
    Height = 25
    Caption = #25509#25910
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = Button4Click
  end
  object Memo2: TMemo
    Left = 344
    Top = 16
    Width = 217
    Height = 185
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Fixedsys'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 7
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 240
    Width = 569
    Height = 19
    Panels = <
      item
        Width = 150
      end
      item
        Width = 150
      end>
  end
  object Button5: TButton
    Left = 360
    Top = 208
    Width = 75
    Height = 25
    Caption = #23450#26102
    TabOrder = 9
    OnClick = Button5Click
  end
end

⌨️ 快捷键说明

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