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

📄 unit20.~dfm

📁 本程序提供了考试学生系统的原代码函数,并实现了很多程序难实现的功能
💻 ~DFM
字号:
object Form20: TForm20
  Left = 217
  Top = 245
  Width = 679
  Height = 458
  Caption = #32593#32476#27983#35272#22120
  Color = clSkyBlue
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 671
    Height = 41
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 40
      Top = 8
      Width = 32
      Height = 17
      Caption = #22320#22336
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #21326#25991#34892#26999
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 80
      Top = 8
      Width = 265
      Height = 21
      TabOrder = 0
      Text = 'http://www.163.com'
    end
    object BitBtn1: TBitBtn
      Left = 360
      Top = 8
      Width = 49
      Height = 25
      Caption = #36830#25509
      TabOrder = 1
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 616
      Top = 8
      Width = 49
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
    end
    object BitBtn3: TBitBtn
      Left = 424
      Top = 8
      Width = 49
      Height = 25
      Caption = #25171#24320
      TabOrder = 3
    end
    object BitBtn4: TBitBtn
      Left = 552
      Top = 8
      Width = 49
      Height = 25
      Caption = #21518#36864
      TabOrder = 4
      OnClick = BitBtn4Click
    end
    object BitBtn5: TBitBtn
      Left = 488
      Top = 8
      Width = 49
      Height = 25
      Caption = #21069#36827
      TabOrder = 5
      OnClick = BitBtn5Click
    end
  end
  object Memo1: TMemo
    Left = 0
    Top = 41
    Width = 671
    Height = 390
    Align = alClient
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
    Visible = False
  end
  object WebBrowser1: TWebBrowser
    Left = 0
    Top = 41
    Width = 671
    Height = 390
    Align = alClient
    TabOrder = 2
    ControlData = {
      4C0000005A4500004F2800000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object OpenDialog1: TOpenDialog
    OnShow = openclick
    Filter = 'html'#25991#20214'/*.html/*.html'
    Left = 624
    Top = 40
  end
end

⌨️ 快捷键说明

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