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

📄 main.~dfm

📁 自己编写的计算机与单片机通讯时
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object FrmMain: TFrmMain
  Left = 215
  Top = 152
  Width = 713
  Height = 470
  Caption = #22810#21151#33021#24378#21147#31995#32479#19979#20301#26426#20223#30495#31995#32479
  Color = clMoneyGreen
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 705
    Height = 313
    Align = alClient
    TabOrder = 0
    object Label12: TLabel
      Left = 304
      Top = 8
      Width = 36
      Height = 12
      Caption = #20301#31227#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label13: TLabel
      Left = 504
      Top = 8
      Width = 36
      Height = 12
      Caption = #21147#20540#65306
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Panel3: TPanel
      Left = 1
      Top = 1
      Width = 178
      Height = 311
      Align = alLeft
      TabOrder = 0
      object Label1: TLabel
        Left = 4
        Top = 297
        Width = 72
        Height = 12
        Caption = #33258#21160#21457#36865#21608#26399
      end
      object Label2: TLabel
        Left = 150
        Top = 297
        Width = 24
        Height = 12
        Caption = #27627#31186
      end
      object Label14: TLabel
        Left = 8
        Top = 204
        Width = 81
        Height = 12
        AutoSize = False
        Caption = #35797#39564#31867#22411#36873#25321':'
        Font.Charset = ANSI_CHARSET
        Font.Color = clBlue
        Font.Height = -12
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
      end
      object GroupBox1: TGroupBox
        Left = 8
        Top = 8
        Width = 167
        Height = 185
        TabOrder = 0
        object Label3: TLabel
          Left = 8
          Top = 15
          Width = 24
          Height = 12
          Caption = #31471#21475
        end
        object Label4: TLabel
          Left = 8
          Top = 36
          Width = 36
          Height = 12
          Caption = #27874#29305#29575
        end
        object Label5: TLabel
          Left = 8
          Top = 58
          Width = 36
          Height = 12
          Caption = #26657#39564#20301
        end
        object Label6: TLabel
          Left = 8
          Top = 79
          Width = 36
          Height = 12
          Caption = #25968#25454#20301
        end
        object Label7: TLabel
          Left = 8
          Top = 101
          Width = 36
          Height = 12
          Caption = #20572#27490#20301
        end
        object Label8: TLabel
          Left = 8
          Top = 121
          Width = 36
          Height = 12
          Caption = #27969#25511#21046
        end
        object ComLed1: TComLed
          Left = 8
          Top = 140
          Width = 25
          Height = 25
          ComPort = ComPort
          LedSignal = lsRx
          Kind = lkPurpleLight
        end
        object Label9: TLabel
          Left = 13
          Top = 168
          Width = 12
          Height = 12
          Caption = 'Rx'
        end
        object ComLed2: TComLed
          Left = 38
          Top = 140
          Width = 25
          Height = 25
          ComPort = ComPort
          LedSignal = lsTx
          Kind = lkPurpleLight
        end
        object Label10: TLabel
          Left = 43
          Top = 168
          Width = 12
          Height = 12
          Caption = 'Tx'
        end
        object ComLed3: TComLed
          Left = 68
          Top = 140
          Width = 25
          Height = 25
          ComPort = ComPort
          LedSignal = lsConn
          Kind = lkPurpleLight
        end
        object Label11: TLabel
          Left = 70
          Top = 168
          Width = 24
          Height = 12
          Caption = 'Conn'
        end
        object ComComboBox1: TComComboBox
          Left = 56
          Top = 12
          Width = 97
          Height = 20
          ComPort = ComPort
          ComProperty = cpPort
          AutoApply = True
          Text = 'COM1'
          Style = csDropDownList
          DropDownCount = 18
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 0
          OnChange = ComComboBox1Change
        end
        object ComComboBox2: TComComboBox
          Left = 56
          Top = 33
          Width = 97
          Height = 20
          ComPort = ComPort
          ComProperty = cpBaudRate
          AutoApply = True
          Text = '9600'
          Style = csDropDownList
          DropDownCount = 18
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          ItemHeight = 12
          ItemIndex = 7
          TabOrder = 1
          OnChange = ComComboBox1Change
        end
        object ComComboBox3: TComComboBox
          Left = 56
          Top = 54
          Width = 97
          Height = 20
          ComPort = ComPort
          ComProperty = cpParity
          AutoApply = True
          Text = 'None'
          Style = csDropDownList
          DropDownCount = 18
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 2
          OnChange = ComComboBox1Change
        end
        object ComComboBox4: TComComboBox
          Left = 56
          Top = 75
          Width = 97
          Height = 20
          ComPort = ComPort
          ComProperty = cpDataBits
          AutoApply = True
          Text = '8'
          Style = csDropDownList
          DropDownCount = 18
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          ItemHeight = 12
          ItemIndex = 3
          TabOrder = 3
          OnChange = ComComboBox1Change
        end
        object ComComboBox5: TComComboBox
          Left = 56
          Top = 96
          Width = 97
          Height = 20
          ComPort = ComPort
          ComProperty = cpStopBits
          AutoApply = True
          Text = '1'
          Style = csDropDownList
          DropDownCount = 18
          ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
          ItemHeight = 12
          ItemIndex = 0
          TabOrder = 4
          OnChange = ComComboBox1Change
        end
        object ComComboBox6: TComComboBox
          Left = 56
          Top = 117
          Width = 97
          Height = 20
          ComPort = ComPort
          ComProperty = cpFlowControl
          AutoApply = True
          Text = 'Custom'

⌨️ 快捷键说明

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