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

📄 datashowmain.dfm

📁 操作系统知识
💻 DFM
字号:
object FormDataShowMain: TFormDataShowMain
  Left = 4
  Top = 24
  Width = 790
  Height = 533
  Caption = 'FormDataShowMain'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = 12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object ControlBar1: TControlBar
    Left = 0
    Top = 0
    Width = 782
    Height = 81
    Align = alTop
    TabOrder = 0
    object Panel1: TPanel
      Left = 11
      Top = 2
      Width = 120
      Height = 74
      Align = alLeft
      BevelInner = bvLowered
      BevelOuter = bvNone
      TabOrder = 0
      object Edit1: TEdit
        Left = 11
        Top = 13
        Width = 97
        Height = 20
        TabOrder = 0
        Text = '09:30'
      end
      object Edit2: TEdit
        Left = 12
        Top = 39
        Width = 97
        Height = 20
        TabOrder = 1
        Text = '2003-03-15'
      end
    end
    object Panel2: TPanel
      Left = 144
      Top = 2
      Width = 299
      Height = 74
      Align = alClient
      BevelInner = bvLowered
      BevelOuter = bvNone
      TabOrder = 1
      object Label1: TLabel
        Left = 12
        Top = 15
        Width = 60
        Height = 12
        Caption = '上部温度:'
      end
      object Label2: TLabel
        Left = 12
        Top = 41
        Width = 60
        Height = 12
        Caption = '平均温度:'
      end
      object Label3: TLabel
        Left = 215
        Top = 18
        Width = 6
        Height = 12
        Caption = 'C'
      end
      object Label4: TLabel
        Left = 215
        Top = 43
        Width = 6
        Height = 12
        Caption = 'C'
      end
      object Edit3: TEdit
        Left = 73
        Top = 13
        Width = 123
        Height = 20
        TabOrder = 0
      end
      object Edit4: TEdit
        Left = 73
        Top = 39
        Width = 124
        Height = 20
        TabOrder = 1
      end
    end
    object Panel3: TPanel
      Left = 456
      Top = 2
      Width = 289
      Height = 74
      Align = alRight
      BevelInner = bvLowered
      BevelOuter = bvNone
      TabOrder = 2
      object Label5: TLabel
        Left = 11
        Top = 17
        Width = 60
        Height = 12
        Caption = '下部温度:'
      end
      object Label6: TLabel
        Left = 12
        Top = 44
        Width = 60
        Height = 12
        Caption = '压力    :'
      end
      object Label7: TLabel
        Left = 231
        Top = 20
        Width = 6
        Height = 12
        Caption = 'C'
      end
      object Label8: TLabel
        Left = 233
        Top = 42
        Width = 18
        Height = 12
        Caption = 'MPA'
      end
      object Edit5: TEdit
        Left = 72
        Top = 13
        Width = 146
        Height = 20
        TabOrder = 0
      end
      object Edit6: TEdit
        Left = 74
        Top = 38
        Width = 145
        Height = 20
        TabOrder = 1
      end
    end
  end
  object MainMenu: TMainMenu
    Left = 32
    Top = 104
    object N_File: TMenuItem
      Caption = '文件(&F)'
      object NFileOpen: TMenuItem
        Action = ActFileOpen
      end
      object NFileSave: TMenuItem
        Action = ActFileSave
      end
      object NFileSaveAs: TMenuItem
        Action = ActFileSaveAs
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object NQuit: TMenuItem
        Action = ActQuit
      end
    end
    object N_Window: TMenuItem
      Caption = '窗口(&W)'
      object Cascade1: TMenuItem
        Action = WindowCascade
      end
      object TileHorizontally1: TMenuItem
        Action = WindowTileHorizontal
      end
      object TileVertically1: TMenuItem
        Action = WindowTileVertical
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object N9: TMenuItem
        Action = ActPress
      end
      object N2: TMenuItem
        Action = ActUp
      end
      object N3: TMenuItem
        Action = ActDown
      end
      object N5: TMenuItem
        Action = ActAverage
      end
    end
    object N_Connection: TMenuItem
      Caption = '联机(&C)'
      object N6: TMenuItem
        Action = ActConnection
      end
    end
    object N_Print: TMenuItem
      Caption = '打印'
      object N7: TMenuItem
        Action = ActPrintOption
      end
      object N8: TMenuItem
        Action = ActPrintPrint
      end
    end
    object N_Option: TMenuItem
      Caption = '设置(&O)'
    end
    object N_Help: TMenuItem
      Caption = '帮助(&H)'
    end
  end
  object ActionList: TActionList
    Left = 72
    Top = 104
    object ActFileOpen: TAction
      Category = 'File'
      Caption = '打开(&O)...'
      ShortCut = 16463
      OnExecute = ActFileOpenExecute
    end
    object ActFileSave: TAction
      Category = 'File'
      Caption = '保存(&S)...'
      ShortCut = 16467
      OnExecute = ActFileSaveExecute
    end
    object ActFileSaveAs: TAction
      Category = 'File'
      Caption = '另存为(&A)...'
      ShortCut = 16449
      OnExecute = ActFileSaveAsExecute
    end
    object ActQuit: TAction
      Category = 'File'
      Caption = '关闭(&Q)'
      ShortCut = 16465
      OnExecute = ActQuitExecute
    end
    object WindowCascade: TWindowCascade
      Category = 'Window'
      Caption = '层叠'
      ImageIndex = 17
    end
    object WindowTileHorizontal: TWindowTileHorizontal
      Category = 'Window'
      Caption = '垂直平铺'
      ImageIndex = 15
    end
    object WindowTileVertical: TWindowTileVertical
      Category = 'Window'
      Caption = '水平平铺'
      ImageIndex = 16
    end
    object ActConnection: TAction
      Category = 'Connection'
      Caption = '联机'
      OnExecute = ActConnectionExecute
    end
    object ActPrintOption: TAction
      Category = 'Print'
      Caption = '打印设置'
      OnExecute = ActPrintOptionExecute
    end
    object ActPrintPrint: TAction
      Category = 'Print'
      Caption = '打印'
      OnExecute = ActPrintPrintExecute
    end
    object ActUp: TAction
      Category = 'Window'
      Caption = '上部温度曲线'
      Checked = True
      OnExecute = ActUpExecute
    end
    object ActDown: TAction
      Category = 'Window'
      Caption = '下部温度曲线'
      Checked = True
      OnExecute = ActDownExecute
    end
    object ActAverage: TAction
      Category = 'Window'
      Caption = '平均温度曲线'
      Checked = True
      OnExecute = ActAverageExecute
    end
    object ActPress: TAction
      Category = 'Window'
      Caption = '压力曲线'
      Checked = True
      OnExecute = ActPressExecute
    end
  end
  object OpenDialog: TOpenDialog
    Filter = '文本(*.txt)|*.txt|数据(*.da)|*.da'
    Left = 128
    Top = 104
  end
  object SaveDialog: TSaveDialog
    Filter = '文本(*.txt)|*.txt|数据(*.da)|*.da'
    Left = 176
    Top = 104
  end
  object PrintDialog: TPrintDialog
    Left = 224
    Top = 104
  end
  object PrinterSetupDialog: TPrinterSetupDialog
    Left = 264
    Top = 104
  end
end

⌨️ 快捷键说明

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