wsstandardedit.dfm

来自「企业ERP管理系统」· DFM 代码 · 共 33 行

DFM
33
字号
inherited WSStandardEditForm: TWSStandardEditForm
  Left = 176
  Top = 164
  Width = 431
  Height = 276
  Caption = 'WSStandardEditForm'
  DesignSize = (
    423
    249)
  PixelsPerInch = 96
  TextHeight = 12
  object CancelButton: TButton
    Left = 341
    Top = 216
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 0
  end
  object OKButton: TButton
    Left = 261
    Top = 216
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = #30830#23450
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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