uaginfo.dfm

来自「西门子Prodave6.0 的Delphi 版本, 需要安装 Prodave6」· DFM 代码 · 共 123 行

DFM
123
字号
object FrmAGinfo: TFrmAGinfo
  Left = 524
  Top = 317
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'CPU '#20449#24687
  ClientHeight = 169
  ClientWidth = 333
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 22
    Width = 65
    Height = 17
    AutoSize = False
    Caption = 'CPU '#20449#24687
  end
  object Label2: TLabel
    Left = 24
    Top = 54
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #22266#20214#29256#26412
  end
  object Label3: TLabel
    Left = 24
    Top = 86
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #30828#20214#29256#26412
  end
  object ButtonAGinfoSure: TButton
    Left = 24
    Top = 133
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = ButtonAGinfoSureClick
  end
  object ButtonAGinfoCancel: TButton
    Left = 240
    Top = 133
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = ButtonAGinfoCancelClick
  end
  object EditAGinfo: TEdit
    Left = 120
    Top = 16
    Width = 185
    Height = 21
    AutoSelect = False
    AutoSize = False
    ReadOnly = True
    TabOrder = 2
  end
  object EditPLCas: TEdit
    Left = 120
    Top = 48
    Width = 73
    Height = 21
    AutoSelect = False
    AutoSize = False
    ReadOnly = True
    TabOrder = 3
  end
  object EditpgAS: TEdit
    Left = 120
    Top = 80
    Width = 73
    Height = 21
    AutoSelect = False
    AutoSize = False
    ReadOnly = True
    TabOrder = 4
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Color = clBtnFace
    DrawMenuBar = True
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    UseDimColor = False
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = True
    Active = True
    Left = 256
    Top = 72
  end
end

⌨️ 快捷键说明

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