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

📄 user.~dfm

📁 这是用Delphi编写的车辆管理系统。主要功能有档案管理
💻 ~DFM
字号:
object Caruser: TCaruser
  Left = 207
  Top = 172
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #29992#25143#31649#29702
  ClientHeight = 168
  ClientWidth = 394
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 394
    Height = 37
    Align = alTop
    Alignment = taCenter
    Caption = #29992#25143#31649#29702
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -37
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object Panel1: TPanel
    Left = 14
    Top = 135
    Width = 41
    Height = 25
    BevelOuter = bvSpace
    Caption = #39318#35760#24405
    Color = clMoneyGreen
    TabOrder = 0
    OnClick = Panel1Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel2: TPanel
    Left = 55
    Top = 135
    Width = 41
    Height = 25
    Caption = #19978#19968#26465
    Color = clMoneyGreen
    TabOrder = 1
    OnClick = Panel2Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel3: TPanel
    Left = 97
    Top = 135
    Width = 41
    Height = 25
    Caption = #19979#19968#26465
    Color = clMoneyGreen
    TabOrder = 2
    OnClick = Panel3Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel4: TPanel
    Left = 139
    Top = 135
    Width = 41
    Height = 25
    Caption = #26411#35760#24405
    Color = clMoneyGreen
    TabOrder = 3
    OnClick = Panel4Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel5: TPanel
    Left = 181
    Top = 135
    Width = 41
    Height = 25
    Caption = #28155#21152
    Color = clMoneyGreen
    TabOrder = 4
    OnClick = Panel5Click
    OnEnter = Panel5Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel6: TPanel
    Left = 222
    Top = 135
    Width = 41
    Height = 25
    Caption = #20462#25913
    Color = clMoneyGreen
    TabOrder = 5
    OnClick = Panel6Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel7: TPanel
    Left = 263
    Top = 135
    Width = 41
    Height = 25
    Caption = #21024#38500
    Color = clMoneyGreen
    TabOrder = 6
    OnClick = Panel7Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel8: TPanel
    Left = 305
    Top = 135
    Width = 41
    Height = 25
    Caption = #21462#28040
    Color = clMoneyGreen
    TabOrder = 7
    OnClick = Panel8Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
  object Panel9: TPanel
    Left = 16
    Top = 40
    Width = 369
    Height = 89
    Color = clMoneyGreen
    TabOrder = 8
    object Label3: TLabel
      Left = 12
      Top = 19
      Width = 64
      Height = 15
      Caption = #29992#25143#21517#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 12
      Top = 43
      Width = 48
      Height = 15
      Caption = #23494#30721#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 12
      Top = 67
      Width = 80
      Height = 15
      Caption = #30830#35748#23494#30721#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 204
      Top = 19
      Width = 80
      Height = 15
      Caption = #29992#25143#22836#20687#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
    object ComboBoxEx1: TComboBoxEx
      Left = 292
      Top = 11
      Width = 65
      Height = 38
      ItemsEx = <
        item
          ImageIndex = 0
          SelectedImageIndex = 0
        end
        item
          ImageIndex = 1
          SelectedImageIndex = 1
        end
        item
          ImageIndex = 2
          SelectedImageIndex = 2
        end
        item
          ImageIndex = 3
          SelectedImageIndex = 3
        end
        item
          ImageIndex = 4
          SelectedImageIndex = 4
        end
        item
          ImageIndex = 5
          SelectedImageIndex = 5
        end
        item
          ImageIndex = 6
          SelectedImageIndex = 6
        end>
      ItemHeight = 16
      TabOrder = 0
      OnKeyPress = ComboBoxEx1KeyPress
      Images = Form1.ImageList1
      DropDownCount = 8
    end
    object Edit1: TEdit
      Left = 84
      Top = 11
      Width = 113
      Height = 21
      Color = clInfoBk
      TabOrder = 1
      OnKeyPress = Edit1KeyPress
    end
    object Edit2: TEdit
      Left = 84
      Top = 35
      Width = 113
      Height = 21
      Color = clInfoBk
      PasswordChar = '*'
      TabOrder = 2
      OnKeyPress = Edit2KeyPress
    end
    object Edit3: TEdit
      Left = 84
      Top = 59
      Width = 113
      Height = 21
      Color = clInfoBk
      PasswordChar = '*'
      TabOrder = 3
      OnKeyPress = Edit3KeyPress
    end
    object RadioButton1: TRadioButton
      Left = 204
      Top = 59
      Width = 73
      Height = 17
      Caption = #31649#29702#21592
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object RadioButton2: TRadioButton
      Left = 284
      Top = 59
      Width = 68
      Height = 17
      Caption = #29992#25143
      Checked = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      TabStop = True
    end
  end
  object Panel10: TPanel
    Left = 347
    Top = 135
    Width = 41
    Height = 25
    Caption = #20851#38381
    Color = clMoneyGreen
    TabOrder = 9
    OnClick = Panel10Click
    OnMouseDown = Panel1MouseDown
    OnMouseUp = Panel1MouseUp
  end
end

⌨️ 快捷键说明

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