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

📄 pfm_wizard2.dfm

📁 POS收银系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object fm_wizard2: Tfm_wizard2
  Left = 30
  Top = 105
  Width = 711
  Height = 505
  Caption = 'fm_wizard2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 703
    Height = 478
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '基本信息'
      object BitBtn_add: TBitBtn
        Left = 256
        Top = 400
        Width = 75
        Height = 25
        Caption = '追加'
        TabOrder = 0
        OnClick = BitBtn_addClick
      end
      object BitBtn_del: TBitBtn
        Left = 336
        Top = 400
        Width = 75
        Height = 25
        Caption = '删除'
        TabOrder = 1
        OnClick = BitBtn_delClick
      end
      object BitBtn_save: TBitBtn
        Left = 416
        Top = 400
        Width = 75
        Height = 25
        Caption = '保存'
        Enabled = False
        TabOrder = 2
        OnClick = BitBtn_saveClick
      end
      object BitBtn_first: TBitBtn
        Left = 16
        Top = 400
        Width = 49
        Height = 25
        Caption = '<<'
        TabOrder = 3
        OnClick = BitBtn_firstClick
      end
      object BitBtn_prev: TBitBtn
        Left = 72
        Top = 400
        Width = 49
        Height = 25
        Caption = '<'
        TabOrder = 4
        OnClick = BitBtn_prevClick
      end
      object BitBtn_next: TBitBtn
        Left = 128
        Top = 400
        Width = 49
        Height = 25
        Caption = '>'
        TabOrder = 5
        OnClick = BitBtn_nextClick
      end
      object BitBtn_last: TBitBtn
        Left = 184
        Top = 400
        Width = 49
        Height = 25
        Caption = '>>'
        TabOrder = 6
        OnClick = BitBtn_lastClick
      end
      object BitBtn_cancel: TBitBtn
        Left = 496
        Top = 400
        Width = 75
        Height = 25
        Caption = '取消'
        Enabled = False
        TabOrder = 7
        OnClick = BitBtn_cancelClick
      end
      object GroupBox1: TGroupBox
        Left = 424
        Top = 16
        Width = 273
        Height = 377
        Caption = '商品具体信息'
        TabOrder = 8
        object Label4: TLabel
          Left = 16
          Top = 16
          Width = 48
          Height = 13
          Caption = '商品名称'
          FocusControl = DBEdit4
        end
        object Label12: TLabel
          Left = 144
          Top = 16
          Width = 48
          Height = 13
          Caption = '规格型号'
          FocusControl = DBEdit5
        end
        object Label13: TLabel
          Left = 16
          Top = 56
          Width = 24
          Height = 13
          Caption = '等级'
          FocusControl = DBEdit12
        end
        object Label18: TLabel
          Left = 144
          Top = 56
          Width = 24
          Height = 13
          Caption = '状态'
          FocusControl = DBEdit13
        end
        object Label23: TLabel
          Left = 16
          Top = 96
          Width = 48
          Height = 13
          Caption = '包装单位'
          FocusControl = DBEdit18
        end
        object Label24: TLabel
          Left = 88
          Top = 96
          Width = 48
          Height = 13
          Caption = '包装数量'
          FocusControl = DBEdit23
        end
        object Label25: TLabel
          Left = 168
          Top = 96
          Width = 24
          Height = 13
          Caption = '货号'
          FocusControl = DBEdit24
        end
        object Label26: TLabel
          Left = 16
          Top = 136
          Width = 60
          Height = 13
          Caption = '供应商名称'
          FocusControl = DBEdit25
        end
        object Label27: TLabel
          Left = 16
          Top = 176
          Width = 24
          Height = 13
          Caption = '产地'
          FocusControl = DBEdit26
        end
        object Label28: TLabel
          Left = 16
          Top = 216
          Width = 48
          Height = 13
          Caption = '销售方式'
          FocusControl = DBEdit27
        end
        object Label29: TLabel
          Left = 88
          Top = 256
          Width = 48
          Height = 13
          Caption = '无税进价'
          FocusControl = DBEdit28
        end
        object Label30: TLabel
          Left = 16
          Top = 256
          Width = 48
          Height = 13
          Caption = '进价税率'
          FocusControl = DBEdit29
        end
        object Label31: TLabel
          Left = 16
          Top = 296
          Width = 48
          Height = 13
          Caption = '无税单价'
          FocusControl = DBEdit30
        end
        object Label32: TLabel
          Left = 88
          Top = 296
          Width = 48
          Height = 13
          Caption = '销售税率'
          FocusControl = DBEdit31
        end
        object Label33: TLabel
          Left = 144
          Top = 216
          Width = 48
          Height = 13
          Caption = '商品类别'
          FocusControl = DBEdit32
        end
        object DBEdit4: TDBEdit
          Left = 16
          Top = 32
          Width = 124
          Height = 21
          BorderStyle = bsNone
          Color = clBtnFace
          DataField = 'spmc'
          DataSource = DataSource3
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clPurple
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
        end
        object DBEdit5: TDBEdit
          Left = 144
          Top = 32
          Width = 124
          Height = 21
          BorderStyle = bsNone
          Color = clBtnFace
          DataField = 'ggxh'
          DataSource = DataSource3
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clPurple
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
        end
        object DBEdit12: TDBEdit
          Left = 16
          Top = 72
          Width = 100
          Height = 21
          BorderStyle = bsNone
          Color = clBtnFace
          DataField = 'dengji'
          DataSource = DataSource3
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clPurple
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
        end
        object DBEdit13: TDBEdit
          Left = 144
          Top = 72
          Width = 73
          Height = 21
          BorderStyle = bsNone
          Color = clBtnFace
          DataField = 'zhuangtai'
          DataSource = DataSource3
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clPurple
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 3
        end
        object DBEdit18: TDBEdit
          Left = 16
          Top = 112
          Width = 64
          Height = 21
          BorderStyle = bsNone
          Color = clBtnFace
          DataField = 'baozhuangdw'
          DataSource = DataSource3
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clPurple
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 4
        end
        object DBEdit23: TDBEdit
          Left = 88
          Top = 112
          Width = 64
          Height = 21
          BorderStyle = bsNone
          Color = clBtnFace
          DataField = 'baozhuangsl'
          DataSource = DataSource3
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clPurple
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 5
        end
        object DBEdit24: TDBEdit
          Left = 168
          Top = 112
          Width = 52
          Height = 21
          BorderStyle = bsNone
          Color = clBtnFace
          DataField = 'hh'
          DataSource = DataSource3
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clPurple
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 6
        end
        object DBEdit25: TDBEdit
          Left = 16

⌨️ 快捷键说明

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