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

📄 unit1.dfm

📁 单片机波特率计算软件
💻 DFM
字号:
object Form1: TForm1
  Left = 287
  Top = 141
  Width = 443
  Height = 248
  Caption = #27874#29305#29575#35745#31639
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lbl1: TLabel
    Left = 296
    Top = 16
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #27874#29305#29575
  end
  object lbl2: TLabel
    Left = 296
    Top = 72
    Width = 89
    Height = 13
    AutoSize = False
    Caption = #23450#26102#22120#21021#22987#20540
  end
  object lbl3: TLabel
    Left = 296
    Top = 152
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #26230#25391#39057#29575
  end
  object lbl4: TLabel
    Left = 280
    Top = 96
    Width = 15
    Height = 13
    Caption = 'TH'
  end
  object lbl5: TLabel
    Left = 280
    Top = 128
    Width = 13
    Height = 13
    Caption = 'TL'
  end
  object lbl6: TLabel
    Left = 392
    Top = 184
    Width = 22
    Height = 13
    Caption = 'MHz'
  end
  object lbl7: TLabel
    Left = 392
    Top = 48
    Width = 16
    Height = 13
    Caption = 'b/s'
  end
  object lbl8: TLabel
    Left = 160
    Top = 184
    Width = 3
    Height = 13
  end
  object lbl9: TLabel
    Left = 160
    Top = 184
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #23450#26102#22120#21021#22987#20540
  end
  object serial1: TRadioGroup
    Left = 24
    Top = 24
    Width = 113
    Height = 105
    Caption = #20018#21475#26041#24335
    ItemIndex = 1
    Items.Strings = (
      #26041#24335'0'
      #26041#24335'1'
      #26041#24335'2'
      #26041#24335'3')
    TabOrder = 0
  end
  object smod1: TCheckBox
    Left = 24
    Top = 8
    Width = 65
    Height = 17
    Caption = 'SMOD'
    TabOrder = 1
  end
  object btn1: TButton
    Left = 24
    Top = 184
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = btn1Click
  end
  object time1: TRadioGroup
    Left = 160
    Top = 24
    Width = 113
    Height = 105
    Caption = #23450#26102#22120#26041#24335
    ItemIndex = 2
    Items.Strings = (
      #26041#24335'0'
      #26041#24335'1'
      #26041#24335'2'
      #26041#24335'3')
    TabOrder = 3
  end
  object btn2: TButton
    Left = 24
    Top = 144
    Width = 97
    Height = 25
    Caption = #35745#31639#27874#29305#29575
    TabOrder = 4
    OnClick = btn2Click
  end
  object BaudEdit1: TEdit
    Left = 296
    Top = 40
    Width = 89
    Height = 21
    TabOrder = 5
    Text = '9600'
  end
  object TimeEdit1: TEdit
    Left = 296
    Top = 96
    Width = 89
    Height = 21
    TabOrder = 6
    Text = '00'
  end
  object FoscEdit1: TEdit
    Left = 296
    Top = 176
    Width = 89
    Height = 21
    TabOrder = 7
    Text = '12'
  end
  object btn3: TButton
    Left = 160
    Top = 144
    Width = 89
    Height = 25
    Caption = #35745#31639#21021#22987#20540
    TabOrder = 8
    OnClick = btn3Click
  end
  object TimeEdit2: TEdit
    Left = 296
    Top = 128
    Width = 89
    Height = 21
    TabOrder = 9
    Text = '00'
  end
end

⌨️ 快捷键说明

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