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

📄 unit1.dfm

📁 这是一本非常不错的书,觉得很实用,建议大家看下.
💻 DFM
字号:
object Form1: TForm1
  Left = 157
  Top = 171
  Width = 696
  Height = 480
  Caption = #31616#26131#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
  PixelsPerInch = 96
  TextHeight = 13
  object Edit1: TEdit
    Left = 160
    Top = 32
    Width = 377
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 360
    Top = 216
    Width = 75
    Height = 25
    Caption = '3'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 264
    Top = 216
    Width = 75
    Height = 25
    Caption = '2'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 160
    Top = 216
    Width = 75
    Height = 25
    Caption = '1'
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 464
    Top = 160
    Width = 75
    Height = 25
    Caption = '-'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 360
    Top = 160
    Width = 75
    Height = 25
    Caption = '6'
    TabOrder = 5
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 264
    Top = 160
    Width = 75
    Height = 25
    Caption = '5'
    TabOrder = 6
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 160
    Top = 160
    Width = 75
    Height = 25
    Caption = '4'
    TabOrder = 7
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 160
    Top = 104
    Width = 75
    Height = 25
    Caption = '7'
    TabOrder = 8
    OnClick = Button8Click
  end
  object Button9: TButton
    Left = 264
    Top = 104
    Width = 75
    Height = 25
    Caption = '8'
    TabOrder = 9
    OnClick = Button9Click
  end
  object Button10: TButton
    Left = 360
    Top = 104
    Width = 75
    Height = 25
    Caption = '9'
    TabOrder = 10
    OnClick = Button10Click
  end
  object Button11: TButton
    Left = 464
    Top = 104
    Width = 75
    Height = 25
    Caption = '+'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 11
    OnClick = Button11Click
  end
  object Button13: TButton
    Left = 360
    Top = 264
    Width = 75
    Height = 25
    Caption = '='
    TabOrder = 12
    OnClick = Button13Click
  end
  object Button14: TButton
    Left = 264
    Top = 264
    Width = 75
    Height = 25
    Caption = '0'
    TabOrder = 13
    OnClick = Button14Click
  end
  object Button15: TButton
    Left = 160
    Top = 264
    Width = 75
    Height = 25
    Caption = 'CE'
    TabOrder = 14
    OnClick = Button15Click
  end
  object Button16: TButton
    Left = 464
    Top = 264
    Width = 75
    Height = 25
    Caption = '/'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 15
    OnClick = Button16Click
  end
  object Button17: TButton
    Left = 464
    Top = 216
    Width = 75
    Height = 25
    Caption = '*'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 16
    OnClick = Button17Click
  end
  object Button12: TButton
    Left = 160
    Top = 312
    Width = 75
    Height = 25
    Caption = #36127#21495
    TabOrder = 17
    OnClick = Button12Click
  end
  object Button18: TButton
    Left = 264
    Top = 312
    Width = 75
    Height = 25
    Caption = 'sqrt'
    TabOrder = 18
    OnClick = Button18Click
  end
  object Button19: TButton
    Left = 360
    Top = 312
    Width = 75
    Height = 25
    Caption = '1/X'
    TabOrder = 19
    OnClick = Button19Click
  end
  object Button21: TButton
    Left = 464
    Top = 312
    Width = 75
    Height = 25
    Caption = 'cancel'
    TabOrder = 20
    OnClick = Button21Click
  end
  object MainMenu1: TMainMenu
    Left = 48
    Top = 32
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #25171#24320
        ShortCut = 16463
      end
      object N3: TMenuItem
        Caption = #36864#20986
        ShortCut = 16472
        OnClick = N3Click
      end
    end
    object N4: TMenuItem
      Caption = #24110#21161
    end
  end
end

⌨️ 快捷键说明

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