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

📄 pfm_khxx.dfm

📁 POS收银系统
💻 DFM
字号:
inherited fm_khxx: Tfm_khxx
  Left = 191
  Top = 242
  Caption = '客户信息管理'
  Font.Charset = ANSI_CHARSET
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited PageControl1: TPageControl
    inherited TabSheet1: TTabSheet
      object Label1: TLabel [0]
        Left = 24
        Top = 24
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '客户代码'
      end
      object Label2: TLabel [1]
        Left = 24
        Top = 64
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '客户名称'
        FocusControl = DBEdit2
      end
      object Label3: TLabel [2]
        Left = 24
        Top = 104
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '开户银行'
        FocusControl = DBEdit3
      end
      object Label4: TLabel [3]
        Left = 24
        Top = 144
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '银行帐号'
        FocusControl = DBEdit4
      end
      object Label5: TLabel [4]
        Left = 24
        Top = 184
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '增值税号'
        FocusControl = DBEdit5
      end
      object Label6: TLabel [5]
        Left = 24
        Top = 224
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '消费卡号'
        FocusControl = DBEdit6
      end
      object Label7: TLabel [6]
        Left = 24
        Top = 264
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '优惠率'
        FocusControl = DBEdit7
      end
      object Label8: TLabel [7]
        Left = 304
        Top = 24
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '联系人'
        FocusControl = DBEdit8
      end
      object Label9: TLabel [8]
        Left = 304
        Top = 64
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '联系电话'
        FocusControl = DBEdit9
      end
      object Label10: TLabel [9]
        Left = 304
        Top = 104
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '邮政编码'
        FocusControl = DBEdit10
      end
      object Label11: TLabel [10]
        Left = 304
        Top = 144
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '联系地址'
        FocusControl = DBEdit11
      end
      object Label12: TLabel [11]
        Left = 304
        Top = 184
        Width = 80
        Height = 13
        AutoSize = False
        Caption = '传真'
        FocusControl = DBEdit12
      end
      object DBEdit2: TDBEdit
        Left = 24
        Top = 40
        Width = 89
        Height = 21
        DataField = 'khmc'
        DataSource = DataSource1
        TabOrder = 9
      end
      object DBEdit3: TDBEdit
        Left = 24
        Top = 120
        Width = 184
        Height = 21
        DataField = 'khyh'
        DataSource = DataSource1
        TabOrder = 10
      end
      object DBEdit4: TDBEdit
        Left = 24
        Top = 160
        Width = 136
        Height = 21
        DataField = 'yhzh'
        DataSource = DataSource1
        TabOrder = 11
      end
      object DBEdit5: TDBEdit
        Left = 24
        Top = 200
        Width = 133
        Height = 21
        DataField = 'zzsh'
        DataSource = DataSource1
        TabOrder = 12
      end
      object DBEdit6: TDBEdit
        Left = 24
        Top = 240
        Width = 184
        Height = 21
        DataField = 'xfkh'
        DataSource = DataSource1
        TabOrder = 13
      end
      object DBEdit7: TDBEdit
        Left = 24
        Top = 280
        Width = 64
        Height = 21
        DataField = 'yhl'
        DataSource = DataSource1
        TabOrder = 14
      end
      object DBEdit8: TDBEdit
        Left = 304
        Top = 40
        Width = 124
        Height = 21
        DataField = 'lxr'
        DataSource = DataSource1
        TabOrder = 15
      end
      object DBEdit9: TDBEdit
        Left = 304
        Top = 80
        Width = 124
        Height = 21
        DataField = 'lxdh'
        DataSource = DataSource1
        TabOrder = 16
      end
      object DBEdit10: TDBEdit
        Left = 304
        Top = 120
        Width = 40
        Height = 21
        DataField = 'yzbm'
        DataSource = DataSource1
        TabOrder = 17
      end
      object DBEdit11: TDBEdit
        Left = 304
        Top = 160
        Width = 184
        Height = 21
        DataField = 'lxdz'
        DataSource = DataSource1
        TabOrder = 18
      end
      object DBEdit12: TDBEdit
        Left = 304
        Top = 200
        Width = 76
        Height = 21
        DataField = 'cz'
        DataSource = DataSource1
        TabOrder = 19
      end
      object DBEdit1: TDBEdit
        Left = 24
        Top = 80
        Width = 185
        Height = 21
        DataField = 'khname'
        DataSource = DataSource1
        TabOrder = 20
      end
    end
  end
  inherited DataSource1: TDataSource
    Left = 156
    Top = 104
  end
  inherited Query1: TQuery
    BeforePost = Query1BeforePost
    SQL.Strings = (
      'select * from t_khxx')
    object Query1khmc: TStringField
      FieldName = 'khmc'
      Origin = 'POSDB."dbo.t_khxx".khmc'
      Size = 30
    end
    object Query1khname: TStringField
      FieldName = 'khname'
      Origin = 'POSDB."dbo.t_khxx".khname'
      FixedChar = True
      Size = 30
    end
    object Query1khyh: TStringField
      FieldName = 'khyh'
      Origin = 'POSDB."dbo.t_khxx".khyh'
      Size = 30
    end
    object Query1yhzh: TStringField
      FieldName = 'yhzh'
      Origin = 'POSDB."dbo.t_khxx".yhzh'
      Size = 22
    end
    object Query1zzsh: TStringField
      FieldName = 'zzsh'
      Origin = 'POSDB."dbo.t_khxx".zzsh'
      Size = 15
    end
    object Query1xfkh: TStringField
      FieldName = 'xfkh'
      Origin = 'POSDB."dbo.t_khxx".xfkh'
      Size = 30
    end
    object Query1yhl: TFloatField
      FieldName = 'yhl'
      Origin = 'POSDB."dbo.t_khxx".yhl'
    end
    object Query1lxr: TStringField
      FieldName = 'lxr'
      Origin = 'POSDB."dbo.t_khxx".lxr'
    end
    object Query1lxdh: TStringField
      FieldName = 'lxdh'
      Origin = 'POSDB."dbo.t_khxx".lxdh'
    end
    object Query1yzbm: TStringField
      FieldName = 'yzbm'
      Origin = 'POSDB."dbo.t_khxx".yzbm'
      FixedChar = True
      Size = 6
    end
    object Query1lxdz: TStringField
      FieldName = 'lxdz'
      Origin = 'POSDB."dbo.t_khxx".lxdz'
      Size = 30
    end
    object Query1cz: TStringField
      FieldName = 'cz'
      Origin = 'POSDB."dbo.t_khxx".cz'
      Size = 12
    end
  end
end

⌨️ 快捷键说明

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