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

📄 unit1.~dfm

📁 已知多个点坐标
💻 ~DFM
字号:
object Form1: TForm1
  Left = 451
  Top = 241
  Width = 592
  Height = 438
  Caption = #22810#28857#19981#37325#21472#22278#32479#35745#24037#20855'['#20108#20013'de]'
  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 Splitter1: TSplitter
    Left = 113
    Top = 57
    Height = 347
  end
  object Memo1: TMemo
    Left = 0
    Top = 57
    Width = 113
    Height = 347
    Align = alLeft
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Memo2: TMemo
    Left = 116
    Top = 57
    Width = 468
    Height = 347
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 1
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 584
    Height = 57
    Align = alTop
    TabOrder = 2
    object Button2: TButton
      Left = 353
      Top = 15
      Width = 80
      Height = 25
      Caption = #32479#35745
      TabOrder = 0
      OnClick = Button2Click
    end
    object LabeledEdit1: TLabeledEdit
      Left = 8
      Top = 16
      Width = 50
      Height = 21
      EditLabel.Width = 7
      EditLabel.Height = 13
      EditLabel.Caption = 'X'
      TabOrder = 1
    end
    object LabeledEdit2: TLabeledEdit
      Left = 72
      Top = 16
      Width = 50
      Height = 21
      EditLabel.Width = 7
      EditLabel.Height = 13
      EditLabel.Caption = 'Y'
      TabOrder = 2
    end
    object BitBtn1: TBitBtn
      Left = 136
      Top = 15
      Width = 80
      Height = 24
      Caption = #21152#20837#28857
      TabOrder = 3
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 248
      Top = 15
      Width = 80
      Height = 25
      Caption = #28165#31354#28857
      TabOrder = 4
      OnClick = BitBtn2Click
    end
  end
end

⌨️ 快捷键说明

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