unit1.dfm

来自「本人帮别人写的一个卡特尔16F性格检测程序」· DFM 代码 · 共 86 行

DFM
86
字号
object Main: TMain
  Left = 154
  Top = 83
  Width = 870
  Height = 640
  Caption = #21345#29305#23572#21313#20845#39033#20154#26684#22240#32032#27979#39564#31995#32479
  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
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 137
    Top = 29
    Height = 546
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 862
    Height = 29
    Caption = 'ToolBar1'
    TabOrder = 0
    object ToolButton1: TToolButton
      Left = 0
      Top = 2
      Caption = 'ToolButton1'
      ImageIndex = 0
      OnClick = ToolButton1Click
    end
    object ToolButton2: TToolButton
      Left = 23
      Top = 2
      Caption = 'ToolButton2'
      ImageIndex = 1
    end
    object ToolButton3: TToolButton
      Left = 46
      Top = 2
      Caption = 'ToolButton3'
      ImageIndex = 2
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 29
    Width = 137
    Height = 546
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 1
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 575
    Width = 862
    Height = 19
    Panels = <>
  end
  object MainMenu1: TMainMenu
    Left = 200
    Top = 112
    object N1: TMenuItem
      Caption = #20154#21592'(&P)'
    end
    object N2: TMenuItem
      Caption = #35797#39064'(&T)'
    end
    object N3: TMenuItem
      Caption = #24110#21161'(&H)'
      object N4: TMenuItem
        Caption = #20851#20110'...'
        OnClick = N4Click
      end
    end
  end
end

⌨️ 快捷键说明

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