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

📄 frmgoodsmanage.dfm

📁 物流供应链管理系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object FormGoodsManage: TFormGoodsManage
  Left = 202
  Top = 86
  Width = 614
  Height = 509
  Caption = #21830#21697#31649#29702
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 12
  object PCGoodsData: TPageControl
    Left = 8
    Top = 80
    Width = 577
    Height = 249
    ActivePage = TSBaseInfo
    TabOrder = 0
    object TSBaseInfo: TTabSheet
      Caption = #22522#26412#25968#25454
      object Label1: TLabel
        Left = 8
        Top = 8
        Width = 48
        Height = 12
        Caption = #26465#24418#30721#65306
      end
      object Label2: TLabel
        Left = 280
        Top = 8
        Width = 24
        Height = 12
        Caption = #21517#31216
      end
      object Label3: TLabel
        Left = 256
        Top = 72
        Width = 72
        Height = 12
        Caption = #20379#24212#21830#32534#21495#65306
      end
      object Label4: TLabel
        Left = 0
        Top = 104
        Width = 36
        Height = 12
        Caption = #37325#37327#65306
      end
      object Label5: TLabel
        Left = 0
        Top = 136
        Width = 36
        Height = 12
        Caption = #20307#31215#65306
      end
      object Label6: TLabel
        Left = 8
        Top = 32
        Width = 60
        Height = 12
        Caption = #26816#39564#31561#32423#65306
      end
      object Label8: TLabel
        Left = 8
        Top = 64
        Width = 84
        Height = 12
        Caption = #21830#21697#20998#31867#20195#30721#65306
      end
      object Label9: TLabel
        Left = 288
        Top = 32
        Width = 36
        Height = 12
        Caption = #21035#21517#65306
      end
      object Label10: TLabel
        Left = 0
        Top = 152
        Width = 36
        Height = 12
        Caption = #23551#21629#65306
      end
      object Label11: TLabel
        Left = 208
        Top = 160
        Width = 60
        Height = 12
        Caption = #23551#21629#21333#20301#65306
      end
      object Label12: TLabel
        Left = 232
        Top = 104
        Width = 60
        Height = 12
        Caption = #37325#37327#21333#20301#65306
      end
      object Label13: TLabel
        Left = 232
        Top = 136
        Width = 60
        Height = 12
        Caption = #20307#31215#21333#20301#65306
      end
      object Label14: TLabel
        Left = 8
        Top = 192
        Width = 60
        Height = 12
        Caption = #35745#37327#21333#20301#65306
      end
      object DBEdtBarCode: TDBEdit
        Left = 96
        Top = 8
        Width = 89
        Height = 20
        DataField = 'BarCode'
        DataSource = DSGoodsData
        TabOrder = 0
      end
      object DBEdtName: TDBEdit
        Left = 328
        Top = 0
        Width = 121
        Height = 20
        DataField = 'Name'
        DataSource = DSGoodsData
        TabOrder = 1
      end
      object LUCBVendorId: TDBLookupComboBox
        Left = 336
        Top = 64
        Width = 129
        Height = 20
        DataField = 'VendorId'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Id'
        ListSource = DSVendor
        TabOrder = 2
      end
      object DBEdtWeight: TDBEdit
        Left = 48
        Top = 96
        Width = 137
        Height = 20
        DataField = 'Weight'
        DataSource = DSGoodsData
        TabOrder = 3
      end
      object DBEdtVolumn: TDBEdit
        Left = 48
        Top = 128
        Width = 129
        Height = 20
        DataField = 'Volume'
        DataSource = DSGoodsData
        TabOrder = 4
      end
      object LUCBCheckupGrade: TDBLookupComboBox
        Left = 96
        Top = 32
        Width = 105
        Height = 20
        DataField = 'CheckupGrade'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSCheckupGrade
        TabOrder = 5
      end
      object LUCBGoodsCate: TDBLookupComboBox
        Left = 96
        Top = 64
        Width = 145
        Height = 20
        DataField = 'GoodsCategory'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Id'
        ListSource = DSGoodsCate
        TabOrder = 6
      end
      object DBEdtAlias: TDBEdit
        Left = 336
        Top = 32
        Width = 121
        Height = 20
        DataField = 'Alias'
        DataSource = DSGoodsData
        TabOrder = 7
      end
      object DBEdtLifeSpan: TDBEdit
        Left = 48
        Top = 152
        Width = 129
        Height = 20
        DataField = 'LifeSpan'
        DataSource = DSGoodsData
        TabOrder = 8
      end
      object LUCBLifeSpanUnit: TDBLookupComboBox
        Left = 304
        Top = 152
        Width = 121
        Height = 20
        DataField = 'LifeSpanUnit'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSLifeSpanUnit
        TabOrder = 9
      end
      object LUCBWeightUnit: TDBLookupComboBox
        Left = 304
        Top = 96
        Width = 145
        Height = 20
        DataField = 'WeightUnit'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSWeightUnit
        TabOrder = 10
      end
      object LUCBVolumnUnit: TDBLookupComboBox
        Left = 304
        Top = 128
        Width = 145
        Height = 20
        DataField = 'VolumeUnit'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSVolumnUnit
        TabOrder = 11
      end
      object LUCBUnit: TDBLookupComboBox
        Left = 72
        Top = 192
        Width = 137
        Height = 20
        DataField = 'Unit'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSUnit
        TabOrder = 12
      end
    end
    object TSOther: TTabSheet
      Caption = #20854#20182#35774#23450
      ImageIndex = 1
      object Label15: TLabel
        Left = 24
        Top = 32
        Width = 54
        Height = 12
        Caption = 'ABC'#20998#31867#65306
      end
      object Label16: TLabel
        Left = 200
        Top = 32
        Width = 48
        Height = 12
        Caption = #25439#32791#29575#65306
      end
      object Label17: TLabel
        Left = 208
        Top = 144
        Width = 36
        Height = 12
        Caption = #21333#20215#65306
      end
      object Label18: TLabel
        Left = 336
        Top = 144
        Width = 60
        Height = 12
        Caption = #36135#24065#21333#20301#65306
      end
      object Label19: TLabel
        Left = 16
        Top = 64
        Width = 60
        Height = 12
        Caption = #35746#36135#21608#26399#65306
      end
      object Label20: TLabel
        Left = 200
        Top = 72
        Width = 48
        Height = 12
        Caption = #25552#21069#26399#65306
      end
      object Label21: TLabel
        Left = 336
        Top = 64
        Width = 60
        Height = 12
        Caption = #35746#36135#31574#30053#65306
      end
      object Label22: TLabel
        Left = 8
        Top = 104
        Width = 72
        Height = 12
        Caption = #23433#20840#24211#23384#37327#65306
      end
      object Label23: TLabel
        Left = 176
        Top = 104
        Width = 72
        Height = 12
        Caption = #26368#22823#23450#36141#37327#65306
      end
      object Label24: TLabel
        Left = 336
        Top = 104
        Width = 72
        Height = 12
        Caption = #26368#23567#23450#36141#37327#65306
      end
      object Label25: TLabel
        Left = 0
        Top = 144
        Width = 72
        Height = 12
        Caption = #32463#27982#35746#36135#37327#65306
      end
      object LUCBABCCate: TDBLookupComboBox
        Left = 88
        Top = 24
        Width = 73
        Height = 20
        DataField = 'ABCCate'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSABCCate
        TabOrder = 0
      end
      object DBEdtUllageRate: TDBEdit
        Left = 248
        Top = 24
        Width = 57
        Height = 20
        DataField = 'UllageRate'
        DataSource = DSGoodsData
        TabOrder = 1
      end
      object DBEdtPrice: TDBEdit
        Left = 248
        Top = 136
        Width = 57
        Height = 20
        DataField = 'Price'
        DataSource = DSGoodsData
        TabOrder = 2
      end
      object LUCBCurrencyUnit: TDBLookupComboBox
        Left = 408
        Top = 136
        Width = 105
        Height = 20
        DataField = 'CurrencyUnit'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSCurrencyUnit
        TabOrder = 3
      end
      object DBEdtOrderInterval: TDBEdit
        Left = 88
        Top = 64
        Width = 73
        Height = 20
        DataField = 'OrderInterval'
        DataSource = DSGoodsData
        TabOrder = 4
      end
      object DBEdtLeadTime: TDBEdit
        Left = 248
        Top = 64
        Width = 57
        Height = 20
        DataField = 'LeadTime'
        DataSource = DSGoodsData
        TabOrder = 5
      end
      object LUCBOrderPolicy: TDBLookupComboBox
        Left = 408
        Top = 56
        Width = 105
        Height = 20
        DataField = 'OrderPolicy'
        DataSource = DSGoodsData
        KeyField = 'Id'
        ListField = 'Name'
        ListSource = DSOrderPolicy
        TabOrder = 6
      end
      object DBEdtSafetyStock: TDBEdit
        Left = 88
        Top = 104
        Width = 73
        Height = 20
        DataField = 'SafetyStock'
        DataSource = DSGoodsData
        TabOrder = 7
      end
      object DBEdtMaxOrder: TDBEdit
        Left = 248
        Top = 96
        Width = 57
        Height = 20
        DataField = 'MaxOrder'
        DataSource = DSGoodsData
        TabOrder = 8
      end
      object DBEdtMinOrder: TDBEdit
        Left = 408
        Top = 96
        Width = 105
        Height = 20
        DataField = 'MinOrder'
        DataSource = DSGoodsData

⌨️ 快捷键说明

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