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

📄 guofuhe.dfm

📁 过负荷记录仪器分为单片机数据采集器和微机数据分析记录数据库软件两部分。 仪器具有监视变压器负荷电流(通过改变传感器也可记录最低电压)并自动记录过负荷电流出现的开始时间
💻 DFM
字号:
object Form1: TForm1
  Left = 135
  Top = 177
  Width = 620
  Height = 456
  Caption = #36807#36127#33655#30417#35270#35760#24405#20202' ----------'#26032#20065#20379#30005#27573
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 313
    Top = 89
    Width = 1
    Height = 299
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 612
    Height = 57
    Align = alTop
    TabOrder = 0
    object Button1: TButton
      Left = 32
      Top = 16
      Width = 75
      Height = 25
      Caption = #25509#25910#26032#25968#25454
      TabOrder = 0
      OnClick = Button1Click
    end
    object btchaxun: TButton
      Left = 136
      Top = 16
      Width = 73
      Height = 25
      Caption = #26597#35810
      TabOrder = 1
      OnClick = btchaxunClick
    end
    object bttongji: TButton
      Left = 256
      Top = 16
      Width = 89
      Height = 25
      Caption = #22270#34920#32479#35745#20998#26512
      TabOrder = 2
      OnClick = bttongjiClick
    end
    object Button4: TButton
      Left = 512
      Top = 16
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 3
      OnClick = Button4Click
    end
    object Button6: TButton
      Left = 384
      Top = 16
      Width = 75
      Height = 25
      Caption = #24110#21161
      TabOrder = 4
      OnClick = Button6Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 89
    Width = 313
    Height = 299
    Align = alLeft
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel2: TPanel
    Left = 0
    Top = 388
    Width = 612
    Height = 41
    Align = alBottom
    TabOrder = 2
    object Label3: TLabel
      Left = 144
      Top = 8
      Width = 297
      Height = 19
      Caption = #25968#25454#25509#25910#20013','#35831#31561#24453#65281#65281#65281#65281#65281'    '
      Font.Charset = ANSI_CHARSET
      Font.Color = clRed
      Font.Height = -19
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ParentShowHint = False
      ShowHint = False
      Visible = False
    end
  end
  object DBGrid2: TDBGrid
    Left = 314
    Top = 89
    Width = 298
    Height = 299
    Align = alClient
    DataSource = DataSource2
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel3: TPanel
    Left = 0
    Top = 57
    Width = 612
    Height = 32
    Align = alTop
    TabOrder = 4
    object Label1: TLabel
      Left = 32
      Top = 8
      Width = 159
      Height = 20
      Caption = 'A'#30456#36807#36127#33655#25968#25454'             '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clYellow
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 384
      Top = 8
      Width = 151
      Height = 20
      Caption = 'B'#30456#36807#36127#33655#25968#25454'           '
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clGreen
      Font.Height = -16
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
  end
  object Comm1: TComm
    CommPort = pnCOM1
    PortOpen = False
    BaudRate = br4800
    HwHandShaking = hhNone
    SwHandShaking = shXonXoff
    DataBits = DB8
    Parity = None
    StopBits = SB1
    InputLen = 1
    RThreshold = 1
    DTREnabled = False
    RTSEnabled = False
    DataCount = 1073969324
    OnReceiveData = Comm1ReceiveData
    Left = 424
    Top = 144
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'ax'
    TableName = 'axiang.db'
    Left = 208
    Top = 144
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 176
    Top = 144
  end
  object DataSource2: TDataSource
    DataSet = Table2
    Left = 360
    Top = 144
  end
  object Table2: TTable
    Active = True
    DatabaseName = 'bx'
    TableName = 'bxiang.db'
    Left = 392
    Top = 144
  end
  object Query1: TQuery
    Left = 328
    Top = 144
  end
  object DSquery: TDataSource
    DataSet = Query1
    Left = 240
    Top = 144
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 280
    Top = 192
  end
end

⌨️ 快捷键说明

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