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

📄 bas_employee.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_Employee: TFrm_Bas_Employee
  Left = 170
  Top = 64
  Caption = #20154#21592#20027#25991#20214
  ClientHeight = 494
  ClientWidth = 588
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 588
  end
  inherited Pnl_Title: TPanel
    Width = 588
    Caption = #20154#21592#20027#25991#20214
    inherited Image2: TImage
      Width = 588
    end
  end
  inherited Pnl_Head: TPanel
    Width = 588
    inherited Image1: TImage
      Width = 588
    end
    inherited Lbl_Order: TLabel
      Width = 48
      Caption = #20154#21592#20195#30721
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 481
    Width = 588
    Height = 13
    inherited Image4: TImage
      Width = 588
      Height = 13
    end
  end
  inherited Pnl_Body: TPanel
    Width = 588
    Height = 384
    inherited Image3: TImage
      Width = 588
      Height = 384
    end
    inherited DBGridEh: TDBGridEh
      Width = 588
      Height = 384
      Columns = <
        Item
          EditButtons = <>
          FieldName = 'EmployeeCode'
          Footers = <>
          Title.Caption = #20154#21592#20195#30721
          Width = 111
        end
        Item
          EditButtons = <>
          FieldName = 'EmployeeName'
          Footers = <>
          Title.Caption = #20154#21592#21517#31216
          Width = 126
        end
        Item
          EditButtons = <>
          FieldName = 'DeptCode'
          Footers = <>
          Title.Caption = #25152#23646#37096#38376#20195#30721
          Width = 97
        end
        Item
          EditButtons = <>
          FieldName = 'DeptName'
          Footers = <>
          Title.Caption = #25152#23646#37096#38376#21517#31216
          Width = 214
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 533
    Top = 49
  end
  inherited ActionList: TActionList
    Left = 398
    Top = 59
  end
  inherited AdoQry_Main: TAdoQuery
    CurSorType = ctStatic
    SQL.Strings = (
      'Select E.*, D.DeptName '
      '                 From Employee E'
      '                 Join Dept D'
      '                   On E.DeptCode=D.DeptCode')
    Left = 442
    Top = 36
    object AdoQry_MainEmployeeCode: TStringField
      FieldName = 'EmployeeCode'
      Origin = 'Employee'
      Size = 30
    end
    object AdoQry_MainDeptCode: TStringField
      FieldName = 'DeptCode'
      Origin = 'Employee'
      Size = 8
    end
    object AdoQry_MainEmployeeName: TStringField
      FieldName = 'EmployeeName'
      Size = 60
    end
    object AdoQry_MainDeptName: TStringField
      FieldName = 'DeptName'
      Origin = 'Dept'
      Size = 40
    end
  end
  inherited DataSource: TDataSource
    Left = 494
    Top = 41
  end
  inherited ExtPrintReport: TExtPrintReport
    Title1 = #20154#21592#20027#25991#20214#21015#34920
  end
end

⌨️ 快捷键说明

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