unit1.dfm

来自「Computer name and the name of the determ」· DFM 代码 · 共 50 行

DFM
50
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 291
  Height = 111
  Caption = 'Name'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object lblGetComputerNetName: TLabel
    Left = 23
    Top = 43
    Width = 98
    Height = 13
    Caption = 'User From Windows:'
  end
  object lblGetUserFromWindows: TLabel
    Left = 23
    Top = 19
    Width = 99
    Height = 13
    Caption = 'Computer Net Name:'
  end
  object edtGetComputerNetName: TEdit
    Left = 128
    Top = 16
    Width = 121
    Height = 21
    Color = clScrollBar
    TabOrder = 0
    Text = 'edtGetComputerNetName'
  end
  object edtGetUserFromWindows: TEdit
    Left = 128
    Top = 40
    Width = 121
    Height = 21
    Color = clScrollBar
    TabOrder = 1
    Text = 'edtGetUserFromWindows'
  end
end

⌨️ 快捷键说明

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