adduserunit.~dfm

来自「一个很不错的系统! 查询模块方面是我编的最好的一次.几乎完美!!!!.」· ~DFM 代码 · 共 113 行

~DFM
113
字号
object frm_adduser: Tfrm_adduser
  Left = 561
  Top = 130
  BorderStyle = bsDialog
  Caption = #28155#21152#29992#25143
  ClientHeight = 257
  ClientWidth = 365
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 32
    Width = 201
    Height = 161
    Caption = #26032#29992#25143
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 32
      Width = 57
      Height = 13
      Caption = #29992'  '#25143'  '#21517':  '
    end
    object Label2: TLabel
      Left = 8
      Top = 76
      Width = 60
      Height = 13
      Caption = #23494'         '#30721':  '
    end
    object Label3: TLabel
      Left = 8
      Top = 120
      Width = 60
      Height = 13
      Caption = #30830#35748#23494#30721':   '
    end
    object Edit1: TEdit
      Left = 72
      Top = 28
      Width = 121
      Height = 21
      TabOrder = 0
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 72
      Top = 72
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 1
      Text = 'Edit2'
    end
    object Edit3: TEdit
      Left = 72
      Top = 116
      Width = 121
      Height = 21
      PasswordChar = '*'
      TabOrder = 2
      Text = 'Edit3'
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 216
    Top = 32
    Width = 129
    Height = 161
    Caption = #35282#33394#25480#20104
    Items.Strings = (
      #31649#29702#21592
      #25805#20316#21592
      #26222#36890#35775#38382#32773)
    TabOrder = 1
  end
  object b_ok: TButton
    Left = 40
    Top = 216
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 2
    OnClick = b_okClick
  end
  object b_cancel: TButton
    Left = 136
    Top = 216
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 3
  end
  object b_help: TButton
    Left = 232
    Top = 216
    Width = 75
    Height = 25
    Caption = #24110#21161
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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