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

📄 unit1.~dfm

📁 很多 delphi 精彩小例子。供大家参考。
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 617
  Height = 367
  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 GroupBox1: TGroupBox
    Left = 16
    Top = 32
    Width = 121
    Height = 273
    Caption = '     '#32452#36873#26694'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 16
      Top = 56
      Width = 113
      Height = 17
      Caption = 'pic1'
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 16
      Top = 128
      Width = 113
      Height = 17
      Caption = 'pic2'
      TabOrder = 1
      OnClick = RadioButton2Click
    end
    object RadioButton3: TRadioButton
      Left = 16
      Top = 200
      Width = 113
      Height = 17
      Caption = 'pic3'
      TabOrder = 2
      OnClick = RadioButton3Click
    end
  end
  object Panel1: TPanel
    Left = 184
    Top = 16
    Width = 409
    Height = 305
    Caption = 'Panel1'
    TabOrder = 1
    object Image1: TImage
      Left = 0
      Top = 0
      Width = 409
      Height = 305
    end
  end
  object OpenPictureDialog1: TOpenPictureDialog
    Left = 152
    Top = 280
  end
end

⌨️ 快捷键说明

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