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

📄 unit1.~dfm

📁 罗小平<<delphi精要>>一书源码
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  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 Gauge1: TGauge
    Left = 80
    Top = 136
    Width = 401
    Height = 33
    ForeColor = clGreen
    Progress = 0
  end
  object Label1: TLabel
    Left = 80
    Top = 112
    Width = 60
    Height = 12
    Caption = #19979#36733#36827#24230#65306
  end
  object Button1: TButton
    Left = 120
    Top = 320
    Width = 75
    Height = 25
    Caption = #21551#21160#26381#21153
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 296
    Top = 320
    Width = 75
    Height = 25
    Caption = #24320#22987#19979#36733
    TabOrder = 1
    OnClick = Button2Click
  end
  object lxpServerSocketForFiles1: TlxpServerSocketForFiles
    Active = False
    Port = 5643
    ServerType = stThreadBlocking
    BufferSize = 3
    Left = 8
    Top = 16
  end
  object lxpClientSocketForFiles1: TlxpClientSocketForFiles
    Active = False
    ClientType = ctBlocking
    Port = 5643
    OnSocketStatus = lxpClientSocketForFiles1SocketStatus
    Left = 104
    Top = 16
  end
end

⌨️ 快捷键说明

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