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

📄 main.dfm

📁 一个MRPII系统源代码版本
💻 DFM
字号:
inherited frm_main: Tfrm_main
  Left = 214
  Top = 130
  BorderStyle = bsSingle
  Caption = ''
  ClientHeight = 294
  ClientWidth = 487
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = True
  WindowState = wsMaximized
  OnCloseQuery = FormCloseQuery
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 12
  object StatusBar1: TStatusBar
    Left = 0
    Top = 275
    Width = 487
    Height = 19
    Panels = <
      item
        Width = 280
      end
      item
        Width = 140
      end
      item
        Width = 155
      end
      item
        Width = 155
      end
      item
        Width = 65
      end>
    SimplePanel = False
  end
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    Left = 26
    Top = 17
  end
  object AdoConnectMain: TADOConnection
    ConnectionString = 
      'Provider=SQLOLEDB.1;Persist Security Info=True;User ID=sa;Initia' +
      'l Catalog=mdrcmrm;Data Source=zcw'
    LoginPrompt = False
    Provider = 'SQLOLEDB.1'
    Left = 112
    Top = 64
  end
  object AdoQry_Sysmenu: TADOQuery
    Connection = AdoConnectMain
    Parameters = <>
    Left = 344
    Top = 104
  end
  object AdoQry_SysmenuAccessCtrl: TADOQuery
    Connection = AdoConnectMain
    Parameters = <>
    Left = 216
    Top = 40
  end
  object AdoQry_Tmp: TADOQuery
    Connection = AdoConnectMain
    Parameters = <>
    Left = 272
    Top = 112
  end
  object ActionList1: TActionList
    Left = 136
    Top = 184
    object Action1: TAction
      Caption = 'Action1'
      ShortCut = 16460
      OnExecute = Action1Execute
    end
  end
end

⌨️ 快捷键说明

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