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

📄 coder.dfm

📁 简单的加密解密器
💻 DFM
字号:
object MainForm: TMainForm
  Left = 195
  Top = 128
  Width = 544
  Height = 375
  Caption = 'MainForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 536
    Height = 329
    Align = alClient
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    ItemHeight = 13
    TabOrder = 0
  end
  object MainMenu1: TMainMenu
    Left = 16
    Top = 264
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #25171#24320'(&O)'
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #21152#23494#20026'(&E)'
        OnClick = N3Click
      end
      object N6: TMenuItem
        Caption = #35299#23494#20026'(&D)'
        OnClick = N6Click
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object N5: TMenuItem
        Caption = #36864#20986
        OnClick = N5Click
      end
    end
  end
  object OpenDialog1: TOpenDialog
    DefaultExt = '*.txe'
    Filter = #25991#26412#25991#20214'|*.txt'
    Left = 48
    Top = 264
  end
  object SaveDialog1: TSaveDialog
    DefaultExt = '*.txt'
    Filter = #25991#26412#25991#20214'|*.txt'
    Left = 80
    Top = 264
  end
end

⌨️ 快捷键说明

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