unituseradd.dfm

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

DFM
80
字号
object frmUserAdd: TfrmUserAdd
  Left = 284
  Top = 186
  Width = 436
  Height = 372
  Caption = 'frmUserAdd'
  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 = 40
    Top = 40
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 40
    Top = 104
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #23494#30721
  end
  object Label3: TLabel
    Left = 40
    Top = 160
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #22791#27880
  end
  object edtUsername: TEdit
    Left = 184
    Top = 32
    Width = 137
    Height = 21
    TabOrder = 0
  end
  object edtPassword: TEdit
    Left = 184
    Top = 96
    Width = 137
    Height = 21
    TabOrder = 1
  end
  object edtmemo: TEdit
    Left = 184
    Top = 152
    Width = 137
    Height = 21
    TabOrder = 2
  end
  object btnOk: TBitBtn
    Left = 104
    Top = 256
    Width = 65
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 3
  end
  object btnCancel: TBitBtn
    Left = 200
    Top = 256
    Width = 89
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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