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

📄 unit5.dfm

📁 转发一个用Delphi7编写的网络即时通讯示例
💻 DFM
字号:
object Form5: TForm5
  Left = 239
  Top = 171
  Width = 568
  Height = 397
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = 'Form5'
  Color = clGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 56
    Top = 24
    Width = 441
    Height = 305
    Caption = #34920#24773#29366#24577#36873#39033
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 48
      Top = 48
      Width = 113
      Height = 17
      Caption = #21916
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 47
      Top = 96
      Width = 110
      Height = 15
      Caption = #24594
      TabOrder = 1
      OnClick = RadioButton2Click
    end
    object RadioButton3: TRadioButton
      Left = 47
      Top = 136
      Width = 113
      Height = 16
      Caption = #21696
      TabOrder = 2
    end
    object RadioButton4: TRadioButton
      Left = 47
      Top = 179
      Width = 113
      Height = 17
      Caption = #20048
      TabOrder = 3
    end
    object RadioButton5: TRadioButton
      Left = 47
      Top = 227
      Width = 113
      Height = 17
      Caption = #24833
      TabOrder = 4
    end
    object RadioButton6: TRadioButton
      Left = 264
      Top = 48
      Width = 113
      Height = 17
      Caption = #20054
      TabOrder = 5
      OnClick = RadioButton6Click
    end
    object RadioButton7: TRadioButton
      Left = 264
      Top = 96
      Width = 113
      Height = 17
      Caption = #20667
      TabOrder = 6
    end
    object RadioButton8: TRadioButton
      Left = 264
      Top = 144
      Width = 113
      Height = 17
      Caption = #37239
      TabOrder = 7
    end
    object RadioButton9: TRadioButton
      Left = 264
      Top = 184
      Width = 113
      Height = 17
      Caption = #22351
      TabOrder = 8
      OnClick = RadioButton9Click
    end
    object RadioButton10: TRadioButton
      Left = 264
      Top = 224
      Width = 113
      Height = 17
      Caption = #32670
      TabOrder = 9
    end
  end
  object Button1: TButton
    Left = 104
    Top = 336
    Width = 75
    Height = 25
    Caption = #30830#35748
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 320
    Top = 336
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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