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

📄 goodsquery.dfm

📁 科思ERP部分源码及控件
💻 DFM
📖 第 1 页 / 共 3 页
字号:
          Width = 46
          Height = 17
          Caption = '采购'
          TabOrder = 11
        end
        object chkType13: TRadioButton
          Left = 304
          Top = 15
          Width = 85
          Height = 17
          Caption = '需单独管理'
          TabOrder = 12
        end
        object chkType12: TRadioButton
          Left = 304
          Top = 35
          Width = 85
          Height = 17
          Caption = '需批次管理'
          TabOrder = 13
        end
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 93
    Width = 643
    Height = 345
    Align = alClient
    BevelInner = bvLowered
    Caption = 'Panel1'
    TabOrder = 1
    object Splitter1: TSplitter
      Left = 194
      Top = 34
      Width = 10
      Height = 309
      Cursor = crHSplit
      Beveled = True
    end
    object sgGoods: TSDGrid
      Left = 204
      Top = 34
      Width = 437
      Height = 309
      Align = alClient
      ColCount = 8
      Ctl3D = False
      DefaultRowHeight = 18
      FixedColor = 8564917
      FixedCols = 0
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
      ParentCtl3D = False
      ParentFont = False
      ParentShowHint = False
      ShowHint = False
      TabOrder = 0
      OnClick = sgGoodsClick
      OnDblClick = btnOKClick
      Columns = <
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '货物编码'
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '货物名称'
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '规格'
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '货物类型'
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '计量单位'
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '币种'
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '最大库存'
          ColumnWidth = 0
        end
        item
          ColumnFont.Charset = GB2312_CHARSET
          ColumnFont.Color = clWindowText
          ColumnFont.Height = -12
          ColumnFont.Name = '宋体'
          ColumnFont.Style = []
          TitleString = '安全库存'
          ColumnWidth = 0
        end>
      ReadOnly = False
      ColWidths = (
        102
        125
        71
        56
        53
        50
        54
        55)
    end
    object Panel2: TPanel
      Left = 2
      Top = 2
      Width = 639
      Height = 32
      Align = alTop
      TabOrder = 1
      object sbLocate: TSpeedButton
        Left = 291
        Top = 4
        Width = 70
        Height = 23
        Caption = '定位(&K)'
        Flat = True
        Glyph.Data = {
          76010000424D7601000000000000760000002800000020000000100000000100
          04000000000000010000130B0000130B00001000000000000000000000000000
          800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
          FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
          333333333333333FF3FF3333333333CC30003333333333773777333333333C33
          3000333FF33337F33777339933333C3333333377F33337F3333F339933333C33
          33003377333337F33377333333333C333300333F333337F33377339333333C33
          3333337FF3333733333F33993333C33333003377FF33733333773339933C3333
          330033377FF73F33337733339933C33333333FF377F373F3333F993399333C33
          330077F377F337F33377993399333C33330077FF773337F33377399993333C33
          33333777733337F333FF333333333C33300033333333373FF7773333333333CC
          3000333333333377377733333333333333333333333333333333}
        NumGlyphs = 2
        OnClick = sbLocateClick
      end
      object Label5: TLabel
        Left = 8
        Top = 10
        Width = 60
        Height = 12
        Caption = '物料编码:'
      end
      object Label2: TLabel
        Left = 508
        Top = 9
        Width = 60
        Height = 12
        Anchors = [akRight, akBottom]
        Caption = '结存数量:'
      end
      object et_FopQty: TLabel
        Left = 564
        Top = 9
        Width = 54
        Height = 12
        Anchors = [akRight, akBottom]
        Caption = 'et_FopQty'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Bevel1: TBevel
        Left = 4
        Top = 4
        Width = 4
        Height = 25
        Shape = bsLeftLine
      end
      object Bevel2: TBevel
        Left = 503
        Top = 3
        Width = 11
        Height = 25
        Anchors = [akRight, akBottom]
        Shape = bsLeftLine
      end
      object Bevel4: TBevel
        Left = 376
        Top = 3
        Width = 11
        Height = 25
        Anchors = [akRight, akBottom]
        Shape = bsLeftLine
      end
      object Label3: TLabel
        Left = 381
        Top = 9
        Width = 60
        Height = 12
        Anchors = [akRight, akBottom]
        Caption = '查询记录:'
      end
      object lbQueryCount: TLabel
        Left = 437
        Top = 9
        Width = 72
        Height = 12
        Anchors = [akRight, akBottom]
        Caption = 'lbQueryCount'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 490
        Top = 9
        Width = 12
        Height = 12
        Anchors = [akRight, akBottom]
        Caption = '条'
        Font.Charset = DEFAULT_CHARSET

⌨️ 快捷键说明

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