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

📄 convertgrid3masterdetaildemomain.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
字号:
object ConvertGrid3MasterDetailDemoMainForm: TConvertGrid3MasterDetailDemoMainForm
  Left = 100
  Top = 40
  Width = 903
  Height = 631
  Caption = 'ExpressQuantumGrid ConvertGrid3MasterDetailDemo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = mmMain
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lbDescrip: TLabel
    Left = 0
    Top = 0
    Width = 895
    Height = 16
    Align = alTop
    Caption = 
      'Comparison of ExpressQuantumGrid 3 && 5 grids. Click "About this' +
      ' demo" for more information.'
    Color = 12937777
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWhite
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    WordWrap = True
  end
  object StatusBar: TStatusBar
    Left = 0
    Top = 558
    Width = 895
    Height = 19
    AutoHint = True
    Panels = <>
    SimplePanel = False
  end
  object pnlGrids: TPanel
    Left = 0
    Top = 16
    Width = 895
    Height = 542
    Align = alClient
    TabOrder = 1
  end
  object mmMain: TMainMenu
    Left = 504
    Top = 8
    object miFile: TMenuItem
      Caption = '&File'
      object miExit: TMenuItem
        Caption = 'E&xit'
        Hint = 'Press to quit the demo-program'
        ShortCut = 32856
        OnClick = miExitClick
      end
    end
    object miOptions: TMenuItem
      Caption = 'Options'
      object miGrid4: TMenuItem
        Caption = 'Master-Detail display &style'
        object miGrid4MasterDetailStyle: TMenuItem
          Caption = 'Grid5 Master-Detail display style'
          GroupIndex = 1
          Hint = 
            'Grid5 master-detail display style combines two separate grid vie' +
            'ws into the master-detail representation'
          RadioItem = True
          OnClick = miMasterDetailStyleClick
        end
        object miGrid3MasterDetailStyle: TMenuItem
          Tag = 1
          Caption = 'Grid3 Master-Detail display style'
          Checked = True
          GroupIndex = 1
          Hint = 'Shows master-detail relationship as two separate Grid3'
          RadioItem = True
          OnClick = miMasterDetailStyleClick
        end
      end
    end
    object miAbout: TMenuItem
      Caption = '&About this demo'
      Hint = 'Displays the brief description of the current demo features'
      OnClick = miAboutClick
    end
  end
  object LookAndFeelController: TcxLookAndFeelController
    NativeStyle = True
    Left = 392
    Top = 8
  end
end

⌨️ 快捷键说明

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