unit1.~dfm

来自「一个小小浏览器软件」· ~DFM 代码 · 共 106 行

~DFM
106
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 794
  Height = 581
  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 Label1: TLabel
    Left = 8
    Top = 8
    Width = 39
    Height = 13
    Caption = 'f'#22320#22336#65306
  end
  object Edit1: TEdit
    Left = 48
    Top = 8
    Width = 241
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 296
    Top = 8
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #36830#25509
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 376
    Top = 8
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #21518#36864
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 456
    Top = 8
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #21069#36827
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 536
    Top = 8
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #21047#26032
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 616
    Top = 8
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #20572#27490
    TabOrder = 5
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 696
    Top = 8
    Width = 75
    Height = 25
    Cursor = crHandPoint
    Caption = #20027#39029
    TabOrder = 6
    OnClick = Button6Click
  end
  object CppWebBrowser1: TCppWebBrowser
    Left = 0
    Top = 40
    Width = 785
    Height = 513
    TabOrder = 7
    ControlData = {
      4C00000022510000053500000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
end

⌨️ 快捷键说明

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