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

📄 unit1.dfm

📁 视频采集卡
💻 DFM
字号:
object formMain: TformMain
  Left = 197
  Top = 172
  Width = 391
  Height = 379
  Caption = 'client'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 312
    Width = 13
    Height = 13
    Caption = 'IP:'
  end
  object editIP: TEdit
    Left = 56
    Top = 312
    Width = 81
    Height = 21
    TabOrder = 0
  end
  object btnConnect: TButton
    Left = 152
    Top = 312
    Width = 75
    Height = 25
    Caption = #36830#25509
    TabOrder = 1
    OnClick = btnConnectClick
  end
  object wndShow: TPanel
    Left = 16
    Top = 16
    Width = 352
    Height = 288
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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