unit_set_password.dfm
来自「DELPHI 编写的绣花厂管理软件」· DFM 代码 · 共 96 行
DFM
96 行
inherited Form_Set_Password: TForm_Set_Password
Tag = 221245
Left = 353
Top = 202
Width = 245
Height = 221
Caption = #35774#32622#21475#20196
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 0
Width = 237
Height = 135
Align = alTop
BevelInner = bvLowered
TabOrder = 0
object Label1: TLabel
Left = 29
Top = 25
Width = 98
Height = 13
AutoSize = False
Caption = #36755#20837#21407#23494#30721#65306
end
object Label2: TLabel
Left = 29
Top = 58
Width = 98
Height = 13
AutoSize = False
Caption = #36755#20837#26032#23494#30721#65306
end
object Label3: TLabel
Left = 29
Top = 88
Width = 98
Height = 13
AutoSize = False
Caption = #30830#35748#26032#23494#30721#65306
end
object Edit1: TEdit
Left = 102
Top = 21
Width = 98
Height = 21
Color = 16572566
PasswordChar = '*'
TabOrder = 0
end
object Edit2: TEdit
Left = 102
Top = 54
Width = 98
Height = 21
Color = 16572566
PasswordChar = '*'
TabOrder = 1
end
object Edit3: TEdit
Left = 102
Top = 86
Width = 98
Height = 21
Color = 16572566
PasswordChar = '*'
TabOrder = 2
end
end
object Button1: TButton
Left = 40
Top = 152
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 120
Top = 152
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = Button2Click
end
object ADOQuery1: TADOQuery
Connection = Form_main.ADOCn
Parameters = <>
Left = 152
Top = 80
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?