dataset.dfm

来自「《管状换热器计算机辅助设计系统ExhCAD绘图系统(版本:1.01a Fina」· DFM 代码 · 共 88 行

DFM
88
字号
object DataSetForm: TDataSetForm
  Left = 257
  Top = 277
  BorderStyle = bsDialog
  Caption = #35774#32622
  ClientHeight = 169
  ClientWidth = 335
  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 AirphyLabel: TLabel
    Left = 16
    Top = 24
    Width = 129
    Height = 17
    Caption = #31354#27668#29289#24615#21442#25968#35760#24405#25968
  end
  object FumePhyLabel: TLabel
    Left = 16
    Top = 64
    Width = 129
    Height = 13
    Caption = #28895#27668#29289#24615#21442#25968#35760#24405#25968
  end
  object PipLenLabel: TLabel
    Left = 16
    Top = 96
    Width = 129
    Height = 17
    Caption = #31649#38271#20462#27491#31995#25968#35760#24405#25968
  end
  object PipRowLabel: TLabel
    Left = 16
    Top = 136
    Width = 129
    Height = 13
    Caption = #31649#25490#20462#27491#31995#25968#35760#24405#25968
  end
  object AirPhyEdit: TEdit
    Left = 168
    Top = 24
    Width = 49
    Height = 21
    TabOrder = 0
    Text = '25'
  end
  object FumePhyEdit: TEdit
    Left = 168
    Top = 56
    Width = 49
    Height = 21
    TabOrder = 1
    Text = '12'
  end
  object PipLenEdit: TEdit
    Left = 168
    Top = 88
    Width = 49
    Height = 21
    TabOrder = 2
    Text = '14'
  end
  object PipRowEdit: TEdit
    Left = 168
    Top = 128
    Width = 49
    Height = 21
    TabOrder = 3
    Text = '11'
  end
  object OkButton: TButton
    Left = 256
    Top = 120
    Width = 65
    Height = 33
    Caption = #30830#23450'(&Ok)'
    TabOrder = 4
    OnClick = OkButtonClick
  end
end

⌨️ 快捷键说明

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