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

📄 unitdictionary.~dfm

📁 此代码为企业原料管理代码
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
          Font.Color = clWindowText
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          object Label5: TLabel
            Left = 34
            Top = 65
            Width = 24
            Height = 12
            Caption = '序号'
            FocusControl = dbeProdID
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label6: TLabel
            Left = 100
            Top = 64
            Width = 24
            Height = 12
            Caption = '图号'
            FocusControl = DBEdit6
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label7: TLabel
            Left = 214
            Top = 65
            Width = 48
            Height = 12
            Caption = '成品名称'
            FocusControl = DBEdit7
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label8: TLabel
            Left = 110
            Top = 104
            Width = 60
            Height = 12
            Caption = '净重(克)'
            FocusControl = DBEdit4
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label18: TLabel
            Left = 291
            Top = 103
            Width = 48
            Height = 12
            Caption = '销售单价'
            FocusControl = DBEdit5
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label19: TLabel
            Left = 178
            Top = 103
            Width = 36
            Height = 12
            Caption = '硫化价'
            FocusControl = DBEdit8
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label15: TLabel
            Left = 11
            Top = 104
            Width = 48
            Height = 12
            Caption = '胶料名称'
            FocusControl = DBEdit9
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label16: TLabel
            Left = 285
            Top = 144
            Width = 52
            Height = 13
            Caption = '每箱只数'
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -13
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label26: TLabel
            Left = 82
            Top = 144
            Width = 48
            Height = 12
            Caption = '骨架个数'
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object Label27: TLabel
            Left = 220
            Top = 144
            Width = 48
            Height = 12
            Caption = '弹簧个数'
          end
          object Label28: TLabel
            Left = 12
            Top = 144
            Width = 48
            Height = 12
            Caption = '骨架型号'
          end
          object Label29: TLabel
            Left = 150
            Top = 144
            Width = 48
            Height = 12
            Caption = '弹簧型号'
          end
          object Label30: TLabel
            Left = 237
            Top = 104
            Width = 36
            Height = 12
            Caption = '整修价'
          end
          object dbeProdID: TDBEdit
            Left = 34
            Top = 78
            Width = 55
            Height = 20
            DataField = 'ProdID'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 0
            OnEnter = CEnter
            OnExit = CExit
          end
          object DBEdit6: TDBEdit
            Left = 99
            Top = 78
            Width = 99
            Height = 20
            DataField = 'FigID'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 1
            OnEnter = CEnter
            OnExit = CExit
          end
          object DBEdit7: TDBEdit
            Left = 210
            Top = 79
            Width = 108
            Height = 20
            DataField = 'ProdName'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 2
            OnEnter = CEnter
            OnExit = CExit
          end
          object BitBtn9: TBitBtn
            Left = 54
            Top = 6
            Width = 96
            Height = 25
            Caption = '添加'
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 14
            OnClick = BitBtn9Click
          end
          object BitBtn10: TBitBtn
            Left = 54
            Top = 33
            Width = 96
            Height = 24
            Caption = '修改'
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 15
            OnClick = BitBtn10Click
          end
          object BitBtn11: TBitBtn
            Left = 204
            Top = 6
            Width = 94
            Height = 25
            Caption = '删除'
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 16
            OnClick = BitBtn11Click
          end
          object BitBtn12: TBitBtn
            Left = 204
            Top = 33
            Width = 94
            Height = 24
            Caption = '提交'
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -15
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 13
            OnClick = BitBtn12Click
          end
          object DBEdit4: TDBEdit
            Left = 115
            Top = 118
            Width = 45
            Height = 20
            DataField = 'Weight'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 4
            OnEnter = CEnter
            OnExit = CExit
          end
          object DBEdit5: TDBEdit
            Left = 294
            Top = 117
            Width = 46
            Height = 20
            DataField = 'SellPrice'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 7
            OnEnter = CEnter
            OnExit = CExit
            OnKeyDown = FormKeyDown
          end
          object DBEdit8: TDBEdit
            Left = 172
            Top = 117
            Width = 51
            Height = 20
            DataField = 'MakePrice'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 5
            OnEnter = CEnter
            OnExit = CExit
            OnKeyDown = FormKeyDown
          end
          object DBEdit9: TDBEdit
            Left = 10
            Top = 118
            Width = 93
            Height = 20
            DataField = 'RubbName'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 3
            OnEnter = CEnter
            OnExit = CExit
          end
          object DBEdit10: TDBEdit
            Left = 285
            Top = 158
            Width = 55
            Height = 20
            DataField = 'Contain'
            DataSource = DM.dsProdDictionary
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
            TabOrder = 12
            OnKeyDown = FormKeyDown
          end
          object DBEdit17: TDBEdit
            Left = 80
            Top = 158
            Width = 52
            Height = 20
            DataField = 'Gujia'
            DataSource = DM.dsProdDictionary
            TabOrder = 9
          end
          object DBEdit18: TDBEdit
            Left = 220
            Top = 158
            Width = 49
            Height = 20
            DataField = 'Tanhuang'
            DataSource = DM.dsProdDictionary
            TabOrder = 11
          end
          object DBEdit19: TDBEdit
            Left = 10
            Top = 159
            Width = 55
            Height = 20
            DataField = 'Gjxh'
            DataSource = DM.dsProdDictionary
            TabOrder = 8
          end
          object DBEdit20: TDBEdit
            Left = 149
            Top = 158
            Width = 56
            Height = 20
            DataField = 'Thxh'
            DataSource = DM.dsProdDictionary
            TabOrder = 10
          end
          object DBEdit21: TDBEdit
            Left = 237
            Top = 117
            Width = 45
            Height = 20
            DataField = 'Xioujia'
            DataSource = DM.dsProdDictionary
            TabOrder = 6
            OnEnter = CEnter
            OnExit = CExit
          end
        end
        object Panel6: TPanel
          Left = 351
          Top = 1
          Width = 120
          Height = 191
          BevelInner = bvLowered
          BevelOuter = bvNone
          TabOrder = 1
          object Label17: TLabel
            Left = 19
            Top = 91
            Width = 78
            Height = 13
            Caption = '请输入图号:'
            Font.Charset = GB2312_CHARSET
            Font.Color = clBlue
            Font.Height = -13
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
          object eProdDictionaryFind: TEdit
            Left = 17
            Top = 110
            Width = 90
            Height = 23
            TabOrder = 0
            OnChange = eProdDictionaryFindChange
          end
          object rgProdDictionary: TRadioGroup
            Left = 13
            Top = 6
            Width = 94
            Height = 72
            Caption = '查找方式 '
            Font.Charset = GB2312_CHARSET
            Font.Color = clWindowText
            Font.Height = -12
            Font.Name = '宋体'
            Font.Style = []
            ItemIndex = 0
            Items.Strings = (
              '按图号'
              '按产品名称')
            ParentFont = False
            TabOrder = 1
            OnClick = rgProdDictionaryClick
          end
          object BitBtn7: TBitBtn
            Left = 25
            Top = 148
            Width = 73
            Height = 25
            Caption = '返回'
            TabOrder = 2
            OnClick = BitBtn7Click
            Glyph.Data = {
              DE010000424DDE01000000000000760000002800000024000000120000000100
              0400000000006801000000000000000000001000000000000000000000000000
              80000080000000808000800000008000800080800000C0C0C000808080000000
              FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00388888888877
              F7F787F8888888888333333F00004444400888FFF444448888888888F333FF8F
              000033334D5007FFF4333388888888883338888F0000333345D50FFFF4333333
              338F888F3338F33F000033334D5D0FFFF43333333388788F3338F33F00003333
              45D50FEFE4333333338F878F3338F33F000033334D5D0FFFF43333333388788F
              3338F33F0000333345D50FEFE4333333338F878F3338F33F000033334D5D0FFF
              F43333333388788F3338F33F0000333345D50FEFE4333333338F878F3338F33F
              000033334D5D0EFEF43333333388788F3338F33F0000333345D50FEFE4333333
              338F878F3338F33F000033334D5D0EFEF43333333388788F3338F33F00003333
              4444444444333333338F8F8FFFF8F33F00003333333333333333333333888888
              8888333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
              333333333333888888F3333F00003333330000003333333333338FFFF8F3333F
              0000}
            NumGlyphs = 2
          end
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = '客户名称字典'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText

⌨️ 快捷键说明

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