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

📄 main1.~dfm

📁 PC Host used for controlling and command exchanging to the SPI flash memory controller which enables
💻 ~DFM
字号:
object Form1: TForm1
  Left = 251
  Top = 114
  Width = 836
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 256
    Top = 16
    Width = 151
    Height = 24
    Caption = 'Dado recebido :'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 432
    Top = 16
    Width = 5
    Height = 24
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 256
    Top = 112
    Width = 194
    Height = 24
    Caption = 'Bytes a serem lidos :'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 472
    Top = 112
    Width = 7
    Height = 24
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 272
    Top = 72
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object Label6: TLabel
    Left = 560
    Top = 24
    Width = 32
    Height = 13
    Caption = 'Label6'
  end
  object Label7: TLabel
    Left = 560
    Top = 56
    Width = 32
    Height = 13
    Caption = 'Label7'
  end
  object Button1: TButton
    Left = 16
    Top = 16
    Width = 75
    Height = 25
    Caption = '&Id'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 16
    Top = 64
    Width = 75
    Height = 25
    Caption = '&Bulk erase'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 16
    Top = 112
    Width = 75
    Height = 25
    Caption = '&Fast Read'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Entrada: TEdit
    Left = 208
    Top = 112
    Width = 33
    Height = 21
    CharCase = ecUpperCase
    MaxLength = 4
    TabOrder = 3
    Text = '0000'
    OnChange = EntradaChange
    OnKeyPress = EntradaKeyPress
  end
  object Button4: TButton
    Left = 16
    Top = 224
    Width = 75
    Height = 25
    Caption = '&Program'
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 200
    Top = 224
    Width = 75
    Height = 25
    Caption = 'Button5'
    TabOrder = 5
    OnClick = Button5Click
  end
  object CommPortDriver1: TCommPortDriver
    Port = pnCustom
    PortName = '\\.\COM1'
    BaudRate = brCustom
    BaudRateValue = 115200
    HwFlow = hfNONE
    InBufSize = 128
    OutBufSize = 128
    PollingDelay = 100
    EnableDTROnOpen = False
    OutputTimeout = 10
    InputTimeout = 10
    OnReceiveData = CommPortDriver1ReceiveData
    Left = 696
    Top = 8
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 10
    OnTimer = Timer1Timer
    Left = 728
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'bin'
    Filter = 'Binary or Image|*.bin;*.img'
    Left = 760
    Top = 8
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'bin'
    Filter = 'Binary or Image|*.bin;*.img'
    Left = 792
    Top = 8
  end
end

⌨️ 快捷键说明

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