rename.dfm

来自「文件管理系统」· DFM 代码 · 共 51 行

DFM
51
字号
object Form5: TForm5
  Left = 761
  Top = 509
  Width = 243
  Height = 128
  Caption = #37325#21629#21517
  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 Edit1: TEdit
    Left = 88
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object StaticText1: TStaticText
    Left = 32
    Top = 24
    Width = 52
    Height = 17
    Caption = #26032#21517#31216#65306
    TabOrder = 1
  end
  object OKBn: TButton
    Left = 24
    Top = 56
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = OKBnClick
  end
  object CancelBn: TButton
    Left = 136
    Top = 56
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = CancelBnClick
  end
end

⌨️ 快捷键说明

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