main.~dfm

来自「rockey2是一种应用比较广泛且使用简单的加密锁。本程序适用于极域电子教室加密」· ~DFM 代码 · 共 53 行

~DFM
53
字号
object Form1: TForm1
  Left = 218
  Top = 134
  Width = 600
  Height = 396
  Caption = #26497#22495#30005#23376#25945#23460#31995#21015#36719#20214#21407#29399#25968#25454#35835#21462#22120' by '#21448#35265#26149#39118
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FromClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 32
    Top = 336
    Width = 216
    Height = 12
    Caption = #20165#20379#30740#31350#20351#29992#65292#19981#24471#29992#20110#38750#27861#29992#36884#65281#65281#65281
  end
  object List: TListBox
    Left = 0
    Top = 0
    Width = 592
    Height = 321
    Align = alTop
    ItemHeight = 12
    TabOrder = 0
  end
  object Button4: TButton
    Left = 400
    Top = 328
    Width = 75
    Height = 25
    Caption = '&Read'
    TabOrder = 1
    OnClick = Button4Click
  end
  object Button1: TButton
    Left = 496
    Top = 328
    Width = 75
    Height = 25
    Caption = 'e&Xit'
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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