⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdpas.dfm

📁 读取网通或电信电话交换机(华为)数据给酒店管理数据库
💻 DFM
字号:
object sddfm: Tsddfm
  Left = 236
  Top = 161
  Width = 461
  Height = 334
  Caption = '设定'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 29
    Top = 47
    Width = 128
    Height = 16
    Caption = '冷温水入口温度:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 29
    Top = 97
    Width = 128
    Height = 16
    Caption = '冷温水出口温度:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label9: TLabel
    Left = 309
    Top = 48
    Width = 24
    Height = 16
    Caption = 'P:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label1: TLabel
    Left = 309
    Top = 98
    Width = 24
    Height = 16
    Caption = 'I:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 309
    Top = 148
    Width = 24
    Height = 16
    Caption = 'D:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 29
    Top = 146
    Width = 128
    Height = 16
    Caption = '冷 却 水 入 口:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Edit1: TEdit
    Left = 163
    Top = 48
    Width = 86
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 163
    Top = 96
    Width = 86
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 339
    Top = 47
    Width = 82
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 339
    Top = 97
    Width = 82
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 339
    Top = 146
    Width = 82
    Height = 21
    TabOrder = 4
    Text = 'Edit5'
  end
  object Edit6: TEdit
    Left = 163
    Top = 143
    Width = 86
    Height = 21
    TabOrder = 5
    Text = 'Edit6'
  end
  object BitBtn1: TBitBtn
    Left = 187
    Top = 229
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 6
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 282
    Top = 229
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 7
  end
  object BitBtn3: TBitBtn
    Left = 91
    Top = 229
    Width = 75
    Height = 25
    Caption = '还原'
    TabOrder = 8
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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