⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 这有很多Delphi应用的例子
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -