unit1.dfm

来自「linux-2.4内核修改工具,可以方便的定制启动图标,根据指定的BMP,自动生」· DFM 代码 · 共 56 行

DFM
56
字号
object Form1: TForm1
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'BMP To Logo.h (Linux 2.4.x)'
  ClientHeight = 290
  ClientWidth = 337
  Color = clSilver
  Ctl3D = False
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 8
    Top = 8
    Width = 320
    Height = 240
  end
  object Button1: TButton
    Left = 8
    Top = 256
    Width = 89
    Height = 25
    Caption = #25171#24320'BMP'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 240
    Top = 256
    Width = 89
    Height = 25
    Caption = #36716#25442'LOGO'
    TabOrder = 1
    OnClick = Button2Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 'Bitmaps (*.bmp)|*.bmp'
    Left = 192
    Top = 256
  end
  object SaveDialog1: TSaveDialog
    Ctl3D = False
    Filter = 'H Files (*.h)|*.h'
    Left = 160
    Top = 256
  end
end

⌨️ 快捷键说明

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