unit1.dfm

来自「视频采集卡」· DFM 代码 · 共 48 行

DFM
48
字号
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 + =
减小字号Ctrl + -
显示快捷键?