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

📄 u_product.dfm

📁 这是一个用条码录入的数据的进销存(只对成品)---做童装的
💻 DFM
📖 第 1 页 / 共 5 页
字号:
inherited F_Product: TF_Product
  Left = 40
  Top = 98
  VertScrollBar.Range = 0
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20135#21697#36164#26009
  ClientHeight = 415
  ClientWidth = 717
  PixelsPerInch = 96
  TextHeight = 13
  inherited Panel1: TPanel
    Width = 717
    Height = 382
    object Label1: TLabel [0]
      Left = 16
      Top = 24
      Width = 52
      Height = 13
      Caption = #20135#21697#26465#30721
    end
    object Label4: TLabel [1]
      Left = 29
      Top = 283
      Width = 39
      Height = 13
      Caption = #38646#21806#20215
      FocusControl = Price
    end
    object Label5: TLabel [2]
      Left = 16
      Top = 89
      Width = 52
      Height = 13
      Caption = #20135#21697#23395#24230
      FocusControl = ProductJD
    end
    object Label6: TLabel [3]
      Left = 42
      Top = 152
      Width = 26
      Height = 13
      Caption = #27454#24335
      FocusControl = ItemNO
    end
    object Label7: TLabel [4]
      Left = 42
      Top = 120
      Width = 26
      Height = 13
      Caption = #32452#21035
      FocusControl = GroupNO
    end
    object Label8: TLabel [5]
      Left = 42
      Top = 184
      Width = 26
      Height = 13
      Caption = #21697#29260
      FocusControl = Brandno
    end
    object Label3: TLabel [6]
      Left = 42
      Top = 56
      Width = 26
      Height = 13
      Caption = #24180#20221
      FocusControl = YF
    end
    object Label2: TLabel [7]
      Left = 16
      Top = 218
      Width = 52
      Height = 13
      Caption = #25152#23646#23458#25143
      FocusControl = Custname
    end
    object Label10: TLabel [8]
      Left = 29
      Top = 250
      Width = 39
      Height = 13
      Caption = #27599#25163#25968
      FocusControl = handcount
    end
    object Label11: TLabel [9]
      Left = 42
      Top = 316
      Width = 26
      Height = 13
      Caption = #39068#33394
      FocusControl = Color
    end
    inherited DBGridEh1: TDBGridEh
      Left = 288
      Width = 429
      Height = 382
      Columns = <
        item
          EditButtons = <>
          FieldName = 'ProductTM'
          Footers = <>
          Width = 101
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'YF'
          Footers = <>
          Width = 61
        end
        item
          Alignment = taCenter
          Color = clWhite
          EditButtons = <>
          FieldName = 'ItemNO'
          Font.Charset = GB2312_CHARSET
          Font.Color = clBlue
          Font.Height = -13
          Font.Name = #23435#20307
          Font.Style = []
          Footers = <>
          Width = 67
        end
        item
          EditButtons = <>
          FieldName = 'itemname'
          Footers = <>
          Width = 92
        end
        item
          EditButtons = <>
          FieldName = 'Groupname'
          Footers = <>
          Width = 83
        end
        item
          EditButtons = <>
          FieldName = 'Brandname'
          Footers = <>
          Width = 61
        end
        item
          EditButtons = <>
          FieldName = 'ProductJD'
          Footers = <>
        end
        item
          EditButtons = <>
          FieldName = 'Custname'
          Footers = <>
          Width = 97
        end
        item
          EditButtons = <>
          FieldName = 'handcount'
          Footers = <>
        end
        item
          EditButtons = <>
          FieldName = 'Price'
          Footers = <>
          Width = 87
        end>
    end
    object Price: TDBEdit
      Left = 80
      Top = 279
      Width = 120
      Height = 21
      DataField = 'Price'
      DataSource = Ds_query
      TabOrder = 9
    end
    object ProductJD: TDBEdit
      Left = 80
      Top = 85
      Width = 120
      Height = 21
      DataField = 'ProductJD'
      DataSource = Ds_query
      Enabled = False
      ReadOnly = True
      TabOrder = 3
    end
    object ItemNO: TDBEdit
      Left = 80
      Top = 150
      Width = 73
      Height = 21
      DataField = 'ItemNO'
      DataSource = Ds_query
      Enabled = False
      ReadOnly = True
      TabOrder = 5
    end
    object GroupNO: TDBEdit
      Left = 80
      Top = 117
      Width = 73
      Height = 21
      DataField = 'GroupNO'
      DataSource = Ds_query
      Enabled = False
      ReadOnly = True
      TabOrder = 4
    end
    object Brandno: TDBEdit
      Left = 80
      Top = 180
      Width = 73
      Height = 21
      DataField = 'Brandno'
      DataSource = Ds_query
      Enabled = False
      ReadOnly = True
      TabOrder = 6
    end
    object YF: TDBEdit
      Left = 80
      Top = 52
      Width = 120
      Height = 21
      DataField = 'YF'
      DataSource = Ds_query
      Enabled = False
      ReadOnly = True
      TabOrder = 2
    end
    object Custname: TDBEdit
      Left = 80
      Top = 214
      Width = 162
      Height = 21
      DataField = 'Custname'
      DataSource = Ds_query

⌨️ 快捷键说明

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