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

📄 unit1.dfm

📁 PSOCbootloader电脑端控制程序代码
💻 DFM
字号:
object Form1: TForm1
  Left = 367
  Top = 158
  Width = 692
  Height = 456
  Caption = 'BootLoader for CY8C27xxx/CY8C29xxx'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clNavy
  Font.Height = -19
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 24
  object lblTitle: TLabel
    Left = 8
    Top = 17
    Width = 671
    Height = 32
    Alignment = taCenter
    AutoSize = False
    Caption = 'BootLoader Terminal Program for PSOC microcontrollers'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold, fsUnderline]
    ParentFont = False
  end
  object lblConnect: TLabel
    Left = 240
    Top = 88
    Width = 297
    Height = 25
    AutoSize = False
    Caption = 'Not Connected'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblSelect: TLabel
    Left = 240
    Top = 144
    Width = 433
    Height = 25
    AutoSize = False
    BiDiMode = bdLeftToRight
    Caption = 'Not selected'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
  end
  object lblProgram: TLabel
    Left = 240
    Top = 200
    Width = 137
    Height = 25
    AutoSize = False
    Caption = 'Blocks Written: '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object lblValue: TLabel
    Left = 384
    Top = 200
    Width = 65
    Height = 25
    AutoSize = False
    Caption = '000'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object btnConnect: TButton
    Left = 16
    Top = 80
    Width = 209
    Height = 41
    Caption = 'CONNECT'
    TabOrder = 0
    OnClick = btnConnectClick
  end
  object btnSelect: TButton
    Left = 16
    Top = 136
    Width = 209
    Height = 41
    Caption = 'Select HEX File'
    TabOrder = 1
    OnClick = btnSelectClick
  end
  object btnProgram: TButton
    Left = 16
    Top = 192
    Width = 209
    Height = 41
    Caption = 'Program Device'
    TabOrder = 2
    OnClick = btnProgramClick
  end
  object Button2: TButton
    Left = 16
    Top = 248
    Width = 209
    Height = 41
    Caption = 'About'
    TabOrder = 3
    OnClick = Button2Click
  end
  object btnExit: TButton
    Left = 16
    Top = 304
    Width = 209
    Height = 41
    Caption = 'EXIT'
    TabOrder = 4
    OnClick = btnExitClick
  end
  object CommPortsBox: TComboBox
    Left = 552
    Top = 80
    Width = 113
    Height = 32
    Style = csDropDownList
    ItemHeight = 24
    TabOrder = 5
  end
  object ProgressBar: TProgressBar
    Left = 240
    Top = 248
    Width = 433
    Height = 41
    BorderWidth = 1
    Min = 0
    Max = 215
    ParentShowHint = False
    Smooth = True
    Step = 1
    ShowHint = False
    TabOrder = 6
  end
  object CheckBox1: TCheckBox
    Left = 240
    Top = 312
    Width = 433
    Height = 25
    Caption = 'Wait for connection with PSoC'
    Color = clBtnFace
    ParentColor = False
    TabOrder = 7
    OnClick = CheckBox1Click
  end
  object OpenDialog: TOpenDialog
    DefaultExt = '*.hex'
    Filter = 'Intel HEX file|*.hex'
    InitialDir = 'c:\work\cypressmicrosystems'
    Left = 96
    Top = 360
  end
end

⌨️ 快捷键说明

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