unit1.dfm

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

DFM
46
字号
object Form1: TForm1
  Left = 10
  Top = 11
  Width = 785
  Height = 589
  Caption = 'Form1'
  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 Image1: TImage
    Left = 3
    Top = 253
    Width = 570
    Height = 256
  end
  object Button1: TButton
    Left = 580
    Top = 29
    Width = 76
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnClick = Button1Click
  end
  object WebBrowser1: TWebBrowser
    Left = 3
    Top = 2
    Width = 456
    Height = 196
    TabOrder = 1
    ControlData = {
      4C000000212F0000421400000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      0000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
end

⌨️ 快捷键说明

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