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

📄 bas_qry_bomcomparesheet.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Bas_Qry_BomCompareSheet: TFrm_Bas_Qry_BomCompareSheet
  Left = 18
  Top = 107
  Caption = 'Bom'#23545#27604#24046#24322#26126#32454#34920
  ClientWidth = 783
  Position = poScreenCenter
  Visible = True
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 783
    inherited ToolBar: TToolBar
      Width = 142
      object ToolButton2: TToolButton
        Left = 23
        Top = 0
        Width = 3
        Caption = 'ToolButton2'
        ImageIndex = 44
        Style = tbsSeparator
      end
      object ToolButton6: TToolButton
        Left = 26
        Top = 0
        Action = Act_Excel
      end
      object ToolButton3: TToolButton
        Left = 49
        Top = 0
        Width = 8
        Caption = 'ToolButton3'
        ImageIndex = 44
        Style = tbsSeparator
      end
      object ToolButton1: TToolButton
        Left = 57
        Top = 0
        Action = Act_Preview
      end
      object ToolButton7: TToolButton
        Left = 80
        Top = 0
        Width = 8
        Caption = 'ToolButton7'
        ImageIndex = 46
        Style = tbsSeparator
      end
      object ToolButton4: TToolButton
        Left = 88
        Top = 0
        Action = Act_Print
      end
      object ToolButton5: TToolButton
        Left = 111
        Top = 0
        Width = 8
        Caption = 'ToolButton5'
        ImageIndex = 45
        Style = tbsSeparator
      end
      object ToolButton8: TToolButton
        Left = 119
        Top = 0
        Action = Act_Quit
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 783
    BevelOuter = bvRaised
    Caption = 'Bom'#23545#27604#24046#24322#26126#32454#34920
    inherited Image2: TImage
      Left = 1
      Top = 1
      Width = 781
      Height = 25
    end
  end
  inherited Pnl_Head: TPanel
    Width = 783
    Height = 56
    BevelOuter = bvRaised
    inherited Image1: TImage
      Left = 1
      Top = 1
      Width = 781
      Height = 54
    end
    object Label1: TLabel
      Left = 14
      Top = 12
      Width = 60
      Height = 12
      Caption = #29238#39033#20195#30721#65306
    end
    object Label2: TLabel
      Left = 74
      Top = 11
      Width = 6
      Height = 12
    end
    object Label3: TLabel
      Left = 220
      Top = 12
      Width = 60
      Height = 12
      Caption = #29238#39033#21517#31216#65306
    end
    object Label4: TLabel
      Left = 215
      Top = 11
      Width = 6
      Height = 12
    end
    object Label7: TLabel
      Left = 220
      Top = 35
      Width = 60
      Height = 12
      Caption = #23376#39033#21517#31216#65306
    end
    object Label8: TLabel
      Left = 214
      Top = 35
      Width = 6
      Height = 12
    end
    object Label5: TLabel
      Left = 14
      Top = 35
      Width = 60
      Height = 12
      Caption = #23376#39033#20195#30721#65306
    end
    object Label6: TLabel
      Left = 72
      Top = 35
      Width = 6
      Height = 12
    end
  end
  inherited Pnl_Hint: TPanel
    Width = 783
    inherited Image4: TImage
      Width = 783
    end
  end
  inherited Pnl_Body: TPanel
    Top = 113
    Width = 783
    Height = 304
    inherited Image3: TImage
      Width = 783
      Height = 304
    end
    object DBGridEh1: TDBGridEh
      Left = 0
      Top = 0
      Width = 783
      Height = 304
      Align = alClient
      DataSource = DataSource1
      FooterColor = clWindow
      FooterFont.ChArset = GB2312_CHArSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -12
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.ChArset = GB2312_CHArSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnGetCellParams = DBGridEh1GetCellParams
      OnKeyUp = DBGridEh1KeyUp
      OnMouseUp = DBGridEh1MouseUp
      Columns = <
        Item
          EditButtons = <>
          FieldName = 'ite_ItemCode'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #29238#39033#29289#26009
          Width = 125
        end
        Item
          EditButtons = <>
          FieldName = 'ItemCodeName'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #23376#39033#29289#26009
          Width = 250
        end
        Item
          EditButtons = <>
          FieldName = 'BomItemType'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #23376#39033#23646#24615
          Width = 60
        end
        Item
          Alignment = tArightJustify
          EditButtons = <>
          FieldName = 'Bomqty'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #23450#39069
          Width = 52
        end
        Item
          Alignment = tArightJustify
          EditButtons = <>
          FieldName = 'BomScrAp_Percent'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #25439#32791#29575'(%)'
          Width = 60
        end
        Item
          EditButtons = <>
          FieldName = 'BomStatus'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #23376#39033#29366#24577
          Width = 56
        end
        Item
          EditButtons = <>
          FieldName = 'DeptCodeName'
          Footers = <>
          Title.Alignment = taCenter
          Title.Caption = #29992#26009#37096#38376
          Width = 92
        end>
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 256
    Top = 0
  end
  inherited ActionList: TActionList
    Left = 336
    Top = 0
    inherited Act_Print: TAction
      OnExecute = Act_PrintExecute
    end
    inherited Act_Preview: TAction
      OnExecute = Act_PreviewExecute
    end
    inherited Act_Excel: TAction
      OnExecute = Act_ExcelExecute
    end
  end
  object ExtPrintReport1: TExtPrintReport
    TopBOrdermm = 20
    BottomBOrdermm = 20
    LeftBOrdermm = 10
    RightBOrdermm = 10
    TitleFont.ChArset = DEFAULT_CHArSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -19
    TitleFont.Name = #23435#20307
    TitleFont.Style = [fsBold]
    SubtitleFont.ChArset = DEFAULT_CHArSET
    SubtitleFont.Color = clWindowText
    SubtitleFont.Height = -13
    SubtitleFont.Name = #23435#20307
    SubtitleFont.Style = [fsBold]
    ReportFont.ChArset = DEFAULT_CHArSET
    ReportFont.Color = clWindowText
    ReportFont.Height = -13
    ReportFont.Name = #23435#20307
    ReportFont.Style = []
    FootFont.ChArset = DEFAULT_CHArSET
    FootFont.Color = clWindowText
    FootFont.Height = -13
    FootFont.Name = #23435#20307
    FootFont.Style = [fsBold]
    NeedLine = False
    SumPerPage = True
    SumTotal = True
    PAperSet = [ptA3, ptA4, ptB4, ptB5, ptNArrow, ptWide]
    PAperOrientation = poPortrait
    ShowPrintRange = True
    PAperType = ptA4
    HeaderGroups = <>
    Headers = <>
    Left = 410
    Top = 2
  end
  object DataSource1: TDataSource
    DataSet = AdoQry_Main
    OnDataChange = DataSource1DataChange
    Left = 458
    Top = 2
  end
  object AdoQry_Main: TAdoQuery
    AfterOpen = AdoQry_MainAfterOpen
    EnableBCD = False
    Parameters = <>
    Left = 218
    Top = 2
  end
end

⌨️ 快捷键说明

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