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

📄 base_entry_body.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited Frm_Base_Entry_Body: TFrm_Base_Entry_Body
  Left = 333
  Top = 170
  ActiveControl = ControlBar
  Caption = 'Frm_Base_Entry_Body'
  Position = poScreenCenter
  OnClose = FormClose
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  inherited ControlBar: TControlBar
    inherited ToolBar: TToolBar
      Width = 337
      object ToolButton1: TToolButton
        Left = 23
        Top = 0
        Width = 8
        Caption = 'ToolButton1'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object TlBtn_Locate: TToolButton
        Left = 31
        Top = 0
        Action = Act_Hint
      end
      object ToolButton5: TToolButton
        Left = 54
        Top = 0
        Width = 8
        Caption = 'ToolButton5'
        ImageIndex = 11
        Style = tbsSeparator
        Visible = False
      end
      object ToolButton7: TToolButton
        Left = 62
        Top = 0
        Action = Act_New
      end
      object TlBtn_InsertLine: TToolButton
        Left = 85
        Top = 0
        Action = Act_InsertLine
      end
      object TlBtn_Modify: TToolButton
        Left = 108
        Top = 0
        Action = Act_Modify
      end
      object TlBtn_DeleteLine: TToolButton
        Left = 131
        Top = 0
        Action = Act_DeleteLine
      end
      object ToolButton6: TToolButton
        Left = 154
        Top = 0
        Width = 8
        Caption = 'ToolButton6'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object ToolButton2: TToolButton
        Left = 162
        Top = 0
        Action = Act_Save
      end
      object ToolButton8: TToolButton
        Left = 185
        Top = 0
        Action = Act_Filter
      end
      object ToolButton9: TToolButton
        Left = 208
        Top = 0
        Action = Act_Order
      end
      object ToolButton3: TToolButton
        Left = 231
        Top = 0
        Width = 7
        Caption = 'ToolButton3'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object TlBtn_Preview: TToolButton
        Left = 238
        Top = 0
        Action = Act_Preview
      end
      object TlBtn_Print: TToolButton
        Left = 261
        Top = 0
        Action = Act_Print
      end
      object TlBtn_Excel: TToolButton
        Left = 284
        Top = 0
        Action = Act_Excel
      end
      object ToolButton10: TToolButton
        Left = 307
        Top = 0
        Width = 7
        Caption = 'ToolButton10'
        ImageIndex = 11
        Style = tbsSeparator
      end
      object ToolButton4: TToolButton
        Left = 314
        Top = 0
        Action = Act_Quit
      end
    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
      ParentCtl3D = False
      ParentFont = False
      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
      OnDblClick = DBGridEhDblClick
      OnDrawDataCell = DBGridEhDrawDataCell
      OnGetCellParams = DBGridEhGetCellParams
    end
  end
  inherited AdoQry_Tmp: TADOQuery
    Left = 389
    Top = 171
  end
  inherited ActionList: TActionList
    Left = 208
    inherited Act_New: TAction
      Enabled = False
      OnExecute = Act_NewExecute
    end
    inherited Act_Modify: TAction
      OnExecute = Act_ModifyExecute
    end
    inherited Act_InsertLine: TAction
      OnExecute = Act_InsertLineExecute
    end
    inherited Act_DeleteLine: TAction
      OnExecute = Act_DeleteLineExecute
    end
    inherited Act_Delete: TAction
      Enabled = False
      Visible = False
    end
    inherited Act_Save: TAction
      OnExecute = Act_SaveExecute
    end
    inherited Act_Hint: TAction
      Visible = False
    end
    inherited Act_Filter: TAction
      Enabled = False
      Visible = False
      OnExecute = Act_FilterExecute
    end
    inherited Act_Order: TAction
      Enabled = False
      Visible = False
      OnExecute = Act_OrderExecute
    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
    object Act_None: TAction
      Caption = 'Act_None'
    end
  end
  object AdoQry_Body: TADOQuery
    ConnectionString = 'FILE Name=Mrpii.udl'
    CursorType = ctStatic
    LockType = ltBatchOptimistic
    AfterOpen = AdoQueryAfterOpen
    EnableBCD = False
    Parameters = <>
    Left = 240
    Top = 193
  end
  object DataSource: TDataSource
    DataSet = AdoQry_Body
    Left = 352
    Top = 185
  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
end

⌨️ 快捷键说明

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