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

📄 unit1.~dfm

📁 可以任意输入三角形的三边长
💻 ~DFM
字号:
object Form1: TForm1
  Left = 244
  Top = 171
  Width = 255
  Height = 187
  Caption = #19977#35282#24418' '#35282#24230#35336#31639'  King'#21733
  Color = clSilver
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 144
    Top = 96
    Width = 26
    Height = 15
    Caption = #21028#26039
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 144
    Top = 112
    Width = 65
    Height = 15
    Caption = #19977#35282#24418#31278#39006
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 40
    Top = 16
    Width = 78
    Height = 15
    Caption = #35531#36664#20837#19977#37002#38263
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 128
    Top = 16
    Width = 52
    Height = 15
    Caption = #23565#25033#35282#24230
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 40
    Top = 32
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#33521#25976
    TabOrder = 0
    Text = '1'
  end
  object Edit2: TEdit
    Left = 40
    Top = 48
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#33521#25976
    TabOrder = 1
    Text = '2'
  end
  object Edit3: TEdit
    Left = 40
    Top = 64
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#33521#25976
    TabOrder = 2
    Text = '1.732'
  end
  object Button1: TButton
    Left = 40
    Top = 96
    Width = 97
    Height = 33
    Caption = #21028#26039#20006#31639#23565#25033#35282
    TabOrder = 3
    OnClick = Button1Click
  end
  object Edit4: TEdit
    Left = 128
    Top = 32
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#33521#25976
    TabOrder = 4
    Text = '0'
  end
  object Edit5: TEdit
    Left = 128
    Top = 48
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#33521#25976
    TabOrder = 5
    Text = '0'
  end
  object Edit6: TEdit
    Left = 128
    Top = 64
    Width = 65
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#33521#25976
    TabOrder = 6
    Text = '0'
  end
end

⌨️ 快捷键说明

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