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

📄 bank.dfm

📁 飞恒进销存(超市批发)管理系统V5.1(含源程序) 语言:Delphi 6/7 相关控件:FastReport 2.4以上, Ehlib 3.4以上 1.数据库为fhe2db_V51.da
💻 DFM
字号:
inherited bankForm: TbankForm
  Left = 240
  Top = 206
  Caption = #29616#37329#38134#34892
  ClientHeight = 162
  ClientWidth = 318
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  inherited code: TLabel
    Left = 16
    Top = 14
    Width = 60
    Caption = #24080#25143#32534#30721#65306
  end
  object Label1: TLabel [1]
    Left = 16
    Top = 43
    Width = 60
    Height = 12
    Caption = #24080#25143#21517#31216#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel [2]
    Left = 16
    Top = 73
    Width = 60
    Height = 12
    Caption = #38134#34892#24080#21495#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel [3]
    Left = 16
    Top = 103
    Width = 60
    Height = 12
    Caption = #26399#21021#37329#39069#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  inherited BtnPrior: TBitBtn
    Left = 209
    Top = 8
    OnClick = BtnPriorClick
  end
  inherited BtnNext: TBitBtn
    Left = 209
    Top = 38
    OnClick = BtnNextClick
  end
  inherited BtnSave: TBitBtn
    Left = 209
    Top = 67
  end
  inherited Btnexit: TBitBtn
    Left = 209
    Top = 98
    OnClick = BtnexitClick
  end
  inherited Btnadd: TBitBtn
    Left = 209
    Top = 127
    OnClick = BtnaddClick
  end
  inherited DEno: TDBEdit
    Left = 74
    Top = 10
    DataField = 'Code'
    DataSource = DataE2.dsBank
  end
  object DEname: TDBEdit
    Left = 74
    Top = 40
    Width = 120
    Height = 19
    AutoSelect = False
    AutoSize = False
    DataField = 'Name'
    DataSource = DataE2.dsBank
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object DEBankCode: TDBEdit
    Left = 74
    Top = 69
    Width = 120
    Height = 20
    AutoSelect = False
    AutoSize = False
    DataField = 'BankCode'
    DataSource = DataE2.dsBank
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 8
  end
  object DEFirstAmount: TDBEdit
    Left = 74
    Top = 100
    Width = 120
    Height = 19
    AutoSelect = False
    AutoSize = False
    DataField = 'FirstAmount'
    DataSource = DataE2.dsBank
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 9
  end
end

⌨️ 快捷键说明

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