home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / Software / zkuste / BlowFish / bfa97.exe / 0 / RCDATA / TGOTOJOBDIALOG / TGOTOJOBDIALOG.txt
Text File  |  1998-12-29  |  2KB  |  97 lines

  1. object GotoJobDialog: TGotoJobDialog
  2.   Left = 240
  3.   Top = 514
  4.   HelpContext = 206
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 119
  8.   ClientWidth = 361
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PasswordInfo: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 3
  26.     Height = 13
  27.     FocusControl = PasswordInputBox
  28.     Transparent = True
  29.   end
  30.   object PasswordInputBox: TEdit
  31.     Left = 8
  32.     Top = 24
  33.     Width = 345
  34.     Height = 21
  35.     HelpContext = 702
  36.     AutoSelect = False
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'Courier'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     OnKeyPress = PasswordInputBoxKeyPress
  45.   end
  46.   object ShowPasswordSwitch: TCheckBox
  47.     Left = 8
  48.     Top = 56
  49.     Width = 145
  50.     Height = 17
  51.     HelpContext = 703
  52.     TabOrder = 1
  53.     OnClick = ShowPasswordSwitchClick
  54.   end
  55.   object AutoConfirmSwitch: TCheckBox
  56.     Left = 8
  57.     Top = 72
  58.     Width = 145
  59.     Height = 17
  60.     HelpContext = 704
  61.     TabOrder = 2
  62.   end
  63.   object UseKeydiskSwitch: TCheckBox
  64.     Left = 8
  65.     Top = 88
  66.     Width = 161
  67.     Height = 17
  68.     HelpContext = 705
  69.     TabOrder = 3
  70.     OnClick = UseKeydiskSwitchClick
  71.   end
  72.   object OKButton: TButton
  73.     Left = 184
  74.     Top = 88
  75.     Width = 81
  76.     Height = 23
  77.     TabOrder = 5
  78.     OnClick = OKButtonClick
  79.   end
  80.   object CancelButton: TButton
  81.     Left = 272
  82.     Top = 88
  83.     Width = 81
  84.     Height = 23
  85.     TabOrder = 6
  86.     OnClick = CancelButtonClick
  87.   end
  88.   object KeepKeySwitch: TCheckBox
  89.     Left = 184
  90.     Top = 56
  91.     Width = 169
  92.     Height = 17
  93.     HelpContext = 740
  94.     TabOrder = 4
  95.   end
  96. end
  97.