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

📄 weixiucx.dfm

📁 这是用Delphi编写的车辆管理系统。主要功能有档案管理
💻 DFM
字号:
object CarweixiuCX: TCarweixiuCX
  Left = 323
  Top = 127
  Width = 607
  Height = 404
  Caption = #32500#20462#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 = 599
    Height = 37
    Align = alTop
    Alignment = taCenter
    Caption = #36710#36742#32500#20462#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 = 599
    Height = 284
    Align = alClient
    DataSource = DataModule2.DataSource2
    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 = 'changep1'
        Title.Caption = #26356#25442#38646#20214'1'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shuliang1'
        Title.Caption = #25968#37327'1'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'changep2'
        Title.Caption = #26356#25442#38646#20214'2'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shuliang2'
        Title.Caption = #25968#37327'2'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'changep3'
        Title.Caption = #26356#25442#38646#20214'3'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shuliang3'
        Title.Caption = #25968#37327'3'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'weixiudt'
        Title.Caption = #32500#20462#26085#26399
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'countfy'
        Title.Caption = #20849#35760#36153#29992
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'memo'
        Title.Caption = #22791#27880
        Visible = True
      end>
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 321
    Width = 599
    Height = 49
    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 CheckBox1: TCheckBox
      Left = 8
      Top = 16
      Width = 97
      Height = 17
      Caption = #25353#36710#29260#21495#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object ComboBox1: TComboBox
      Left = 96
      Top = 14
      Width = 105
      Height = 21
      Color = clMoneyGreen
      Enabled = False
      ItemHeight = 13
      TabOrder = 1
      OnChange = CheckBox1Click
    end
    object DateTimePicker1: TDateTimePicker
      Left = 335
      Top = 12
      Width = 113
      Height = 21
      Date = 38246.424551307870000000
      Time = 38246.424551307870000000
      Color = clMoneyGreen
      DateFormat = dfLong
      Enabled = False
      TabOrder = 2
      OnChange = CheckBox1Click
    end
    object ComboBox4: TComboBox
      Left = 447
      Top = 12
      Width = 49
      Height = 21
      Color = clMoneyGreen
      Enabled = False
      ItemHeight = 13
      ItemIndex = 0
      TabOrder = 3
      Text = #20043#21069
      OnChange = CheckBox1Click
      Items.Strings = (
        #20043#21069
        #24403#22825
        #20043#21518)
    end
    object CheckBox2: TCheckBox
      Left = 216
      Top = 16
      Width = 113
      Height = 17
      Caption = #25353#32500#20462#26085#26399#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -15
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = CheckBox1Click
    end
  end
end

⌨️ 快捷键说明

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