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

📄 base_qry.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Base_Qry: TFrm_Base_Qry
  Left = 285
  Top = 450
  Caption = ''
  FormStyle = fsMDIChild
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      Width = 277
      object TlBtn_Look: TToolButton
        Left = 23
        Top = 0
        Action = Act_Look
      end
      object TlBtn_Sum: TToolButton
        Left = 46
        Top = 0
        Action = Act_Sum
      end
      object ToolButton5: TToolButton
        Left = 69
        Top = 0
        Width = 6
        Caption = 'ToolButton5'
        ImageIndex = 46
        Style = tbsSeparator
      end
      object TlBtn_Filter: TToolButton
        Left = 75
        Top = 0
        Action = Act_Filter
      end
      object TlBtn_Locate: TToolButton
        Left = 98
        Top = 0
        Action = Act_Locate
      end
      object ToolButton3: TToolButton
        Left = 121
        Top = 0
        Width = 6
        Caption = 'ToolButton3'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object TlBtn_Order: TToolButton
        Left = 127
        Top = 0
        Action = Act_Order
      end
      object TlBtn_SetColumn: TToolButton
        Left = 150
        Top = 0
        Action = Act_SetColumn
      end
      object ToolButton9: TToolButton
        Left = 173
        Top = 0
        Width = 6
        Caption = 'ToolButton9'
        ImageIndex = 49
        Style = tbsSeparator
      end
      object TlBtn_Preview: TToolButton
        Left = 179
        Top = 0
        Action = Act_Preview
      end
      object TlBtn_Print: TToolButton
        Left = 202
        Top = 0
        Action = Act_Print
      end
      object TlBtn_Excel: TToolButton
        Left = 225
        Top = 0
        Action = Act_Excel
      end
      object ToolButton13: TToolButton
        Left = 248
        Top = 0
        Width = 6
        Caption = 'ToolButton13'
        ImageIndex = 52
        Style = tbsSeparator
      end
      object ToolButton4: TToolButton
        Left = 254
        Top = 0
        Action = Act_Quit
      end
    end
  end
  inherited Pnl_Head: TPanel
    object Lbl_OrderTitle: TLabel
      Left = 17
      Top = 22
      Width = 60
      Height = 12
      Caption = #25490#24207#26041#24335#65306
      Transparent = True
    end
    object Lbl_ConditionTitle: TLabel
      Left = 17
      Top = 7
      Width = 60
      Height = 12
      Caption = #36807#28388#26465#20214#65306
      Transparent = True
    end
    object Lbl_Condition: TLabel
      Left = 85
      Top = 5
      Width = 6
      Height = 12
      Transparent = True
    end
    object Lbl_Order: TLabel
      Left = 85
      Top = 20
      Width = 6
      Height = 12
      Transparent = True
    end
  end
  inherited Pnl_Body: TPanel
    object DBGridEh: TDBGridEh
      Left = 0
      Top = 0
      Width = 792
      Height = 455
      Align = alClient
      Color = 15727341
      Ctl3D = False
      DataSource = DataSource
      FixedColor = 14673912
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      FooterColor = clWindow
      FooterFont.Charset = GB2312_CHARSET
      FooterFont.Color = clWindowText
      FooterFont.Height = -12
      FooterFont.Name = #23435#20307
      FooterFont.Style = []
      ImeName = #32043#20809#25340#38899#36755#20837#27861
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ParentCtl3D = False
      ParentFont = False
      PopupMenu = PopuPmenu
      ReadOnly = True
      RowHeight = 17
      TabOrder = 0
      TitleFont.Charset = ANSI_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      TitleHeight = 16
      VTitleMargin = 3
      OnDrawDataCell = DBGridEhDrawDataCell
      OnGetCellParams = DBGridEhGetCellParams
    end
  end
  inherited AdoQry_Tmp: TADOQuery
    Left = 269
    Top = 243
  end
  inherited ActionList: TActionList
    inherited Act_Copy: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Filter: TAction
      OnExecute = Act_FilterExecute
    end
    inherited Act_Locate: TAction
      OnExecute = Act_LocateExecute
    end
    inherited Act_Order: TAction
      OnExecute = Act_OrderExecute
    end
    inherited Act_Sum: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Look: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Print: TAction
      OnExecute = Act_PrintExecute
    end
    inherited Act_Preview: TAction
      OnExecute = Act_PreviewExecute
    end
    inherited Act_Excel: TAction
      OnExecute = Act_ExcelExecute
    end
    inherited Act_SetColumn: TAction
      OnExecute = Act_SetColumnExecute
    end
  end
  object AdoQry_Main: TADOQuery
    ConnectionString = 'FILE Name=Mrpii.udl'
    LockType = ltBatchOptimistic
    AfterOpen = AdoQueryAfterOpen
    EnableBCD = False
    Parameters = <>
    Left = 320
    Top = 201
  end
  object DataSource: TDataSource
    DataSet = AdoQry_Main
    Left = 360
    Top = 113
  end
  object ExtPrintReport: 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 = 104
    Top = 169
  end
  object PopuPmenu: TPopupMenu
    Left = 256
    Top = 153
    object HideColumn: TMenuItem
      Caption = #38544#34255
      OnClick = HideColumnClick
    end
  end
end

⌨️ 快捷键说明

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