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

📄 testform.dfm

📁 Delphi深度探索,Delphi深度探索(第二版)
💻 DFM
字号:
object FormTest: TFormTest
  Left = 291
  Top = 388
  Width = 464
  Height = 155
  ActiveControl = Button2
  Caption = 'TestDialog'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 48
    Top = 32
    Width = 65
    Height = 16
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 48
    Top = 72
    Width = 57
    Height = 16
    Caption = #23494#30721
  end
  object Edit1: TEdit
    Left = 128
    Top = 27
    Width = 169
    Height = 24
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 128
    Top = 72
    Width = 169
    Height = 24
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 344
    Top = 24
    Width = 89
    Height = 33
    Caption = #30830#23450
    TabOrder = 1
  end
  object Button2: TButton
    Left = 344
    Top = 64
    Width = 89
    Height = 33
    Caption = #21462#28040
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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