unitarray_second.dfm

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

DFM
46
字号
object Form_array_second: TForm_array_second
  Left = 232
  Top = 162
  Width = 696
  Height = 480
  Caption = #31532#20108#27425#32858#31867
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 88
    Top = 16
    Width = 129
    Height = 33
    Caption = 'KL'#21464#25442'_'#32858#31867
    TabOrder = 0
    OnClick = Button1Click
  end
  object Panel1: TPanel
    Left = 56
    Top = 64
    Width = 609
    Height = 361
    Caption = 'Panel1'
    TabOrder = 1
    object StringGrid_array_second: TStringGrid
      Left = 0
      Top = 0
      Width = 609
      Height = 361
      ColCount = 40
      DefaultColWidth = 150
      DragKind = dkDock
      DragMode = dmAutomatic
      RowCount = 180
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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