unit23.dfm

来自「光学仪器的控制系统 用于教学和科研的仪器」· DFM 代码 · 共 55 行

DFM
55
字号
object DlgNDPrnSet: TDlgNDPrnSet
  Left = 363
  Top = 284
  BorderStyle = bsDialog
  Caption = #25171#21360#35774#32622
  ClientHeight = 196
  ClientWidth = 289
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object cbStd: TCheckBox
    Left = 88
    Top = 40
    Width = 97
    Height = 17
    Caption = #25171#21360#24037#20316#26354#32447
    TabOrder = 0
  end
  object cbData: TCheckBox
    Left = 88
    Top = 88
    Width = 97
    Height = 17
    Caption = #25171#21360#27979#37327#25968#25454
    TabOrder = 1
  end
  object Button1: TButton
    Left = 48
    Top = 152
    Width = 75
    Height = 25
    Caption = #25171#21360
    Default = True
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 152
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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