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

📄 unit4.~dfm

📁 这是用Delphi编写的车辆管理系统。主要功能有档案管理
💻 ~DFM
字号:
object Carchaxun: TCarchaxun
  Left = 273
  Top = 146
  Width = 595
  Height = 365
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = #36710#36742#26723#26696#26597#35810
  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 Label1: TLabel
    Left = 0
    Top = 0
    Width = 587
    Height = 37
    Align = alTop
    Alignment = taCenter
    Caption = #36710#36742#26723#26696#26597#35810
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -37
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 37
    Width = 587
    Height = 202
    Align = alClient
    DataSource = DataModule2.DataSource1
    FixedColor = clMoneyGreen
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'carnum'
        Title.Caption = #36710#29260#21495#30721
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'carclass'
        Title.Caption = #36710#36742#31867#22411
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'driver'
        Title.Caption = #39550#39542#21592
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bydate'
        Title.Caption = #36141#32622#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'fadongjinu'
        Title.Caption = #21457#21160#26426#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'chejianum'
        Title.Caption = #36710#26550#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'changpaixh'
        Title.Caption = #21378#29260#22411#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'carload'
        Title.Caption = #36733#37325
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'seat'
        Title.Caption = #24231#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'humorunit'
        Title.Caption = #20351#29992#20154#25110#21333#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'inunit'
        Title.Caption = #36710#36742#25152#22312#21333#20301
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'nianjian'
        Title.Caption = #24180#26816#23457
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'baoxian'
        Title.Caption = #20445#38505#21542
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'yidong'
        Title.Caption = #24322#21160#21542
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'baofei'
        Title.Caption = #25253#24223#21542
        Visible = True
      end
      item
        Expanded = False
        Title.Caption = #22791#27880
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 239
    Width = 587
    Height = 92
    Align = alBottom
    Caption = #26597#35810#36873#39033
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    object RadioButton1: TRadioButton
      Tag = 1
      Left = 8
      Top = 16
      Width = 89
      Height = 17
      Caption = #25353#36710#29260#21495#65306
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton1Click
    end
    object ComboBox1: TComboBox
      Left = 88
      Top = 14
      Width = 97
      Height = 21
      AutoComplete = False
      AutoCloseUp = True
      Color = clMoneyGreen
      ItemHeight = 13
      TabOrder = 1
      OnChange = ComboBox1Change
    end
    object RadioButton2: TRadioButton
      Tag = 2
      Left = 192
      Top = 16
      Width = 81
      Height = 17
      Caption = #25353#39550#39542#21592#65306
      TabOrder = 2
      OnClick = RadioButton1Click
    end
    object ComboBox2: TComboBox
      Left = 272
      Top = 14
      Width = 105
      Height = 21
      Color = clMoneyGreen
      Enabled = False
      ItemHeight = 13
      TabOrder = 3
      OnChange = ComboBox2Change
      OnEnter = ComboBox2Enter
    end
    object RadioButton3: TRadioButton
      Tag = 3
      Left = 384
      Top = 16
      Width = 97
      Height = 17
      Caption = #25353#36710#36742#31867#22411#65306
      TabOrder = 4
      OnClick = RadioButton1Click
    end
    object ComboBox3: TComboBox
      Left = 480
      Top = 14
      Width = 97
      Height = 21
      Color = clMoneyGreen
      Enabled = False
      ItemHeight = 13
      TabOrder = 5
      OnChange = ComboBox3Change
      OnKeyPress = ComboBox3KeyPress
    end
    object RadioButton4: TRadioButton
      Tag = 4
      Left = 10
      Top = 48
      Width = 89
      Height = 17
      Caption = #24050#24322#21160#36710#36742
      TabOrder = 6
      OnClick = RadioButton1Click
    end
    object RadioButton5: TRadioButton
      Tag = 5
      Left = 148
      Top = 48
      Width = 89
      Height = 17
      Caption = #24050#25253#24223#36710#36742
      TabOrder = 7
      OnClick = RadioButton1Click
    end
    object RadioButton6: TRadioButton
      Tag = 6
      Left = 276
      Top = 48
      Width = 125
      Height = 17
      Caption = #27809#26377#24180#26816#30340#36710#36742
      TabOrder = 8
      OnClick = RadioButton1Click
    end
    object RadioButton7: TRadioButton
      Tag = 7
      Left = 436
      Top = 48
      Width = 113
      Height = 17
      Caption = #27809#20445#38505#30340#36710#36742
      TabOrder = 9
      OnClick = RadioButton1Click
    end
  end
end

⌨️ 快捷键说明

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