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

📄 vw_goods.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmVW_Goods: TfrmVW_Goods
  Left = 57
  Top = 78
  Width = 693
  Caption = '物料查询'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  object FloatPanel1: TFloatPanel [0]
    Left = 0
    Top = 39
    Width = 276
    Height = 360
    Align = alLeft
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object btnClear: TBitBtn
      Left = 170
      Top = 324
      Width = 90
      Height = 22
      Caption = '重新设置[&C]'
      TabOrder = 0
      OnClick = btnClearClick
    end
    object PageControl1: TPageControl
      Left = 3
      Top = 8
      Width = 264
      Height = 311
      ActivePage = TabSheet1
      Style = tsButtons
      TabOrder = 1
      object TabSheet1: TTabSheet
        Caption = '常规'
        object GroupBox3: TGroupBox
          Left = 0
          Top = -2
          Width = 257
          Height = 283
          Color = clWhite
          ParentColor = False
          TabOrder = 0
          object Label1: TLabel
            Left = 12
            Top = 47
            Width = 60
            Height = 12
            Caption = '所属货位:'
          end
          object Label2: TLabel
            Left = 12
            Top = 170
            Width = 48
            Height = 12
            Caption = '供应商:'
          end
          object Label7: TLabel
            Left = 11
            Top = 102
            Width = 60
            Height = 12
            Caption = '货物编码:'
          end
          object Label8: TLabel
            Left = 143
            Top = 128
            Width = 96
            Height = 12
            Caption = '(编码中包含字符)'
          end
          object scLoc: TSDComboBox
            Left = 75
            Top = 40
            Width = 162
            Height = 20
            Style = csDropDownList
            Color = clWhite
            Ctl3D = False
            ItemHeight = 12
            ParentCtl3D = False
            TabOrder = 0
            KeyItem = cbItem2
          end
          object scSupply: TSDComboBox
            Left = 75
            Top = 162
            Width = 165
            Height = 20
            Style = csDropDownList
            Color = clWhite
            Ctl3D = False
            ItemHeight = 12
            ParentCtl3D = False
            TabOrder = 1
            KeyItem = cbItem2
          end
          object seCode: TSDEdit
            Left = 75
            Top = 95
            Width = 164
            Height = 18
            Ctl3D = False
            ParentColor = True
            ParentCtl3D = False
            TabOrder = 2
            SplitSymbol = ' | '
          end
        end
      end
      object TabSheet2: TTabSheet
        Caption = '类型'
        ImageIndex = 1
        object GroupBox2: TGroupBox
          Left = 0
          Top = 0
          Width = 256
          Height = 265
          TabOrder = 0
          object Label3: TLabel
            Left = 5
            Top = 12
            Width = 60
            Height = 12
            Caption = '货物类型:'
          end
          object chkType1: TCheckBox
            Left = 38
            Top = 35
            Width = 57
            Height = 17
            Caption = '成品'
            TabOrder = 0
          end
          object chkType2: TCheckBox
            Left = 38
            Top = 82
            Width = 57
            Height = 17
            Caption = '半成品'
            TabOrder = 1
          end
          object chkType3: TCheckBox
            Left = 38
            Top = 128
            Width = 57
            Height = 17
            Caption = '原材料'
            TabOrder = 2
          end
          object chkType4: TCheckBox
            Left = 150
            Top = 35
            Width = 57
            Height = 17
            Caption = '零件'
            TabOrder = 3
          end
          object chkType5: TCheckBox
            Left = 150
            Top = 82
            Width = 57
            Height = 17
            Caption = '备用件'
            TabOrder = 4
          end
          object chkType6: TCheckBox
            Left = 150
            Top = 128
            Width = 57
            Height = 17
            Caption = '工具'
            TabOrder = 5
          end
          object chkType7: TCheckBox
            Left = 38
            Top = 175
            Width = 57
            Height = 17
            Caption = '费用件'
            TabOrder = 6
          end
          object chkType8: TCheckBox
            Left = 150
            Top = 175
            Width = 57
            Height = 17
            Caption = '虚拟件'
            TabOrder = 7
          end
          object chkType9: TCheckBox
            Left = 38
            Top = 221
            Width = 57
            Height = 17
            Caption = '在流件'
            TabOrder = 8
          end
        end
      end
      object TabSheet3: TTabSheet
        Caption = '其他'
        ImageIndex = 2
        object GroupBox1: TGroupBox
          Left = 0
          Top = 0
          Width = 256
          Height = 273
          Ctl3D = True
          ParentCtl3D = False
          TabOrder = 0
          object Label4: TLabel
            Left = 12
            Top = 19
            Width = 54
            Height = 12
            Caption = '货物来源:'
          end
          object chkFrom1: TCheckBox
            Left = 32
            Top = 55
            Width = 61
            Height = 17
            Caption = '采购'
            TabOrder = 0
          end
          object chkFrom2: TCheckBox
            Left = 142
            Top = 55
            Width = 61
            Height = 17
            Caption = '制造'
            TabOrder = 1
          end
          object rbtBatch: TRadioButton
            Left = 32
            Top = 138
            Width = 85
            Height = 17
            Caption = '需批次管理'
            TabOrder = 2
          end
          object rbtSingle: TRadioButton
            Left = 141
            Top = 138
            Width = 85
            Height = 17
            Caption = '需单独管理'
            TabOrder = 3
          end
          object chkSale: TCheckBox
            Left = 32
            Top = 220
            Width = 69
            Height = 17
            Caption = '可销售'
            TabOrder = 4
          end
        end
      end
    end
  end
  inherited sbBar: TStatusBar
    Width = 685
  end
  inherited CoolBar1: TCoolBar
    Width = 685
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 685
      end>
    inherited tbMainBar: TToolBar
      Width = 672
    end
  end
  object Panel1: TPanel [3]
    Left = 271
    Top = 39
    Width = 415
    Height = 360
    Anchors = [akLeft, akTop, akRight, akBottom]
    BevelInner = bvLowered
    Caption = 'Panel1'
    TabOrder = 3
    object sgGoods: TSDGrid
      Left = 2
      Top = 2
      Width = 411
      Height = 356
      Align = alClient
      Color = clWhite
      ColCount = 6
      Ctl3D = False
      DefaultRowHeight = 18
      FixedColor = 8564917
      FixedCols = 0
      RowCount = 4
      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
      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>
      ReadOnly = False
      ColWidths = (
        63
        147
        153
        68
        72
        73)
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 610
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 577
    Top = 2
  end
  inherited QueryPrnDlg: TPrintDialog
    Left = 518
    Top = 5
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 489
    Top = 5
  end
  inherited pmDetail: TPopupMenu
    Left = 549
    Top = 4
  end
end

⌨️ 快捷键说明

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