fadminloginadd.dfm

来自「工资管理系统Delphi ?ぷ使芾硐低矰elphi」· DFM 代码 · 共 80 行

DFM
80
字号
object frmAdminLoginAdd: TfrmAdminLoginAdd
  Left = 332
  Top = 324
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #28155#21152#31649#29702#24080#21495
  ClientHeight = 174
  ClientWidth = 280
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 12
  object lbledt1: TLabeledEdit
    Left = 80
    Top = 24
    Width = 169
    Height = 20
    EditLabel.Width = 36
    EditLabel.Height = 12
    EditLabel.Caption = #24080#21495'  '
    LabelPosition = lpLeft
    TabOrder = 0
  end
  object lbledt2: TLabeledEdit
    Left = 80
    Top = 56
    Width = 169
    Height = 20
    EditLabel.Width = 36
    EditLabel.Height = 12
    EditLabel.Caption = #23494#30721'  '
    LabelPosition = lpLeft
    PasswordChar = '*'
    TabOrder = 1
  end
  object lbledt3: TLabeledEdit
    Left = 80
    Top = 88
    Width = 169
    Height = 20
    EditLabel.Width = 60
    EditLabel.Height = 12
    EditLabel.Caption = #37325#22797#23494#30721'  '
    LabelPosition = lpLeft
    PasswordChar = '*'
    TabOrder = 2
  end
  object btn1: TBitBtn
    Left = 80
    Top = 128
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 3
    OnClick = btn1Click
  end
  object btn2: TBitBtn
    Left = 168
    Top = 128
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 4
    OnClick = btn2Click
  end
  object qry1: TADOQuery
    Connection = dm.con1
    Parameters = <>
    Left = 16
    Top = 120
  end
end

⌨️ 快捷键说明

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