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

📄 unit5.dfm

📁 实现RS232数据采集处理,设置RS23传输参数,显示控制终端的数据.
💻 DFM
字号:
object Form5: TForm5
  Left = 307
  Top = 194
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = '修改属性'
  ClientHeight = 315
  ClientWidth = 369
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object StaticText1: TStaticText
    Left = 24
    Top = 24
    Width = 40
    Height = 17
    Caption = '名称:'
    TabOrder = 0
  end
  object StaticText2: TStaticText
    Left = 24
    Top = 56
    Width = 77
    Height = 17
    Caption = '地址(0~255):'
    TabOrder = 1
  end
  object StaticText3: TStaticText
    Left = 16
    Top = 88
    Width = 88
    Height = 17
    Caption = '修改单元编号:'
    TabOrder = 2
  end
  object StaticText4: TStaticText
    Left = 16
    Top = 120
    Width = 88
    Height = 17
    Caption = '所属单元名称:'
    TabOrder = 3
  end
  object StaticText5: TStaticText
    Left = 280
    Top = 24
    Width = 79
    Height = 17
    Caption = '(限10 个字)'
    TabOrder = 4
  end
  object StaticText7: TStaticText
    Left = 16
    Top = 144
    Width = 40
    Height = 17
    Caption = '备注:'
    TabOrder = 5
  end
  object BitBtn1: TBitBtn
    Left = 64
    Top = 272
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 6
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object BitBtn2: TBitBtn
    Left = 216
    Top = 272
    Width = 75
    Height = 25
    Caption = '取消'
    TabOrder = 7
    OnClick = BitBtn2Click
    Kind = bkCancel
  end
  object Edit1: TEdit
    Left = 104
    Top = 24
    Width = 177
    Height = 21
    MaxLength = 20
    TabOrder = 8
    Text = 'Edit1'
  end
  object Memo1: TMemo
    Left = 16
    Top = 168
    Width = 337
    Height = 89
    Lines.Strings = (
      'Memo1')
    TabOrder = 9
  end
  object Edit2: TEdit
    Left = 104
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 10
    Text = 'Edit2'
    OnKeyUp = Edit2KeyUp
  end
  object Edit3: TEdit
    Left = 104
    Top = 120
    Width = 185
    Height = 21
    MaxLength = 30
    ReadOnly = True
    TabOrder = 11
    Text = 'Edit3'
  end
  object ComboBox1: TComboBox
    Left = 104
    Top = 88
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 12
    Text = 'ComboBox1'
    OnChange = ComboBox1Change
    OnKeyUp = ComboBox1KeyUp
  end
  object StaticText6: TStaticText
    Left = 296
    Top = 120
    Width = 79
    Height = 17
    Caption = '(限15 个字)'
    TabOrder = 13
  end
  object Edit4: TEdit
    Left = 104
    Top = 0
    Width = 121
    Height = 21
    TabOrder = 14
    Text = 'Edit4'
    Visible = False
  end
  object Edit5: TEdit
    Left = 232
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 15
    Text = 'Edit5'
    Visible = False
  end
  object Table1: TTable
    TableName = 'shebei.db'
    Left = 328
    Top = 392
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 296
    Top = 392
  end
end

⌨️ 快捷键说明

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