frm_louyuaddu.~dfm

来自「这是一个小区物业管理系统」· ~DFM 代码 · 共 54 行

~DFM
54
字号
object frm_louyuAdd: Tfrm_louyuAdd
  Left = 310
  Top = 186
  BorderStyle = bsDialog
  Caption = #28155#21152
  ClientHeight = 95
  ClientWidth = 200
  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
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 8
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #20449#24687
  end
  object Edt_name: TEdit
    Left = 16
    Top = 32
    Width = 177
    Height = 21
    TabOrder = 0
  end
  object Btn_ok: TButton
    Left = 40
    Top = 64
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = Btn_okClick
  end
  object Btn_cancel: TButton
    Left = 120
    Top = 64
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Btn_cancelClick
  end
end

⌨️ 快捷键说明

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