unit1.dfm

来自「本程序为直线插补程序」· DFM 代码 · 共 108 行

DFM
108
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 544
  Height = 375
  Caption = 'Form1'
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlue
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 20
  object Label1: TLabel
    Left = 288
    Top = 56
    Width = 89
    Height = 33
    AutoSize = False
    Caption = #36215#28857#22352#26631#65306
  end
  object Label2: TLabel
    Left = 288
    Top = 104
    Width = 89
    Height = 33
    AutoSize = False
    Caption = #32456#28857#22352#26631#65306
  end
  object Label3: TLabel
    Left = 400
    Top = 24
    Width = 25
    Height = 25
    AutoSize = False
    Caption = 'X'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 456
    Top = 24
    Width = 25
    Height = 25
    AutoSize = False
    Caption = 'Y'
  end
  object XS: TEdit
    Left = 392
    Top = 56
    Width = 41
    Height = 28
    TabOrder = 0
  end
  object YS: TEdit
    Left = 448
    Top = 56
    Width = 41
    Height = 28
    TabOrder = 1
  end
  object XE: TEdit
    Left = 392
    Top = 104
    Width = 41
    Height = 28
    TabOrder = 2
  end
  object YE: TEdit
    Left = 448
    Top = 104
    Width = 41
    Height = 28
    TabOrder = 3
  end
  object BitBtn1: TBitBtn
    Left = 384
    Top = 152
    Width = 73
    Height = 33
    Caption = #24320#22987#30011#22270
    TabOrder = 4
  end
  object BitBtn2: TBitBtn
    Left = 384
    Top = 208
    Width = 73
    Height = 33
    Caption = #37325#26032#24320#22987
    TabOrder = 5
  end
  object BitBtn3: TBitBtn
    Left = 400
    Top = 256
    Width = 49
    Height = 33
    Caption = #32467#26463
    TabOrder = 6
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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