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

📄 unit1.dfm

📁 一个FINGER的应用
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 270
  Top = 168
  Width = 260
  Height = 315
  Caption = 'Finger'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 0
    Top = 12
    Width = 96
    Height = 12
    Caption = #20027#26426'IP'#25110#20027#26426#21517#65306
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 36
    Height = 12
    Caption = #29992#25143#65306
  end
  object btnFinger: TButton
    Left = 80
    Top = 256
    Width = 97
    Height = 25
    Caption = 'Finger'#26597#35810
    TabOrder = 0
    OnClick = btnFingerClick
  end
  object memo1: TMemo
    Left = 8
    Top = 72
    Width = 241
    Height = 177
    Lines.Strings = (
      'Finger'#26597#35810#21453#39304#20449#24687)
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object edtHostName: TEdit
    Left = 96
    Top = 8
    Width = 121
    Height = 20
    TabOrder = 2
    Text = #20027#26426#21517
  end
  object edtUserName: TEdit
    Left = 96
    Top = 40
    Width = 121
    Height = 20
    TabOrder = 3
    Text = #29992#25143#21517
  end
end

⌨️ 快捷键说明

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