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

📄 unit1.dfm

📁 插值计算--计算方法_delphi.rar 计算方法课程上机作业
💻 DFM
字号:
object Form_main: TForm_main
  Left = 190
  Top = 106
  Width = 793
  Height = 509
  Caption = #25554#20540#35745#31639'   V1.0    power by  '#20309#27704#24179' 11404108'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 456
    Width = 785
    Height = 26
    Panels = <
      item
        Width = 250
      end
      item
        Width = 250
      end
      item
        Text = #35745#31639#26041#27861#19978#26426'-----'#20309#27704#24179'  11404108'
        Width = 200
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 137
    Height = 456
    Align = alLeft
    TabOrder = 1
    object StringGrid1: TStringGrid
      Left = 1
      Top = 1
      Width = 135
      Height = 454
      Align = alClient
      Color = clFuchsia
      ColCount = 2
      FixedCols = 0
      RowCount = 2
      TabOrder = 0
      RowHeights = (
        24
        24)
    end
  end
  object Panel2: TPanel
    Left = 137
    Top = 0
    Width = 464
    Height = 456
    Align = alClient
    Color = clBlack
    TabOrder = 2
    object PaintBox1: TPaintBox
      Left = 1
      Top = 1
      Width = 462
      Height = 359
      Align = alClient
      Color = clRed
      ParentColor = False
      PopupMenu = PopupMenu1
      OnMouseMove = PaintBox1MouseMove
      OnPaint = PaintBox1Paint
    end
    object Memo1: TMemo
      Left = 1
      Top = 360
      Width = 462
      Height = 95
      Align = alBottom
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
  object Panel3: TPanel
    Left = 601
    Top = 0
    Width = 184
    Height = 456
    Align = alRight
    TabOrder = 3
    object GroupBox1: TGroupBox
      Left = 8
      Top = 8
      Width = 201
      Height = 105
      Caption = #25554#20540#31867#22411
      TabOrder = 0
      object RadioButton1: TRadioButton
        Left = 16
        Top = 16
        Width = 89
        Height = 17
        Caption = 'Lagrange'#25554#20540
        Checked = True
        TabOrder = 0
        TabStop = True
      end
      object RadioButton2: TRadioButton
        Left = 16
        Top = 37
        Width = 89
        Height = 17
        Caption = 'Newton'#25554#20540
        TabOrder = 1
      end
      object RadioButton3: TRadioButton
        Left = 16
        Top = 58
        Width = 89
        Height = 17
        Caption = #26679#26465#25554#20540
        TabOrder = 2
      end
      object RadioButton4: TRadioButton
        Left = 16
        Top = 80
        Width = 89
        Height = 17
        Caption = #20998#27573#32447#24615#25554#20540
        TabOrder = 3
      end
    end
    object GroupBox2: TGroupBox
      Left = 8
      Top = 120
      Width = 169
      Height = 153
      Caption = #35745#31639
      TabOrder = 1
      object Label3: TLabel
        Left = 9
        Top = 116
        Width = 24
        Height = 13
        Caption = #32467#26524
      end
      object Label2: TLabel
        Left = 9
        Top = 52
        Width = 48
        Height = 13
        Caption = #25554#20540#27425#25968
      end
      object Label1: TLabel
        Left = 9
        Top = 20
        Width = 55
        Height = 13
        Caption = #20219#24847'X'#30340#20540
      end
      object Edit_x: TEdit
        Left = 81
        Top = 16
        Width = 73
        Height = 21
        TabOrder = 0
        Text = '0.46'
      end
      object Edit_num: TEdit
        Left = 81
        Top = 48
        Width = 73
        Height = 21
        TabOrder = 1
        Text = '3'
      end
      object UpDown1: TUpDown
        Left = 154
        Top = 48
        Width = 15
        Height = 21
        Associate = Edit_num
        Position = 3
        TabOrder = 2
      end
      object Edit_y: TEdit
        Left = 48
        Top = 112
        Width = 97
        Height = 21
        TabOrder = 3
      end
      object Button1: TButton
        Left = 6
        Top = 80
        Width = 75
        Height = 25
        Caption = #35745#31639#25554#20540
        TabOrder = 4
        OnClick = Button1Click
      end
    end
    object GroupBox3: TGroupBox
      Left = 8
      Top = 288
      Width = 169
      Height = 129
      Caption = #22270#24418
      TabOrder = 2
      object Button2: TButton
        Left = 48
        Top = 56
        Width = 89
        Height = 25
        Caption = #25554#20540#26354#32447
        TabOrder = 0
        OnClick = Button2Click
      end
      object Button_testpic: TButton
        Left = 48
        Top = 24
        Width = 89
        Height = 25
        Caption = 'f(x)'#30340#21407#22270#35937
        TabOrder = 1
        OnClick = Button_testpicClick
      end
      object Button_reset: TButton
        Left = 48
        Top = 88
        Width = 89
        Height = 25
        Caption = #37325#32622
        TabOrder = 2
        OnClick = Button_resetClick
      end
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 297
    Top = 64
    object N1: TMenuItem
      Caption = #20445#23384#21040'...'
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #28165#38500
      OnClick = N2Click
    end
  end
end

⌨️ 快捷键说明

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