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

📄 unit4.~dfm

📁 实现RS232数据采集处理,设置RS23传输参数,显示控制终端的数据.
💻 ~DFM
字号:
object Form4: TForm4
  Left = 286
  Top = 194
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = '关于我们'
  ClientHeight = 245
  ClientWidth = 393
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object StaticText1: TStaticText
    Left = 16
    Top = 16
    Width = 364
    Height = 33
    Caption = '深圳市艾苏威尔工贸发展有限公司'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object StaticText2: TStaticText
    Left = 32
    Top = 48
    Width = 345
    Height = 20
    Caption = '总公司地址:深圳市福田区彩田南路中深花园A座2006、2010室'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object StaticText3: TStaticText
    Left = 32
    Top = 112
    Width = 305
    Height = 20
    Caption = '技术服务部:深圳市福田区彩田南路中深花园A座2001室'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object StaticText4: TStaticText
    Left = 32
    Top = 72
    Width = 194
    Height = 20
    Caption = '电话:(0755)82997136  82996539'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object StaticText5: TStaticText
    Left = 32
    Top = 88
    Width = 132
    Height = 20
    Caption = '传真:(0755)82996627'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object StaticText6: TStaticText
    Left = 32
    Top = 136
    Width = 132
    Height = 20
    Caption = '电话:(0755)82997173'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
  object StaticText7: TStaticText
    Left = 32
    Top = 152
    Width = 132
    Height = 20
    Caption = '传真:(0755)82997167'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
  end
  object StaticText8: TStaticText
    Left = 32
    Top = 176
    Width = 209
    Height = 20
    Caption = 'Email: isuweljs@public.szptt.net.cn'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object BitBtn1: TBitBtn
    Left = 144
    Top = 208
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 8
    OnClick = BitBtn1Click
  end
end

⌨️ 快捷键说明

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