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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 258
  Top = 191
  Width = 533
  Height = 361
  Caption = #32593#22336#36830#25509#29366#24577#26816#27979#28436#31034
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label2: TLabel
    Left = 320
    Top = 16
    Width = 84
    Height = 12
    Caption = #24490#29615#26102#38388'('#31186')'#65306
  end
  object Label3: TLabel
    Left = 416
    Top = 16
    Width = 96
    Height = 12
    Caption = #36229#26102#35686#21578'('#27627#31186')'#65306
  end
  object Label4: TLabel
    Left = 16
    Top = 104
    Width = 36
    Height = 12
    Caption = #20449#24687#65306
  end
  object Label5: TLabel
    Left = 16
    Top = 232
    Width = 36
    Height = 12
    Caption = #35686#25253#65306
  end
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 60
    Height = 12
    Caption = #36830#25509#32593#22336#65306
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 289
    Height = 20
    TabOrder = 0
    Text = 'www.163.com'
  end
  object Button1: TButton
    Left = 24
    Top = 64
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 320
    Top = 32
    Width = 65
    Height = 20
    TabOrder = 2
    Text = '1000'
  end
  object Memo1: TMemo
    Left = 16
    Top = 120
    Width = 489
    Height = 97
    TabOrder = 3
  end
  object Button2: TButton
    Left = 112
    Top = 64
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 4
    OnClick = Button2Click
  end
  object Memo2: TMemo
    Left = 16
    Top = 248
    Width = 489
    Height = 65
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 416
    Top = 32
    Width = 89
    Height = 20
    TabOrder = 6
    Text = '500'
  end
  object UpDown1: TUpDown
    Left = 384
    Top = 32
    Width = 16
    Height = 24
    TabOrder = 7
  end
  object Button3: TButton
    Left = 424
    Top = 64
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 8
    OnClick = Button3Click
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 280
    Top = 160
  end
  object IdIcmpClient1: TIdIcmpClient
    OnReply = IdIcmpClient1Reply
    Left = 200
    Top = 160
  end
end

⌨️ 快捷键说明

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