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

📄 unit1.dfm

📁 http 断点续传演示 delphi的资料很少
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 133
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'Form1['#26029#28857#32493#20256#21407#29702']'
  ClientHeight = 348
  ClientWidth = 504
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Memo1: TMemo
    Left = 0
    Top = 113
    Width = 297
    Height = 235
    Align = alLeft
    Lines.Strings = (
      #22836#20449#24687
      '--------------------------')
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 504
    Height = 113
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 1
    object Label2: TLabel
      Left = 8
      Top = 32
      Width = 114
      Height = 12
      Caption = '^^^'#35201#19979#36733#30340#25991#20214#22320#22336
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 8
      Top = 80
      Width = 150
      Height = 12
      Caption = '^^^'#19979#36733#20445#23384#21040#26412#22320#30340#25991#20214#21517
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 304
      Top = 80
      Width = 60
      Height = 12
      Caption = #29366#24577#25552#31034#65306
    end
    object Edit1: TEdit
      Left = 8
      Top = 8
      Width = 289
      Height = 20
      TabOrder = 0
      OnChange = Edit1Change
    end
    object Button1: TButton
      Left = 304
      Top = 8
      Width = 97
      Height = 25
      Caption = #24320#22987#19979#36733
      TabOrder = 1
      OnClick = Button1Click
    end
    object Edit2: TEdit
      Left = 8
      Top = 48
      Width = 289
      Height = 20
      TabOrder = 2
      OnChange = Edit2Change
    end
    object Button4: TButton
      Left = 408
      Top = 8
      Width = 75
      Height = 25
      Caption = #20572#27490
      TabOrder = 3
      OnClick = Button4Click
    end
  end
  object Button3: TButton
    Left = 304
    Top = 113
    Width = 97
    Height = 25
    Caption = #21462#24471#22836#20449#24687
    TabOrder = 2
    OnClick = Button3Click
  end
  object ClientSocket1: TClientSocket
    Active = False
    ClientType = ctBlocking
    Port = 0
    OnConnect = ClientSocket1Connect
    OnRead = ClientSocket1Read
    Left = 24
    Top = 152
  end
end

⌨️ 快捷键说明

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