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

📄 unit2.dfm

📁 程序之间数据传递
💻 DFM
字号:
object Form2: TForm2
  Left = 314
  Top = 196
  Width = 253
  Height = 486
  Caption = 'Form2kkkk'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -10
  Font.Name = 'System'
  Font.Style = [fsBold]
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 72
    Top = 16
    Width = 85
    Height = 16
    Caption = #25968#25454#25509#31383#21475
  end
  object Memo1: TMemo
    Left = 15
    Top = 56
    Width = 218
    Height = 57
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object RadioGroup1: TRadioGroup
    Left = 48
    Top = 208
    Width = 185
    Height = 193
    Caption = 'RadioGroup1'
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6')
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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