uclustercwrev.dfm

来自「clusterfilesrev 最新的分类聚类代码」· DFM 代码 · 共 58 行

DFM
58
字号
object FMain: TFMain
  Left = 192
  Top = 107
  Width = 488
  Height = 234
  Caption = 'Cluster Analysis'
  Color = clBtnFace
  Font.Charset = SHIFTJIS_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 152
    Top = 32
    Width = 120
    Height = 16
    Caption = #12501#12457#12531#12488#12539#12469#12452#12474' = '
  end
  object ExitButton: TButton
    Left = 296
    Top = 80
    Width = 75
    Height = 25
    Caption = 'Exit'
    TabOrder = 0
    OnClick = ExitButtonClick
  end
  object CoordButton: TButton
    Left = 112
    Top = 80
    Width = 113
    Height = 25
    Caption = #12487#12540#12479#12398#35373#23450
    TabOrder = 1
    OnClick = CoordButtonClick
  end
  object FontEdit: TEdit
    Left = 272
    Top = 24
    Width = 57
    Height = 24
    TabOrder = 2
    Text = '12'
  end
  object OpenDialog1: TOpenDialog
    Left = 96
    Top = 144
  end
  object PrintDialog1: TPrintDialog
    Left = 240
    Top = 144
  end
end

⌨️ 快捷键说明

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