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

📄 umain.dfm

📁 这个程序的主要目的是为了提供一个具有通用性的 AVR Bootloader
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object frmMain: TfrmMain
  Left = 317
  Top = 111
  Width = 648
  Height = 456
  Caption = 'AVR Universal Bootloader Download'
  Color = clBtnFace
  ParentFont = True
  Icon.Data = {
    0000010001001010000001001800680300001600000028000000100000002000
    0000010018000000000040030000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000808080808080000000
    8080808080800000008080808080800000008080808080800000000000000000
    00000000000000C0C0C0C0C0C0000000C0C0C0C0C0C0000000C0C0C0C0C0C000
    0000C0C0C0C0C0C0000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000FF00000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000FFFFFF000000
    FFFFFF000000000000FFFFFF000000000000FFFFFF000000FFFFFF0000000000
    00000000000000000000FFFFFF000000FFFFFF000000000000FFFFFF00000000
    0000FFFFFF000000FFFFFF000000000000000000000000000000FFFFFFFFFFFF
    FFFFFF000000FFFFFF000000FFFFFF000000FFFFFFFFFFFF0000000000000000
    00000000000000000000FFFFFF000000FFFFFF000000FFFFFF000000FFFFFF00
    0000FFFFFF000000FFFFFF000000000000000000000000000000FFFFFF000000
    FFFFFF000000FFFFFF000000FFFFFF000000FFFFFF000000FFFFFF0000000000
    00000000000000000000000000FFFFFF000000000000FFFFFF000000FFFFFF00
    0000FFFFFFFFFFFF000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000C0C0C0C0C0C0000000
    C0C0C0C0C0C0000000C0C0C0C0C0C0000000C0C0C0C0C0C00000000000000000
    0000000000000080808080808000000080808080808000000080808080808000
    0000808080808080000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000FFFF
    0000E4930000E493000080000000800000008000000080000000C0000000C000
    000080000000800000008000000080000000E4930000E4930000FFFF0000}
  KeyPreview = True
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object pnlMain: TPanel
    Left = 0
    Top = 49
    Width = 593
    Height = 349
    BevelOuter = bvNone
    TabOrder = 0
    OnMouseDown = tbMenuMouseDown
    object pbMain: TGauge
      Left = 8
      Top = 328
      Width = 73
      Height = 17
      BackColor = clRed
      BorderStyle = bsNone
      Color = clBtnFace
      ParentColor = False
      Progress = 55
      Visible = False
    end
    object pgctMain: TPageControl
      Tag = 301
      Left = 7
      Top = 8
      Width = 561
      Height = 313
      ActivePage = tsVer
      HotTrack = True
      Images = ilMenu
      MultiLine = True
      TabHeight = 19
      TabOrder = 0
      TabPosition = tpBottom
      TabStop = False
      TabWidth = 51
      OnChange = pgctMainChange
      object tsHex: TTabSheet
        Caption = 'Hex'
        ImageIndex = 14
        object mmoHex: TSynMemo
          Left = 0
          Top = 0
          Width = 553
          Height = 283
          Align = alClient
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'Courier New'
          Font.Pitch = fpFixed
          Font.Style = []
          TabOrder = 0
          Gutter.AutoSize = True
          Gutter.BorderColor = 16748062
          Gutter.DigitCount = 2
          Gutter.Font.Charset = DEFAULT_CHARSET
          Gutter.Font.Color = clWindowText
          Gutter.Font.Height = -11
          Gutter.Font.Name = 'Courier New'
          Gutter.Font.Style = []
          Gutter.LeadingZeros = True
          Gutter.LeftOffset = 2
          Gutter.ShowLineNumbers = True
          Gutter.UseFontStyle = False
          Gutter.Gradient = True
          Lines.Strings = (
            'mmoHex')
          MaxScrollWidth = 80
          Options = [eoAltSetsColumnMode, eoAutoIndent, eoAutoSizeMaxScrollWidth, eoDropFiles, eoEnhanceEndKey, eoGroupUndo, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoSmartTabs, eoTabsToSpaces]
          ReadOnly = True
          RightEdge = 100
          WordWrap = True
        end
        object Panel12: TPanel
          Left = 0
          Top = 283
          Width = 553
          Height = 3
          Align = alBottom
          BevelOuter = bvNone
          TabOrder = 1
        end
      end
      object tsBin: TTabSheet
        Caption = 'Bin'
        ImageIndex = 15
        object mmoBin: THexEdit
          Left = 0
          Top = 0
          Width = 513
          Height = 257
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clBlack
          Font.Height = -16
          Font.Name = 'Fixedsys'
          Font.Style = []
          TabOrder = 0
          OnChange = mmoBinChange
        end
        object Panel11: TPanel
          Left = 0
          Top = 283
          Width = 553
          Height = 3
          Align = alBottom
          BevelOuter = bvNone
          TabOrder = 1
        end
      end
      object tsLog: TTabSheet
        Caption = 'Log'
        ImageIndex = 3
        object mmoLog: TSynMemo
          Left = 0
          Top = 0
          Width = 553
          Height = 283
          Align = alClient
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'Courier New'
          Font.Pitch = fpFixed
          Font.Style = []
          TabOrder = 0
          OnMouseDown = mmoLogMouseDown
          Gutter.AutoSize = True
          Gutter.BorderColor = 4755712
          Gutter.DigitCount = 2
          Gutter.Font.Charset = DEFAULT_CHARSET
          Gutter.Font.Color = clWindowText
          Gutter.Font.Height = -11
          Gutter.Font.Name = 'Courier New'
          Gutter.Font.Style = []
          Gutter.LeadingZeros = True
          Gutter.LeftOffset = 2
          Gutter.ShowLineNumbers = True
          Gutter.UseFontStyle = False
          Gutter.Visible = False
          Gutter.Gradient = True
          Lines.Strings = (
            'mmoLog')
          MaxScrollWidth = 80
          Options = [eoAltSetsColumnMode, eoAutoIndent, eoAutoSizeMaxScrollWidth, eoDropFiles, eoEnhanceEndKey, eoGroupUndo, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoSmartTabs, eoTabsToSpaces]
          ReadOnly = True
          RightEdge = 100
          WordWrap = True
        end
        object Panel10: TPanel
          Left = 0
          Top = 283
          Width = 553
          Height = 3
          Align = alBottom
          BevelOuter = bvNone
          TabOrder = 1
        end
      end
      object tsVer: TTabSheet
        Caption = 'Ver'
        ImageIndex = 16
        object mmoVer: TSynMemo
          Left = 0
          Top = 0
          Width = 553
          Height = 283
          Align = alClient
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -13
          Font.Name = 'Courier New'
          Font.Pitch = fpFixed
          Font.Style = []
          TabOrder = 0
          Gutter.AutoSize = True
          Gutter.BorderColor = 16711808
          Gutter.DigitCount = 2
          Gutter.Font.Charset = DEFAULT_CHARSET
          Gutter.Font.Color = clWindowText
          Gutter.Font.Height = -11
          Gutter.Font.Name = 'Courier New'
          Gutter.Font.Style = []
          Gutter.LeadingZeros = True
          Gutter.LeftOffset = 2
          Gutter.ShowLineNumbers = True
          Gutter.UseFontStyle = False
          Gutter.Visible = False
          Gutter.Gradient = True
          Lines.Strings = (
            'mmoVer')
          MaxScrollWidth = 80
          Options = [eoAltSetsColumnMode, eoAutoIndent, eoAutoSizeMaxScrollWidth, eoDropFiles, eoEnhanceEndKey, eoGroupUndo, eoScrollPastEol, eoShowScrollHint, eoSmartTabDelete, eoSmartTabs, eoTabsToSpaces]
          ReadOnly = True
          RightEdge = 100
        end
        object Panel9: TPanel
          Left = 0
          Top = 283
          Width = 553
          Height = 3
          Align = alBottom
          BevelOuter = bvNone
          TabOrder = 1
        end
      end
    end
  end
  object Panel8: TPanel
    Left = 0
    Top = 403
    Width = 640
    Height = 19
    Align = alBottom
    AutoSize = True
    BevelOuter = bvNone
    TabOrder = 1
    object stat: TStatusBar
      Left = 0
      Top = 0
      Width = 640
      Height = 19
      AutoHint = True
      Panels = <
        item
          Width = 300
        end
        item
          Alignment = taCenter

⌨️ 快捷键说明

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