new.dfm

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

DFM
106
字号
object NewForm: TNewForm
  Left = 425
  Top = 149
  Width = 198
  Height = 239
  BorderIcons = [biMinimize, biMaximize]
  Caption = #24037#31243
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object BOK: TBitBtn
    Left = 16
    Top = 176
    Width = 65
    Height = 25
    Caption = #30830#23450
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BOKClick
    Kind = bkOK
  end
  object BCancel: TBitBtn
    Left = 112
    Top = 176
    Width = 65
    Height = 25
    Caption = #21462#28040
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = BCancelClick
    Kind = bkCancel
  end
  object RadioGroup1: TRadioGroup
    Left = 8
    Top = 8
    Width = 169
    Height = 153
    Caption = #26032#24314
    Color = clBtnFace
    ParentColor = False
    TabOrder = 2
  end
  object Balance: TRadioButton
    Left = 40
    Top = 32
    Width = 129
    Height = 33
    Caption = #28909#24179#34913#35745#31639
    Checked = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    TabStop = True
  end
  object Analog: TRadioButton
    Left = 40
    Top = 72
    Width = 121
    Height = 33
    Caption = #20256#28909#27169#25311
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Improve: TRadioButton
    Left = 40
    Top = 112
    Width = 129
    Height = 33
    Caption = #36807#31243#20248#21270
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
end

⌨️ 快捷键说明

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