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

📄 sfc_monthsumqrybcppj_d.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_MonthSumQrybcppj_D: TFrm_Sfc_MonthSumQrybcppj_D
  Left = 10
  Top = 18
  Caption = '没有金额的半成品'
  ClientHeight = 504
  ClientWidth = 721
  FormStyle = fsNormal
  Visible = False
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 721
    inherited ToolBar: TToolBar
      inherited TlBtn_Look: TToolButton
        Hint = '增加行'
        Action = nil
        Caption = '增加行'
        Enabled = True
        ImageIndex = 4
        Visible = True
        OnClick = TlBtn_LookClick
      end
      inherited TlBtn_Sum: TToolButton
        Hint = '删除行'
        Action = nil
        Caption = '删除行'
        Enabled = True
        ImageIndex = 5
        Visible = True
        OnClick = TlBtn_SumClick
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 721
    Caption = '原材料金额分配'
  end
  inherited Pnl_Head: TPanel
    Width = 721
    object CheckBox1: TCheckBox
      Left = 702
      Top = 16
      Width = 79
      Height = 17
      Caption = '全部显示'
      TabOrder = 0
      OnClick = CheckBox1Click
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 473
    Width = 721
    Height = 31
    object Label1: TLabel
      Left = 265
      Top = 8
      Width = 84
      Height = 12
      Caption = '分配金额合计:'
    end
    object Label2: TLabel
      Left = 482
      Top = 8
      Width = 72
      Height = 12
      Caption = '未分配金额:'
    end
    object Edit1: TEdit
      Left = 353
      Top = 4
      Width = 111
      Height = 20
      Enabled = False
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 555
      Top = 3
      Width = 121
      Height = 20
      ReadOnly = True
      TabOrder = 1
    end
  end
  inherited Pnl_Body: TPanel
    Width = 721
    Height = 376
    inherited DBGridEh: TDBGridEh
      Width = 721
      Height = 266
      Align = alTop
      Columns = <
        Item
          FieldName = 'ItemCodeName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '材料物料描述'
          Width = 372
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Invoutqty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '消耗数量'
          Width = 77
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单位'
          Width = 32
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InvoutAmount'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '消耗金额'
          Width = 96
          KeyList.Strings = ()
        end>
    end
    object DBGridEh1: TDBGridEh
      Left = 0
      Top = 266
      Width = 721
      Height = 110
      Align = alClient
      DataSource = DataSource1
      TabOrder = 1
      TitleFont.ChArset = GB2312_CHArSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      OnDblClick = DBGridEh1DblClick
      Columns = <
        Item
          FieldName = 'ite_ItemCode'
          Title.Alignment = taCenter
          Title.Caption = '半成品代码'
        end
        Item
          FieldName = 'ItemName'
          Title.Alignment = taCenter
          Title.Caption = '半成品描述'
          Width = 372
        end
        Item
          FieldName = 'wipqty'
          Title.Alignment = taCenter
          Title.Caption = '生产数量'
        end
        Item
          FieldName = 'wipAmount'
          Title.Alignment = taCenter
          Title.Caption = '分配金额'
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Top = 147
  end
  inherited ActionList: TActionList
    Left = 200
    Top = 152
  end
  inherited AdoQry_Main: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.15' +
      '1;Use procedure for Prepare=1;Auto Translate=True;Packet Size=40' +
      '96;Workstation ID=XYB'
    SQL.Strings = (
      'select ItemCode from Item')
    Left = 296
    Top = 193
  end
  inherited DataSource: TDataSource
    OnDataChange = DataSourceDataChange
    Left = 368
    Top = 161
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 248
    Top = 185
  end
  object AdoQry_Main2: TAdoQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
      'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=ZHENGJIArONG'
    CurSorType = ctStatic
    LockType = ltBatchOptimistic
    AfterOpen = AdoQry_Main2AfterOpen
    AfterPost = AdoQry_Main2AfterOpen
    AfterDelete = AdoQry_Main2AfterOpen
    Parameters = <>
    SQL.Strings = (
      'select ite_ItemCode,Item.ItemName,wipAmount from wipbcpAmount '
      
        '              left join Item on Item.ItemCode=wipbcpAmount.Itemc' +
        'ode ')
    Left = 400
    Top = 401
  end
  object DataSource1: TDataSource
    DataSet = AdoQry_Main2
    Left = 256
    Top = 393
  end
end

⌨️ 快捷键说明

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