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

📄 unit5.dfm

📁 1.目录GPS_Bus为工程文件
💻 DFM
字号:
object Form5: TForm5
  Left = 253
  Top = 200
  Width = 192
  Height = 352
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = '查询'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 184
    Height = 325
    Align = alClient
    TabOrder = 0
    object Panel2: TPanel
      Left = 40
      Top = 24
      Width = 113
      Height = 17
      BevelInner = bvLowered
      Caption = '车号'
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 32
      Top = 56
      Width = 129
      Height = 21
      TabOrder = 1
    end
    object Button1: TButton
      Left = 56
      Top = 88
      Width = 75
      Height = 25
      Caption = '查询'
      TabOrder = 2
      OnClick = Button1Click
    end
    object Panel3: TPanel
      Left = 40
      Top = 128
      Width = 113
      Height = 17
      BevelInner = bvLowered
      Caption = '小灵通号'
      TabOrder = 3
    end
    object Edit2: TEdit
      Left = 32
      Top = 168
      Width = 129
      Height = 21
      TabOrder = 4
    end
    object Panel4: TPanel
      Left = 40
      Top = 208
      Width = 113
      Height = 17
      BevelInner = bvLowered
      Caption = '工号'
      TabOrder = 5
    end
    object Edit3: TEdit
      Left = 32
      Top = 240
      Width = 129
      Height = 21
      TabOrder = 6
    end
    object Button2: TButton
      Left = 56
      Top = 280
      Width = 75
      Height = 25
      Caption = '修改'
      TabOrder = 7
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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