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

📄 unit3.dfm

📁 LMS软件是用来进行自适应滤波的最小均方误差算法
💻 DFM
字号:
object F2: TF2
  Left = 257
  Top = 102
  Width = 309
  Height = 389
  Caption = '端口调试助手'
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 301
    Height = 73
    Align = alTop
    BevelOuter = bvNone
    Caption = '端口调试助手'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = '隶书'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 192
      Top = 40
      Width = 102
      Height = 13
      Anchors = [akTop, akRight]
      Caption = 'XCM_ING@163.COM'
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -10
      Font.Name = 'Arial'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 248
      Top = 56
      Width = 46
      Height = 12
      Anchors = [akTop, akRight]
      Caption = '2000.12.29'
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -9
      Font.Name = 'Arial'
      Font.Style = []
      ParentFont = False
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 288
    Width = 301
    Height = 74
    Align = alBottom
    BevelOuter = bvNone
    Caption = ' '
    TabOrder = 1
    object Button4: TButton
      Left = 112
      Top = 40
      Width = 75
      Height = 25
      Anchors = []
      Caption = '关闭'
      TabOrder = 0
      OnClick = Button4Click
    end
    object P1: TPanel
      Tag = 1
      Left = 24
      Top = 8
      Width = 73
      Height = 25
      Anchors = []
      BevelInner = bvLowered
      BevelOuter = bvNone
      BevelWidth = 2
      Caption = '关于本程序'
      TabOrder = 1
      OnClick = P1Click
    end
    object P2: TPanel
      Left = 112
      Top = 8
      Width = 73
      Height = 25
      Anchors = []
      BevelWidth = 2
      Caption = '打开命令列表'
      TabOrder = 2
      OnClick = P1Click
    end
    object P3: TPanel
      Left = 200
      Top = 8
      Width = 73
      Height = 25
      Anchors = []
      BevelWidth = 2
      Caption = '打开配置文件'
      TabOrder = 3
      OnClick = P1Click
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 73
    Width = 17
    Height = 215
    Align = alLeft
    BevelOuter = bvNone
    Caption = ' '
    TabOrder = 2
  end
  object Panel4: TPanel
    Left = 280
    Top = 73
    Width = 21
    Height = 215
    Align = alRight
    BevelOuter = bvNone
    Caption = ' '
    TabOrder = 3
  end
  object RE1: TRichEdit
    Left = 17
    Top = 73
    Width = 263
    Height = 215
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    HideScrollBars = False
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 4
    WordWrap = False
    OnKeyPress = RE1KeyPress
  end
end

⌨️ 快捷键说明

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