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

📄 unit1.dfm

📁 网络编程十个重要的实例
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 213
  Top = 101
  Width = 236
  Height = 262
  Caption = #33719#24471#35745#31639#26426#20849#20139#36164#28304
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 225
    Height = 49
    Caption = #36755#20837#20449#24687
    TabOrder = 0
    object StaticText1: TStaticText
      Left = 8
      Top = 22
      Width = 76
      Height = 17
      Caption = #25351#23450#35745#31639#26426#65306
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 71
      Top = 19
      Width = 146
      Height = 21
      TabOrder = 1
      Text = '\\the533b'
    end
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 184
    Width = 225
    Height = 49
    TabOrder = 1
    object Button2: TButton
      Left = 136
      Top = 16
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 0
      OnClick = Button2Click
    end
    object Button1: TButton
      Left = 20
      Top = 16
      Width = 69
      Height = 25
      Caption = #25191#34892
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object GroupBox3: TGroupBox
    Left = 0
    Top = 48
    Width = 225
    Height = 137
    Caption = #36820#22238#20449#24687
    TabOrder = 2
    object memResult: TMemo
      Left = 2
      Top = 15
      Width = 221
      Height = 120
      Align = alClient
      Lines.Strings = (
        '')
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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