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

📄 sfc_mnrequest1.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Sfc_MnRequest1: TFrm_Sfc_MnRequest1
  Left = 184
  Top = 110
  Caption = #29983#20135#39046#26009#35831#39046#21046#21333
  ClientHeight = 553
  ClientWidth = 800
  Position = poDefault
  WindowState = wsMaximized
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 800
  end
  inherited Pnl_Title: TPanel
    Width = 800
    Caption = #29983#20135#39046#26009#35831#39046#21046#21333
    inherited Image2: TImage
      Width = 800
    end
  end
  inherited Pnl_Head: TPanel
    Width = 800
    inherited Image1: TImage
      Width = 800
    end
    inherited Lbl_OrderTitle: TLabel
      Left = 14
    end
    inherited Lbl_ConditionTitle: TLabel
      Left = 14
    end
    inherited Lbl_Condition: TLabel
      Left = 72
      Top = 7
      Width = 108
      Caption = #37096#38376#20195#30721#65292#23450#21333#29366#24577
    end
    inherited Lbl_Order: TLabel
      Left = 72
      Top = 22
      Width = 96
      Caption = #35746#21333#21495#65292#35746#21333#34892#21495
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 514
    Width = 800
    Height = 39
    inherited Image4: TImage
      Width = 800
      Height = 39
    end
    object Label1: TLabel
      Left = 20
      Top = 16
      Width = 60
      Height = 12
      Caption = #29289#26009#25551#36848#65306
    end
    object DBText1: TDBText
      Left = 82
      Top = 16
      Width = 42
      Height = 12
      AutoSize = True
      DataField = 'ItemName'
      DataSource = DataSource
    end
  end
  inherited Pnl_Body: TPanel
    Width = 800
    Height = 421
    inherited Image3: TImage
      Width = 800
      Height = 421
    end
    inherited DBGridEh: TDBGridEh
      Width = 800
      Height = 421
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = False
      VTitleMargin = 8
      Columns = <
        item
          EditButtons = <>
          FieldName = 'mono'
          Footers = <>
          Title.Caption = #35746#21333#21495
          Width = 84
        end
        item
          EditButtons = <>
          FieldName = 'MoLineno'
          Footers = <>
          Title.Caption = #34892#21495
          Width = 33
        end
        item
          Alignment = taCenter
          Checkboxes = False
          EditButtons = <>
          FieldName = 'MoLinestatus'
          Footers = <>
          KeyList.Strings = (
            '5'
            '6')
          PickList.Strings = (
            #20934#22791
            #19979#36798)
          Title.Caption = #34892#29366#24577
        end
        item
          Alignment = taCenter
          EditButtons = <>
          FieldName = 'moSpecial'
          Footers = <>
          KeyList.Strings = (
            '0'
            '1')
          PickList.Strings = (
            #26222#36890#35746#21333
            #29420#31435#35746#21333)
          Title.Caption = #35746#21333#31867#22411
          Width = 56
        end
        item
          EditButtons = <>
          FieldName = 'ItemCode'
          Footers = <>
          Title.Caption = #29289#26009#20195#30721
          Width = 102
        end
        item
          EditButtons = <>
          FieldName = 'ItemName'
          Footers = <>
          Title.Caption = #29289#26009#25551#36848
          Width = 170
        end
        item
          EditButtons = <>
          FieldName = 'moqty'
          Footers = <>
          Title.Caption = #32422#23450#20132#36135#37327
        end
        item
          EditButtons = <>
          FieldName = 'MoNoFinishqty'
          Footers = <>
          Title.Caption = #26410#32467#37327
          Width = 79
        end
        item
          EditButtons = <>
          FieldName = 'mostArtworkdate'
          Footers = <>
          Title.Caption = #32422#23450#24320#24037#26085
          Width = 69
        end
        item
          EditButtons = <>
          FieldName = 'MoLinedate'
          Footers = <>
          Title.Caption = #32422#23450#20132#36135#26085
          Width = 73
        end>
    end
  end
  inherited AdoQry_Tmp: TADOQuery
    Left = 197
    Top = 243
  end
  inherited ActionList: TActionList
    inherited Act_Modify: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Delete: TAction
      Enabled = False
      Visible = False
    end
  end
  inherited AdoQry_Head: TADOQuery
    CursorType = ctStatic
    BeforeInsert = AdoQry_HeadBeforeInsert
    SQL.Strings = (
      'select l.mono,'
      '       l.MoLineno,'
      '       l.ItemCode,'
      '       i.ItemName,'
      '       l.moqty,'
      '       l.MoNoFinishqty,'
      '       l.mostArtworkdate,'
      '       l.MoLinedate,'
      '       l.MoLinestatus,'
      '       m.moSpecial '
      '       from MoLine l left join Item i on l.ItemCode=i.ItemCode '
      '                     left join mo m on l.mono=m.mono ')
    Left = 256
    Top = 257
    object AdoQry_Headmono: TStringField
      FieldName = 'mono'
      Size = 16
    end
    object AdoQry_HeadMoLineno: TIntegerField
      FieldName = 'MoLineno'
    end
    object AdoQry_HeadItemCode: TStringField
      FieldName = 'ItemCode'
      Size = 16
    end
    object AdoQry_HeadItemName: TStringField
      FieldName = 'ItemName'
      Size = 60
    end
    object AdoQry_Headmoqty: TFloatField
      FieldName = 'moqty'
    end
    object AdoQry_HeadmostArtworkdate: TDateTimeField
      FieldName = 'mostArtworkdate'
    end
    object AdoQry_HeadMoLinedate: TDateTimeField
      FieldName = 'MoLinedate'
    end
    object AdoQry_HeadMoLinestatus: TIntegerField
      FieldName = 'MoLinestatus'
    end
    object AdoQry_HeadmoSpecial: TIntegerField
      FieldName = 'moSpecial'
    end
    object AdoQry_HeadMoNoFinishqty: TFloatField
      FieldName = 'MoNoFinishqty'
    end
  end
end

⌨️ 快捷键说明

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