unit1.dfm

来自「base64加密解密」· DFM 代码 · 共 60 行

DFM
60
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 522
  Height = 456
  Caption = 'base64'#21152#35299#23494
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 337
    Height = 193
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 8
    Top = 208
    Width = 337
    Height = 193
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object Button1: TButton
    Left = 384
    Top = 32
    Width = 105
    Height = 33
    Caption = #32534#30721
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 384
    Top = 96
    Width = 105
    Height = 33
    Caption = #35299#30721
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 384
    Top = 168
    Width = 105
    Height = 33
    Caption = #28165#38500
    TabOrder = 4
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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