unitsimpson.dfm

来自「Simpson求积简单的算法及其DELPHI的一些简单代码.欢迎大家参考!」· DFM 代码 · 共 36 行

DFM
36
字号
object FormSimpson: TFormSimpson
  Left = 198
  Top = 101
  Width = 544
  Height = 375
  Caption = 'Simpson'#27714#31215#20998
  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 Memo1: TMemo
    Left = 164
    Top = 128
    Width = 217
    Height = 141
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    Lines.Strings = (
      #28857#20987#35745#31639#26174#31034#32467#26524)
    TabOrder = 0
  end
  object Button1: TButton
    Left = 220
    Top = 40
    Width = 85
    Height = 33
    Caption = #35745#31639
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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