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

📄 unit1.dfm

📁 我的比赛作品 第22届全国青少年科技创新大赛3等奨 备注: 同时使用VC及Delphi开发
💻 DFM
字号:
object Form1: TForm1
  Left = 193
  Top = 108
  BorderStyle = bsNone
  Caption = 'Bus Query System'
  ClientHeight = 613
  ClientWidth = 862
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 862
    Height = 21
    Align = alTop
    AutoSize = False
    Caption = 'Bus Query System'
    Color = clWhite
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Courier New'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 0
    Top = 21
    Width = 862
    Height = 15
    Align = alTop
    Caption = #20351#29992#21097#20313#26102#38388':'
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clMoneyGreen
    Font.Height = -15
    Font.Name = 'SimSun'
    Font.Style = []
    ParentColor = False
    ParentFont = False
  end
  object Label3: TLabel
    Left = 104
    Top = 21
    Width = 128
    Height = 13
    AutoSize = False
    Caption = 'Unlimited'
    Color = clCaptionText
    Font.Charset = ANSI_CHARSET
    Font.Color = clSkyBlue
    Font.Height = -12
    Font.Name = 'Verdana'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object WebBrowser1: TWebBrowser
    Left = 0
    Top = 36
    Width = 862
    Height = 577
    Align = alClient
    TabOrder = 0
    OnProgressChange = WebBrowser1ProgressChange
    OnDownloadBegin = WebBrowser1DownloadBegin
    OnDownloadComplete = WebBrowser1DownloadComplete
    OnTitleChange = WebBrowser1TitleChange
    ControlData = {
      4C00000017590000A23B00000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object ProgressBar1: TProgressBar
    Left = 768
    Top = 1
    Width = 92
    Height = 19
    Smooth = True
    TabOrder = 1
  end
  object Timer1: TTimer
    Interval = 500
    OnTimer = Timer1Timer
    Left = 56
    Top = 560
  end
end

⌨️ 快捷键说明

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