unit1.dfm

来自「BCB 的数控实验的子程序」· DFM 代码 · 共 49 行

DFM
49
字号
object Form1: TForm1
  Left = 207
  Top = 160
  Width = 696
  Height = 480
  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 Edit1: TEdit
    Left = 144
    Top = 80
    Width = 393
    Height = 81
    TabOrder = 0
    Text = 'Edit1'
    OnMouseDown = Edit1MouseDown
  end
  object Panel1: TPanel
    Left = 224
    Top = 184
    Width = 257
    Height = 49
    Caption = 'sdfsa '
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 152
    Top = 256
    Width = 393
    Height = 161
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
    OnDragDrop = Memo1DragDrop
    OnDragOver = Memo1DragOver
  end
  object PrintDialog1: TPrintDialog
    Left = 200
    Top = 32
  end
end

⌨️ 快捷键说明

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