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

📄 unit1.~dfm

📁 给定偏移地址和大小,实现对USB块设备(如U盘)的读写
💻 ~DFM
字号:
object Form1: TForm1
  Left = 307
  Top = 223
  Width = 664
  Height = 462
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 56
    Height = 16
    Caption = 'USB'#30424#31526
  end
  object Label2: TLabel
    Left = 32
    Top = 80
    Width = 104
    Height = 16
    Caption = #20559#31227#22320#22336'(HEX)'
  end
  object Label3: TLabel
    Left = 32
    Top = 128
    Width = 32
    Height = 16
    Caption = #20869#23481
  end
  object Label4: TLabel
    Left = 328
    Top = 80
    Width = 120
    Height = 16
    Caption = #22823#23567'('#21333#20301':'#25159#21306')'
  end
  object ComboBox1: TComboBox
    Left = 120
    Top = 24
    Width = 113
    Height = 24
    ItemHeight = 16
    ItemIndex = 0
    Sorted = True
    TabOrder = 0
    Text = 'F'
    Items.Strings = (
      'F'
      'G'
      'H'
      'I'
      'J'
      'K'
      'L'
      'M'
      'N'
      'O'
      'P'
      'Q'
      'R'
      'S'
      'T'
      'U'
      'V'
      'W'
      'X'
      'Y'
      'Z')
  end
  object Edit1: TEdit
    Left = 152
    Top = 80
    Width = 121
    Height = 24
    TabOrder = 1
    Text = '0000'
  end
  object Memo1: TMemo
    Left = 72
    Top = 128
    Width = 281
    Height = 217
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 2
  end
  object Button1: TButton
    Left = 120
    Top = 368
    Width = 137
    Height = 41
    Caption = #35835#21462
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 416
    Top = 368
    Width = 145
    Height = 41
    Caption = #20889#20837
    TabOrder = 4
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 456
    Top = 80
    Width = 121
    Height = 24
    TabOrder = 5
    Text = '1'
  end
  object Memo2: TMemo
    Left = 360
    Top = 128
    Width = 273
    Height = 225
    Color = clScrollBar
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'Courier New'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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