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

📄 lg.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmLg: TfrmLg
  Left = 68
  Top = 67
  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 sgLg: TSDGrid [2]
    Left = 0
    Top = 79
    Width = 353
    Height = 309
    Align = alLeft
    Color = clWhite
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgLgClick
    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>
    ColWidths = (
      7
      111
      221)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 353
    Top = 79
    Width = 361
    Height = 309
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label2: TLabel
      Left = 47
      Top = 45
      Width = 54
      Height = 12
      Caption = '货物编码:'
    end
    object Label6: TLabel
      Left = 47
      Top = 77
      Width = 54
      Height = 12
      Caption = '使用状态:'
    end
    object Panel1: TPanel
      Left = 26
      Top = 106
      Width = 307
      Height = 182
      BevelInner = bvRaised
      BevelOuter = bvLowered
      Color = clWhite
      Ctl3D = False
      ParentCtl3D = False
      TabOrder = 0
      object Label5: TLabel
        Left = 23
        Top = 46
        Width = 54
        Height = 12
        Caption = '货物规格:'
      end
      object Label4: TLabel
        Left = 23
        Top = 73
        Width = 54
        Height = 12
        Caption = '计量单位:'
      end
      object Label7: TLabel
        Left = 23
        Top = 101
        Width = 54
        Height = 12
        Caption = '最大库存:'
      end
      object Label10: TLabel
        Left = 23
        Top = 155
        Width = 54
        Height = 12
        Caption = '发放批量:'
      end
      object Label1: TLabel
        Left = 23
        Top = 128
        Width = 54
        Height = 12
        Caption = '再订货点:'
      end
      object Label3: TLabel
        Left = 23
        Top = 19
        Width = 48
        Height = 12
        Caption = '物料名称'
      end
      object seLgGoodsSpec: TSDEdit
        Left = 79
        Top = 42
        Width = 168
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        SplitSymbol = ' | '
      end
      object seLgGoodsUnitCode: TSDEdit
        Left = 79
        Top = 69
        Width = 108
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        SplitSymbol = ' | '
      end
      object seLgGoodsMaxQty: TSDEdit
        Left = 79
        Top = 96
        Width = 108
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 2
        SplitSymbol = ' | '
      end
      object seLgGoodsRopQty: TSDEdit
        Left = 79
        Top = 123
        Width = 108
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 3
        SplitSymbol = ' | '
      end
      object seLgGoodsOoq: TSDEdit
        Left = 79
        Top = 150
        Width = 108
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 4
        SplitSymbol = ' | '
      end
      object seLgGoodsName: TSDEdit
        Left = 79
        Top = 15
        Width = 168
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 5
        Text = 'seLgGoodsName'
        SplitSymbol = ' | '
      end
    end
    object seLgGoodsCode: TSDEdit
      Left = 102
      Top = 40
      Width = 168
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seLgGoodsCode'
      OnExit = seLgGoodsCodeExit
      OnButtonClick = seLgGoodsCodeButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object scLgState: TSDComboBox
      Left = 103
      Top = 70
      Width = 166
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
      KeyItem = cbItem2
    end
  end
  object FloatPanel2: TFloatPanel [4]
    Left = 0
    Top = 39
    Width = 714
    Height = 40
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    object Label9: TLabel
      Left = 230
      Top = 12
      Width = 54
      Height = 12
      Caption = '货位代码:'
    end
    object Label8: TLabel
      Left = 12
      Top = 12
      Width = 54
      Height = 12
      Caption = '货位名称:'
    end
    object Label11: TLabel
      Left = 459
      Top = 12
      Width = 54
      Height = 12
      Caption = '货位类型:'
    end
    object scLgLocCode: TSDComboBox
      Left = 75
      Top = 8
      Width = 148
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      OnClick = scLgLocCodeClick
      KeyItem = cbItem2
    end
    object seLocName: TSDEdit
      Left = 283
      Top = 8
      Width = 166
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 1
      SplitSymbol = ' | '
    end
    object seLocType: TSDEdit
      Left = 515
      Top = 8
      Width = 112
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      SplitSymbol = ' | '
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 610
    Top = 8
  end
  inherited ImageList1: TImageList
    Left = 577
    Top = 7
  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 + -