uchangeuser.dfm

来自「进销存以及BOM管理,SQl Server数据库程序」· DFM 代码 · 共 73 行

DFM
73
字号
inherited frmchangeuser: Tfrmchangeuser
  Left = 292
  Top = 211
  Width = 390
  Height = 163
  ActiveControl = Edit1
  Caption = #26356#25442#29992#25143
  OldCreateOrder = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 257
    Height = 105
    Caption = #29992#25143#20449#24687
    TabOrder = 0
    object Label1: TLabel
      Left = 30
      Top = 32
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #30331#24405#21517#31216
    end
    object Label2: TLabel
      Left = 30
      Top = 64
      Width = 65
      Height = 17
      AutoSize = False
      Caption = #23494#30721
    end
    object Edit1: TEdit
      Left = 96
      Top = 32
      Width = 121
      Height = 20
      CharCase = ecUpperCase
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 96
      Top = 64
      Width = 121
      Height = 20
      PasswordChar = '*'
      TabOrder = 1
    end
  end
  object btnok: TButton
    Left = 288
    Top = 24
    Width = 75
    Height = 25
    Caption = #30830#23450
    Default = True
    TabOrder = 1
    OnClick = btnokClick
  end
  object btnexit: TButton
    Left = 288
    Top = 64
    Width = 75
    Height = 25
    Cancel = True
    Caption = #36864#20986
    TabOrder = 2
    OnClick = btnexitClick
  end
end

⌨️ 快捷键说明

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