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

📄 unit_gz_bus.dfm

📁 广州公交车查询程序
💻 DFM
字号:
object Form1: TForm1
  Left = 191
  Top = 110
  Width = 632
  Height = 480
  Caption = '公车路线查询'
  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 FlatPanel1: TFlatPanel
    Left = 24
    Top = 48
    Width = 353
    Height = 177
    ParentColor = True
    TabOrder = 0
    UseDockManager = True
    object Label1: TLabel
      Left = 17
      Top = 58
      Width = 48
      Height = 13
      Caption = '出发站:'
    end
    object Label2: TLabel
      Left = 16
      Top = 91
      Width = 48
      Height = 13
      Caption = '到达站:'
    end
    object Label3: TLabel
      Left = 16
      Top = 19
      Width = 60
      Height = 13
      Caption = '数据文件:'
    end
    object FlatEdit1: TFlatEdit
      Left = 104
      Top = 56
      Width = 201
      Height = 19
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 0
      Text = '中山医'
    end
    object FlatEdit2: TFlatEdit
      Left = 104
      Top = 88
      Width = 201
      Height = 19
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 1
      Text = '南方大厦'
    end
    object FlatButton1: TFlatButton
      Left = 72
      Top = 128
      Width = 97
      Height = 25
      Caption = '搜索直达班次'
      TabOrder = 2
      OnClick = FlatButton1Click
    end
    object FlatButton2: TFlatButton
      Left = 176
      Top = 128
      Width = 113
      Height = 25
      Caption = '公车换乘搜索'
      TabOrder = 3
      OnClick = FlatButton2Click
    end
    object FlatEdit3: TFlatEdit
      Left = 104
      Top = 16
      Width = 201
      Height = 19
      ColorFlat = clBtnFace
      ParentColor = True
      TabOrder = 4
      Text = 'C:\GZ_BUS.txt'
    end
    object FlatButton3: TFlatButton
      Left = 304
      Top = 16
      Width = 25
      Height = 19
      Caption = '...'
      TabOrder = 5
      OnClick = FlatButton3Click
    end
    object FlatButton5: TFlatButton
      Left = 16
      Top = 128
      Width = 49
      Height = 25
      Caption = '初始化'
      TabOrder = 6
      OnClick = FlatButton5Click
    end
  end
  object FlatButton4: TFlatButton
    Left = 528
    Top = 400
    Width = 65
    Height = 33
    Caption = '退出'
    TabOrder = 1
    OnClick = FlatButton4Click
  end
  object FlatEdit4: TFlatEdit
    Left = 408
    Top = 16
    Width = 121
    Height = 19
    ColorFlat = clBtnFace
    ParentColor = True
    TabOrder = 2
  end
  object FlatButton6: TFlatButton
    Left = 528
    Top = 16
    Width = 65
    Height = 19
    Caption = 'ShowWay'
    TabOrder = 3
    OnClick = FlatButton6Click
  end
  object FlatMemo1: TFlatMemo
    Left = 408
    Top = 48
    Width = 185
    Height = 177
    ColorFlat = clBtnFace
    ParentColor = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 4
    Lines.Strings = (
      'FlatMemo1')
  end
  object FlatMemo2: TFlatMemo
    Left = 24
    Top = 248
    Width = 569
    Height = 137
    ColorFlat = clBtnFace
    ParentColor = True
    ScrollBars = ssBoth
    TabOrder = 5
    Lines.Strings = (
      'FlatMemo2')
  end
  object OpenDialog1: TOpenDialog
    Left = 320
    Top = 176
  end
end

⌨️ 快捷键说明

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