unit2.dfm

来自「pdu编码的软件源代码」· DFM 代码 · 共 52 行

DFM
52
字号
object Form2: TForm2
  Left = 263
  Top = 235
  Width = 324
  Height = 309
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Form2'
  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 SpeedButton1: TSpeedButton
    Left = 16
    Top = 184
    Width = 57
    Height = 25
    Caption = '编码'
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 16
    Top = 224
    Width = 57
    Height = 25
    Caption = '退出'
    OnClick = SpeedButton2Click
  end
  object Memo1: TMemo
    Left = 104
    Top = 32
    Width = 185
    Height = 89
    Lines.Strings = (
      '')
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 104
    Top = 176
    Width = 185
    Height = 89
    Lines.Strings = (
      '')
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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