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

📄 main.dfm

📁 单片机isp编程上位机源代码
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Left = 6
        Top = 156
        Width = 82
        Height = 17
        Caption = 'SELFPRGEN'
        TabOrder = 0
      end
    end
    object gbxLockByte: TGroupBox
      Left = 287
      Top = 39
      Width = 65
      Height = 179
      Caption = #21152#23494#20301
      TabOrder = 3
      object ckbLock6: TCheckBox
        Left = 6
        Top = 36
        Width = 54
        Height = 17
        Caption = 'NA'
        TabOrder = 6
      end
      object ckbLock5: TCheckBox
        Left = 6
        Top = 56
        Width = 54
        Height = 17
        Caption = 'BLB12'
        TabOrder = 5
      end
      object ckbLock4: TCheckBox
        Left = 6
        Top = 76
        Width = 54
        Height = 17
        Caption = 'BLB11'
        TabOrder = 4
      end
      object ckbLock3: TCheckBox
        Left = 6
        Top = 96
        Width = 54
        Height = 17
        Caption = 'BLB02'
        TabOrder = 3
      end
      object ckbLock2: TCheckBox
        Left = 6
        Top = 116
        Width = 54
        Height = 17
        Caption = 'BLB01'
        TabOrder = 2
      end
      object ckbLock1: TCheckBox
        Left = 6
        Top = 136
        Width = 54
        Height = 17
        Caption = 'LB2'
        TabOrder = 1
      end
      object ckbLock0: TCheckBox
        Left = 6
        Top = 156
        Width = 54
        Height = 17
        Caption = 'LB1'
        TabOrder = 0
      end
      object ckbLock7: TCheckBox
        Left = 6
        Top = 16
        Width = 54
        Height = 17
        Caption = 'NA'
        TabOrder = 7
      end
    end
    object plFuse: TPanel
      Left = 8
      Top = 16
      Width = 343
      Height = 20
      BevelOuter = bvLowered
      TabOrder = 4
      object Label1: TLabel
        Left = 17
        Top = 3
        Width = 41
        Height = 13
        AutoSize = False
        Caption = #20302#23383#33410':'
      end
      object lbLow: TLabel
        Left = 58
        Top = 3
        Width = 26
        Height = 13
        AutoSize = False
        Caption = '0xFF'
      end
      object Label3: TLabel
        Left = 96
        Top = 3
        Width = 41
        Height = 13
        AutoSize = False
        Caption = #39640#23383#33410':'
      end
      object lbHigh: TLabel
        Left = 137
        Top = 3
        Width = 26
        Height = 13
        AutoSize = False
        Caption = '0xFF'
      end
      object Label5: TLabel
        Left = 175
        Top = 3
        Width = 41
        Height = 13
        AutoSize = False
        Caption = #25193#23637#20301':'
      end
      object lbExt: TLabel
        Left = 216
        Top = 3
        Width = 26
        Height = 13
        AutoSize = False
        Caption = '0xFF'
      end
      object Label7: TLabel
        Left = 254
        Top = 3
        Width = 41
        Height = 13
        AutoSize = False
        Caption = #21152#23494#20301':'
      end
      object lbLock: TLabel
        Left = 295
        Top = 3
        Width = 26
        Height = 13
        AutoSize = False
        Caption = '0xFF'
      end
    end
  end
  object GroupBox9: TGroupBox
    Left = 372
    Top = 121
    Width = 139
    Height = 182
    Caption = #32534#31243#36873#39033
    TabOrder = 4
    object ckbProgress: TCheckBox
      Left = 6
      Top = 136
      Width = 115
      Height = 17
      Caption = #26174#31034#36827#24230#26465
      Checked = True
      State = cbChecked
      TabOrder = 6
    end
    object ckbErase: TCheckBox
      Left = 6
      Top = 36
      Width = 115
      Height = 17
      Caption = #33455#29255#25830#38500
      Checked = True
      State = cbChecked
      TabOrder = 1
    end
    object ckbVerify: TCheckBox
      Left = 6
      Top = 16
      Width = 115
      Height = 17
      Caption = #33455#29255#26657#39564
      Checked = True
      State = cbChecked
      TabOrder = 0
    end
    object ckbFlash: TCheckBox
      Left = 6
      Top = 56
      Width = 115
      Height = 17
      Caption = #32534#31243'FLASH'
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
    object ckbEerpom: TCheckBox
      Left = 6
      Top = 76
      Width = 115
      Height = 17
      Caption = #32534#31243'EEPROM'
      Checked = True
      State = cbChecked
      TabOrder = 3
    end
    object ckbFuse: TCheckBox
      Left = 6
      Top = 96
      Width = 115
      Height = 17
      Caption = #32534#31243#29076#19997#20301
      Checked = True
      State = cbChecked
      TabOrder = 4
    end
    object ckbLock: TCheckBox
      Left = 6
      Top = 116
      Width = 115
      Height = 17
      Caption = #32534#31243#21152#23494#20301
      Checked = True
      State = cbChecked
      TabOrder = 5
    end
    object ckbDelay: TCheckBox
      Left = 6
      Top = 156
      Width = 115
      Height = 17
      Caption = #26174#31034#35774#22791#20449#24687
      TabOrder = 7
    end
  end
  object btnErase: TButton
    Left = 115
    Top = 473
    Width = 75
    Height = 23
    Caption = #25830#38500'(&E)'
    TabOrder = 5
    OnClick = btnEraseClick
  end
  object btnProgram: TButton
    Left = 195
    Top = 473
    Width = 75
    Height = 23
    Caption = #32534#31243'(&P)'
    Default = True
    TabOrder = 6
    OnClick = btnProgramClick
  end
  object btnVerify: TButton
    Left = 275
    Top = 473
    Width = 75
    Height = 23
    Caption = #26657#39564'(&V)'
    TabOrder = 7
    OnClick = btnVerifyClick
  end
  object btnRead: TButton
    Left = 355
    Top = 473
    Width = 75
    Height = 23
    Caption = #35835#21462'(&R)'
    TabOrder = 8
    OnClick = btnReadClick
  end
  object btnExit: TButton
    Left = 435
    Top = 473
    Width = 75
    Height = 23
    Caption = #36864#20986'(&X)'
    TabOrder = 9
    OnClick = btnExitClick
  end
  object GroupBox5: TGroupBox
    Left = 372
    Top = 306
    Width = 139
    Height = 58
    Caption = #36864#20986#27169#24335
    TabOrder = 10
    object ckbReset: TCheckBox
      Left = 6
      Top = 16
      Width = 50
      Height = 17
      Caption = #22797#20301
      TabOrder = 0
    end
    object ckbNoReset: TCheckBox
      Left = 70
      Top = 16
      Width = 60
      Height = 17
      Caption = #19981#22797#20301
      TabOrder = 1
    end
    object ckbNoVCC: TCheckBox
      Left = 70
      Top = 36
      Width = 60
      Height = 17
      Caption = #20851#30005#28304
      TabOrder = 2
    end
    object ckbVCC: TCheckBox
      Left = 6
      Top = 36
      Width = 50
      Height = 17
      Caption = #30005#28304
      TabOrder = 3
    end
  end
  object mmOutput: TMemo
    Left = 8
    Top = 370
    Width = 502
    Height = 98
    ReadOnly = True
    TabOrder = 11
  end
  object CheckBox1: TCheckBox
    Left = 8
    Top = 476
    Width = 82
    Height = 17
    Caption = #24635#22312#26368#19978#38754
    TabOrder = 13
    OnClick = CheckBox1Click
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'fuse'
    Filter = '*.fuse|*.fuse|All files(*.*)|*.*'
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
    Left = 9
    Top = 435
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'fuse'
    Filter = '*.fuse|*.fuse|All files(*.*)|*.*'
    Left = 41
    Top = 435
  end
  object JvCreateProcess1: TJvCreateProcess
    StartupInfo.ShowWindow = swHide
    StartupInfo.DefaultWindowState = False
    ConsoleOptions = [coOwnerData, coRedirect]
    OnTerminate = JvCreateProcess1Terminate
    OnRead = JvCreateProcess1Read
    Left = 72
    Top = 437
  end
  object JvCreateProcess2: TJvCreateProcess
    StartupInfo.ShowWindow = swHide
    StartupInfo.DefaultWindowState = False
    ConsoleOptions = [coOwnerData, coRedirect]
    OnTerminate = JvCreateProcess2Terminate
    OnRead = JvCreateProcess2Read
    Left = 104
    Top = 437
  end
end

⌨️ 快捷键说明

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