main.dfm

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

DFM
81
字号
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 + =
减小字号Ctrl + -
显示快捷键?