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

📄 unit2.~dfm

📁 两点间距离和坐标方位角计算程序。可计算两点间距离和两点方向的方位角。
💻 ~DFM
字号:
object Form2: TForm2
  Left = 434
  Top = 272
  BorderStyle = bsDialog
  Caption = #36317#31163#22352#26631#26041#20301#35282#35745#31639
  ClientHeight = 223
  ClientWidth = 288
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label5: TLabel
    Left = 16
    Top = 136
    Width = 138
    Height = 12
    Caption = 'A'#28857#21040'B'#28857#30340#26041#20301#35282#20026#65306'   '
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 28
    Top = 108
    Width = 120
    Height = 12
    Caption = 'A'#28857#21040'B'#28857#30340#36317#31163#20026#65306'  '
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 12
    Top = 8
    Width = 129
    Height = 85
    Caption = 'A'#28857
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 4
      Top = 24
      Width = 6
      Height = 12
      Caption = 'X'
    end
    object Label2: TLabel
      Left = 4
      Top = 52
      Width = 6
      Height = 12
      Caption = 'Y'
    end
    object Edit1: TEdit
      Left = 16
      Top = 20
      Width = 109
      Height = 20
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 16
      Top = 48
      Width = 109
      Height = 20
      TabOrder = 1
    end
  end
  object GroupBox2: TGroupBox
    Left = 144
    Top = 8
    Width = 133
    Height = 85
    Caption = 'B'#28857
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Label3: TLabel
      Left = 4
      Top = 24
      Width = 6
      Height = 12
      Caption = 'X'
    end
    object Label4: TLabel
      Left = 4
      Top = 52
      Width = 6
      Height = 12
      Caption = 'Y'
    end
    object Edit3: TEdit
      Left = 16
      Top = 20
      Width = 105
      Height = 20
      TabOrder = 0
    end
    object Edit4: TEdit
      Left = 16
      Top = 48
      Width = 105
      Height = 20
      TabOrder = 1
    end
  end
  object Button4: TButton
    Left = 44
    Top = 172
    Width = 77
    Height = 21
    Caption = #35745'  '#31639
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 172
    Top = 172
    Width = 77
    Height = 21
    Cancel = True
    Caption = #21462'  '#28040
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button5Click
  end
  object Edit5: TEdit
    Left = 152
    Top = 132
    Width = 117
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Edit6: TEdit
    Left = 152
    Top = 104
    Width = 117
    Height = 20
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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