bas_qry_multibomsviewmaster.dfm

来自「一个MRPII系统源代码版本」· DFM 代码 · 共 190 行

DFM
190
字号
inherited Frm_Bas_Qry_MultiBomSViewMaster: TFrm_Bas_Qry_MultiBomSViewMaster
  Left = 267
  Top = 146
  Caption = #22810#23618'Bom'#21453#26597
  ClientHeight = 397
  ClientWidth = 627
  FormStyle = fsMDIChild
  Visible = True
  Windowstate = wsMaximized
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    Width = 627
    inherited ToolBar: TToolBar
      Width = 92
      object ToolButton2: TToolButton
        Left = 23
        Top = 0
        Action = Act_ShowGrid
      end
      object ToolButton5: TToolButton
        Left = 46
        Top = 0
        Action = Act_Excel
      end
      object ToolButton1: TToolButton
        Left = 69
        Top = 0
        Action = Act_Quit
      end
    end
  end
  inherited Pnl_Title: TPanel
    Width = 627
    Caption = #22810#23618'Bom'#21453#26597
    inherited Image2: TImage
      Width = 627
    end
  end
  inherited Pnl_Head: TPanel
    Width = 627
    inherited Image1: TImage
      Width = 627
    end
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 60
      Height = 12
      Caption = #29289#26009#20195#30721#65306
      TransParent = True
    end
    object Lab_ItemName: TLabel
      Left = 285
      Top = 8
      Width = 6
      Height = 12
      TransParent = True
    end
    object Label3: TLabel
      Left = 225
      Top = 8
      Width = 60
      Height = 12
      Caption = #29289#26009#25551#36848#65306
      TransParent = True
    end
    object Extedt_ItemCode: TExtEdit
      Left = 64
      Top = 4
      Width = 125
      Height = 20
      Font.ChArset = GB2312_CHArSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnExit = Extedt_ItemCodeExit
      OnKeyDown = Extedt_ItemCodeKeyDown
      DispLabel = Lab_ItemName
    end
  end
  inherited Pnl_Hint: TPanel
    Top = 372
    Width = 627
    Font.Height = -14
    Font.Name = #40657#20307
    ParentFont = False
    inherited Image4: TImage
      Width = 627
    end
  end
  inherited Pnl_Body: TPanel
    Width = 627
    Height = 281
    inherited Image3: TImage
      Width = 627
      Height = 281
    end
    object StringGrid1: TStringGrid
      Left = 0
      Top = 0
      Width = 627
      Height = 281
      Align = alClient
      DefaultColWidth = 110
      DefaultRowHeight = 17
      RowCount = 4
      Options = [goFixedVertLine, goFixedHorzLine, gOvertLine, goHorzLine, goRangeSelect, goRowSizing, goColSizing, goRowMoving, goColMoving, goTabs]
      TabOrder = 0
      OnDrawCell = StringGrid1DrawCell
      ColWidths = (
        110
        139
        141
        143
        143)
    end
  end
  inherited AdoQry_Tmp: TAdoQuery
    Left = 320
    Top = 8
  end
  inherited ActionList: TActionList
    Left = 368
    Top = 8
    inherited Act_ShowGrid: TAction
      OnExecute = Act_ShowGridExecute
    end
    inherited Act_Excel: TAction
      OnExecute = Act_ExcelExecute
    end
  end
  object DataSource_Main: TDataSource
    Left = 272
    Top = 6
  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 = 432
    Top = 8
  end
  object AdoQry_tmp1: TAdoQuery
    Parameters = <>
    Left = 328
    Top = 57
  end
  object AdODataSet1: TAdODataSet
    Parameters = <>
    Left = 408
    Top = 65
  end
end

⌨️ 快捷键说明

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