unit1.dfm

来自「现行反馈移位寄存器算法.通过这个算法可以生成一些线性移位寄存器的输出序列」· DFM 代码 · 共 47 行

DFM
47
字号
object Form1: TForm1
  Left = 210
  Top = 119
  Width = 459
  Height = 349
  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 Edit1: TEdit
    Left = 40
    Top = 16
    Width = 241
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 40
    Top = 56
    Width = 361
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 296
    Top = 16
    Width = 75
    Height = 25
    Caption = #35745#31639
    TabOrder = 2
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 40
    Top = 88
    Width = 369
    Height = 193
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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