unitadduser.dfm

来自「这是一个SQL的物资管理系统 这是一个SQL的物资管理系统」· DFM 代码 · 共 102 行

DFM
102
字号
object FrmAddUser: TFrmAddUser
  Left = 275
  Top = 231
  Width = 500
  Height = 287
  Caption = #28155#21152#29992#25143
  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 = 56
    Top = 24
    Width = 36
    Height = 13
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 64
    Top = 80
    Width = 24
    Height = 13
    Caption = #23494#30721
  end
  object Label3: TLabel
    Left = 24
    Top = 136
    Width = 72
    Height = 13
    Caption = #20877#27425#36755#20837#23494#30721
  end
  object Label4: TLabel
    Left = 56
    Top = 192
    Width = 24
    Height = 13
    Caption = #35282#33394
  end
  object edtUserName: TEdit
    Left = 120
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object edtPassword: TEdit
    Left = 120
    Top = 72
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 1
  end
  object edtQueryPassword: TEdit
    Left = 120
    Top = 128
    Width = 121
    Height = 21
    PasswordChar = '*'
    TabOrder = 2
  end
  object cmbbxType: TComboBox
    Left = 120
    Top = 184
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    Items.Strings = (
      #26222#36890#29992#25143
      #31649#29702#21592)
  end
  object btnPost: TButton
    Left = 336
    Top = 64
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 4
    OnClick = btnPostClick
  end
  object btnReflesh: TButton
    Left = 336
    Top = 136
    Width = 75
    Height = 25
    Caption = #37325#32622
    TabOrder = 5
    OnClick = btnRefleshClick
  end
  object ADOStoredProc1: TADOStoredProc
    Parameters = <>
    Left = 296
    Top = 24
  end
end

⌨️ 快捷键说明

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