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

📄 database.dfm

📁 一套DELPHI北京公交车查询系统源码
💻 DFM
字号:
object Form1: TForm1
  Left = 195
  Top = 167
  Width = 696
  Height = 480
  Caption = 'data'
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 453
    Align = alClient
    BevelOuter = bvNone
    TabOrder = 0
    object Label1: TLabel
      Left = 240
      Top = 72
      Width = 33
      Height = 13
      AutoSize = False
      Caption = '开站'
    end
    object Label2: TLabel
      Left = 240
      Top = 120
      Width = 33
      Height = 13
      AutoSize = False
      Caption = '到站'
    end
    object Label3: TLabel
      Left = 240
      Top = 16
      Width = 193
      Height = 20
      AutoSize = False
      Caption = '北京公交车查询系统'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 312
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 312
      Top = 120
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 480
      Top = 64
      Width = 75
      Height = 25
      Caption = '查    询'
      TabOrder = 2
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 480
      Top = 120
      Width = 75
      Height = 25
      Caption = '重    填'
      TabOrder = 3
      OnClick = Button2Click
    end
    object DBGrid1: TDBGrid
      Left = 0
      Top = 168
      Width = 688
      Height = 260
      Align = alBottom
      DataSource = DataSource1
      TabOrder = 4
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBNavigator1: TDBNavigator
      Left = 0
      Top = 428
      Width = 688
      Height = 25
      DataSource = DataSource1
      Align = alBottom
      TabOrder = 5
    end
    object BitBtn1: TBitBtn
      Left = 64
      Top = 88
      Width = 73
      Height = 25
      Caption = '所有线路'
      TabOrder = 6
      OnClick = BitBtn1Click
    end
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 616
    Top = 32
  end
  object Query1: TQuery
    DatabaseName = 'busdata'
    Left = 624
    Top = 88
  end
end

⌨️ 快捷键说明

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