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

📄 stk_whemployee.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Stk_WhEmployee: TFrm_Stk_WhEmployee
  Left = 39
  Top = 55
  Caption = '仓库管理员'
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      inherited TlBtn_Filter: TToolButton
        Visible = False
      end
    end
  end
  inherited Pnl_Title: TPanel
    Caption = '仓库管理员'
  end
  inherited Pnl_Head: TPanel
    inherited Lbl_Condition: TLabel
      Width = 24
      Caption = '全部'
    end
    inherited Lbl_Order: TLabel
      Width = 60
      Caption = '仓管员代码'
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 424
    Height = 5
  end
  inherited Pnl_Body: TPanel
    Height = 327
    inherited DBGridEh: TDBGridEh
      Height = 327
      Columns = <
        Item
          FieldName = 'EmployeeCode'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓管员代码'
          Width = 89
          KeyList.Strings = ()
        end
        Item
          FieldName = 'EmployeeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '仓管员名称'
          Width = 146
          KeyList.Strings = ()
        end
        Item
          FieldName = 'WhEmployeeUsable'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '是否可用'
          Width = 78
          KeyList.Strings = (
            '1'
            '0')
          Checkboxes = True
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 357
    Top = 163
  end
  inherited ActionList: TActionList
    Left = 336
    Top = 232
  end
  inherited AdoQry_Main: TAdoQuery
    SQL.Strings = (
      'Select WhEmployee.EmployeeCode'
      '    ,Employee.EmployeeName'
      '    ,WhEmployee.WhEmployeeUsable'
      '     From WhEmployee'
      
        '     Join Employee On WhEmployee.EmployeeCode=Employee.EmployeeC' +
        'ode'
      '')
    Left = 288
    Top = 217
    object AdoQry_MainEmployeeCode: TStringField
      FieldName = 'EmployeeCode'
      Origin = 'WhEmployee'
      Size = 30
    end
    object AdoQry_MainEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Origin = 'Employee'
      Size = 60
    end
    object AdoQry_MainWhEmployeeUsable: TIntegerField
      FieldName = 'WhEmployeeUsable'
      Origin = 'WhEmployee'
    end
  end
  inherited DataSource: TDataSource
    Left = 440
    Top = 217
  end
end

⌨️ 快捷键说明

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