unit2.~dfm

来自「程序之间数据传递」· ~DFM 代码 · 共 49 行

~DFM
49
字号
object Form2: TForm2
  Left = 314
  Top = 196
  Width = 253
  Height = 486
  Caption = 'Form2'
  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 + =
减小字号Ctrl + -
显示快捷键?