xiugaikouling.dfm
来自「Delphi实战演练一书的配套光盘」· DFM 代码 · 共 171 行
DFM
171 行
object XiugaiKoulingFrm: TXiugaiKoulingFrm
Left = 192
Top = 107
Width = 320
Height = 244
Caption = '修改口令'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 26
Width = 42
Height = 13
Caption = '用户号'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 58
Width = 42
Height = 13
Caption = '旧口令'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 48
Top = 90
Width = 42
Height = 13
Caption = '新口令'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 48
Top = 122
Width = 70
Height = 13
Caption = '确认新口令'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 136
Top = 22
Width = 121
Height = 21
Color = clMenu
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object Edit2: TEdit
Left = 136
Top = 54
Width = 121
Height = 21
Color = clMenu
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
PasswordChar = '#'
TabOrder = 1
end
object Edit3: TEdit
Left = 136
Top = 86
Width = 121
Height = 21
Color = clMenu
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
PasswordChar = '#'
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 48
Top = 160
Width = 75
Height = 25
Cancel = True
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '幼圆'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 3
OnClick = BitBtn1Click
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 184
Top = 160
Width = 75
Height = 25
Caption = '确认'
Default = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '幼圆'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 4
OnClick = BitBtn2Click
NumGlyphs = 2
end
object Edit4: TEdit
Left = 136
Top = 118
Width = 121
Height = 21
Color = clMenu
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '幼圆'
Font.Style = []
ParentFont = False
PasswordChar = '#'
TabOrder = 5
end
object Query1: TQuery
RequestLive = True
Left = 16
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?