unit1.dfm

来自「DELPHI7编程百例 DELPHI7编程百例 DELPHI7编程百例」· DFM 代码 · 共 52 行

DFM
52
字号
object Form1: TForm1
  Left = 201
  Top = 106
  Width = 341
  Height = 292
  Caption = '多线程共享探测'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 48
    Height = 14
    Caption = '对方机器'
  end
  object ListBox1: TListBox
    Left = 8
    Top = 40
    Width = 313
    Height = 217
    ImeName = '中文 (简体) - 智能 ABC'
    ItemHeight = 14
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object Button1: TButton
    Left = 240
    Top = 8
    Width = 75
    Height = 25
    Caption = '探测共享'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 72
    Top = 8
    Width = 145
    Height = 22
    ImeName = '中文 (简体) - 智能 ABC'
    TabOrder = 2
    Text = '\\127.0.0.1'
  end
end

⌨️ 快捷键说明

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