⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adduser2.dfm

📁 dephi 7.0实现的TDMA工作原理.用于演示TDMA的工作流程
💻 DFM
字号:
object adduser2frm: Tadduser2frm
  Left = 316
  Top = 264
  Width = 365
  Height = 162
  Caption = 'adduser2frm'
  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 = 192
    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
  object RadioGroup1: TRadioGroup
    Left = 24
    Top = 64
    Width = 321
    Height = 57
    Caption = #35774#32622#20248#20808#32423
    TabOrder = 3
  end
  object RadioButton1: TRadioButton
    Left = 40
    Top = 88
    Width = 33
    Height = 17
    Caption = '1'
    TabOrder = 4
  end
  object RadioButton2: TRadioButton
    Left = 88
    Top = 88
    Width = 41
    Height = 17
    Caption = '2'
    TabOrder = 5
  end
  object RadioButton3: TRadioButton
    Left = 144
    Top = 88
    Width = 41
    Height = 17
    Caption = '3'
    Checked = True
    TabOrder = 6
    TabStop = True
  end
  object RadioButton4: TRadioButton
    Left = 200
    Top = 88
    Width = 41
    Height = 17
    Caption = '4'
    TabOrder = 7
  end
  object RadioButton5: TRadioButton
    Left = 256
    Top = 88
    Width = 33
    Height = 17
    Caption = '5'
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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