umodpass.dfm

来自「DELPHI编程入门篇.从基础入手,浅显易懂,一定物有所值.」· DFM 代码 · 共 103 行

DFM
103
字号
object frmmodpass: Tfrmmodpass
  Left = 377
  Top = 195
  BorderStyle = bsDialog
  Caption = #20462#25913#23494#30721
  ClientHeight = 208
  ClientWidth = 316
  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 Label1: TLabel
    Left = 32
    Top = 20
    Width = 73
    Height = 13
    Caption = #29992#25143#21517#31216#65306' '
  end
  object Label2: TLabel
    Left = 32
    Top = 58
    Width = 71
    Height = 13
    Caption = #26087'  '#23494'  '#30721#65306' '
  end
  object Label3: TLabel
    Left = 32
    Top = 96
    Width = 71
    Height = 13
    Caption = #26032'  '#23494'  '#30721#65306' '
  end
  object Label4: TLabel
    Left = 32
    Top = 134
    Width = 73
    Height = 13
    Caption = #39564#35777#23494#30721#65306' '
  end
  object Edit1: TEdit
    Left = 102
    Top = 16
    Width = 181
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 102
    Top = 54
    Width = 181
    Height = 21
    TabOrder = 1
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 102
    Top = 92
    Width = 181
    Height = 21
    TabOrder = 2
    OnKeyPress = Edit3KeyPress
  end
  object Edit4: TEdit
    Left = 102
    Top = 130
    Width = 181
    Height = 21
    TabOrder = 3
    OnKeyPress = Edit4KeyPress
  end
  object BitBtn1: TBitBtn
    Left = 50
    Top = 168
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 194
    Top = 168
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 5
    OnClick = BitBtn2Click
  end
  object ADOQuery1: TADOQuery
    Connection = DataModule2.filialeConnect
    Parameters = <>
    Left = 276
    Top = 46
  end
end

⌨️ 快捷键说明

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