cx_dw_personunit.dfm

来自「使用delphi语言」· DFM 代码 · 共 83 行

DFM
83
字号
object cx_dw_personform: Tcx_dw_personform
  Left = 206
  Top = 171
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = #20010#20154#19982#21333#20301#32564#32435#27719#24635#26597#35810
  ClientHeight = 151
  ClientWidth = 365
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 88
    Top = 66
    Width = 72
    Height = 13
    Caption = #35831#36755#20837#24180#20221':'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 104
    Top = 28
    Width = 169
    Height = 13
    Caption = #20010#20154#19982#21333#20301#32564#32435#27719#24635#26597#35810#26465#20214
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlue
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Bevel1: TBevel
    Left = 40
    Top = 52
    Width = 281
    Height = 43
    Shape = bsFrame
  end
  object MaskEdit1: TMaskEdit
    Left = 160
    Top = 63
    Width = 65
    Height = 21
    EditMask = '9999;1;_'
    MaxLength = 4
    TabOrder = 0
    Text = '    '
    OnKeyDown = MaskEdit1KeyDown
  end
  object BitBtn2: TBitBtn
    Left = 201
    Top = 109
    Width = 75
    Height = 25
    Cancel = True
    Caption = #20851#38381
    TabOrder = 1
    OnClick = BitBtn2Click
  end
  object BitBtn1: TBitBtn
    Left = 89
    Top = 109
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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