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

📄 unit1.dfm

📁 在win(2000/2003)下面制作CRAMFS映像文件 专门用于嵌入式Linux开发 由于网络上没有类似的软件 索性自己写了一个 经过测试OK 全部源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 116
  BorderStyle = bsDialog
  Caption = 'Make cramfs'
  ClientHeight = 369
  ClientWidth = 225
  Color = clSilver
  Ctl3D = False
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 8
    Top = 304
    Width = 209
    Height = 17
    AutoSize = False
    Caption = 'E:\BCBC\cramfs'
    Color = 16744576
    ParentColor = False
  end
  object DriveComboBox1: TDriveComboBox
    Left = 8
    Top = 8
    Width = 209
    Height = 19
    DirList = DirectoryListBox1
    TabOrder = 0
  end
  object DirectoryListBox1: TDirectoryListBox
    Left = 8
    Top = 32
    Width = 209
    Height = 265
    DirLabel = Label2
    ItemHeight = 16
    TabOrder = 1
  end
  object Button1: TButton
    Left = 8
    Top = 336
    Width = 73
    Height = 25
    Caption = 'Make'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 336
    Width = 73
    Height = 25
    Caption = 'Quit'
    TabOrder = 3
    OnClick = Button2Click
  end
  object SaveDialog1: TSaveDialog
    Ctl3D = False
    DefaultExt = 'cramfs'
    Filter = 'Image Files (*.cramfs)|*.cramfs'
    Left = 144
    Top = 232
  end
end

⌨️ 快捷键说明

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