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

📄 unit1.dfm

📁 delphi编程实效百例的随书源代码 这是其中的界面外观部分
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderStyle = bsNone
  Caption = 'Form1'
  ClientHeight = 453
  ClientWidth = 688
  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 SpeedButton1: TSpeedButton
    Left = 96
    Top = 288
    Width = 81
    Height = 22
    Caption = #36879#26126#39068#33394
    OnClick = SpeedButton1Click
  end
  object Button1: TButton
    Left = 96
    Top = 392
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object BitBtn1: TBitBtn
    Left = 96
    Top = 336
    Width = 75
    Height = 25
    Caption = #36873#25321#22270#29255
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object OpenDialog1: TOpenDialog
    Left = 120
    Top = 96
  end
  object ColorDialog1: TColorDialog
    Ctl3D = True
    Left = 240
    Top = 88
  end
end

⌨️ 快捷键说明

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