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

📄 inv_wipwastercount.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_WipWasterCount: TFrm_Inv_WipWasterCount
  Top = 122
  Caption = '工(废)料统计'
  ClientHeight = 553
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
    Caption = '车间工(料)废统计'
    Font.Height = -16
    Font.Style = [fsBold]
    inherited Image2: TImage
      Width = 800
    end
    inherited PnlTitleLabel: TLabel
      Width = 9
      Height = 16
    end
  end
  inherited Pnl_Head: TPanel
    Width = 800
    inherited Image1: TImage
      Width = 800
    end
    inherited Lbl_OrderTitle: TLabel
      Caption = '排序条件:'
    end
    inherited Lbl_ConditionTitle: TLabel
      Top = 4
    end
    inherited Lbl_Condition: TLabel
      Left = 78
      Top = 4
    end
    inherited Lbl_Order: TLabel
      Left = 74
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 524
    Width = 800
    Height = 29
    inherited Image4: TImage
      Width = 800
      Height = 29
    end
  end
  inherited Pnl_Body: TPanel
    Width = 800
    Height = 427
    inherited Image3: TImage
      Width = 800
      Height = 427
    end
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 427
      Columns = <
        Item
          FieldName = 'ItemDESC'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '物料标识'
          Width = 331
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillqty1'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '总领料数量'
          Width = 85
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvBillqty2'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '工(料)废量'
          Width = 82
          KeyList.Strings = ()
        end
        Item
          Alignment = tArightJustify
          FieldName = 'InvBillPer'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '工(料)废率(%)'
          Width = 95
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 317
    Top = 195
  end
  inherited ActionList: TActionList
    Left = 184
    Top = 144
    inherited Act_Order: TAction
      Enabled = False
      Visible = False
    end
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm_B;Data Source=192.168.0.' +
      '151;Use procedure for Prepare=1;Auto Translate=True;Packet Size=' +
      '4096;Workstation ID=XYB'
    CurSorType = ctStatic
    SQL.Strings = (
      'select top 3  ItemCode ItemDESC,'
      '                    InvBillSfcQty InvBillSfcqty1,'
      '                    InvBillSfcqty InvBillSfcqty2,'
      '                    case InvBillSfcqty when 0 then 0'
      
        '                             else InvBillSfcqty/InvBillSfcqty*10' +
        '0 end InvBillSfcPer'
      '             from InvOutBillline')
    Left = 376
    Top = 161
  end
  inherited DataSource: TDataSource
    Left = 280
    Top = 233
  end
  inherited ExtPrintReport: TExtPrintReport
    ReportFont.Style = [fsBold]
    PAperOrientation = poLandScApe
    PAperType = ptWide
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 288
    Top = 161
  end
  object AdoQry_tmp1: TAdoQuery
    Parameters = <>
    Left = 480
    Top = 193
  end
end

⌨️ 快捷键说明

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