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

📄 calculator.dfm

📁 简单易用的计算器 delphi源码
💻 DFM
字号:
object FrmCalculator: TFrmCalculator
  Left = 472
  Top = 283
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #35745#31639#22120
  ClientHeight = 179
  ClientWidth = 213
  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 SpeedButton1: TSpeedButton
    Left = 13
    Top = 43
    Width = 28
    Height = 28
    Caption = '7'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 13
    Top = 75
    Width = 28
    Height = 28
    Caption = '4'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton2Click
  end
  object SpeedButton3: TSpeedButton
    Left = 13
    Top = 107
    Width = 28
    Height = 28
    Caption = '1'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton3Click
  end
  object SpeedButton4: TSpeedButton
    Left = 53
    Top = 43
    Width = 28
    Height = 28
    Caption = '8'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton4Click
  end
  object SpeedButton5: TSpeedButton
    Left = 53
    Top = 75
    Width = 28
    Height = 28
    Caption = '5'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton5Click
  end
  object SpeedButton6: TSpeedButton
    Left = 53
    Top = 107
    Width = 28
    Height = 28
    Caption = '2'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton6Click
  end
  object SpeedButton7: TSpeedButton
    Left = 93
    Top = 43
    Width = 28
    Height = 28
    Caption = '9'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton7Click
  end
  object SpeedButton8: TSpeedButton
    Left = 93
    Top = 75
    Width = 28
    Height = 28
    Caption = '6'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton8Click
  end
  object SpeedButton9: TSpeedButton
    Left = 93
    Top = 107
    Width = 28
    Height = 28
    Caption = '3'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton9Click
  end
  object SpeedButton10: TSpeedButton
    Left = 133
    Top = 43
    Width = 28
    Height = 28
    Caption = '/'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton10Click
  end
  object SpeedButton11: TSpeedButton
    Left = 133
    Top = 75
    Width = 28
    Height = 28
    Caption = '*'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton11Click
  end
  object SpeedButton12: TSpeedButton
    Left = 133
    Top = 107
    Width = 28
    Height = 28
    Caption = '-'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton12Click
  end
  object SpeedButton13: TSpeedButton
    Left = 133
    Top = 140
    Width = 28
    Height = 28
    Caption = '+'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton13Click
  end
  object SpeedButton14: TSpeedButton
    Left = 13
    Top = 140
    Width = 28
    Height = 28
    Caption = '0'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton14Click
  end
  object SpeedButton15: TSpeedButton
    Left = 53
    Top = 140
    Width = 28
    Height = 28
    Caption = '.'
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton15Click
  end
  object SpeedButton16: TSpeedButton
    Left = 93
    Top = 140
    Width = 28
    Height = 28
    Caption = '='
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    OnClick = SpeedButton16Click
  end
  object SpeedButton17: TSpeedButton
    Left = 172
    Top = 43
    Width = 28
    Height = 28
    Caption = 'C'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object SpeedButton18: TSpeedButton
    Left = 172
    Top = 75
    Width = 28
    Height = 28
    Caption = 'CE'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object SpeedButton19: TSpeedButton
    Left = 172
    Top = 107
    Width = 28
    Height = 28
    Caption = 'sqrt'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object SpeedButton20: TSpeedButton
    Left = 172
    Top = 140
    Width = 28
    Height = 28
  end
  object Edit1: TEdit
    Left = 8
    Top = 8
    Width = 193
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
end

⌨️ 快捷键说明

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