unitfrmeditfunction.dfm

来自「很不错的非线性回归分析程序」· DFM 代码 · 共 88 行

DFM
88
字号
object frmEditFunction: TfrmEditFunction
  Left = 318
  Top = 147
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMaximize]
  Caption = #22686#24378#20844#24335#32534#36753
  ClientHeight = 273
  ClientWidth = 352
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Icon.Data = {
    0000010001001010100000000000280100001600000028000000100000002000
    00000100040000000000000000000000000000000000000000000000000000FF
    FF0000FF00000080000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000100000000000000002000000000000000200002000002000020
    0020220220200020002002020020002000200020002000200020020200200222
    2020120120200020002000000020002000010000010000012200000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000}
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 352
    Height = 226
    Align = alClient
    BevelOuter = bvNone
    BevelWidth = 5
    BorderWidth = 5
    TabOrder = 0
    object MemoEdit: TMemo
      Left = 5
      Top = 5
      Width = 342
      Height = 216
      Align = alClient
      ScrollBars = ssBoth
      TabOrder = 0
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 226
    Width = 352
    Height = 47
    Align = alBottom
    BevelOuter = bvNone
    TabOrder = 1
    object BitBtn1: TBitBtn
      Left = 145
      Top = 9
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 0
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 249
      Top = 9
      Width = 75
      Height = 25
      Cancel = True
      Caption = #21462#28040
      TabOrder = 1
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 17
      Top = 9
      Width = 105
      Height = 25
      Caption = #25324#21495#37197#23545#26816#26597'(&C)'
      TabOrder = 2
      Visible = False
    end
  end
end

⌨️ 快捷键说明

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