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

📄 unit1.dfm

📁 单片机定时器初始值计算软件
💻 DFM
字号:
object Form1: TForm1
  Left = 350
  Top = 134
  Width = 498
  Height = 242
  Caption = #23450#26102#22120
  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 = 8
    Top = 48
    Width = 24
    Height = 13
    AutoSize = False
    Caption = #36755#20837
  end
  object lbl2: TLabel
    Left = 128
    Top = 48
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #24494#31186
  end
  object lbl3: TLabel
    Left = 8
    Top = 128
    Width = 33
    Height = 13
    AutoSize = False
    Caption = #39640#20301
  end
  object lbl4: TLabel
    Left = 8
    Top = 160
    Width = 24
    Height = 13
    Caption = #20302#20301
  end
  object input: TEdit
    Left = 40
    Top = 48
    Width = 89
    Height = 21
    TabOrder = 0
  end
  object btn1: TButton
    Left = 40
    Top = 88
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 1
    OnClick = btn1Click
  end
  object rg1: TRadioGroup
    Left = 168
    Top = 32
    Width = 121
    Height = 105
    Caption = #23450#26102#22120#24037#20316#26041#24335
    ItemIndex = 1
    Items.Strings = (
      #26041#24335'0'
      #26041#24335'1'
      #26041#24335'2'
      #26041#24335'3')
    TabOrder = 2
  end
  object rg2: TRadioGroup
    Left = 304
    Top = 32
    Width = 113
    Height = 105
    Caption = #26230#25391#39057#29575
    ItemIndex = 2
    Items.Strings = (
      '6MHz'
      '11.0592MHz'
      '12MHz'
      '24MHz')
    TabOrder = 3
  end
  object output1: TEdit
    Left = 40
    Top = 128
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object output2: TEdit
    Left = 40
    Top = 160
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object btn2: TButton
    Left = 344
    Top = 160
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = btn2Click
  end
  object btn3: TButton
    Left = 256
    Top = 160
    Width = 75
    Height = 25
    Caption = #20851#20110
    TabOrder = 7
    OnClick = btn3Click
  end
end

⌨️ 快捷键说明

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