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

📄 unit1.dfm

📁 能做http请求进行同步及异步返回请示页的参数
💻 DFM
字号:
object Form1: TForm1
  Left = 220
  Top = 188
  Width = 692
  Height = 499
  Caption = 'Form1'
  Color = clBtnFace
  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 = 40
    Top = 136
    Width = 36
    Height = 13
    Caption = #32593#22336#65306
  end
  object Button1: TButton
    Left = 504
    Top = 104
    Width = 129
    Height = 41
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 128
    Top = 64
    Width = 73
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 120
    Top = 128
    Width = 201
    Height = 21
    TabOrder = 2
    Text = 'http://www.12583.cn/ok2.asp'
  end
  object Button2: TButton
    Left = 280
    Top = 32
    Width = 89
    Height = 33
    Caption = 'Button2'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 80
    Top = 224
    Width = 273
    Height = 137
    Lines.Strings = (
      'Memo1')
    TabOrder = 4
  end
  object Button3: TButton
    Left = 432
    Top = 16
    Width = 73
    Height = 41
    Caption = 'Button3'
    TabOrder = 5
    OnClick = Button3Click
  end
  object Timer1: TTimer
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 384
    Top = 176
  end
end

⌨️ 快捷键说明

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