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

📄 unit1.dfm

📁 DELPHI经典程序
💻 DFM
字号:
object Form1: TForm1
  Left = 238
  Top = 122
  Width = 320
  Height = 158
  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 = 14
    Top = 10
    Width = 121
    Height = 109
    Caption = 'GroupBox1'
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 14
      Top = 22
      Width = 111
      Height = 21
      Caption = 'RadioButton1'
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 14
      Top = 49
      Width = 125
      Height = 21
      Caption = 'RadioButton2'
      TabOrder = 1
    end
    object RadioButton3: TRadioButton
      Left = 14
      Top = 76
      Width = 119
      Height = 19
      Caption = 'RadioButton3'
      Checked = True
      TabOrder = 2
      TabStop = True
    end
  end
  object Panel1: TPanel
    Left = 136
    Top = 8
    Width = 163
    Height = 111
    BorderStyle = bsSingle
    Caption = 'Panel1'
    TabOrder = 1
    object Edit1: TEdit
      Left = 18
      Top = 14
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 18
      Top = 46
      Width = 121
      Height = 21
      TabOrder = 1
      Text = 'Edit2'
    end
    object Button2: TButton
      Left = 88
      Top = 74
      Width = 51
      Height = 23
      Caption = 'Button2'
      TabOrder = 2
    end
    object Button1: TButton
      Left = 18
      Top = 74
      Width = 51
      Height = 23
      Caption = 'Button1'
      TabOrder = 3
    end
  end
  object Timer1: TTimer
    Left = 280
  end
end

⌨️ 快捷键说明

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