test.dfm

来自「在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码」· DFM 代码 · 共 58 行

DFM
58
字号
object Form1: TForm1
  Left = 168
  Top = 65
  BorderStyle = bsDialog
  Caption = '获取资源缓存密码'
  ClientHeight = 327
  ClientWidth = 698
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 120
  TextHeight = 16
  object Button1: TButton
    Left = 581
    Top = 98
    Width = 100
    Height = 41
    Caption = '获取'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = FormCreate
  end
  object Button4: TButton
    Left = 581
    Top = 158
    Width = 100
    Height = 40
    Caption = '退出'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -20
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button4Click
  end
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 572
    Height = 327
    Align = alLeft
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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