swapfrm.dfm

来自「程序用Delphi6编写」· DFM 代码 · 共 54 行

DFM
54
字号
object frmSwap: TfrmSwap
  Left = 255
  Top = 144
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #25442#26426
  ClientHeight = 103
  ClientWidth = 255
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 11
    Height = 13
    Caption = #20174
  end
  object Label2: TLabel
    Left = 32
    Top = 64
    Width = 11
    Height = 13
    Caption = #21040
  end
  object SpinEdit1: TSpinEdit
    Left = 64
    Top = 16
    Width = 121
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 0
    Value = 0
  end
  object SpinEdit2: TSpinEdit
    Left = 64
    Top = 56
    Width = 121
    Height = 22
    MaxValue = 0
    MinValue = 0
    TabOrder = 1
    Value = 0
  end
end

⌨️ 快捷键说明

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