unit8.dfm

来自「西门子与计算机通讯程序包括源代码 程序说明 可以进行时时数据采集记录」· DFM 代码 · 共 61 行

DFM
61
字号
object Form8: TForm8
  Left = 201
  Top = 226
  Width = 696
  Height = 440
  Caption = 'Form8'
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 97
    Height = 406
    Align = alLeft
    Caption = 'Panel1'
    TabOrder = 0
    object Button1: TButton
      Left = 8
      Top = 416
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 0
    end
    object Button2: TButton
      Left = 8
      Top = 384
      Width = 75
      Height = 25
      Caption = #21047#26032
      TabOrder = 1
    end
  end
  object Panel2: TPanel
    Left = 97
    Top = 0
    Width = 591
    Height = 406
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
    object DBChart1: TDBChart
      Left = 1
      Top = 1
      Width = 589
      Height = 404
      Title.Text.Strings = (
        'TDBChart')
      Align = alClient
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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