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

📄 jizhang.dfm

📁 家庭收支管理
💻 DFM
字号:
object JizhangForm: TJizhangForm
  Left = 17
  Top = 34
  BorderStyle = bsSingle
  Caption = #23478#24237#25910#25903#35760#24080
  ClientHeight = 488
  ClientWidth = 763
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 14
    Top = 12
    Width = 734
    Height = 227
    Caption = #20132#26131#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 52
      Width = 48
      Height = 12
      Caption = #26680#31639#24080#21495
    end
    object Label3: TLabel
      Left = 32
      Top = 25
      Width = 48
      Height = 12
      Caption = #20132#26131#26085#26399
    end
    object Label4: TLabel
      Left = 32
      Top = 80
      Width = 48
      Height = 12
      Caption = #20132#26131#31867#21035
    end
    object Label5: TLabel
      Left = 32
      Top = 107
      Width = 48
      Height = 12
      Caption = #20132#26131#37329#39069
    end
    object Label7: TLabel
      Left = 32
      Top = 135
      Width = 48
      Height = 12
      Caption = #36716#20837#24080#21495
    end
    object Label6: TLabel
      Left = 32
      Top = 162
      Width = 48
      Height = 12
      Caption = #20132#26131#35828#26126
    end
    object Button2: TButton
      Left = 111
      Top = 189
      Width = 80
      Height = 25
      Caption = #21024#38500
      TabOrder = 7
      OnClick = Button2Click
    end
    object Button1: TButton
      Left = 29
      Top = 189
      Width = 80
      Height = 25
      Caption = #20445#23384
      TabOrder = 6
      OnClick = Button1Click
    end
    object Button3: TButton
      Left = 194
      Top = 189
      Width = 80
      Height = 25
      Caption = #25209#37327#35760#36134
      TabOrder = 8
      OnClick = Button3Click
    end
    object dt_date: TDBDateTimeEditEh
      Left = 88
      Top = 20
      Width = 119
      Height = 21
      AlwaysShowBorder = True
      EditButtons = <>
      Flat = True
      Kind = dtkDateEh
      TabOrder = 0
      Visible = True
      OnEnter = dt_dateEnter
    end
    object edt_number: TDBNumberEditEh
      Tag = 3
      Left = 88
      Top = 103
      Width = 120
      Height = 21
      AlwaysShowBorder = True
      AutoSelect = False
      DisplayFormat = '#,##0.00'
      EditButtons = <>
      Flat = True
      TabOrder = 3
      Visible = True
      OnEnter = edt_numberEnter
    end
    object edt_note: TDBEditEh
      Tag = 3
      Left = 88
      Top = 157
      Width = 268
      Height = 21
      AlwaysShowBorder = True
      EditButtons = <>
      Flat = True
      TabOrder = 5
      Visible = True
      OnEnter = edt_accountEnter
    end
    object edt_account: TDBEditEh
      Left = 88
      Top = 48
      Width = 268
      Height = 21
      AlwaysShowBorder = True
      EditButtons = <>
      Flat = True
      ReadOnly = True
      TabOrder = 1
      Visible = True
      OnEnter = edt_accountEnter
    end
    object edt_szcode: TDBEditEh
      Tag = 1
      Left = 88
      Top = 75
      Width = 268
      Height = 21
      AlwaysShowBorder = True
      EditButtons = <>
      Flat = True
      ReadOnly = True
      TabOrder = 2
      Visible = True
      OnChange = edt_szcodeChange
      OnEnter = edt_accountEnter
    end
    object PageControl1: TPageControl
      Left = 378
      Top = 20
      Width = 341
      Height = 193
      ActivePage = TabSheet4
      Style = tsFlatButtons
      TabOrder = 9
      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
          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
          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 tvw_aaccount: TTreeView
          Left = 1
          Top = 1
          Width = 330
          Height = 175
          BevelOuter = bvRaised
          BevelKind = bkFlat
          BorderStyle = bsNone
          Ctl3D = True
          Images = DataForm.ImageList1
          Indent = 19
          ParentCtl3D = False
          ReadOnly = True
          TabOrder = 0
          OnClick = tvw_aaccountClick
        end
      end
      object TabSheet4: TTabSheet
        Caption = 'TabSheet4'
        ImageIndex = 3
        TabVisible = False
        object Image: TImage
          Left = 1
          Top = 1
          Width = 330
          Height = 175
        end
      end
    end
    object edt_aaccount: TDBEditEh
      Tag = 2
      Left = 88
      Top = 130
      Width = 268
      Height = 21
      AlwaysShowBorder = True
      Color = clBtnFace
      EditButtons = <>
      Enabled = False
      Flat = True
      ReadOnly = True
      TabOrder = 4
      Visible = True
      OnEnter = edt_accountEnter
    end
    object Button4: TButton
      Left = 277
      Top = 189
      Width = 80
      Height = 25
      Caption = #36864#20986
      ModalResult = 2
      TabOrder = 10
    end
  end
  object GroupBox2: TGroupBox
    Left = 14
    Top = 248
    Width = 734
    Height = 226
    Caption = #24405#20837#20132#26131#32479#35745#20449#24687
    TabOrder = 1
    object DBGridEh: TDBGridEh
      Left = 16
      Top = 21
      Width = 697
      Height = 189
      DataSource = DataForm.DataSource
      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]
      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
              Value = #21512#35745
              ValueType = fvtStaticText
            end>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #26085#24535#21495
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'szDate'
          Footers = <
            item
              Alignment = taCenter
              FieldName = 'szDate'
              ValueType = fvtCount
            end>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #20132#26131#26085#26399
          Width = 74
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'Account'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #26680#31639#24080#21495
          Width = 79
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'szCode'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #20132#26131#31867#21035
          Width = 62
        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 = 94
        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 = 89
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'aAccount'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #23545#26041#24080#21495
          Width = 81
        end
        item
          EditButtons = <>
          FieldName = 'Note'
          Footers = <>
          Layout = tlCenter
          Title.Alignment = taCenter
          Title.Caption = #25688#35201
        end>
    end
  end
end

⌨️ 快捷键说明

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