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

📄 fbb.dfm

📁 速达开源ERP系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
    object scFbbType: TSDComboBox
      Left = 72
      Top = 149
      Width = 122
      Height = 20
      Style = csDropDownList
      Color = 50331647
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 6
      OnClick = scFbbTypeClick
      Items.Strings = (
        '费用'
        '客户往来'
        '供应商往来'
        '部门'
        '个人'
        '内部转帐'
        '换汇')
      KeyItem = cbItem2
    end
    object chkFbbVerify: TCheckBox
      Left = 214
      Top = 25
      Width = 74
      Height = 17
      Caption = '对帐标志'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 11
    end
    object GroupBoxType: TGroupBox
      Left = 16
      Top = 178
      Width = 357
      Height = 73
      TabOrder = 7
      object PChang1: TPanel
        Left = 2
        Top = 14
        Width = 353
        Height = 57
        Align = alClient
        BevelOuter = bvNone
        Color = 50331647
        TabOrder = 5
        object Label19: TLabel
          Left = 21
          Top = 11
          Width = 60
          Height = 12
          Caption = '转出帐户:'
        end
        object Label20: TLabel
          Left = 21
          Top = 35
          Width = 60
          Height = 12
          Caption = '转出货币:'
        end
        object scFbbFromCac1: TSDComboBox
          Left = 81
          Top = 3
          Width = 150
          Height = 20
          Style = csDropDownList
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          OnClick = scFbbFromCac1Click
          KeyItem = cbItem2
        end
        object seFbbFromCurrency1: TSDEdit
          Left = 78
          Top = 31
          Width = 150
          Height = 18
          TabStop = False
          Ctl3D = False
          ImeName = '中文 (简体) - 微软拼音'
          ParentColor = True
          ParentCtl3D = False
          ReadOnly = True
          TabOrder = 1
          Text = 'seFbbFromCurrency1'
          SplitSymbol = ' | '
        end
      end
      object PChang2: TPanel
        Left = 2
        Top = 14
        Width = 353
        Height = 57
        Align = alClient
        BevelOuter = bvNone
        Color = 50331647
        TabOrder = 6
        object Label21: TLabel
          Left = 5
          Top = 9
          Width = 60
          Height = 12
          Caption = '转出帐户:'
        end
        object Label22: TLabel
          Left = 229
          Top = 9
          Width = 60
          Height = 12
          Caption = '转出货币:'
        end
        object Label36: TLabel
          Left = 5
          Top = 35
          Width = 42
          Height = 12
          Caption = '汇 率:'
        end
        object Label39: TLabel
          Left = 166
          Top = 35
          Width = 60
          Height = 12
          Caption = '转出金额:'
        end
        object scFbbFromCac2: TSDComboBox
          Left = 64
          Top = 4
          Width = 150
          Height = 20
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          Text = 'scFbbFromCac2'
          OnClick = scFbbFromCac2Click
          KeyItem = cbItem2
        end
        object seFbbFromCurrency2: TSDEdit
          Left = 288
          Top = 4
          Width = 48
          Height = 18
          TabStop = False
          Ctl3D = False
          ParentColor = True
          ParentCtl3D = False
          ReadOnly = True
          TabOrder = 1
          Text = 'seFbbFromCurrency2'
          SplitSymbol = ' | '
        end
        object seFbbFromRate: TSDEdit
          Left = 64
          Top = 31
          Width = 84
          Height = 18
          Ctl3D = False
          Enabled = False
          ParentColor = True
          ParentCtl3D = False
          ParentShowHint = False
          ShowHint = True
          TabOrder = 2
          Text = 'seFbbFromRate'
          SplitSymbol = ' | '
        end
        object seFbbFromAmt: TSDEdit
          Left = 225
          Top = 30
          Width = 112
          Height = 18
          Ctl3D = False
          ParentColor = True
          ParentCtl3D = False
          TabOrder = 3
          Text = 'seFbbFromAmt'
          SplitSymbol = ' | '
        end
      end
      object Pexpense: TPanel
        Left = 2
        Top = 14
        Width = 353
        Height = 57
        Align = alClient
        BevelOuter = bvNone
        Color = 50331647
        TabOrder = 0
        object Label28: TLabel
          Left = 14
          Top = 8
          Width = 60
          Height = 12
          Caption = '费用代码:'
        end
        object Label29: TLabel
          Left = 14
          Top = 32
          Width = 60
          Height = 12
          Caption = '成本中心:'
        end
        object scFbbExpense: TSDComboBox
          Left = 76
          Top = 1
          Width = 150
          Height = 20
          Style = csDropDownList
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          KeyItem = cbItem2
        end
        object scFbbCc: TSDComboBox
          Left = 76
          Top = 25
          Width = 150
          Height = 20
          Style = csDropDownList
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 1
          KeyItem = cbItem2
        end
      end
      object PClient: TPanel
        Left = 2
        Top = 14
        Width = 353
        Height = 57
        Align = alClient
        BevelOuter = bvNone
        Color = 50331647
        TabOrder = 1
        object Label17: TLabel
          Left = 14
          Top = 18
          Width = 42
          Height = 12
          Caption = '客 户:'
        end
        object scFbbClient: TSDComboBox
          Left = 71
          Top = 11
          Width = 150
          Height = 20
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          Text = 'scFbbClient'
          KeyItem = cbItem2
        end
      end
      object Psupply: TPanel
        Left = 2
        Top = 14
        Width = 353
        Height = 57
        Align = alClient
        BevelOuter = bvNone
        Color = 50331647
        TabOrder = 2
        object Label16: TLabel
          Left = 11
          Top = 19
          Width = 48
          Height = 12
          Caption = '供应商:'
        end
        object scFbbSupply: TSDComboBox
          Left = 69
          Top = 12
          Width = 150
          Height = 20
          Style = csDropDownList
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          KeyItem = cbItem2
        end
      end
      object PDept: TPanel
        Left = 2
        Top = 14
        Width = 353
        Height = 57
        Align = alClient
        BevelOuter = bvNone
        Color = 50331647
        TabOrder = 3
        object Label15: TLabel
          Left = 13
          Top = 19
          Width = 42
          Height = 12
          Caption = '部 门:'
        end
        object scFbbDept: TSDComboBox
          Left = 65
          Top = 12
          Width = 150
          Height = 20
          Style = csDropDownList
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          KeyItem = cbItem2
        end
      end
      object PEmploy: TPanel
        Left = 2
        Top = 14
        Width = 353
        Height = 57
        Align = alClient
        BevelOuter = bvNone
        Color = 50331647
        TabOrder = 4
        object Label18: TLabel
          Left = 14
          Top = 20
          Width = 42
          Height = 12
          Caption = '员 工:'
        end
        object scFbbEmployee: TSDComboBox
          Left = 63
          Top = 14
          Width = 150
          Height = 20
          Style = csDropDownList
          Color = 50331647
          Ctl3D = False
          ItemHeight = 12
          ParentCtl3D = False
          TabOrder = 0
          KeyItem = cbItem2
        end
      end
    end
    object GroupBox1: TGroupBox
      Left = 72
      Top = 46
      Width = 122
      Height = 29
      TabOrder = 1
      object rbtFbbDir1: TRadioButton
        Left = 12
        Top = 10
        Width = 50
        Height = 17
        Caption = '收入'
        TabOrder = 0
      end
      object rbtFbbDir2: TRadioButton
        Left = 65
        Top = 10
        Width = 50
        Height = 17
        Caption = '支出'
        TabOrder = 1
      end
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 666
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 625
    Top = 2
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 587
    Top = 7
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 547
    Top = 7
  end
end

⌨️ 快捷键说明

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