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

📄 pfm_thd.dfm

📁 POS收银系统
💻 DFM
字号:
inherited fm_thd: Tfm_thd
  Left = 76
  Top = 54
  Width = 724
  Height = 500
  Caption = 'fm_thd'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 13
  inherited PageControl1: TPageControl
    Width = 716
    Height = 473
    inherited TabSheet1: TTabSheet
      object Label1: TLabel [0]
        Left = 24
        Top = 16
        Width = 36
        Height = 13
        Caption = '流水号'
        FocusControl = DBEdit1
      end
      object Label2: TLabel [1]
        Left = 24
        Top = 56
        Width = 48
        Height = 13
        Caption = '商品编码'
        FocusControl = DBEdit2
      end
      object Label3: TLabel [2]
        Left = 24
        Top = 96
        Width = 60
        Height = 13
        Caption = '商品条形码'
        FocusControl = DBEdit3
      end
      object Label5: TLabel [3]
        Left = 24
        Top = 136
        Width = 48
        Height = 13
        Caption = '提货数量'
        FocusControl = DBEdit6
      end
      object Label6: TLabel [4]
        Left = 24
        Top = 176
        Width = 48
        Height = 13
        Caption = '发货仓库'
      end
      object Label7: TLabel [5]
        Left = 24
        Top = 216
        Width = 48
        Height = 13
        Caption = '提货分店'
      end
      object Label8: TLabel [6]
        Left = 24
        Top = 256
        Width = 48
        Height = 13
        Caption = '单据号码'
        FocusControl = DBEdit9
      end
      object Label9: TLabel [7]
        Left = 24
        Top = 296
        Width = 24
        Height = 13
        Caption = '日期'
        FocusControl = DBEdit10
      end
      object Label10: TLabel [8]
        Left = 200
        Top = 32
        Width = 36
        Height = 13
        Caption = '操作员'
        FocusControl = DBEdit11
      end
      object Label11: TLabel [9]
        Left = 200
        Top = 72
        Width = 36
        Height = 13
        Caption = '经办人'
        FocusControl = DBEdit14
      end
      object Label14: TLabel [10]
        Left = 200
        Top = 112
        Width = 48
        Height = 13
        Caption = '审核标志'
        FocusControl = DBEdit15
      end
      object Label15: TLabel [11]
        Left = 200
        Top = 152
        Width = 36
        Height = 13
        Caption = '审核人'
        FocusControl = DBEdit16
      end
      object Label16: TLabel [12]
        Left = 200
        Top = 192
        Width = 24
        Height = 13
        Caption = '备注'
      end
      object DBEdit1: TDBEdit
        Left = 24
        Top = 32
        Width = 73
        Height = 21
        Color = cl3DLight
        DataField = 'lsh'
        DataSource = DataSource1
        ReadOnly = True
        TabOrder = 10
      end
      object DBEdit2: TDBEdit
        Left = 24
        Top = 72
        Width = 49
        Height = 21
        DataField = 'spbm'
        DataSource = DataSource1
        TabOrder = 11
        OnChange = DBEdit2Change
      end
      object DBEdit3: TDBEdit
        Left = 24
        Top = 112
        Width = 97
        Height = 21
        DataField = 'sptxm'
        DataSource = DataSource1
        TabOrder = 12
        OnChange = DBEdit3Change
      end
      object DBEdit6: TDBEdit
        Left = 24
        Top = 152
        Width = 64
        Height = 21
        DataField = 'thnum'
        DataSource = DataSource1
        TabOrder = 13
      end
      object DBEdit9: TDBEdit
        Left = 24
        Top = 272
        Width = 129
        Height = 21
        DataField = 'djhm'
        DataSource = DataSource1
        TabOrder = 14
      end
      object DBEdit10: TDBEdit
        Left = 24
        Top = 312
        Width = 112
        Height = 21
        DataField = 'rq'
        DataSource = DataSource1
        TabOrder = 15
      end
      object DBEdit11: TDBEdit
        Left = 200
        Top = 48
        Width = 57
        Height = 21
        DataField = 'czym'
        DataSource = DataSource1
        TabOrder = 16
      end
      object DBEdit14: TDBEdit
        Left = 200
        Top = 88
        Width = 57
        Height = 21
        DataField = 'jbrm'
        DataSource = DataSource1
        TabOrder = 17
      end
      object DBEdit15: TDBEdit
        Left = 200
        Top = 128
        Width = 57
        Height = 21
        DataField = 'shbz'
        DataSource = DataSource1
        TabOrder = 18
      end
      object DBEdit16: TDBEdit
        Left = 200
        Top = 168
        Width = 57
        Height = 21
        DataField = 'shrm'
        DataSource = DataSource1
        TabOrder = 19
      end
      object DBMemo1: TDBMemo
        Left = 200
        Top = 208
        Width = 177
        Height = 81
        TabOrder = 20
      end
      object DBComboBox1: TDBComboBox
        Left = 24
        Top = 192
        Width = 129
        Height = 21
        DataField = 'fhck'
        DataSource = DataSource1
        ItemHeight = 13
        TabOrder = 21
      end
      object DBComboBox2: TDBComboBox
        Left = 24
        Top = 232
        Width = 129
        Height = 21
        DataField = 'thfd'
        DataSource = DataSource1
        ItemHeight = 13
        TabOrder = 22
      end
    end
    inherited TabSheet2: TTabSheet
      inherited DBGrid1: TDBGrid
        Width = 708
      end
    end
  end
  inherited Query1: TQuery
    Active = True
    SQL.Strings = (
      'select * from tb_thd')
  end
  inherited Query3: TQuery
    ParamData = <
      item
        DataType = ftFixedChar
        Name = 'sptxm'
        ParamType = ptUnknown
      end
      item
        DataType = ftFixedChar
        Name = 'sptxm'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'spbm'
        ParamType = ptUnknown
      end
      item
        DataType = ftFixedChar
        Name = 'sptxm'
        ParamType = ptUnknown
      end>
  end
  object Query2: TQuery
    DatabaseName = 'posdb'
    Left = 292
    Top = 48
  end
end

⌨️ 快捷键说明

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