unit1.dfm

来自「在win(2000/2003)下面制作CRAMFS映像文件 专门用于嵌入式L」· DFM 代码 · 共 71 行

DFM
71
字号
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 + =
减小字号Ctrl + -
显示快捷键?