unit4.~dfm

来自「The mathematic method K-Means with delph」· ~DFM 代码 · 共 63 行

~DFM
63
字号
object Form4: TForm4
  Left = 224
  Top = 151
  Align = alClient
  BorderStyle = bsSingle
  Caption = 'Form4'
  ClientHeight = 507
  ClientWidth = 573
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 0
    Top = 29
    Width = 573
    Height = 459
    Align = alClient
    AutoSize = True
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 573
    Height = 29
    Caption = 'ToolBar1'
    TabOrder = 0
    object Button1: TButton
      Left = 0
      Top = 2
      Width = 75
      Height = 22
      Caption = 'Afficher'
      TabOrder = 0
      OnClick = Button1Click
    end
    object SpinEdit1: TSpinEdit
      Left = 75
      Top = 2
      Width = 121
      Height = 22
      MaxValue = 0
      MinValue = 0
      TabOrder = 1
      Value = 0
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 488
    Width = 573
    Height = 19
    Panels = <>
    SimplePanel = False
  end
end

⌨️ 快捷键说明

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