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

📄 unit1.dfm

📁 自动升级控件源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 217
  Top = 236
  AutoScroll = False
  BorderIcons = []
  Caption = #31243#24207#26356#26032#26381#21153#31471
  ClientHeight = 125
  ClientWidth = 465
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Panel1: TPanel
    Left = 10
    Top = 10
    Width = 445
    Height = 57
    Caption = #27491#22312#31561#24453#23458#25143#31471#21319#32423'...'
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 194
    Top = 74
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object Memo1: TMemo
    Left = 12
    Top = 104
    Width = 451
    Height = 29
    ImeName = #32043#20809#25340#38899#36755#20837#27861
    TabOrder = 2
    Visible = False
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 106
    Width = 465
    Height = 19
    Panels = <
      item
        Width = 50
      end>
  end
  object CS1: TClientSocket
    Active = False
    ClientType = ctNonBlocking
    Port = 0
    OnRead = CS1Read
    Left = 350
    Top = 14
  end
  object SS1: TServerSocket
    Active = True
    Port = 7000
    ServerType = stNonBlocking
    OnClientRead = SS1ClientRead
    Left = 386
    Top = 14
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 348
    Top = 70
  end
  object TeThemeEngine1: TTeThemeEngine
    ColorAutoChanging = True
    DeltaBrightness = 0
    DeltaHue = 0
    Version = '3.2.0'
    Left = 4
    Top = 20
    ThemeClass = {050000004C696E6573}
  end
  object TeThemeForm1: TTeThemeForm
    BorderIcons = [kbiClose, kbiSystemMenu, kbiMinimize, kbiTray]
    BorderStyle = kbsStandard
    Caption = #31243#24207#26356#26032#26381#21153#31471
    Dragging.Sizeable = False
    Performance = ksfpNoBuffer
    StayOnTop = False
    StretchBackground = False
    WindowState = kwsNormal
    ThemeEngine = TeThemeEngine1
    Version = '3.2.0'
    Left = 38
    Top = 18
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer2Timer
    Left = 424
    Top = 14
  end
end

⌨️ 快捷键说明

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