unitfeature.dfm

来自「模式识别程序」· DFM 代码 · 共 58 行

DFM
58
字号
object Form_Feture: TForm_Feture
  Left = 289
  Top = 143
  Width = 696
  Height = 539
  Caption = #29305#24449#21442#25968
  Color = clBtnFace
  DragMode = dmAutomatic
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  OldCreateOrder = False
  Position = poDefault
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 48
    Top = 104
    Width = 601
    Height = 345
    Caption = 'Panel1'
    TabOrder = 0
    object StringGrid_feature: TStringGrid
      Left = 0
      Top = 0
      Width = 601
      Height = 345
      ColCount = 12
      DefaultColWidth = 150
      DragKind = dkDock
      DragMode = dmAutomatic
      RowCount = 28
      TabOrder = 0
    end
  end
  object Button1: TButton
    Left = 32
    Top = 32
    Width = 113
    Height = 25
    Caption = #35745#31639#29305#24449#21442#25968
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 32
    Width = 121
    Height = 25
    Caption = 'ISODATA'#32858#31867#20998#26512
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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