Skip to content
Snippets Groups Projects
Commit feec7e3b authored by rswindell's avatar rswindell
Browse files

Added Edit box for Password dialog.

parent 2cf42b0c
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,9 @@ object CodeInputForm: TCodeInputForm
OldCreateOrder = True
Position = poScreenCenter
OnShow = FormShow
DesignSize = (
407
90)
PixelsPerInch = 120
TextHeight = 16
object Bevel1: TBevel
......@@ -59,4 +62,12 @@ object CodeInputForm: TCodeInputForm
ItemHeight = 16
TabOrder = 2
end
object Edit: TEdit
Left = 152
Top = 32
Width = 121
Height = 24
TabOrder = 3
Visible = False
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment