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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 336
  Top = 245
  Width = 351
  Height = 247
  Caption = 'CopyFile'
  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 Label1: TLabel
    Left = 16
    Top = 16
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #28304#25991#20214#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 56
    Width = 70
    Height = 13
    AutoSize = False
    Caption = #30446#26631#25991#20214#65306
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 193
    Height = 21
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 16
    Top = 72
    Width = 193
    Height = 21
    TabOrder = 4
  end
  object Button1: TButton
    Left = 224
    Top = 24
    Width = 105
    Height = 33
    Caption = #36873#25321#28304#25991#20214
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 224
    Top = 64
    Width = 105
    Height = 33
    Caption = #36873#25321#30446#26631#25991#20214
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 120
    Top = 176
    Width = 105
    Height = 33
    Caption = #24320#22987#22797#21046
    TabOrder = 2
    OnClick = Button3Click
  end
  object Animate1: TAnimate
    Left = 32
    Top = 112
    Width = 281
    Height = 41
    Active = False
  end
  object OpenDialog1: TOpenDialog
    Left = 72
    Top = 176
  end
end

⌨️ 快捷键说明

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