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

📄 umainform.~dfm

📁 用DLL中封装MDI,在DLL文件中封装MDI
💻 ~DFM
字号:
object Mainform: TMainform
  Left = 316
  Top = 140
  Width = 696
  Height = 480
  Caption = 'Mainform'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  Menu = mm1
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object dbgrd1: TDBGrid
    Left = 0
    Top = 0
    Width = 688
    Height = 426
    Align = alClient
    DataSource = ds1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object mm1: TMainMenu
    Left = 232
    Top = 41
    object H1: TMenuItem
      Caption = 'Help'
      GroupIndex = 2
      object t1: TMenuItem
        Caption = 'Test'
      end
    end
  end
  object ds1: TDataSource
    DataSet = cds1
    Left = 280
    Top = 41
  end
  object qry1: TADOQuery
    Connection = DataMdl.con1
    CursorType = ctStatic
    Parameters = <>
    Left = 328
    Top = 41
  end
  object cds1: TClientDataSet
    Aggregates = <>
    Params = <>
    ProviderName = 'dsp1'
    Left = 368
    Top = 41
  end
  object dsp1: TDataSetProvider
    DataSet = qry1
    Left = 416
    Top = 41
  end
end

⌨️ 快捷键说明

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