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

📄 cllx.~dfm

📁 这是用Delphi编写的车辆管理系统。主要功能有档案管理
💻 ~DFM
字号:
object Carclass: TCarclass
  Left = 401
  Top = 93
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #36710#36742#31867#22411#31649#29702
  ClientHeight = 316
  ClientWidth = 344
  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 = 344
    Height = 37
    Align = alTop
    Alignment = taCenter
    Caption = #36710#36742#31181#31867
    Font.Charset = GB2312_CHARSET
    Font.Color = clInfoText
    Font.Height = -37
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 59
    Top = 239
    Width = 80
    Height = 16
    Caption = #31181#31867#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 40
    Width = 321
    Height = 185
    DataSource = DataModule2.DataSource2
    FixedColor = clMoneyGreen
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'carclass'
        Title.Caption = #36710#36742#31181#31867#21517#31216
        Width = 108
        Visible = True
      end>
  end
  object Panel5: TPanel
    Left = 24
    Top = 279
    Width = 50
    Height = 25
    Caption = #28155#21152
    Color = clMoneyGreen
    TabOrder = 1
    OnClick = Panel5Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Panel6: TPanel
    Left = 80
    Top = 279
    Width = 50
    Height = 25
    Caption = #20462#25913
    Color = clMoneyGreen
    TabOrder = 2
    OnClick = Panel6Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Panel7: TPanel
    Left = 144
    Top = 279
    Width = 50
    Height = 25
    Caption = #21024#38500
    Color = clMoneyGreen
    TabOrder = 3
    OnClick = Panel7Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Panel8: TPanel
    Left = 208
    Top = 279
    Width = 50
    Height = 25
    Caption = #21462#28040
    Color = clMoneyGreen
    TabOrder = 4
    OnClick = Panel8Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
  object Edit1: TEdit
    Left = 133
    Top = 237
    Width = 120
    Height = 21
    Color = clInfoBk
    Enabled = False
    MaxLength = 30
    TabOrder = 5
  end
  object Panel1: TPanel
    Left = 272
    Top = 279
    Width = 50
    Height = 25
    Caption = #20851#38381
    Color = clMoneyGreen
    TabOrder = 6
    OnClick = Panel1Click
    OnMouseDown = Panel5MouseDown
    OnMouseUp = Panel5MouseUp
  end
end

⌨️ 快捷键说明

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