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

📄 test.dfm

📁 在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -