adduser.~dfm

来自「dephi 7.0实现的TDMA工作原理.用于演示TDMA的工作流程」· ~DFM 代码 · 共 52 行

~DFM
52
字号
object adduserfrm: Tadduserfrm
  Left = 386
  Top = 300
  Width = 365
  Height = 105
  Caption = 'adduserfrm'
  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 = 8
    Top = 8
    Width = 241
    Height = 13
    AutoSize = False
    Caption = #36755#20837#35201#21457#36865#30340#25968#25454#38271#24230#65288'1'#65374'10'#65289
  end
  object Edit1: TEdit
    Left = 32
    Top = 32
    Width = 121
    Height = 21
    Color = clSkyBlue
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object BitBtn1: TBitBtn
    Left = 184
    Top = 32
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 280
    Top = 32
    Width = 57
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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