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

📄 jsq.dfm

📁 这是用Delphi编写的中小企业管理系统
💻 DFM
字号:
object f_jsq: Tf_jsq
  Left = 260
  Top = 170
  Width = 286
  Height = 222
  Caption = #35745#31639#22120
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 278
    Height = 168
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 11
      Top = 41
      Width = 32
      Height = 23
      Caption = '7'
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 58
      Top = 40
      Width = 32
      Height = 24
      Caption = '8'
      OnClick = SpeedButton1Click
    end
    object SpeedButton3: TSpeedButton
      Left = 106
      Top = 40
      Width = 32
      Height = 24
      Caption = '9'
      OnClick = SpeedButton1Click
    end
    object SpeedButton4: TSpeedButton
      Left = 11
      Top = 69
      Width = 32
      Height = 24
      Caption = '4'
      OnClick = SpeedButton1Click
    end
    object SpeedButton5: TSpeedButton
      Left = 58
      Top = 69
      Width = 32
      Height = 24
      Caption = '5'
      OnClick = SpeedButton1Click
    end
    object SpeedButton6: TSpeedButton
      Left = 106
      Top = 69
      Width = 32
      Height = 24
      Caption = '6'
      OnClick = SpeedButton1Click
    end
    object SpeedButton7: TSpeedButton
      Left = 11
      Top = 98
      Width = 32
      Height = 24
      Caption = '1'
      OnClick = SpeedButton1Click
    end
    object SpeedButton8: TSpeedButton
      Left = 58
      Top = 98
      Width = 32
      Height = 24
      Caption = '2'
      OnClick = SpeedButton1Click
    end
    object SpeedButton9: TSpeedButton
      Left = 106
      Top = 98
      Width = 32
      Height = 24
      Caption = '3'
      OnClick = SpeedButton1Click
    end
    object SpeedButton10: TSpeedButton
      Left = 11
      Top = 128
      Width = 32
      Height = 24
      Caption = '0'
      OnClick = SpeedButton1Click
    end
    object SpeedButton11: TSpeedButton
      Left = 58
      Top = 128
      Width = 32
      Height = 24
      Caption = '+/-'
      OnClick = SpeedButton11Click
    end
    object SpeedButton12: TSpeedButton
      Left = 106
      Top = 128
      Width = 32
      Height = 24
      Caption = '.'
      OnClick = SpeedButton12Click
    end
    object SpeedButton13: TSpeedButton
      Left = 153
      Top = 40
      Width = 32
      Height = 24
      Caption = '/'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton13Click
    end
    object SpeedButton14: TSpeedButton
      Left = 153
      Top = 69
      Width = 32
      Height = 24
      Caption = '*'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton14Click
    end
    object SpeedButton15: TSpeedButton
      Left = 153
      Top = 98
      Width = 32
      Height = 24
      Caption = '-'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton15Click
    end
    object SpeedButton16: TSpeedButton
      Left = 153
      Top = 128
      Width = 32
      Height = 24
      Caption = '+'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton16Click
    end
    object SpeedButton20: TSpeedButton
      Left = 203
      Top = 128
      Width = 62
      Height = 24
      Caption = '='
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = SpeedButton20Click
    end
    object Back: TSpeedButton
      Left = 202
      Top = 39
      Width = 62
      Height = 53
      Caption = 'Backspace'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = BackClick
    end
    object Clear: TSpeedButton
      Left = 202
      Top = 98
      Width = 62
      Height = 24
      Caption = 'C'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clRed
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      OnClick = ClearClick
    end
  end
  object MainMenu1: TMainMenu
    Left = 219
    Top = 5
    object E1: TMenuItem
      Caption = #32534#36753'(&E)'
    end
    object H1: TMenuItem
      Caption = #24110#21161'(&H)'
      object N1: TMenuItem
        Caption = #20851#20110'...'
      end
    end
  end
end

⌨️ 快捷键说明

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