⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rename.dfm

📁 这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步!
💻 DFM
字号:
object frmReName: TfrmReName
  Left = 357
  Top = 248
  BorderStyle = bsDialog
  Caption = '文件重命名'
  ClientHeight = 122
  ClientWidth = 253
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lbOldName1: TLabel
    Left = 18
    Top = 13
    Width = 70
    Height = 14
    Caption = '旧文件名:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object lbOldName: TLabel
    Left = 88
    Top = 13
    Width = 6
    Height = 11
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object lbNewName: TLabel
    Left = 16
    Top = 48
    Width = 70
    Height = 14
    Caption = '新文件名:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object EditName: TEdit
    Left = 88
    Top = 44
    Width = 153
    Height = 21
    TabOrder = 0
  end
  object btOk: TButton
    Left = 33
    Top = 89
    Width = 69
    Height = 22
    Caption = '确  定(&O)'
    TabOrder = 1
    OnClick = btOkClick
  end
  object Button2: TButton
    Left = 150
    Top = 89
    Width = 71
    Height = 22
    Caption = '取   消(&E)'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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