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

📄 addfrm.dfm

📁 这是个简单的DELPHI加法器程序
💻 DFM
字号:
object Form1: TForm1
  Left = 176
  Top = 248
  Width = 575
  Height = 194
  Caption = #25105#30340#21152#27861#22120
  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 = 8
    Top = 8
    Width = 24
    Height = 13
    Caption = #21152#25968
  end
  object Label2: TLabel
    Left = 200
    Top = 8
    Width = 36
    Height = 13
    Caption = #34987#21152#25968
  end
  object Label3: TLabel
    Left = 400
    Top = 8
    Width = 24
    Height = 13
    Caption = #32467#26524
  end
  object Label4: TLabel
    Left = 144
    Top = 40
    Width = 6
    Height = 13
    Caption = '+'
  end
  object Label5: TLabel
    Left = 342
    Top = 40
    Width = 6
    Height = 13
    Caption = '='
  end
  object edtadd: TEdit
    Left = 8
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'edtadd'
  end
  object edtadded: TEdit
    Left = 196
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'edtadded'
  end
  object edtresult: TEdit
    Left = 392
    Top = 36
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'edtresult'
  end
  object Button1: TButton
    Left = 216
    Top = 104
    Width = 75
    Height = 25
    Caption = #32467#26524
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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