unit10.dfm

来自「转发一个用Delphi7编写的网络即时通讯示例」· DFM 代码 · 共 44 行

DFM
44
字号
object Form10: TForm10
  Left = 281
  Top = 98
  Width = 544
  Height = 375
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25805#20316#27169#24335
  Color = clGradientActiveCaption
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 232
    Top = 80
    Width = 65
    Height = 13
    AutoSize = False
    Caption = #25805#20316#27169#24335
  end
  object RadioButton1: TRadioButton
    Left = 128
    Top = 112
    Width = 113
    Height = 17
    Caption = #21462#20195#27169#24335
    TabOrder = 0
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 128
    Top = 160
    Width = 113
    Height = 17
    Caption = #36741#21161#27169#24335
    TabOrder = 1
    OnClick = RadioButton2Click
  end
end

⌨️ 快捷键说明

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