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

📄 inv_opmaterialsum.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Inv_OpMaterialSum: TFrm_Inv_OpMaterialSum
  Left = 6
  Top = 107
  Caption = '委外加工材料月结表'
  ClientHeight = 489
  ClientWidth = 800
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
    inherited ToolBar: TToolBar
      Width = 285
      object ToolButton6: TToolButton
        Left = 277
        Top = 0
        Width = 8
        Caption = 'ToolButton6'
        ImageIndex = 11
        Style = tbsSeparator
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 800
    Caption = '委外加工材料月结表'
    inherited Image2: TImage
      Width = 800
    end
  end
  inherited Pnl_Head: TPanel
    Width = 800
    inherited Image1: TImage
      Width = 800
    end
    inherited Lbl_OrderTitle: TLabel
      Width = 48
      Caption = '供应商:'
    end
    inherited Lbl_ConditionTitle: TLabel
      Left = 617
      Top = 25
      Visible = False
    end
    inherited Lbl_Condition: TLabel
      Left = 20
      Visible = False
    end
    inherited Lbl_Order: TLabel
      Left = 74
    end
    object Label4: TLabel
      Left = 312
      Top = 21
      Width = 36
      Height = 12
      Caption = '月份:'
    end
    object lbl_Month: TLabel
      Left = 352
      Top = 21
      Width = 6
      Height = 12
    end
    object Button1: TButton
      Left = 709
      Top = 0
      Width = 75
      Height = 23
      Caption = '连续打印'
      TabOrder = 0
      OnClick = Button1Click
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 460
    Width = 800
    Height = 29
    inherited Image4: TImage
      Width = 800
      Height = 29
    end
  end
  inherited Pnl_Body: TPanel
    Width = 800
    Height = 363
    inherited Image3: TImage
      Width = 800
      Height = 363
    end
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 363
      UseMultiTitle = True
      Columns = <
        Item
          FieldName = 'ItemCode1'
          Font.ChArset = GB2312_CHArSET
          Font.Color = clRed
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '材料标识'
          Width = 236
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName1'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '单位'
          Width = 17
          KeyList.Strings = ()
        end
        Item
          FieldName = 'LMBlncQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '上月结存'
          Width = 54
          KeyList.Strings = ()
        end
        Item
          FieldName = 'InQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '本月领入'
          Width = 51
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Ite_ItemCode1'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '产品及材料消耗|产品标识'
          Width = 235
          KeyList.Strings = ()
        end
        Item
          FieldName = 'UomName2'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '产品及材料消耗|单位'
          Width = 28
          KeyList.Strings = ()
        end
        Item
          FieldName = 'ProductQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '产品及材料消耗|数量'
          Width = 43
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BomQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '产品及材料消耗|定额'
          Width = 57
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BomScrAp'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '产品及材料消耗|损耗%'
          Width = 61
          KeyList.Strings = ()
        end
        Item
          FieldName = 'Qty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '产品及材料消耗|小计耗料'
          Width = 52
          KeyList.Strings = ()
        end
        Item
          FieldName = 'OutQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '产品及材料消耗|合计耗料'
          Width = 53
          KeyList.Strings = ()
        end
        Item
          FieldName = 'BlncQty'
          PickList.Strings = ()
          Title.Alignment = taCenter
          Title.Caption = '本月结存'
          Width = 59
          KeyList.Strings = ()
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 317
    Top = 195
  end
  inherited ActionList: TActionList
    Left = 224
    Top = 184
    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 * from Itemtmp')
    Left = 376
    Top = 161
  end
  inherited DataSource: TDataSource
    Left = 280
    Top = 233
  end
  inherited ExtPrintReport: TExtPrintReport
    TopBOrdermm = 8
    BottomBOrdermm = 10
    RightBOrdermm = 8
    TitleFont.Height = -14
    TitleFont.Style = []
    SubtitleFont.Style = []
    ReportFont.Height = -14
    FootFont.Style = []
    PAperOrientation = poLandScApe
    PAperType = ptWide
  end
  inherited PopuPmenu: TPopuPmenu
    Left = 288
    Top = 161
  end
  object AdoQry_tmp1: TAdoQuery
    Parameters = <>
    Left = 480
    Top = 193
  end
  object AdoQry_Vendor: TAdoQuery
    CurSorType = ctStatic
    LockType = ltBatchOptimistic
    Parameters = <>
    Left = 552
    Top = 177
  end
end

⌨️ 快捷键说明

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