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

📄 main_cdtcpp.~dfm

📁 通讯软件 Rs232 数据采集 Sql2000数据库
💻 ~DFM
字号:
object Main: TMain
  Left = 231
  Top = 70
  Width = 589
  Height = 651
  Caption = 'Main'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 16
    Top = 8
    Width = 129
    Height = 25
    AutoSize = False
    Caption = '收到数据:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 456
    Top = 208
    Width = 32
    Height = 13
    Caption = 'Label4'
  end
  object Label5: TLabel
    Left = 16
    Top = 208
    Width = 129
    Height = 25
    AutoSize = False
    Caption = '遥测数据:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label1: TLabel
    Left = 305
    Top = 208
    Width = 129
    Height = 25
    AutoSize = False
    Caption = '遥测数据:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '黑体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object StringGrid1: TStringGrid
    Left = 16
    Top = 232
    Width = 260
    Height = 350
    ColCount = 2
    DefaultRowHeight = 20
    FixedCols = 0
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object StringGrid2: TStringGrid
    Left = 305
    Top = 232
    Width = 260
    Height = 350
    ColCount = 2
    FixedCols = 0
    TabOrder = 1
    ColWidths = (
      64
      88)
  end
  object Memo1: TMemo
    Left = 16
    Top = 32
    Width = 553
    Height = 161
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 360
    Top = 96
  end
end

⌨️ 快捷键说明

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