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

📄 stockinform.dfm

📁 库房管理系统
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        TabOrder = 6
      end
      object BitBtn9: TBitBtn
        Left = 466
        Top = 15
        Width = 66
        Height = 22
        Caption = #26597#35810
        Enabled = False
        TabOrder = 7
      end
      object BitBtn10: TBitBtn
        Left = 531
        Top = 15
        Width = 61
        Height = 22
        Caption = #25171#21360
        TabOrder = 8
        OnClick = BitBtn10Click
      end
    end
    object grp4: TGroupBox
      Left = 8
      Top = 64
      Width = 1011
      Height = 153
      Anchors = [akLeft, akTop, akRight]
      Caption = #26009#20214#20449#24687#24405#20837
      TabOrder = 2
      object Label3: TLabel
        Left = 16
        Top = 26
        Width = 30
        Height = 12
        Caption = #26085#26399':'
      end
      object Label4: TLabel
        Left = 16
        Top = 50
        Width = 48
        Height = 12
        Caption = #21333#25454#32534#21495
      end
      object Label5: TLabel
        Left = 16
        Top = 74
        Width = 54
        Height = 12
        Caption = #23458#20154#21517#31216':'
      end
      object Label6: TLabel
        Left = 435
        Top = 95
        Width = 48
        Height = 12
        Caption = #26009#20214#37325#37327
      end
      object Label7: TLabel
        Left = 435
        Top = 119
        Width = 54
        Height = 12
        Caption = #37325#37327#21333#20301':'
      end
      object Label8: TLabel
        Left = 210
        Top = 24
        Width = 54
        Height = 12
        Caption = #26009#20214#32534#21495':'
      end
      object Label9: TLabel
        Left = 210
        Top = 48
        Width = 48
        Height = 12
        Caption = #26009#20214#21517#31216
      end
      object Label10: TLabel
        Left = 210
        Top = 72
        Width = 54
        Height = 12
        Caption = #26009#20214#35268#26684':'
      end
      object Label11: TLabel
        Left = 210
        Top = 96
        Width = 48
        Height = 12
        Caption = #26009#20214#25968#37327
      end
      object Label12: TLabel
        Left = 210
        Top = 120
        Width = 54
        Height = 12
        Caption = #24230#37327#21333#20301':'
      end
      object Label13: TLabel
        Left = 434
        Top = 24
        Width = 54
        Height = 12
        Caption = #26009#20214#20215#26684':'
      end
      object Label14: TLabel
        Left = 434
        Top = 48
        Width = 30
        Height = 12
        Caption = #24065#31181':'
      end
      object Label16: TLabel
        Left = 434
        Top = 71
        Width = 48
        Height = 12
        Caption = #25509#25910#37096#38376
      end
      object Label15: TLabel
        Left = 15
        Top = 122
        Width = 54
        Height = 12
        Caption = #25104#21697#21517#31216':'
      end
      object Label18: TLabel
        Left = 15
        Top = 98
        Width = 54
        Height = 12
        Caption = #25104#21697#32534#21495':'
      end
      object dbdate: TDBDateTimeEditEh
        Left = 94
        Top = 24
        Width = 96
        Height = 20
        Color = clGradientActiveCaption
        DataField = 'fDate'
        DataSource = tMaterialIn_ds
        EditButtons = <>
        Kind = dtkDateEh
        TabOrder = 0
        Visible = True
      end
      object DBEdit5: TDBEdit
        Left = 94
        Top = 48
        Width = 97
        Height = 20
        DataField = 'fAccountNO'
        DataSource = tMaterialIn_ds
        TabOrder = 1
      end
      object DBEdit10: TDBEdit
        Left = 94
        Top = 72
        Width = 96
        Height = 20
        DataField = 'fCustomber'
        DataSource = tMaterialIn_ds
        TabOrder = 2
      end
      object DBEdit12: TDBEdit
        Left = 500
        Top = 94
        Width = 88
        Height = 20
        DataField = 'fweightqty'
        DataSource = tMaterialIn_ds
        TabOrder = 3
      end
      object dbqty: TDBEdit
        Left = 293
        Top = 96
        Width = 89
        Height = 20
        Color = clGradientActiveCaption
        DataField = 'fmeasureqty'
        DataSource = tMaterialIn_ds
        TabOrder = 4
      end
      object DBEdit8: TDBEdit
        Left = 293
        Top = 72
        Width = 89
        Height = 20
        DataField = 'fMtrStyle'
        DataSource = tMaterialIn_ds
        TabOrder = 5
      end
      object mtr_name: TDBEdit
        Left = 293
        Top = 48
        Width = 89
        Height = 20
        Color = clGradientActiveCaption
        DataField = 'fMtrName'
        DataSource = tMaterialIn_ds
        Enabled = False
        TabOrder = 6
      end
      object DBEdit6: TDBEdit
        Left = 500
        Top = 20
        Width = 88
        Height = 20
        DataField = 'fPrePrice'
        DataSource = tMaterialIn_ds
        TabOrder = 7
      end
      object product_name: TDBEdit
        Left = 94
        Top = 120
        Width = 96
        Height = 20
        Color = clGradientActiveCaption
        DataField = 'fResName'
        DataSource = tMaterialIn_ds
        TabOrder = 8
      end
      object DBEdit11: TDBEdit
        Left = 500
        Top = 68
        Width = 88
        Height = 20
        DataField = 'fInDept'
        DataSource = tMaterialIn_ds
        TabOrder = 9
      end
      object comb_mtr: TDBComboBox
        Left = 293
        Top = 22
        Width = 89
        Height = 20
        Color = clGradientActiveCaption
        DataField = 'fMtrID'
        DataSource = tMaterialIn_ds
        ItemHeight = 12
        TabOrder = 10
        OnChange = comb_mtrChange
      end
      object comb_product: TDBComboBox
        Left = 93
        Top = 94
        Width = 100
        Height = 20
        Color = clGradientActiveCaption
        DataField = 'fResID'
        DataSource = tMaterialIn_ds
        ItemHeight = 12
        TabOrder = 11
        OnChange = comb_productChange
      end
      object RefUnit: TDBComboBox
        Left = 500
        Top = 118
        Width = 29
        Height = 20
        Color = clGradientActiveCaption
        DataSource = tMaterialIn_ds
        ItemHeight = 12
        TabOrder = 12
        Visible = False
      end
      object dbunit: TDBComboBox
        Left = 293
        Top = 118
        Width = 28
        Height = 20
        Color = clGradientActiveCaption
        DataSource = tMaterialIn_ds
        ItemHeight = 12
        TabOrder = 13
        Visible = False
      end
      object moneycomb: TDBComboBox
        Left = 500
        Top = 46
        Width = 89
        Height = 20
        Color = clGradientActiveCaption
        DataField = 'fMoney'

⌨️ 快捷键说明

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