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

📄 kmks2hmc_u.dfm

📁 主要是驾校的车辆管理、人员信息管理
💻 DFM
📖 第 1 页 / 共 5 页
字号:
          Footers = <>
        end
        item
          EditButtons = <>
          FieldName = #21333#21495
          Footers = <>
        end>
    end
    object Panel3: TPanel
      Left = 5
      Top = 401
      Width = 758
      Height = 32
      Align = alTop
      BevelOuter = bvNone
      ParentColor = True
      TabOrder = 2
      object Label7: TLabel
        Left = 0
        Top = 12
        Width = 35
        Height = 14
        Caption = #22791#27880':'
      end
      object DBMemo1: TDBMemo
        Left = 40
        Top = 9
        Width = 713
        Height = 20
        BevelEdges = [beBottom]
        BevelKind = bkSoft
        BorderStyle = bsNone
        DataField = #22791#27880
        DataSource = DataSource2
        ParentColor = True
        TabOrder = 0
      end
    end
  end
  object ControlBar1: TControlBar
    Left = 0
    Top = 0
    Width = 772
    Height = 44
    Align = alTop
    AutoSize = True
    BevelInner = bvNone
    DockSite = False
    TabOrder = 1
    object ToolBar1: TToolBar
      Left = 11
      Top = 2
      Width = 350
      Height = 38
      AutoSize = True
      ButtonHeight = 38
      ButtonWidth = 37
      Caption = 'ToolBar1'
      EdgeBorders = []
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      Images = ilsSub
      ParentFont = False
      ShowCaptions = True
      TabOrder = 0
      Wrapable = False
      object btnPreview: TToolButton
        Left = 0
        Top = 0
        Action = aPreview
        AutoSize = True
        Caption = #39044#35272
      end
      object btnPrint: TToolButton
        Left = 41
        Top = 0
        Action = aPrint
        AutoSize = True
        Caption = #25171#21360
      end
      object ToolButton9: TToolButton
        Left = 82
        Top = 0
        Width = 8
        Caption = 'ToolButton9'
        ImageIndex = 7
        Style = tbsSeparator
      end
      object btnSave: TToolButton
        Left = 90
        Top = 0
        Action = aSave
        AutoSize = True
        Caption = #20445#23384
      end
      object btnCancel: TToolButton
        Left = 131
        Top = 0
        Action = aCancel
        AutoSize = True
        Caption = #21462#28040
      end
      object ToolButton3: TToolButton
        Left = 172
        Top = 0
        Width = 8
        Caption = 'ToolButton3'
        ImageIndex = 2
        Style = tbsSeparator
      end
      object btnNew: TToolButton
        Left = 180
        Top = 0
        Action = aNew
        AutoSize = True
        Caption = #26032#21333
      end
      object btnDel: TToolButton
        Left = 221
        Top = 0
        Action = aDel
        AutoSize = True
        Caption = #21024#21333
      end
      object ToolButton13: TToolButton
        Left = 262
        Top = 0
        Width = 8
        Caption = 'ToolButton13'
        ImageIndex = 8
        Style = tbsSeparator
      end
      object btnInsert: TToolButton
        Left = 270
        Top = 0
        Action = aInsert
        AutoSize = True
        Caption = #22686#21152
      end
      object btnDelete: TToolButton
        Left = 311
        Top = 0
        Action = aDelete
        AutoSize = True
        Caption = #21024#38500
      end
    end
    object ToolBar2: TToolBar
      Left = 633
      Top = 2
      Width = 80
      Height = 37
      Align = alNone
      AutoSize = True
      ButtonHeight = 37
      Caption = 'ToolBar2'
      Color = clSilver
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = True
      ParentColor = False
      TabOrder = 1
      object DBNavigator1: TDBNavigator
        Left = 0
        Top = 0
        Width = 80
        Height = 37
        DataSource = DataSource2
        VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
        Align = alRight
        Flat = True
        Ctl3D = True
        Hints.Strings = (
          #31532#19968#24352#21333
          #19978#19968#24352#21333
          #19979#19968#24352#21333
          #26368#21518#19968#24352#21333
          ''
          ''
          ''
          ''
          ''
          #21047#26032)
        ParentCtl3D = False
        ParentShowHint = False
        ShowHint = True
        TabOrder = 0
      end
    end
    object ToolBar3: TToolBar
      Left = 726
      Top = 2
      Width = 42
      Height = 38
      AutoSize = True
      ButtonHeight = 38
      ButtonWidth = 37
      Caption = 'ToolBar1'
      EdgeBorders = []
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = #23435#20307
      Font.Style = []
      Images = ilsSub
      ParentFont = False
      ShowCaptions = True
      TabOrder = 2
      Wrapable = False
      object btnExit: TToolButton
        Left = 0
        Top = 0
        Action = aExit
        AutoSize = True
        Caption = #36820#22238
      end
    end
  end
  object ActionList1: TActionList
    Left = 84
    Top = 268
    object aSave: TAction
      Caption = #20445#23384'(&S)'
      ImageIndex = 10
      ShortCut = 16467
      OnExecute = btnSaveClick
    end
    object aCancel: TAction
      Caption = #21462#28040'(&C)'
      ImageIndex = 14
      OnExecute = btnCancelClick
    end
    object aPreview: TAction
      Caption = #25171#21360#39044#35272'(&V)'
      ImageIndex = 0
    end
    object aPrint: TAction
      Caption = #25171#21360'(&P)'
      ImageIndex = 1
      ShortCut = 16464
    end
    object aExit: TAction
      Caption = #36820#22238'(&X)'
      ImageIndex = 2
      ShortCut = 27
      OnExecute = aExitExecute
    end
    object aNew: TAction
      Caption = #24320#26032#21333'(&N)'
      ImageIndex = 11
      ShortCut = 16462
      OnExecute = btnNewClick
    end
    object aDel: TAction
      Caption = #25972#21333#21024#38500'(&D)'

⌨️ 快捷键说明

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