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

📄 unit1.dfm

📁 Delphi面向对象编程思想附书源码 好用哦!
💻 DFM
字号:
object Form1: TForm1
  Left = 231
  Top = 206
  Width = 517
  Height = 276
  Caption = '值类型和引用类型变量演示'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 56
    Top = 100
    Width = 35
    Height = 14
    Caption = 'i的值'
  end
  object Label2: TLabel
    Left = 56
    Top = 152
    Width = 35
    Height = 14
    Caption = 'j的值'
  end
  object Label3: TLabel
    Left = 277
    Top = 100
    Width = 82
    Height = 14
    Caption = 'a.myvar的值'
  end
  object Label4: TLabel
    Left = 296
    Top = 32
    Width = 175
    Height = 19
    Caption = 'TMyClass是引用类型'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 277
    Top = 152
    Width = 82
    Height = 14
    Caption = 'b.myvar的值'
  end
  object Label6: TLabel
    Left = 48
    Top = 32
    Width = 146
    Height = 19
    Caption = 'Integer是值类型'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 248
    Top = 0
    Width = 3
    Height = 249
  end
  object edtByVar2: TEdit
    Left = 99
    Top = 148
    Width = 121
    Height = 22
    TabOrder = 0
  end
  object btnByVar: TButton
    Left = 112
    Top = 192
    Width = 75
    Height = 25
    Caption = '值类型'
    TabOrder = 1
    OnClick = btnByVarClick
  end
  object edtByRef1: TEdit
    Left = 365
    Top = 96
    Width = 126
    Height = 22
    TabOrder = 2
  end
  object edtByRef2: TEdit
    Left = 365
    Top = 148
    Width = 126
    Height = 22
    TabOrder = 3
  end
  object btnByRef: TButton
    Left = 368
    Top = 192
    Width = 75
    Height = 25
    Caption = '引用类型'
    TabOrder = 4
    OnClick = btnByRefClick
  end
  object edtByVar1: TEdit
    Left = 99
    Top = 96
    Width = 121
    Height = 22
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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