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

📄 tjlj.~dfm

📁 这是用Delphi编写的车辆管理系统。主要功能有档案管理
💻 ~DFM
字号:
object carlingjian: Tcarlingjian
  Left = 303
  Top = 172
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #28155#21152#38646#20214
  ClientHeight = 313
  ClientWidth = 457
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label14: TLabel
    Left = 0
    Top = 0
    Width = 457
    Height = 37
    Align = alTop
    Alignment = taCenter
    Caption = #28155#21152#38646#20214
    Font.Charset = GB2312_CHARSET
    Font.Color = clInfoText
    Font.Height = -37
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Panel5: TPanel
    Left = 42
    Top = 279
    Width = 50
    Height = 25
    Caption = #28155#21152
    Color = clMoneyGreen
    TabOrder = 0
    OnClick = Panel5Click
    OnEnter = Panel5Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Panel6: TPanel
    Left = 122
    Top = 279
    Width = 50
    Height = 25
    Caption = #20462#25913
    Color = clMoneyGreen
    TabOrder = 1
    OnClick = Panel6Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Panel7: TPanel
    Left = 202
    Top = 279
    Width = 50
    Height = 26
    Caption = #21024#38500
    Color = clMoneyGreen
    TabOrder = 2
    OnClick = Panel7Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Panel8: TPanel
    Left = 282
    Top = 279
    Width = 50
    Height = 25
    Caption = #21462#28040
    Color = clMoneyGreen
    TabOrder = 3
    OnClick = Panel8Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Panel1: TPanel
    Left = 8
    Top = 40
    Width = 441
    Height = 233
    Color = clMoneyGreen
    TabOrder = 4
    object Label1: TLabel
      Left = 24
      Top = 208
      Width = 80
      Height = 16
      Caption = #38646#20214#21517#31216#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #20223#23435'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 236
      Top = 208
      Width = 48
      Height = 16
      Caption = #21333#20215#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #20223#23435'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Edit1: TEdit
      Left = 98
      Top = 206
      Width = 120
      Height = 21
      MaxLength = 30
      TabOrder = 0
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 294
      Top = 206
      Width = 120
      Height = 21
      Enabled = False
      MaxLength = 11
      TabOrder = 1
      Text = '0'
      OnKeyPress = Edit2KeyPress
    end
    object DBGrid1: TDBGrid
      Left = 8
      Top = 9
      Width = 425
      Height = 185
      DataSource = DataModule2.DataSource2
      FixedColor = clMoneyGreen
      TabOrder = 2
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
      Columns = <
        item
          Expanded = False
          FieldName = 'lingjiannm'
          Title.Caption = #38646#20214#21517#31216
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'jiage'
          Title.Caption = #20215#26684
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 362
    Top = 279
    Width = 50
    Height = 25
    Caption = #20851#38381
    Color = clMoneyGreen
    TabOrder = 5
    OnClick = Panel2Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
end

⌨️ 快捷键说明

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