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

📄 unit1.dfm

📁 一个字体编辑工具
💻 DFM
字号:
object Form1: TForm1
  Left = 198
  Top = 131
  Width = 696
  Height = 480
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 432
    Top = 120
    Width = 41
    Height = 16
    Caption = 'Label1'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 208
    Top = 40
    Width = 151
    Height = 29
    Caption = '字库制作工具'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 384
    Top = 48
    Width = 38
    Height = 20
    Caption = 'V1.0'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Image1: TImage
    Left = 88
    Top = 104
    Width = 17
    Height = 17
    Picture.Data = {
      07544269746D617042010000424D420100000000000076000000280000001100
      0000110000000100040000000000CC000000C40E0000C40E0000100000000000
      000000000000000080000080000000808000800000008000800080800000C0C0
      C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
      FF00FFFFFF00000FFFFFF0000000FFFF00BBBBB00FFFF0000000FFF0BBBBBBBB
      B0FFF0000000FF0BBBBBBBBBBB0FF0000000F0BBBB00000BBBB0F0000000F0BB
      B0BBBBB0BBB0F00000000BBB0BBBBBBB0BBB000000000BBBBBBBBBBBBBBB0000
      00000BBBBBBBBBBBBBBB000000000BBBBBBBBBBBBBBB000000000BBBB00BBB00
      BBBB00000000F0BBB00BBB00BBB0F0000000F0BBBBBBBBBBBBB0F0000000FF0B
      BBBBBBBBBB0FF0000000FFF0BBBBBBBBB0FFF0000000FFFF00BBBBB00FFFF000
      0000FFFFFF00000FFFFFF0000000}
  end
  object Panel1: TPanel
    Left = 208
    Top = 120
    Width = 113
    Height = 89
    BorderStyle = bsSingle
    TabOrder = 0
  end
  object Button1: TButton
    Left = 288
    Top = 312
    Width = 113
    Height = 33
    Caption = '保存'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object UpDown1: TUpDown
    Left = 440
    Top = 168
    Width = 41
    Height = 81
    Min = 0
    Position = 0
    TabOrder = 2
    Wrap = False
    OnClick = UpDown1Click
  end
  object Button2: TButton
    Left = 152
    Top = 312
    Width = 113
    Height = 33
    Caption = '清除'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 416
    Top = 312
    Width = 113
    Height = 33
    Caption = '转换为文本格式'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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