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

📄 chaxun.dfm

📁 家庭收支管理
💻 DFM
字号:
object ChaXunForm: TChaXunForm
  Left = 28
  Top = 15
  BorderStyle = bsSingle
  Caption = #25910#25903#26126#32454#26597#35810
  ClientHeight = 473
  ClientWidth = 756
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 724
    Height = 201
    Caption = #26597#35810#26465#20214#35774#23450
    TabOrder = 0
    object Button1: TButton
      Left = 16
      Top = 153
      Width = 113
      Height = 25
      Caption = #24320#22987#26597#35810
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 136
      Top = 153
      Width = 113
      Height = 25
      Caption = #21024#38500#24403#21069#35760#24405
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 257
      Top = 153
      Width = 113
      Height = 25
      Caption = #36864#20986
      TabOrder = 2
      OnClick = Button3Click
    end
    object PageControl1: TPageControl
      Left = 377
      Top = 8
      Width = 341
      Height = 190
      ActivePage = TabSheet3
      Style = tsFlatButtons
      TabOrder = 3
      object TabSheet1: TTabSheet
        Caption = 'TabSheet1'
        TabVisible = False
        object tvw_account: TTreeView
          Left = 1
          Top = 1
          Width = 330
          Height = 175
          BevelOuter = bvRaised
          BevelKind = bkFlat
          BorderStyle = bsNone
          Ctl3D = True
          Enabled = False
          Images = DataForm.ImageList1
          Indent = 19
          ParentCtl3D = False
          ReadOnly = True
          TabOrder = 0
          OnClick = tvw_accountClick
        end
      end
      object TabSheet2: TTabSheet
        Caption = 'TabSheet2'
        ImageIndex = 1
        TabVisible = False
        object tvw_szcode: TTreeView
          Left = 1
          Top = 1
          Width = 330
          Height = 175
          BevelOuter = bvRaised
          BevelKind = bkFlat
          BorderStyle = bsNone
          Ctl3D = True
          Enabled = False
          Images = DataForm.ImageList1
          Indent = 19
          ParentCtl3D = False
          ReadOnly = True
          TabOrder = 0
          OnClick = tvw_szcodeClick
        end
      end
      object TabSheet3: TTabSheet
        Caption = 'TabSheet3'
        ImageIndex = 2
        TabVisible = False
        object Image: TImage
          Left = 1
          Top = 1
          Width = 330
          Height = 175
        end
      end
    end
    object cbx_date: TDBCheckBoxEh
      Left = 32
      Top = 34
      Width = 75
      Height = 17
      AlwaysShowBorder = True
      Caption = #20132#26131#26085#26399
      Flat = True
      TabOrder = 4
      ValueChecked = 'True'
      ValueUnchecked = 'False'
      OnClick = cbx_dateClick
    end
    object cbx_account: TDBCheckBoxEh
      Left = 32
      Top = 60
      Width = 75
      Height = 17
      AlwaysShowBorder = True
      Caption = #26680#31639#24080#25143
      Flat = True
      TabOrder = 5
      ValueChecked = 'True'
      ValueUnchecked = 'False'
      OnClick = cbx_accountClick
    end
    object cbx_code: TDBCheckBoxEh
      Left = 32
      Top = 87
      Width = 75
      Height = 17
      AlwaysShowBorder = True
      Caption = #20132#26131#31867#21035
      Flat = True
      TabOrder = 6
      ValueChecked = 'True'
      ValueUnchecked = 'False'
      OnClick = cbx_codeClick
    end
    object cbx_note: TDBCheckBoxEh
      Left = 32
      Top = 114
      Width = 75
      Height = 17
      AlwaysShowBorder = True
      Caption = #20132#26131#35828#26126
      Flat = True
      TabOrder = 7
      ValueChecked = 'True'
      ValueUnchecked = 'False'
      OnClick = cbx_noteClick
    end
    object edt_date: TDBDateTimeEditEh
      Tag = 2
      Left = 112
      Top = 32
      Width = 121
      Height = 21
      AlwaysShowBorder = True
      Enabled = False
      EditButtons = <>
      Flat = True
      Kind = dtkDateEh
      TabOrder = 8
      Visible = True
      OnEnter = edt_dateEnter
    end
    object edt_account: TDBEditEh
      Left = 112
      Top = 58
      Width = 241
      Height = 21
      AlwaysShowBorder = True
      EditButtons = <>
      Enabled = False
      Flat = True
      ReadOnly = True
      TabOrder = 9
      Visible = True
      OnEnter = edt_accountEnter
    end
    object edt_code: TDBEditEh
      Tag = 1
      Left = 112
      Top = 84
      Width = 241
      Height = 21
      AlwaysShowBorder = True
      EditButtons = <>
      Enabled = False
      Flat = True
      ReadOnly = True
      TabOrder = 10
      Visible = True
      OnEnter = edt_accountEnter
    end
    object edt_note: TDBEditEh
      Tag = 2
      Left = 112
      Top = 111
      Width = 241
      Height = 21
      AlwaysShowBorder = True
      EditButtons = <>
      Enabled = False
      Flat = True
      TabOrder = 11
      Visible = True
      OnEnter = edt_accountEnter
    end
    object cbx_Hide: TDBCheckBoxEh
      Left = 240
      Top = 34
      Width = 113
      Height = 17
      AlwaysShowBorder = True
      Caption = #38544#34255#20869#37096#36716#36134#25968#25454
      Enabled = False
      Flat = True
      TabOrder = 12
      ValueChecked = 'True'
      ValueUnchecked = 'False'
      OnClick = cbx_HideClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 226
    Width = 724
    Height = 234
    Caption = #26597#35810#32467#26524
    TabOrder = 1
    object DBGridEh: TDBGridEh
      Left = 15
      Top = 18
      Width = 693
      Height = 203
      Flat = True
      FooterColor = clMoneyGreen
      FooterFont.Charset = GB2312_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -12
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      FooterRowCount = 1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      RowHeight = 2
      RowLines = 1
      SumList.Active = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      TitleHeight = 15
      Columns = <
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'RecNo'
          Footers = <
            item
              Alignment = taCenter
              FieldName = 'RecNo'
              ValueType = fvtCount
            end>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #26085#24535#21495
          Width = 55
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'szDate'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #20132#26131#26085#26399
          Width = 72
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'Account'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #26680#31639#24080#21495
          Width = 72
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'szCode'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #25910#25903#31867#21035
          Width = 72
        end
        item
          DisplayFormat = '#,##0.00'
          EditButtons = <>
          FieldName = 'income'
          Footers = <
            item
              DisplayFormat = '#,##0.00'
              FieldName = 'income'
              ValueType = fvtSum
            end>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #25910#20837
          Width = 86
        end
        item
          DisplayFormat = '#,##0.00'
          EditButtons = <>
          FieldName = 'payout'
          Footers = <
            item
              DisplayFormat = '#,##0.00'
              FieldName = 'payout'
              ValueType = fvtSum
            end>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #25903#20986
          Width = 86
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'aaccount'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #23545#26041#24080#21495
          Width = 72
        end
        item
          EditButtons = <>
          FieldName = 'Note'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #20132#26131#35828#26126
        end>
    end
  end
end

⌨️ 快捷键说明

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