unit1.dfm

来自「用来进行烦琐数据的加,减,乘,除的运算操作,得出运算值」· DFM 代码 · 共 94 行

DFM
94
字号
object Form1: TForm1
  Left = 213
  Top = 139
  Width = 544
  Height = 309
  Caption = #35745#31639#32467#26524#20445#30041#20004#20301
  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 = 256
    Top = 48
    Width = 31
    Height = 13
    Caption = 'A'#65306'    '
  end
  object Label2: TLabel
    Left = 256
    Top = 88
    Width = 31
    Height = 13
    Caption = 'B'#65306'    '
  end
  object Label3: TLabel
    Left = 256
    Top = 128
    Width = 19
    Height = 13
    Caption = 'C'#65306
  end
  object Label4: TLabel
    Left = 32
    Top = 120
    Width = 203
    Height = 29
    Caption = 'C%=(A'#247'B)'#215'100%'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label5: TLabel
    Left = 360
    Top = 120
    Width = 14
    Height = 20
    Caption = '%'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object e1: TEdit
    Left = 312
    Top = 40
    Width = 97
    Height = 21
    TabOrder = 0
  end
  object e2: TEdit
    Left = 312
    Top = 80
    Width = 97
    Height = 21
    TabOrder = 1
  end
  object E3: TEdit
    Left = 312
    Top = 120
    Width = 41
    Height = 21
    TabOrder = 2
  end
  object Button1: TButton
    Left = 320
    Top = 200
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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