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

📄 loc.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmLoc: TfrmLoc
  Left = 22
  Top = 65
  Width = 722
  Height = 456
  Caption = '货位编码维护'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 388
    Width = 714
  end
  inherited CoolBar1: TCoolBar
    Width = 714
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 714
      end>
    inherited tbMainBar: TToolBar
      Width = 701
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object FloatPanel2: TFloatPanel [2]
    Left = 0
    Top = 39
    Width = 714
    Height = 40
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 2
    object Label6: TLabel
      Left = 22
      Top = 13
      Width = 54
      Height = 12
      Caption = '所属仓库:'
    end
    object scLocSthCode: TSDComboBox
      Left = 72
      Top = 9
      Width = 209
      Height = 20
      TabStop = False
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      OnClick = scLocSthCodeClick
    end
  end
  object sgLoc: TSDGrid [3]
    Left = 0
    Top = 79
    Width = 353
    Height = 309
    Align = alLeft
    Color = clWhite
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgLocClick
    EvenGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        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>
    ColWidths = (
      5
      85
      161
      86)
  end
  object FloatPanel1: TFloatPanel [4]
    Left = 353
    Top = 79
    Width = 361
    Height = 309
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 4
    object Label1: TLabel
      Left = 29
      Top = 29
      Width = 54
      Height = 12
      Caption = '货位代码:'
    end
    object Label2: TLabel
      Left = 29
      Top = 56
      Width = 54
      Height = 12
      Caption = '货位名称:'
    end
    object Label3: TLabel
      Left = 31
      Top = 220
      Width = 30
      Height = 12
      Caption = '说明:'
    end
    object Label4: TLabel
      Left = 29
      Top = 84
      Width = 54
      Height = 12
      Caption = '货位类型:'
    end
    object Label5: TLabel
      Left = 29
      Top = 111
      Width = 54
      Height = 12
      Caption = '盘点方法:'
    end
    object seLocCode: TSDEdit
      Left = 82
      Top = 24
      Width = 152
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seLocCode'
      OnExit = seLocCodeExit
      SplitSymbol = ' | '
    end
    object seLocName: TSDEdit
      Left = 82
      Top = 51
      Width = 206
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seLocName'
      SplitSymbol = ' | '
    end
    object scLocType: TSDComboBox
      Left = 82
      Top = 79
      Width = 152
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
      KeyItem = cbItem2
    end
    object scLocStkCode: TSDComboBox
      Left = 82
      Top = 106
      Width = 152
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 3
      KeyItem = cbItem2
    end
    object GroupBox1: TGroupBox
      Left = 28
      Top = 136
      Width = 261
      Height = 72
      Caption = '属性'
      Color = clWhite
      ParentColor = False
      TabOrder = 4
      object cheLocVirtual: TCheckBox
        Left = 13
        Top = 20
        Width = 142
        Height = 15
        Caption = '虚拟货位标识'
        TabOrder = 0
      end
      object cheLocPlnflg: TCheckBox
        Left = 12
        Top = 45
        Width = 142
        Height = 16
        Caption = '是否参与计划运算'
        TabOrder = 1
      end
    end
    object memLocDesc: TMemo
      Left = 66
      Top = 219
      Width = 221
      Height = 64
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'memLocDesc')
      ParentCtl3D = False
      TabOrder = 5
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 610
    Top = 11
  end
  inherited ImageList1: TImageList
    Left = 577
    Top = 10
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 523
    Top = 7
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 547
    Top = 7
  end
end

⌨️ 快捷键说明

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