unit1.dfm

来自「这有很多Delphi应用的例子」· DFM 代码 · 共 85 行

DFM
85
字号
object Form1: TForm1
  Left = 271
  Top = 194
  Width = 451
  Height = 327
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 56
    Top = 200
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #21333#20803#30340'X'#22352#26631
  end
  object Label2: TLabel
    Left = 56
    Top = 240
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #21333#20803#30340'Y'#22352#26631
  end
  object Label3: TLabel
    Left = 240
    Top = 200
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #21333#20803#30340#34892#21495
  end
  object Label4: TLabel
    Left = 240
    Top = 240
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #21333#20803#30340#21015#21495
  end
  object DrawGrid1: TDrawGrid
    Left = 32
    Top = 24
    Width = 353
    Height = 137
    TabOrder = 0
    OnMouseUp = DrawGrid1MouseUp
  end
  object Edit1: TEdit
    Left = 144
    Top = 200
    Width = 57
    Height = 25
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 144
    Top = 240
    Width = 57
    Height = 25
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 320
    Top = 200
    Width = 57
    Height = 25
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 320
    Top = 240
    Width = 57
    Height = 25
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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