unit1.dfm

来自「ipc入侵源代码--delphi(在nt以上运行)」· DFM 代码 · 共 65 行

DFM
65
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 544
  Height = 375
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object cpDomain: TLabel
    Left = 94
    Top = 129
    Width = 236
    Height = 26
    Caption = 'cpDomain'
  end
  object lbAdmin: TLabel
    Left = 96
    Top = 200
    Width = 168
    Height = 33
    Caption = 'lbAdmin'
  end
  object Button1: TButton
    Left = 240
    Top = 256
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 0
    Top = 0
    Width = 536
    Height = 121
    Align = alTop
    ImeName = #26497#21697#20116#31508#36755#20837#27861
    ItemHeight = 13
    TabOrder = 1
  end
  object EdtHostName: TEdit
    Left = 96
    Top = 160
    Width = 247
    Height = 21
    ImeName = #26497#21697#20116#31508#36755#20837#27861
    TabOrder = 2
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 312
    Width = 536
    Height = 36
    Panels = <>
  end
end

⌨️ 快捷键说明

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