unit1.dfm

来自「通过该程序可利用delphi实现创建文件夹、删除文件夹、拷贝和删除文件」· DFM 代码 · 共 53 行

DFM
53
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 Button1: TButton
    Left = 136
    Top = 112
    Width = 129
    Height = 25
    Caption = '删除文件'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 136
    Top = 80
    Width = 129
    Height = 25
    Caption = '拷贝文件'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 312
    Top = 80
    Width = 281
    Height = 25
    Caption = '文件夹拷贝'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 312
    Top = 112
    Width = 281
    Height = 25
    Caption = '文件夹删除'
    TabOrder = 3
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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