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

📄 tempaddr.dfm

📁 该系统将温度数据以类似股票K线显示方式进行分析
💻 DFM
字号:
object fTempAddr: TfTempAddr
  Left = 83
  Top = 259
  BorderStyle = bsSingle
  Caption = #35774#22791#32534#21495#32500#25252
  ClientHeight = 670
  ClientWidth = 900
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  WindowState = wsMaximized
  OnCreate = FormCreate
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 0
    Top = 478
    Width = 3
    Height = 13
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = -4
    Width = 529
    Height = 43
    TabOrder = 0
    object bAll: TButton
      Left = 8
      Top = 11
      Width = 105
      Height = 26
      Caption = #26816#32034#20840#37096
      TabOrder = 0
    end
    object Button1: TButton
      Left = 114
      Top = 11
      Width = 105
      Height = 25
      Caption = #25918#24323#36864#20986
      ModalResult = 2
      TabOrder = 1
    end
  end
  object DBGridEh1: TDBGridEh
    Left = 0
    Top = 40
    Width = 617
    Height = 665
    ColumnDefValues.Footer.ToolTips = True
    ColumnDefValues.HighlightRequired = True
    ColumnDefValues.Title.Color = clBtnFace
    DataSource = DataAddr
    EvenRowColor = clWindow
    FixedColor = clMoneyGreen
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
    OddRowColor = cl3DLight
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    RowHeight = 30
    RowSizingAllowed = True
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridEh1CellClick
    OnKeyUp = DBGridEh1KeyUp
    Columns = <
      item
        Alignment = taCenter
        EditButtons = <>
        FieldName = 'ID'
        Footers = <>
        ReadOnly = True
        Title.Alignment = taCenter
        Title.Caption = #32534#21495'*'
        Width = 49
      end
      item
        Alignment = taCenter
        DropDownSizing = True
        EditButtons = <>
        FieldName = 'Ybsx_Addr'
        Footers = <>
        ReadOnly = True
        Title.Alignment = taCenter
        Title.Caption = #30828#20214#22320#22336'*'
        Width = 99
      end
      item
        Alignment = taCenter
        EditButtons = <>
        FieldName = 'Ybsx_Name'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #21517#31216
        Width = 102
      end
      item
        Alignment = taCenter
        EditButtons = <>
        FieldName = 'ybsx_tempid'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #31616#31216
        Width = 79
      end
      item
        Alignment = taCenter
        DisplayFormat = '0.00'
        EditButtons = <>
        EditMask = '0.00'
        FieldName = 'Ybsx_LowData'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #38480#20302
        Width = 89
      end
      item
        Alignment = taCenter
        DisplayFormat = '0.00'
        EditButtons = <>
        EditMask = '0.00'
        FieldName = 'Ybsx_UpData'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #38480#39640
        Width = 88
      end
      item
        Alignment = taCenter
        Checkboxes = False
        DropDownBox.Columns = <
          item
          end>
        EditButtons = <>
        FieldName = 'groupname'
        Footers = <>
        Title.Alignment = taCenter
        Title.Caption = #20998#32452
        Width = 80
      end>
  end
  object GroupBox1: TGroupBox
    Left = 624
    Top = 35
    Width = 265
    Height = 670
    TabOrder = 2
    object Label1: TLabel
      Left = 50
      Top = 15
      Width = 36
      Height = 13
      Alignment = taRightJustify
      Caption = '    '#32534#21495
    end
    object Label2: TLabel
      Left = 29
      Top = 40
      Width = 57
      Height = 13
      Alignment = taRightJustify
      Caption = '   '#30828#20214#22320#22336
    end
    object Label4: TLabel
      Left = 29
      Top = 63
      Width = 57
      Height = 13
      Alignment = taRightJustify
      Caption = '   '#35774#22791#21517#31216
    end
    object Label5: TLabel
      Left = 27
      Top = 91
      Width = 57
      Height = 13
      Alignment = taRightJustify
      Caption = '   '#35774#22791#31616#31216
    end
    object Label6: TLabel
      Left = 53
      Top = 114
      Width = 33
      Height = 13
      Alignment = taRightJustify
      Caption = '   '#38480#39640
    end
    object Label7: TLabel
      Left = 53
      Top = 139
      Width = 33
      Height = 13
      Alignment = taRightJustify
      Caption = '   '#38480#20302
    end
    object Label8: TLabel
      Left = 53
      Top = 162
      Width = 33
      Height = 13
      Alignment = taRightJustify
      Caption = '   '#20998#32452
    end
    object eYbId: TMaskEdit
      Left = 96
      Top = 12
      Width = 121
      Height = 24
      BevelKind = bkFlat
      BorderStyle = bsNone
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #24494#36719#38597#40657
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
    object eYbAddr: TMaskEdit
      Left = 96
      Top = 37
      Width = 121
      Height = 24
      BevelOuter = bvRaised
      BevelKind = bkFlat
      BorderStyle = bsNone
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #38582#20070
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      ParentFont = False
      ReadOnly = True
      TabOrder = 1
    end
    object eYbName: TMaskEdit
      Left = 96
      Top = 62
      Width = 121
      Height = 24
      BevelOuter = bvRaised
      BevelKind = bkFlat
      BorderStyle = bsNone
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      ParentFont = False
      ReadOnly = True
      TabOrder = 2
    end
    object eYbJc: TMaskEdit
      Left = 96
      Top = 87
      Width = 121
      Height = 24
      BevelOuter = bvRaised
      BevelKind = bkFlat
      BorderStyle = bsNone
      CharCase = ecUpperCase
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      ParentFont = False
      ReadOnly = True
      TabOrder = 3
    end
    object eYbGroupId: TMaskEdit
      Left = 96
      Top = 163
      Width = 49
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      ReadOnly = True
      TabOrder = 6
    end
    object eYbMax: TEdit
      Left = 96
      Top = 112
      Width = 121
      Height = 25
      BevelKind = bkFlat
      BevelOuter = bvRaised
      BorderStyle = bsNone
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      ParentFont = False
      ReadOnly = True
      TabOrder = 4
    end
    object eYbMin: TEdit
      Left = 96
      Top = 138
      Width = 121
      Height = 24
      BevelKind = bkFlat
      BorderStyle = bsNone
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      ParentFont = False
      ReadOnly = True
      TabOrder = 5
    end
    object eYbGroupName: TMaskEdit
      Left = 145
      Top = 163
      Width = 71
      Height = 21
      BevelKind = bkFlat
      BorderStyle = bsNone
      ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
      TabOrder = 7
    end
  end
  object DBGridEh2: TDBGridEh
    Left = 632
    Top = 224
    Width = 209
    Height = 313
    ColumnDefValues.Footer.ToolTips = True
    ColumnDefValues.HighlightRequired = True
    ColumnDefValues.Title.Color = clBtnFace
    DataSource = DataGroup
    EvenRowColor = clWindow
    FixedColor = clMoneyGreen
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#21152#21152#36755#20837#27861'4.1'
    OddRowColor = cl3DLight
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    RowHeight = 21
    RowSizingAllowed = True
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        EditButtons = <>
        FieldName = 'Groupid'
        Footers = <>
        ReadOnly = True
        Title.Alignment = taCenter
        Title.Caption = #20998#32452#32534#21495
        Width = 69
      end
      item
        Alignment = taCenter
        DropDownSizing = True
        EditButtons = <>
        FieldName = 'groupName'
        Footers = <>
        ReadOnly = True
        Title.Alignment = taCenter
        Title.Caption = #20998#32452#21517#31216
        Width = 99
      end>
  end
  object bEdit: TBitBtn
    Left = 632
    Top = 544
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 4
    OnClick = bEditClick
  end
  object bOk: TBitBtn
    Left = 712
    Top = 544
    Width = 75
    Height = 25
    Caption = #30830#35748
    Enabled = False
    TabOrder = 5
    OnClick = bOkClick
  end
  object bCancel: TBitBtn
    Left = 792
    Top = 544
    Width = 75
    Height = 25
    Caption = #25918#24323
    TabOrder = 6
  end
  object DataAddr: TDataSource
    AutoEdit = False
    DataSet = ADODaddr
    Left = 88
    Top = 200
  end
  object ADODaddr: TADODataSet
    CommandText = 
      'select ID, Ybsx_Addr, Ybsx_Name, ybsx_tempid, Ybsx_UpData, Ybsx_' +
      'LowData, ybsx_gid, groupname from  tYbsx, Groups where groupid =' +
      'ybsx_gid'
    CommandType = cmdUnknown
    Parameters = <>
    Left = 32
    Top = 200
  end
  object DataGroup: TDataSource
    DataSet = ADODGroup
    Left = 288
    Top = 208
  end
  object ADODGroup: TADODataSet
    CursorType = ctStatic
    CommandText = 'select Groupid, groupName from groups'
    Parameters = <>
    Left = 208
    Top = 144
  end
end

⌨️ 快捷键说明

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