analogset.dfm

来自「《SESyetem节能模拟系统(版本:1.01a Final)》为自由软件,对热」· DFM 代码 · 共 80 行

DFM
80
字号
object AnalogSetForm: TAnalogSetForm
  Left = 262
  Top = 185
  BorderStyle = bsDialog
  Caption = #27169#25311#21442#25968#35774#32622
  ClientHeight = 143
  ClientWidth = 349
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object PrecisionLabel: TLabel
    Left = 24
    Top = 32
    Width = 24
    Height = 13
    Caption = #31934#24230
  end
  object IterativeNumberLabel: TLabel
    Left = 168
    Top = 32
    Width = 48
    Height = 13
    Caption = #36845#20195#27425#25968
  end
  object PrecisionEdit: TEdit
    Left = 88
    Top = 24
    Width = 49
    Height = 21
    TabOrder = 0
    Text = '1'
  end
  object IterativeNumberEdit: TEdit
    Left = 232
    Top = 24
    Width = 49
    Height = 21
    TabOrder = 1
    Text = '12'
  end
  object BOKButton: TBitBtn
    Left = 173
    Top = 96
    Width = 66
    Height = 33
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BOKButtonClick
    Kind = bkOK
  end
  object BCancelButton: TBitBtn
    Left = 261
    Top = 96
    Width = 66
    Height = 33
    Caption = #20851#38381
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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