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

📄 unit1.dfm

📁 输入平面上直线上采样的两个点坐标
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 443
  Height = 446
  Caption = #27714#35299#30452#32447#26041#31243
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 401
    Height = 193
    Caption = #27714#30452#32447#26041#31243
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 32
      Width = 82
      Height = 16
      Caption = #35831#36755#20837#37319#26679#28857'1:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 16
      Top = 112
      Width = 60
      Height = 16
      Caption = #30452#32447#26041#31243#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 16
      Top = 64
      Width = 82
      Height = 16
      Caption = #35831#36755#20837#37319#26679#28857'2:'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object X1: TEdit
      Left = 152
      Top = 24
      Width = 97
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
    object Button1: TButton
      Left = 160
      Top = 152
      Width = 65
      Height = 25
      Caption = #35745#31639
      TabOrder = 4
      OnClick = Button1Click
    end
    object Edit5: TEdit
      Left = 152
      Top = 104
      Width = 225
      Height = 21
      Enabled = False
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 5
    end
    object X2: TEdit
      Left = 152
      Top = 64
      Width = 97
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 2
    end
    object Y1: TEdit
      Left = 264
      Top = 24
      Width = 113
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
    end
    object Y2: TEdit
      Left = 264
      Top = 64
      Width = 113
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 3
    end
  end
  object GroupBox2: TGroupBox
    Left = 8
    Top = 232
    Width = 409
    Height = 169
    Caption = #27714'Y'
    TabOrder = 1
    object Label3: TLabel
      Left = 24
      Top = 88
      Width = 56
      Height = 16
      Caption = #35831#36755#20837'X'#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 24
      Top = 40
      Width = 72
      Height = 13
      Caption = #35831#36755#20837#26041#31243#65306
    end
    object Label5: TLabel
      Left = 152
      Top = 40
      Width = 13
      Height = 13
      Caption = 'X+'
    end
    object Label6: TLabel
      Left = 224
      Top = 40
      Width = 22
      Height = 16
      Caption = '=  Y'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label7: TLabel
      Left = 24
      Top = 128
      Width = 57
      Height = 16
      Caption = #35745#31639#24471'Y'#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object y: TLabel
      Left = 104
      Top = 128
      Width = 3
      Height = 13
    end
    object x: TEdit
      Left = 104
      Top = 80
      Width = 97
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 2
    end
    object a1: TEdit
      Left = 104
      Top = 40
      Width = 41
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
    object b1: TEdit
      Left = 176
      Top = 40
      Width = 41
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
    end
    object Button2: TButton
      Left = 320
      Top = 120
      Width = 57
      Height = 25
      Caption = #35745#31639
      TabOrder = 3
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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