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

📄 unitmain.~dfm

📁 一个C++builder 编写的牛顿杰弗逊算法 用来计算非线性的一些东西
💻 ~DFM
字号:
object Form1: TForm1
  Left = 393
  Top = 390
  Width = 487
  Height = 302
  Caption = 'Form1'
  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 = 56
    Top = 48
    Width = 48
    Height = 13
    Caption = #21021#22987#20540'    '
  end
  object Label2: TLabel
    Left = 48
    Top = 16
    Width = 57
    Height = 13
    Caption = #36845#20195#27425#25968'   '
  end
  object Label3: TLabel
    Left = 408
    Top = 160
    Width = 32
    Height = 13
    Caption = 'Label3'
  end
  object Edit1: TEdit
    Left = 144
    Top = 40
    Width = 121
    Height = 21
    TabOrder = 0
    Text = '1.0'
  end
  object Button1: TButton
    Left = 296
    Top = 40
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 1
    OnClick = Button1Click
  end
  object Edit2: TEdit
    Left = 144
    Top = 8
    Width = 121
    Height = 21
    TabOrder = 2
    Text = '10'
  end
  object Memo1: TMemo
    Left = 88
    Top = 96
    Width = 281
    Height = 145
    Lines.Strings = (
      '')
    ScrollBars = ssVertical
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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