softreg.dfm

来自「通过程序的试算平衡表」· DFM 代码 · 共 82 行

DFM
82
字号
object FmSoftReg: TFmSoftReg
  Left = 255
  Top = 141
  AutoScroll = False
  Caption = #36719#20214#27880#20876
  ClientHeight = 266
  ClientWidth = 392
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 50
    Top = 15
    Width = 120
    Height = 20
    AutoSize = False
    Caption = #26412#26426#27880#20876#21495#65306
  end
  object Label2: TLabel
    Left = 50
    Top = 55
    Width = 120
    Height = 20
    AutoSize = False
    Caption = #35831#36755#20837#24207#21015#21495#65306
  end
  object Edit1: TEdit
    Left = 180
    Top = 55
    Width = 150
    Height = 21
    TabOrder = 0
    OnChange = Edit1Change
  end
  object StaticText1: TStaticText
    Left = 180
    Top = 15
    Width = 150
    Height = 20
    AutoSize = False
    BorderStyle = sbsSunken
    TabOrder = 1
  end
  object BitBtnOK: TBitBtn
    Left = 80
    Top = 100
    Width = 75
    Height = 25
    Caption = #30830'    '#23450
    Enabled = False
    TabOrder = 2
    OnClick = BitBtnOKClick
  end
  object BitBtnEsc: TBitBtn
    Left = 225
    Top = 100
    Width = 75
    Height = 25
    Caption = #21462'    '#28040
    TabOrder = 3
    OnClick = BitBtnEscClick
  end
  object Txt: TStaticText
    Left = 35
    Top = 155
    Width = 325
    Height = 80
    AutoSize = False
    BorderStyle = sbsSunken
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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