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

📄 unit1.~dfm

📁 Delphi实效编程百例的随书源代码 这是其中的程序发布部分
💻 ~DFM
字号:
object Form1: TForm1
  Left = 36
  Top = 185
  Width = 307
  Height = 197
  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 Label1: TLabel
    Left = 24
    Top = 16
    Width = 81
    Height = 13
    Caption = '按钮标题:'
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 60
    Height = 13
    Caption = '图标路径:'
  end
  object Label3: TLabel
    Left = 24
    Top = 80
    Width = 60
    Height = 13
    Caption = '覆盖图标:'
  end
  object Label4: TLabel
    Left = 24
    Top = 112
    Width = 84
    Height = 13
    Caption = '可执行文件::'
  end
  object SpeedButton2: TSpeedButton
    Left = 264
    Top = 72
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 264
    Top = 104
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton3Click
  end
  object SpeedButton1: TSpeedButton
    Left = 264
    Top = 40
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object BtnCaption: TEdit
    Left = 128
    Top = 8
    Width = 121
    Height = 25
    TabOrder = 0
  end
  object Icon: TEdit
    Left = 128
    Top = 40
    Width = 121
    Height = 25
    TabOrder = 1
  end
  object HotIcon: TEdit
    Left = 128
    Top = 72
    Width = 121
    Height = 25
    TabOrder = 2
  end
  object Exec: TEdit
    Left = 128
    Top = 104
    Width = 121
    Height = 25
    TabOrder = 3
  end
  object Button1: TButton
    Left = 24
    Top = 136
    Width = 265
    Height = 25
    Caption = '添加按钮'
    TabOrder = 4
    OnClick = Button1Click
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Filter = 'Icons (*.ico)|*.ico'
    Left = 96
    Top = 8
  end
  object OpenDialog1: TOpenDialog
    Filter = 'Excutable|*.exe'
    Left = 96
    Top = 40
  end
end

⌨️ 快捷键说明

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