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

📄 inv_whaccessctrl.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_WhAccessCtrl: TFrm_Inv_WhAccessCtrl
  Left = 183
  Top = 120
  Caption = '仓库访问权限'
  ClientHeight = 505
  ClientWidth = 569
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 569
  end
  inherited Pnl_Title: TPanel
    Width = 569
    Caption = '仓库访问权限'
    inherited Image2: TImage
      Width = 569
    end
  end
  inherited Pnl_Head: TPanel
    Width = 569
    inherited Image1: TImage
      Width = 569
    end
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 6
      Caption = ''
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 479
    Width = 569
    inherited Image4: TImage
      Width = 569
    end
  end
  inherited Pnl_Body: TPanel
    Width = 569
    Height = 382
    inherited Image3: TImage
      Width = 569
      Height = 382
    end
    inherited DBGridEh: TDBGridEh
      Width = 569
      Height = 382
      Columns = <
        Item
          FieldName = 'whCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓库代码'
          Width = 60
          KeyList.Strings = ()
        end
        Item
          FieldName = 'whName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓库名称'
          Width = 150
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '人员代码'
          Width = 141
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '人员名称'
          Width = 175
          KeyList.Strings = ()
        end>
    end
  end
  inherited ActionList: TActionList
    Left = 205
    Top = 73
  end
  inherited AdoQry_Main: TAdoQuery
    CurSorType = ctStatic
    Left = 293
    Top = 73
    object AdoQry_MainEmployeeCode: TStringField
      FieldName = 'EmployeeCode'
      Origin = 'whAccessCtrl'
      Size = 30
    end
    object AdoQry_MainEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Origin = 'Vw_Operator'
      Size = 60
    end
    object AdoQry_MainwhCode: TStringField
      FieldName = 'whCode'
      Origin = 'whAccessCtrl'
      Size = 4
    end
    object AdoQry_MainwhName: TStringField
      FieldName = 'whName'
      Origin = 'Warehouse'
      Size = 40
    end
  end
  inherited DataSource: TDataSource
    Left = 338
    Top = 67
  end
end

⌨️ 快捷键说明

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