main.dfm

来自「delphi的学习资料」· DFM 代码 · 共 67 行

DFM
67
字号
object fmMain: TfmMain
  Left = 490
  Top = 567
  Width = 267
  Height = 163
  Caption = 'fmMain'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 21
  object LbArea: TLabel
    Left = 132
    Top = 23
    Width = 66
    Height = 21
    Caption = 'LbArea'
  end
  object LbDia: TLabel
    Left = 16
    Top = 64
    Width = 66
    Height = 21
    Caption = 'LbArea'
  end
  object btnArea: TBitBtn
    Left = 122
    Top = 56
    Width = 96
    Height = 30
    Caption = 'GetArea'
    TabOrder = 0
    OnClick = btnAreaClick
  end
  object edtDia: TEdit
    Left = 10
    Top = 21
    Width = 89
    Height = 29
    TabOrder = 1
    Text = 'edtDia'
  end
  object btnSetDia: TBitBtn
    Left = 18
    Top = 95
    Width = 87
    Height = 30
    Caption = 'Set Dia'
    TabOrder = 2
    OnClick = btnSetDiaClick
  end
  object btnGetDia: TButton
    Left = 121
    Top = 95
    Width = 97
    Height = 29
    Caption = 'Get Dia'
    TabOrder = 3
    OnClick = btnGetDiaClick
  end
end

⌨️ 快捷键说明

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