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

📄 billmanager.dfm

📁 用delphi编写的数据库管理软件
💻 DFM
字号:
inherited frmBillManager: TfrmBillManager
  Left = 155
  Top = 194
  Caption = #21934#25818#31649#29702
  ClientHeight = 401
  ClientWidth = 705
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 705
    Height = 41
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object FormTitle: TLabel
      Left = 24
      Top = 10
      Width = 92
      Height = 21
      Caption = #21934#25818#31649#29702
      Font.Charset = ANSI_CHARSET
      Font.Color = clMaroon
      Font.Height = -21
      Font.Name = #27161#26999#39636
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Panel3: TPanel
      Left = 596
      Top = 2
      Width = 107
      Height = 37
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 0
      object btnExit: TButton
        Left = 18
        Top = 8
        Width = 75
        Height = 25
        Action = acexit
        TabOrder = 0
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 360
    Width = 705
    Height = 41
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    object btnadd: TButton
      Left = 5
      Top = 8
      Width = 75
      Height = 25
      Action = acfirst
      TabOrder = 0
    end
    object btncopy: TButton
      Left = 81
      Top = 8
      Width = 75
      Height = 25
      Action = acprior
      TabOrder = 1
    end
    object btnedit: TButton
      Left = 158
      Top = 8
      Width = 75
      Height = 25
      Action = acnext
      TabOrder = 2
    end
    object btndelete: TButton
      Left = 235
      Top = 8
      Width = 75
      Height = 25
      Action = aclast
      TabOrder = 3
    end
    object Panel4: TPanel
      Left = 542
      Top = 2
      Width = 161
      Height = 37
      Align = alRight
      BevelOuter = bvNone
      TabOrder = 4
      object btnrefresh: TButton
        Left = 2
        Top = 8
        Width = 75
        Height = 25
        Action = acrefresh
        TabOrder = 0
      end
      object btnsearch: TButton
        Left = 79
        Top = 8
        Width = 75
        Height = 25
        Action = acsearch
        TabOrder = 1
      end
    end
  end
  object grid: TDBGridEh
    Left = 0
    Top = 41
    Width = 705
    Height = 319
    Align = alClient
    DataSource = DSbaseinfo
    FixedColor = 12835543
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = ANSI_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -13
    FooterFont.Name = #32048#26126#39636
    FooterFont.Style = []
    PopupMenu = popupgrid
    ReadOnly = True
    TabOrder = 2
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #32048#26126#39636
    TitleFont.Style = []
    OnDblClick = gridDblClick
    OnDrawColumnCell = gridDrawColumnCell
  end
  object CDSBaseinfo: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 120
    Top = 72
  end
  object DSbaseinfo: TDataSource
    DataSet = CDSBaseinfo
    Left = 144
    Top = 88
  end
  object ActionList2: TActionList
    Left = 40
    Top = 168
    object acrefresh: TAction
      Caption = #21047#26032
      OnExecute = acrefreshExecute
    end
    object acsearch: TAction
      Caption = #26597#25214
      OnExecute = acsearchExecute
    end
    object acfieldproperty: TAction
      Caption = #30028#38754#35373#32622
      OnExecute = acfieldpropertyExecute
    end
    object acexit: TAction
      Caption = #36864#20986
      OnExecute = acexitExecute
    end
    object acfirst: TAction
      Caption = #39318#31558
      OnExecute = acfirstExecute
    end
    object acprior: TAction
      Caption = #19978#31558
      OnExecute = acpriorExecute
    end
    object acnext: TAction
      Caption = #19979#31558
      OnExecute = acnextExecute
    end
    object aclast: TAction
      Caption = #26410#31558
      OnExecute = aclastExecute
    end
  end
  object popupgrid: TPopupMenu
    Left = 112
    Top = 168
    object N10: TMenuItem
      Action = acfirst
    end
    object N11: TMenuItem
      Action = acprior
    end
    object N12: TMenuItem
      Action = acnext
    end
    object N13: TMenuItem
      Action = aclast
    end
    object N14: TMenuItem
      Caption = '-'
    end
    object N15: TMenuItem
      Action = acrefresh
    end
    object N16: TMenuItem
      Action = acsearch
    end
    object N17: TMenuItem
      Caption = '-'
    end
    object N18: TMenuItem
      Action = acfieldproperty
    end
    object N20: TMenuItem
      Caption = '-'
    end
    object N21: TMenuItem
      Action = acexit
    end
  end
end

⌨️ 快捷键说明

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