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

📄 unit1.dfm

📁 计算三角形的面积
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 400
  Height = 326
  Caption = 'Form1'
  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 Label1: TLabel
    Left = 112
    Top = 72
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #19977#35282#24418#30340#20004#26465#36793
  end
  object Label2: TLabel
    Left = 80
    Top = 104
    Width = 153
    Height = 13
    AutoSize = False
    Caption = #19977#35282#24418#30340#20004#26465#36793#30340#22841#35282
  end
  object Label3: TLabel
    Left = 112
    Top = 136
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #19977#35282#24418#30340#38754#31215
  end
  object Edit1: TEdit
    Left = 248
    Top = 72
    Width = 49
    Height = 21
    AutoSize = False
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'98'#29256
    TabOrder = 0
  end
  object Edit3: TEdit
    Left = 264
    Top = 104
    Width = 57
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'98'#29256
    TabOrder = 1
  end
  object Edit4: TEdit
    Left = 264
    Top = 136
    Width = 57
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'98'#29256
    ReadOnly = True
    TabOrder = 2
  end
  object Button1: TButton
    Left = 152
    Top = 200
    Width = 65
    Height = 25
    Caption = #35745'  '#31639
    TabOrder = 3
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 312
    Top = 72
    Width = 49
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#29579#30721#20116#31508#22411'98'#29256
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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