object GotoJobDialog: TGotoJobDialog Left = 240 Top = 514 HelpContext = 206 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog ClientHeight = 119 ClientWidth = 361 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PasswordInfo: TLabel Left = 8 Top = 8 Width = 3 Height = 13 FocusControl = PasswordInputBox Transparent = True end object PasswordInputBox: TEdit Left = 8 Top = 24 Width = 345 Height = 21 HelpContext = 702 AutoSelect = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'Courier' Font.Style = [] ParentFont = False TabOrder = 0 OnKeyPress = PasswordInputBoxKeyPress end object ShowPasswordSwitch: TCheckBox Left = 8 Top = 56 Width = 145 Height = 17 HelpContext = 703 TabOrder = 1 OnClick = ShowPasswordSwitchClick end object AutoConfirmSwitch: TCheckBox Left = 8 Top = 72 Width = 145 Height = 17 HelpContext = 704 TabOrder = 2 end object UseKeydiskSwitch: TCheckBox Left = 8 Top = 88 Width = 161 Height = 17 HelpContext = 705 TabOrder = 3 OnClick = UseKeydiskSwitchClick end object OKButton: TButton Left = 184 Top = 88 Width = 81 Height = 23 TabOrder = 5 OnClick = OKButtonClick end object CancelButton: TButton Left = 272 Top = 88 Width = 81 Height = 23 TabOrder = 6 OnClick = CancelButtonClick end object KeepKeySwitch: TCheckBox Left = 184 Top = 56 Width = 169 Height = 17 HelpContext = 740 TabOrder = 4 end end