unitpermitadd.dfm

来自「一套宾馆管理系统」· DFM 代码 · 共 65 行

DFM
65
字号
object frmPermitAdd: TfrmPermitAdd
  Left = 360
  Top = 266
  Width = 324
  Height = 206
  Caption = 'frmPermitAdd'
  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 Label1: TLabel
    Left = 24
    Top = 24
    Width = 81
    Height = 25
    AutoSize = False
    Caption = #26435#38480#21517#31216
  end
  object Label2: TLabel
    Left = 24
    Top = 64
    Width = 89
    Height = 25
    AutoSize = False
    Caption = #22791#27880
  end
  object btnOk: TBitBtn
    Left = 80
    Top = 128
    Width = 57
    Height = 25
    Caption = #30830#35748
    ModalResult = 1
    TabOrder = 0
  end
  object btnCancel: TBitBtn
    Left = 160
    Top = 128
    Width = 57
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
  end
  object edtName: TEdit
    Left = 136
    Top = 24
    Width = 113
    Height = 21
    TabOrder = 2
  end
  object edtMemo: TEdit
    Left = 136
    Top = 64
    Width = 113
    Height = 21
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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