unit2.dfm

来自「类似IE的前进、后退、历史记录 功能 (VCL组件) delphi语言编写」· DFM 代码 · 共 99 行

DFM
99
字号
object Form2: TForm2
  Left = 289
  Top = 134
  Width = 635
  Height = 439
  Caption = #27169#25311'IE'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 27
    Width = 36
    Height = 13
    Caption = #32593#22336#65306
  end
  object Edit1: TEdit
    Left = 64
    Top = 24
    Width = 433
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 0
    Text = 'Edit1'
  end
  object Panel1: TPanel
    Left = 16
    Top = 64
    Width = 569
    Height = 297
    Caption = #32593#31449#20869#23481#65306
    TabOrder = 1
    object Label2: TLabel
      Left = 40
      Top = 184
      Width = 56
      Height = 24
      Caption = 'Label2'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -19
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
  end
  object Button1: TButton
    Left = 504
    Top = 24
    Width = 49
    Height = 25
    Caption = 'GO'#65281
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 256
    Top = 368
    Width = 129
    Height = 25
    Caption = #23519#30475#21382#21490#35760#24405
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 120
    Top = 368
    Width = 75
    Height = 25
    Caption = #21069#36827
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 24
    Top = 368
    Width = 75
    Height = 25
    Caption = #21518#36864
    TabOrder = 5
    OnClick = Button4Click
  end
  object UIStateNav1: TUIStateNav
    Active = False
    OnSaveUIState = UIStateNav1SaveUIState
    OnRetrieveUIState = UIStateNav1RetrieveUIState
    Left = 560
    Top = 24
  end
end

⌨️ 快捷键说明

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