umain.~dfm

来自「一个简单CUDR例子」· ~DFM 代码 · 共 111 行

~DFM
111
字号
object FMain: TFMain
  Left = 248
  Top = 225
  Width = 696
  Height = 480
  Caption = #20363#23376
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 407
    Width = 688
    Height = 19
    Panels = <
      item
        Text = #31995#32479
        Width = 100
      end
      item
        Text = #26102#38388
        Width = 200
      end
      item
        Text = #26410#30331#24405
        Width = 200
      end
      item
        Text = #27426#36814#20809#20020'     '
        Width = 100
      end>
  end
  object MainMenu1: TMainMenu
    Left = 280
    Top = 64
    object N1: TMenuItem
      Caption = #31995#32479
      object N2: TMenuItem
        Caption = #30331#24405
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #36864#20986
        OnClick = N3Click
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object N5: TMenuItem
        Caption = #20462#25913
      end
      object N6: TMenuItem
        Caption = '-'
      end
      object N7: TMenuItem
        Caption = 'System'
        OnClick = N7Click
      end
    end
    object N8: TMenuItem
      Caption = #20363#23376
      object N9: TMenuItem
        Action = ActionAdd
      end
      object N10: TMenuItem
        Action = ActionSelect
      end
      object N11: TMenuItem
        Action = ActionModify
      end
      object N12: TMenuItem
        Action = ActionDelete
      end
    end
  end
  object ActionList1: TActionList
    Left = 224
    Top = 64
    object ActionAdd: TAction
      Caption = #28155#21152
      OnExecute = ActionAddExecute
    end
    object ActionSelect: TAction
      Caption = #26597#35810
      OnExecute = ActionSelectExecute
    end
    object ActionModify: TAction
      Caption = #20462#25913
      OnExecute = ActionModifyExecute
    end
    object ActionDelete: TAction
      Caption = #21024#38500
      OnExecute = ActionDeleteExecute
    end
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 336
    Top = 72
  end
end

⌨️ 快捷键说明

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