unit1.~dfm

来自「为数控机床的圆弧插补程序」· ~DFM 代码 · 共 36 行

~DFM
36
字号
object Form1: TForm1
  Left = 311
  Top = 127
  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
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 560
    Top = 296
    Width = 65
    Height = 33
    Caption = #36864#20986
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 560
    Top = 248
    Width = 65
    Height = 33
    Caption = #24320#22987
    TabOrder = 1
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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