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

📄 dictmain.dfm

📁 East make Tray Icon in delphi
💻 DFM
字号:
object Form1: TForm1
  Left = 271
  Top = 227
  BorderStyle = bsSingle
  Caption = 'Compress dictionaries'
  ClientHeight = 78
  ClientWidth = 268
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Scaled = false
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Compress: TButton
    Left = 88
    Top = 8
    Width = 113
    Height = 25
    Caption = 'Compress'
    TabOrder = 0
    OnClick = CompressClick
  end
  object Uncompress: TButton
    Left = 88
    Top = 48
    Width = 113
    Height = 25
    Caption = 'Uncompress'
    TabOrder = 1
    OnClick = UncompressClick
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = 'dic'
    Left = 24
    Top = 16
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = 'dic'
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
    Left = 224
    Top = 16
  end
end

⌨️ 快捷键说明

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