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

📄 unit2.dfm

📁 Delphi运行时设计
💻 DFM
字号:
object Form1: TForm1
  Left = 269
  Top = 114
  Width = 870
  Height = 500
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 112
    Top = 40
    Width = 385
    Height = 337
    ActivePage = TabSheet1
    TabOrder = 8
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object Panel1: TPanel
        Left = 24
        Top = 16
        Width = 321
        Height = 273
        Caption = 'Panel1'
        TabOrder = 0
        OnMouseMove = Panel1MouseMove
        object Edit1: TEdit
          Left = 64
          Top = 24
          Width = 121
          Height = 21
          TabOrder = 0
          Text = 'Edit1'
        end
        object CheckBox1: TCheckBox
          Left = 64
          Top = 112
          Width = 97
          Height = 17
          Caption = 'CheckBox1'
          TabOrder = 1
        end
        object RadioButton1: TRadioButton
          Left = 24
          Top = 176
          Width = 113
          Height = 17
          Caption = 'RadioButton1'
          TabOrder = 2
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
    end
  end
  object Button1: TButton
    Left = 584
    Top = 232
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 9
  end
  object RttiDesign1: TRttiDesign
    Active = False
    Markers3D = False
    PosChanged = False
    DesginControl = Panel1
    Left = 592
    Top = 56
  end
end

⌨️ 快捷键说明

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