home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TDETFORM / TDETFORM.txt
Text File  |  2007-04-21  |  102KB  |  3,430 lines

  1. object DetForm: TDetForm
  2.   Left = 451
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'User Details'
  7.   ClientHeight = 314
  8.   ClientWidth = 527
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object PanelLeft: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 115
  30.     Height = 284
  31.     Align = alLeft
  32.     BorderWidth = 1
  33.     TabOrder = 0
  34.     object SButtonTest: TSpeedButton
  35.       Left = 96
  36.       Top = 8
  37.       Width = 17
  38.       Height = 17
  39.       Flat = True
  40.       Visible = False
  41.     end
  42.     object PanelBuddy: TPanel
  43.       Left = 25
  44.       Top = 12
  45.       Width = 66
  46.       Height = 66
  47.       BevelOuter = bvLowered
  48.       TabOrder = 0
  49.       object BuddyImage: TImage
  50.         Left = 1
  51.         Top = 1
  52.         Width = 64
  53.         Height = 64
  54.         Align = alClient
  55.         Center = True
  56.         Proportional = True
  57.         Transparent = True
  58.       end
  59.     end
  60.     object PanelMenu: TPanel
  61.       Left = 6
  62.       Top = 123
  63.       Width = 103
  64.       Height = 155
  65.       BevelOuter = bvLowered
  66.       TabOrder = 2
  67.       object SButtonInfo: TSpeedButton
  68.         Left = 1
  69.         Top = 1
  70.         Width = 101
  71.         Height = 17
  72.         GroupIndex = 1
  73.         Down = True
  74.         Caption = 'Info Summary'
  75.         Flat = True
  76.         OnClick = SButtonInfoClick
  77.       end
  78.       object SButtonICQ: TSpeedButton
  79.         Left = 1
  80.         Top = 18
  81.         Width = 101
  82.         Height = 17
  83.         GroupIndex = 1
  84.         Caption = 'Account Info'
  85.         Flat = True
  86.         OnClick = SButtonICQClick
  87.       end
  88.       object SButtonHome: TSpeedButton
  89.         Left = 1
  90.         Top = 35
  91.         Width = 101
  92.         Height = 17
  93.         GroupIndex = 1
  94.         Caption = 'Home'
  95.         Flat = True
  96.         OnClick = SButtonHomeClick
  97.       end
  98.       object SButtonWork: TSpeedButton
  99.         Left = 1
  100.         Top = 52
  101.         Width = 101
  102.         Height = 17
  103.         GroupIndex = 1
  104.         Caption = 'Work'
  105.         Flat = True
  106.         OnClick = SButtonWorkClick
  107.       end
  108.       object SButtonPersonal: TSpeedButton
  109.         Left = 1
  110.         Top = 69
  111.         Width = 101
  112.         Height = 17
  113.         GroupIndex = 1
  114.         Caption = 'Personal'
  115.         Flat = True
  116.         OnClick = SButtonPersonalClick
  117.       end
  118.       object SButtonInterests: TSpeedButton
  119.         Left = 1
  120.         Top = 86
  121.         Width = 101
  122.         Height = 17
  123.         GroupIndex = 1
  124.         Caption = 'Interests'
  125.         Flat = True
  126.         OnClick = SButtonInterestsClick
  127.       end
  128.       object SButtonAdditional: TSpeedButton
  129.         Left = 1
  130.         Top = 137
  131.         Width = 101
  132.         Height = 17
  133.         GroupIndex = 1
  134.         Caption = 'Additional'
  135.         Flat = True
  136.         OnClick = SButtonAdditionalClick
  137.       end
  138.       object SButtonPast: TSpeedButton
  139.         Left = 1
  140.         Top = 103
  141.         Width = 101
  142.         Height = 17
  143.         GroupIndex = 1
  144.         Caption = 'Past Info'
  145.         Flat = True
  146.         OnClick = SButtonPastClick
  147.       end
  148.       object SButtonAbout: TSpeedButton
  149.         Left = 1
  150.         Top = 120
  151.         Width = 101
  152.         Height = 17
  153.         GroupIndex = 1
  154.         Caption = 'About'
  155.         Flat = True
  156.         OnClick = SButtonAboutClick
  157.       end
  158.     end
  159.     object PanelBtnIcon: TPanel
  160.       Left = 6
  161.       Top = 82
  162.       Width = 103
  163.       Height = 38
  164.       BevelOuter = bvLowered
  165.       TabOrder = 1
  166.       object SButtonClear: TSpeedButton
  167.         Left = 1
  168.         Top = 19
  169.         Width = 101
  170.         Height = 18
  171.         Caption = 'Clear Icon'
  172.         OnClick = SButtonClearClick
  173.       end
  174.       object SButtonLoad: TSpeedButton
  175.         Left = 1
  176.         Top = 1
  177.         Width = 101
  178.         Height = 18
  179.         Caption = 'Load Icon'
  180.         OnClick = SButtonLoadClick
  181.       end
  182.     end
  183.   end
  184.   object PanelDown: TPanel
  185.     Left = 0
  186.     Top = 284
  187.     Width = 527
  188.     Height = 30
  189.     Align = alBottom
  190.     BevelOuter = bvNone
  191.     TabOrder = 1
  192.     object ButtonGetDets: TInfBitBtn
  193.       Left = 119
  194.       Top = 3
  195.       Width = 186
  196.       Height = 23
  197.       Caption = 'Get Details From Directory'
  198.       TabOrder = 1
  199.     end
  200.     object ButtonSave: TInfBitBtn
  201.       Left = 357
  202.       Top = 3
  203.       Width = 83
  204.       Height = 23
  205.       Caption = 'Save'
  206.       TabOrder = 3
  207.       Visible = False
  208.       OnClick = ButtonSaveClick
  209.     end
  210.     object ButtonClose: TInfBitBtn
  211.       Left = 441
  212.       Top = 3
  213.       Width = 83
  214.       Height = 23
  215.       Caption = 'Close'
  216.       TabOrder = 4
  217.       OnClick = ButtonCloseClick
  218.     end
  219.     object ButtonWeb: TInfBitBtn
  220.       Left = 3
  221.       Top = 3
  222.       Width = 108
  223.       Height = 23
  224.       Caption = 'Web Center'
  225.       TabOrder = 0
  226.       OnClick = ButtonWebClick
  227.     end
  228.     object ButtonClear: TInfBitBtn
  229.       Left = 306
  230.       Top = 3
  231.       Width = 23
  232.       Height = 23
  233.       TabOrder = 2
  234.       OnClick = ButtonClearClick
  235.     end
  236.   end
  237.   object PCInfo: TPageControlEx
  238.     Left = 115
  239.     Top = 0
  240.     Width = 412
  241.     Height = 284
  242.     ActivePage = TabSheetSum
  243.     Align = alClient
  244.     Images = MainForm.ImageList1
  245.     TabOrder = 2
  246.     OnChange = PCInfoClick
  247.     object TabSheetSum: TTabSheet
  248.       Caption = 'Info Summary'
  249.       object PanelRamka: TPanel
  250.         Left = 10
  251.         Top = 13
  252.         Width = 390
  253.         Height = 237
  254.         BevelOuter = bvLowered
  255.         TabOrder = 0
  256.         object RVSum: TRichView
  257.           Left = 1
  258.           Top = 1
  259.           Width = 388
  260.           Height = 235
  261.           Align = alClient
  262.           Color = clBtnFace
  263.           PopupMenu = PopupMenuCopy
  264.           TabOrder = 0
  265.           UseXPThemes = False
  266.           BorderStyle = bsNone
  267.           DoInPaletteMode = rvpaCreateCopies
  268.           HScrollVisible = False
  269.           LeftMargin = 8
  270.           Options = [rvoAllowSelection, rvoShowPageBreaks, rvoAutoCopyText, rvoAutoCopyRVF, rvoAutoCopyImage, rvoAutoCopyRTF, rvoFormatInvalidate, rvoDblClickSelectsWord, rvoRClickDeselects]
  271.           RTFReadProperties.TextStyleMode = rvrsAddIfNeeded
  272.           RTFReadProperties.ParaStyleMode = rvrsAddIfNeeded
  273.           RVFOptions = [rvfoSavePicturesBody, rvfoSaveControlsBody, rvfoSaveBinary, rvfoSaveTextStyles, rvfoSaveParaStyles, rvfoSaveDocProperties, rvfoLoadDocProperties]
  274.           Style = RVStyle1
  275.           TopMargin = 2
  276.         end
  277.       end
  278.     end
  279.     object TabSheetICQ: TTabSheet
  280.       Caption = 'Account Info'
  281.       ImageIndex = 1
  282.       object GroupBoxAccInfo: TGroupBox
  283.         Left = 8
  284.         Top = 7
  285.         Width = 393
  286.         Height = 78
  287.         Caption = ' Account Info '
  288.         Font.Charset = DEFAULT_CHARSET
  289.         Font.Color = clWindowText
  290.         Font.Height = -11
  291.         Font.Name = 'MS Sans Serif'
  292.         Font.Style = [fsBold]
  293.         ParentFont = False
  294.         TabOrder = 0
  295.         object LabelAccICQ: TLabel
  296.           Left = 15
  297.           Top = 21
  298.           Width = 25
  299.           Height = 13
  300.           Alignment = taRightJustify
  301.           Caption = 'ICQ#'
  302.           Color = clBtnFace
  303.           Font.Charset = DEFAULT_CHARSET
  304.           Font.Color = clWindowText
  305.           Font.Height = -11
  306.           Font.Name = 'MS Sans Serif'
  307.           Font.Style = []
  308.           ParentColor = False
  309.           ParentFont = False
  310.         end
  311.         object LabelRegdate: TLabel
  312.           Left = 147
  313.           Top = 21
  314.           Width = 83
  315.           Height = 13
  316.           Alignment = taRightJustify
  317.           Caption = 'Registration date:'
  318.           Color = clBtnFace
  319.           Font.Charset = DEFAULT_CHARSET
  320.           Font.Color = clWindowText
  321.           Font.Height = -11
  322.           Font.Name = 'MS Sans Serif'
  323.           Font.Style = []
  324.           ParentColor = False
  325.           ParentFont = False
  326.         end
  327.         object LabelAccIP: TLabel
  328.           Left = 27
  329.           Top = 47
  330.           Width = 13
  331.           Height = 13
  332.           Alignment = taRightJustify
  333.           Caption = 'IP:'
  334.           Color = clBtnFace
  335.           Font.Charset = DEFAULT_CHARSET
  336.           Font.Color = clWindowText
  337.           Font.Height = -11
  338.           Font.Name = 'MS Sans Serif'
  339.           Font.Style = []
  340.           ParentColor = False
  341.           ParentFont = False
  342.         end
  343.         object LabelAccTime: TLabel
  344.           Left = 175
  345.           Top = 49
  346.           Width = 55
  347.           Height = 13
  348.           Alignment = taRightJustify
  349.           Caption = 'Login Time:'
  350.           Color = clBtnFace
  351.           Font.Charset = DEFAULT_CHARSET
  352.           Font.Color = clWindowText
  353.           Font.Height = -11
  354.           Font.Name = 'MS Sans Serif'
  355.           Font.Style = []
  356.           ParentColor = False
  357.           ParentFont = False
  358.         end
  359.         object EditSN: TEdit
  360.           Left = 42
  361.           Top = 18
  362.           Width = 87
  363.           Height = 21
  364.           Color = clBtnFace
  365.           Font.Charset = DEFAULT_CHARSET
  366.           Font.Color = clWindowText
  367.           Font.Height = -11
  368.           Font.Name = 'MS Sans Serif'
  369.           Font.Style = []
  370.           ParentFont = False
  371.           ReadOnly = True
  372.           TabOrder = 0
  373.         end
  374.         object EditRegDate: TEdit
  375.           Left = 232
  376.           Top = 18
  377.           Width = 150
  378.           Height = 21
  379.           Color = clBtnFace
  380.           Font.Charset = DEFAULT_CHARSET
  381.           Font.Color = clWindowText
  382.           Font.Height = -11
  383.           Font.Name = 'MS Sans Serif'
  384.           Font.Style = []
  385.           ParentFont = False
  386.           ReadOnly = True
  387.           TabOrder = 1
  388.         end
  389.         object EditAccIP: TEdit
  390.           Left = 42
  391.           Top = 44
  392.           Width = 87
  393.           Height = 21
  394.           Color = clBtnFace
  395.           Font.Charset = DEFAULT_CHARSET
  396.           Font.Color = clWindowText
  397.           Font.Height = -11
  398.           Font.Name = 'MS Sans Serif'
  399.           Font.Style = []
  400.           ParentFont = False
  401.           ReadOnly = True
  402.           TabOrder = 2
  403.           Text = '0.0.0.0'
  404.         end
  405.         object EditAccTime: TEdit
  406.           Left = 232
  407.           Top = 46
  408.           Width = 150
  409.           Height = 21
  410.           Color = clBtnFace
  411.           Font.Charset = DEFAULT_CHARSET
  412.           Font.Color = clWindowText
  413.           Font.Height = -11
  414.           Font.Name = 'MS Sans Serif'
  415.           Font.Style = []
  416.           ParentFont = False
  417.           ReadOnly = True
  418.           TabOrder = 3
  419.         end
  420.         object ButtonCheckAc: TPanel
  421.           Left = 178
  422.           Top = 18
  423.           Width = 204
  424.           Height = 21
  425.           Caption = 'Check Account State'
  426.           Font.Charset = DEFAULT_CHARSET
  427.           Font.Color = clWindowText
  428.           Font.Height = -11
  429.           Font.Name = 'MS Sans Serif'
  430.           Font.Style = []
  431.           ParentFont = False
  432.           TabOrder = 4
  433.           TabStop = True
  434.           OnClick = ButtonCheckAcClick
  435.           OnMouseDown = ButtonCheckAcMouseDown
  436.           OnMouseUp = ButtonCheckAcMouseUp
  437.         end
  438.       end
  439.       object GroupBoxAccName: TGroupBox
  440.         Left = 8
  441.         Top = 96
  442.         Width = 393
  443.         Height = 65
  444.         Caption = ' Name '
  445.         Font.Charset = DEFAULT_CHARSET
  446.         Font.Color = clWindowText
  447.         Font.Height = -11
  448.         Font.Name = 'MS Sans Serif'
  449.         Font.Style = [fsBold]
  450.         ParentFont = False
  451.         TabOrder = 1
  452.         object LabelFirst: TLabel
  453.           Left = 145
  454.           Top = 18
  455.           Width = 50
  456.           Height = 13
  457.           Caption = 'First Name'
  458.           Color = clBtnFace
  459.           Font.Charset = DEFAULT_CHARSET
  460.           Font.Color = clWindowText
  461.           Font.Height = -11
  462.           Font.Name = 'MS Sans Serif'
  463.           Font.Style = []
  464.           ParentColor = False
  465.           ParentFont = False
  466.         end
  467.         object LabelLast: TLabel
  468.           Left = 273
  469.           Top = 18
  470.           Width = 51
  471.           Height = 13
  472.           Caption = 'Last Name'
  473.           Color = clBtnFace
  474.           Font.Charset = DEFAULT_CHARSET
  475.           Font.Color = clWindowText
  476.           Font.Height = -11
  477.           Font.Name = 'MS Sans Serif'
  478.           Font.Style = []
  479.           ParentColor = False
  480.           ParentFont = False
  481.         end
  482.         object LabelNick: TLabel
  483.           Left = 17
  484.           Top = 18
  485.           Width = 53
  486.           Height = 13
  487.           Caption = 'Nick Name'
  488.           Color = clBtnFace
  489.           Font.Charset = DEFAULT_CHARSET
  490.           Font.Color = clWindowText
  491.           Font.Height = -11
  492.           Font.Name = 'MS Sans Serif'
  493.           Font.Style = []
  494.           ParentColor = False
  495.           ParentFont = False
  496.         end
  497.         object EditAccFirst: TEdit
  498.           Left = 143
  499.           Top = 34
  500.           Width = 111
  501.           Height = 21
  502.           Color = clBtnFace
  503.           Font.Charset = DEFAULT_CHARSET
  504.           Font.Color = clWindowText
  505.           Font.Height = -11
  506.           Font.Name = 'MS Sans Serif'
  507.           Font.Style = []
  508.           MaxLength = 20
  509.           ParentFont = False
  510.           ReadOnly = True
  511.           TabOrder = 1
  512.         end
  513.         object EditAccLast: TEdit
  514.           Left = 271
  515.           Top = 34
  516.           Width = 110
  517.           Height = 21
  518.           Color = clBtnFace
  519.           Font.Charset = DEFAULT_CHARSET
  520.           Font.Color = clWindowText
  521.           Font.Height = -11
  522.           Font.Name = 'MS Sans Serif'
  523.           Font.Style = []
  524.           MaxLength = 20
  525.           ParentFont = False
  526.           ReadOnly = True
  527.           TabOrder = 2
  528.         end
  529.         object EditAccNick: TEdit
  530.           Left = 15
  531.           Top = 34
  532.           Width = 111
  533.           Height = 21
  534.           Color = clBtnFace
  535.           Font.Charset = DEFAULT_CHARSET
  536.           Font.Color = clWindowText
  537.           Font.Height = -11
  538.           Font.Name = 'MS Sans Serif'
  539.           Font.Style = []
  540.           MaxLength = 20
  541.           ParentFont = False
  542.           ReadOnly = True
  543.           TabOrder = 0
  544.         end
  545.       end
  546.       object GroupBoxAccPM: TGroupBox
  547.         Left = 8
  548.         Top = 173
  549.         Width = 393
  550.         Height = 77
  551.         Caption = ' Primary Email '
  552.         Font.Charset = DEFAULT_CHARSET
  553.         Font.Color = clWindowText
  554.         Font.Height = -11
  555.         Font.Name = 'MS Sans Serif'
  556.         Font.Style = [fsBold]
  557.         ParentFont = False
  558.         TabOrder = 2
  559.         object SButtonAccMail: TInfSpeedButton
  560.           Left = 343
  561.           Top = 24
  562.           Width = 20
  563.           Height = 20
  564.           Flat = True
  565.           Glyph.Data = {
  566.             36040000424D3604000000000000360000002800000010000000100000000100
  567.             2000000000000004000000000000000000000000000000000000C8D0D400C8D0
  568.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  569.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  570.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  571.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  572.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  573.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  574.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  575.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  576.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  577.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  578.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  579.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  580.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  581.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  582.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  583.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  584.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  585.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  586.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  587.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  588.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  589.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  590.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  591.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  592.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  593.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  594.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  595.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  596.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  597.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  598.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  599.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400}
  600.           OnClick = SButtonAccMailClick
  601.         end
  602.         object EditAccPM: TEdit
  603.           Left = 14
  604.           Top = 24
  605.           Width = 323
  606.           Height = 21
  607.           Color = clBtnFace
  608.           Font.Charset = DEFAULT_CHARSET
  609.           Font.Color = clWindowText
  610.           Font.Height = -11
  611.           Font.Name = 'MS Sans Serif'
  612.           Font.Style = []
  613.           MaxLength = 60
  614.           ParentFont = False
  615.           ReadOnly = True
  616.           TabOrder = 0
  617.         end
  618.         object CheckBoxDontPub: TCheckBox
  619.           Left = 14
  620.           Top = 49
  621.           Width = 371
  622.           Height = 20
  623.           Caption = 'Don'#39't Publish for All. Use for Password Retrieval Purposes'
  624.           Enabled = False
  625.           Font.Charset = DEFAULT_CHARSET
  626.           Font.Color = clWindowText
  627.           Font.Height = -11
  628.           Font.Name = 'MS Sans Serif'
  629.           Font.Style = []
  630.           ParentFont = False
  631.           TabOrder = 1
  632.         end
  633.       end
  634.     end
  635.     object TabSheetHome: TTabSheet
  636.       Caption = 'Home'
  637.       ImageIndex = 2
  638.       object GroupBoxHO: TGroupBox
  639.         Left = 8
  640.         Top = 149
  641.         Width = 208
  642.         Height = 98
  643.         Caption = ' Originally from '
  644.         Font.Charset = DEFAULT_CHARSET
  645.         Font.Color = clWindowText
  646.         Font.Height = -11
  647.         Font.Name = 'MS Sans Serif'
  648.         Font.Style = [fsBold]
  649.         ParentFont = False
  650.         TabOrder = 1
  651.         object LabelHomeOState: TLabel
  652.           Left = 54
  653.           Top = 70
  654.           Width = 28
  655.           Height = 13
  656.           Alignment = taRightJustify
  657.           Caption = 'State:'
  658.           Color = clBtnFace
  659.           Font.Charset = DEFAULT_CHARSET
  660.           Font.Color = clWindowText
  661.           Font.Height = -11
  662.           Font.Name = 'MS Sans Serif'
  663.           Font.Style = []
  664.           ParentColor = False
  665.           ParentFont = False
  666.         end
  667.         object LabelHomeOCity: TLabel
  668.           Left = 62
  669.           Top = 46
  670.           Width = 20
  671.           Height = 13
  672.           Alignment = taRightJustify
  673.           Caption = 'City:'
  674.           Color = clBtnFace
  675.           Font.Charset = DEFAULT_CHARSET
  676.           Font.Color = clWindowText
  677.           Font.Height = -11
  678.           Font.Name = 'MS Sans Serif'
  679.           Font.Style = []
  680.           ParentColor = False
  681.           ParentFont = False
  682.         end
  683.         object LabelHomeOCountry: TLabel
  684.           Left = 43
  685.           Top = 21
  686.           Width = 39
  687.           Height = 13
  688.           Alignment = taRightJustify
  689.           Caption = 'Country:'
  690.           Color = clBtnFace
  691.           Font.Charset = DEFAULT_CHARSET
  692.           Font.Color = clWindowText
  693.           Font.Height = -11
  694.           Font.Name = 'MS Sans Serif'
  695.           Font.Style = []
  696.           ParentColor = False
  697.           ParentFont = False
  698.         end
  699.         object EditHomeOState: TEdit
  700.           Left = 85
  701.           Top = 67
  702.           Width = 111
  703.           Height = 21
  704.           Color = clBtnFace
  705.           Font.Charset = DEFAULT_CHARSET
  706.           Font.Color = clWindowText
  707.           Font.Height = -11
  708.           Font.Name = 'MS Sans Serif'
  709.           Font.Style = []
  710.           MaxLength = 5
  711.           ParentFont = False
  712.           ReadOnly = True
  713.           TabOrder = 3
  714.         end
  715.         object EditHomeOCity: TEdit
  716.           Left = 85
  717.           Top = 43
  718.           Width = 111
  719.           Height = 21
  720.           Color = clBtnFace
  721.           Font.Charset = DEFAULT_CHARSET
  722.           Font.Color = clWindowText
  723.           Font.Height = -11
  724.           Font.Name = 'MS Sans Serif'
  725.           Font.Style = []
  726.           MaxLength = 30
  727.           ParentFont = False
  728.           ReadOnly = True
  729.           TabOrder = 2
  730.         end
  731.         object CBHomeOCountry: TComboBox
  732.           Left = 85
  733.           Top = 19
  734.           Width = 111
  735.           Height = 21
  736.           Style = csDropDownList
  737.           DropDownCount = 25
  738.           Font.Charset = DEFAULT_CHARSET
  739.           Font.Color = clWindowText
  740.           Font.Height = -11
  741.           Font.Name = 'MS Sans Serif'
  742.           Font.Style = []
  743.           ItemHeight = 0
  744.           ParentFont = False
  745.           Sorted = True
  746.           TabOrder = 0
  747.           Visible = False
  748.           OnDropDown = CBHomeHCountryDropDown
  749.         end
  750.         object EditHomeOCountry: TEdit
  751.           Left = 85
  752.           Top = 19
  753.           Width = 111
  754.           Height = 21
  755.           Color = clBtnFace
  756.           Font.Charset = DEFAULT_CHARSET
  757.           Font.Color = clWindowText
  758.           Font.Height = -11
  759.           Font.Name = 'MS Sans Serif'
  760.           Font.Style = []
  761.           MaxLength = 30
  762.           ParentFont = False
  763.           ReadOnly = True
  764.           TabOrder = 1
  765.         end
  766.       end
  767.       object GroupBoxHT: TGroupBox
  768.         Left = 219
  769.         Top = 149
  770.         Width = 182
  771.         Height = 98
  772.         Caption = ' User Time '
  773.         Font.Charset = DEFAULT_CHARSET
  774.         Font.Color = clWindowText
  775.         Font.Height = -11
  776.         Font.Name = 'MS Sans Serif'
  777.         Font.Style = [fsBold]
  778.         ParentFont = False
  779.         TabOrder = 2
  780.         object LabelHomeTYTime: TLabel
  781.           Left = 35
  782.           Top = 69
  783.           Width = 51
  784.           Height = 13
  785.           Alignment = taRightJustify
  786.           Caption = 'Your Time:'
  787.           Color = clBtnFace
  788.           Font.Charset = DEFAULT_CHARSET
  789.           Font.Color = clWindowText
  790.           Font.Height = -11
  791.           Font.Name = 'MS Sans Serif'
  792.           Font.Style = []
  793.           ParentColor = False
  794.           ParentFont = False
  795.         end
  796.         object LabelHomeTUTime: TLabel
  797.           Left = 35
  798.           Top = 45
  799.           Width = 51
  800.           Height = 13
  801.           Alignment = taRightJustify
  802.           Caption = 'User Time:'
  803.           Color = clBtnFace
  804.           Font.Charset = DEFAULT_CHARSET
  805.           Font.Color = clWindowText
  806.           Font.Height = -11
  807.           Font.Name = 'MS Sans Serif'
  808.           Font.Style = []
  809.           ParentColor = False
  810.           ParentFont = False
  811.         end
  812.         object LabelHomeTOffset: TLabel
  813.           Left = 28
  814.           Top = 21
  815.           Width = 58
  816.           Height = 13
  817.           Alignment = taRightJustify
  818.           Caption = 'GMT Offset:'
  819.           Color = clBtnFace
  820.           Font.Charset = DEFAULT_CHARSET
  821.           Font.Color = clWindowText
  822.           Font.Height = -11
  823.           Font.Name = 'MS Sans Serif'
  824.           Font.Style = []
  825.           ParentColor = False
  826.           ParentFont = False
  827.         end
  828.         object EditHomeTYTime: TEdit
  829.           Left = 89
  830.           Top = 66
  831.           Width = 81
  832.           Height = 21
  833.           Color = clBtnFace
  834.           Font.Charset = DEFAULT_CHARSET
  835.           Font.Color = clWindowText
  836.           Font.Height = -11
  837.           Font.Name = 'MS Sans Serif'
  838.           Font.Style = []
  839.           MaxLength = 20
  840.           ParentFont = False
  841.           ReadOnly = True
  842.           TabOrder = 3
  843.         end
  844.         object EditHomeTUTime: TEdit
  845.           Left = 89
  846.           Top = 42
  847.           Width = 81
  848.           Height = 21
  849.           Color = clBtnFace
  850.           Font.Charset = DEFAULT_CHARSET
  851.           Font.Color = clWindowText
  852.           Font.Height = -11
  853.           Font.Name = 'MS Sans Serif'
  854.           Font.Style = []
  855.           MaxLength = 20
  856.           ParentFont = False
  857.           ReadOnly = True
  858.           TabOrder = 2
  859.         end
  860.         object CBHomeTGMT: TComboBox
  861.           Left = 89
  862.           Top = 18
  863.           Width = 81
  864.           Height = 21
  865.           Style = csDropDownList
  866.           DropDownCount = 20
  867.           Font.Charset = DEFAULT_CHARSET
  868.           Font.Color = clWindowText
  869.           Font.Height = -11
  870.           Font.Name = 'MS Sans Serif'
  871.           Font.Style = []
  872.           ItemHeight = 13
  873.           ParentFont = False
  874.           TabOrder = 0
  875.           Visible = False
  876.           Items.Strings = (
  877.             ' -12:00'
  878.             ' -11:30'
  879.             ' -11:00'
  880.             ' -10:30'
  881.             ' -10:00'
  882.             ' -09:30'
  883.             ' -09:00'
  884.             ' -08:30'
  885.             ' -08:00'
  886.             ' -07:30'
  887.             ' -07:00'
  888.             ' -06:30'
  889.             ' -06:00'
  890.             ' -05:30'
  891.             ' -05:00'
  892.             ' -04:30'
  893.             ' -04:00'
  894.             ' -03:30'
  895.             ' -03:00'
  896.             ' -02:30'
  897.             ' -02:00'
  898.             ' -01:30'
  899.             ' -01:00'
  900.             ' -00:30'
  901.             '  00:00'
  902.             ' +00:30'
  903.             ' +01:00 '
  904.             ' +01:30'
  905.             ' +02:00'
  906.             ' +02:30'
  907.             ' +03:00'
  908.             ' +03:30'
  909.             ' +04:00'
  910.             ' +04:30'
  911.             ' +05:00'
  912.             ' +05:30'
  913.             ' +06:00'
  914.             ' +06:30'
  915.             ' +07:00'
  916.             ' +07:30'
  917.             ' +08:00'
  918.             ' +08:30'
  919.             ' +09:00'
  920.             ' +09:30'
  921.             ' +10:00'
  922.             ' +10:30'
  923.             ' +11:00'
  924.             ' +11:30'
  925.             ' +12:00')
  926.         end
  927.         object EditHomeTGMT: TEdit
  928.           Left = 89
  929.           Top = 18
  930.           Width = 81
  931.           Height = 21
  932.           Color = clBtnFace
  933.           Font.Charset = DEFAULT_CHARSET
  934.           Font.Color = clWindowText
  935.           Font.Height = -11
  936.           Font.Name = 'MS Sans Serif'
  937.           Font.Style = []
  938.           MaxLength = 20
  939.           ParentFont = False
  940.           ReadOnly = True
  941.           TabOrder = 1
  942.         end
  943.       end
  944.       object GroupBoxHA: TGroupBox
  945.         Left = 8
  946.         Top = 7
  947.         Width = 393
  948.         Height = 133
  949.         Caption = ' Home Address '
  950.         Font.Charset = DEFAULT_CHARSET
  951.         Font.Color = clWindowText
  952.         Font.Height = -11
  953.         Font.Name = 'MS Sans Serif'
  954.         Font.Style = [fsBold]
  955.         ParentFont = False
  956.         TabOrder = 0
  957.         object LabelHomeHState: TLabel
  958.           Left = 47
  959.           Top = 76
  960.           Width = 28
  961.           Height = 13
  962.           Alignment = taRightJustify
  963.           Caption = 'State:'
  964.           Color = clBtnFace
  965.           Font.Charset = DEFAULT_CHARSET
  966.           Font.Color = clWindowText
  967.           Font.Height = -11
  968.           Font.Name = 'MS Sans Serif'
  969.           Font.Style = []
  970.           ParentColor = False
  971.           ParentFont = False
  972.         end
  973.         object LabelHomeHCity: TLabel
  974.           Left = 55
  975.           Top = 52
  976.           Width = 20
  977.           Height = 13
  978.           Alignment = taRightJustify
  979.           Caption = 'City:'
  980.           Color = clBtnFace
  981.           Font.Charset = DEFAULT_CHARSET
  982.           Font.Color = clWindowText
  983.           Font.Height = -11
  984.           Font.Name = 'MS Sans Serif'
  985.           Font.Style = []
  986.           ParentColor = False
  987.           ParentFont = False
  988.         end
  989.         object LabelHomeHCountry: TLabel
  990.           Left = 36
  991.           Top = 27
  992.           Width = 39
  993.           Height = 13
  994.           Alignment = taRightJustify
  995.           Caption = 'Country:'
  996.           Color = clBtnFace
  997.           Font.Charset = DEFAULT_CHARSET
  998.           Font.Color = clWindowText
  999.           Font.Height = -11
  1000.           Font.Name = 'MS Sans Serif'
  1001.           Font.Style = []
  1002.           ParentColor = False
  1003.           ParentFont = False
  1004.         end
  1005.         object LabelHomeHZip: TLabel
  1006.           Left = 57
  1007.           Top = 100
  1008.           Width = 18
  1009.           Height = 13
  1010.           Alignment = taRightJustify
  1011.           Caption = 'Zip:'
  1012.           Color = clBtnFace
  1013.           Font.Charset = DEFAULT_CHARSET
  1014.           Font.Color = clWindowText
  1015.           Font.Height = -11
  1016.           Font.Name = 'MS Sans Serif'
  1017.           Font.Style = []
  1018.           ParentColor = False
  1019.           ParentFont = False
  1020.         end
  1021.         object LabelHomeHAddress: TLabel
  1022.           Left = 165
  1023.           Top = 100
  1024.           Width = 72
  1025.           Height = 13
  1026.           Alignment = taRightJustify
  1027.           Caption = 'Street Address:'
  1028.           Color = clBtnFace
  1029.           Font.Charset = DEFAULT_CHARSET
  1030.           Font.Color = clWindowText
  1031.           Font.Height = -11
  1032.           Font.Name = 'MS Sans Serif'
  1033.           Font.Style = []
  1034.           ParentColor = False
  1035.           ParentFont = False
  1036.         end
  1037.         object LabelHomePhone: TLabel
  1038.           Left = 242
  1039.           Top = 28
  1040.           Width = 34
  1041.           Height = 13
  1042.           Alignment = taRightJustify
  1043.           Caption = 'Phone:'
  1044.           Color = clBtnFace
  1045.           Font.Charset = DEFAULT_CHARSET
  1046.           Font.Color = clWindowText
  1047.           Font.Height = -11
  1048.           Font.Name = 'MS Sans Serif'
  1049.           Font.Style = []
  1050.           ParentColor = False
  1051.           ParentFont = False
  1052.         end
  1053.         object LabelHomeFax: TLabel
  1054.           Left = 256
  1055.           Top = 52
  1056.           Width = 20
  1057.           Height = 13
  1058.           Alignment = taRightJustify
  1059.           Caption = 'Fax:'
  1060.           Color = clBtnFace
  1061.           Font.Charset = DEFAULT_CHARSET
  1062.           Font.Color = clWindowText
  1063.           Font.Height = -11
  1064.           Font.Name = 'MS Sans Serif'
  1065.           Font.Style = []
  1066.           ParentColor = False
  1067.           ParentFont = False
  1068.         end
  1069.         object LabelHomeCell: TLabel
  1070.           Left = 239
  1071.           Top = 76
  1072.           Width = 37
  1073.           Height = 13
  1074.           Alignment = taRightJustify
  1075.           Caption = 'Cellular:'
  1076.           Color = clBtnFace
  1077.           Font.Charset = DEFAULT_CHARSET
  1078.           Font.Color = clWindowText
  1079.           Font.Height = -11
  1080.           Font.Name = 'MS Sans Serif'
  1081.           Font.Style = []
  1082.           ParentColor = False
  1083.           ParentFont = False
  1084.         end
  1085.         object EditHomeHState: TEdit
  1086.           Left = 78
  1087.           Top = 73
  1088.           Width = 67
  1089.           Height = 21
  1090.           Color = clBtnFace
  1091.           Font.Charset = DEFAULT_CHARSET
  1092.           Font.Color = clWindowText
  1093.           Font.Height = -11
  1094.           Font.Name = 'MS Sans Serif'
  1095.           Font.Style = []
  1096.           MaxLength = 5
  1097.           ParentFont = False
  1098.           ReadOnly = True
  1099.           TabOrder = 3
  1100.         end
  1101.         object EditHomeHCity: TEdit
  1102.           Left = 78
  1103.           Top = 49
  1104.           Width = 114
  1105.           Height = 21
  1106.           Color = clBtnFace
  1107.           Font.Charset = DEFAULT_CHARSET
  1108.           Font.Color = clWindowText
  1109.           Font.Height = -11
  1110.           Font.Name = 'MS Sans Serif'
  1111.           Font.Style = []
  1112.           MaxLength = 30
  1113.           ParentFont = False
  1114.           ReadOnly = True
  1115.           TabOrder = 2
  1116.         end
  1117.         object CBHomeHCountry: TComboBox
  1118.           Left = 78
  1119.           Top = 25
  1120.           Width = 114
  1121.           Height = 21
  1122.           Style = csDropDownList
  1123.           DropDownCount = 25
  1124.           Font.Charset = DEFAULT_CHARSET
  1125.           Font.Color = clWindowText
  1126.           Font.Height = -11
  1127.           Font.Name = 'MS Sans Serif'
  1128.           Font.Style = []
  1129.           ItemHeight = 0
  1130.           ParentFont = False
  1131.           Sorted = True
  1132.           TabOrder = 0
  1133.           Visible = False
  1134.           OnDropDown = CBHomeHCountryDropDown
  1135.         end
  1136.         object EditHomeHAddress: TEdit
  1137.           Left = 240
  1138.           Top = 97
  1139.           Width = 142
  1140.           Height = 21
  1141.           Color = clBtnFace
  1142.           Font.Charset = DEFAULT_CHARSET
  1143.           Font.Color = clWindowText
  1144.           Font.Height = -11
  1145.           Font.Name = 'MS Sans Serif'
  1146.           Font.Style = []
  1147.           MaxLength = 30
  1148.           ParentFont = False
  1149.           ReadOnly = True
  1150.           TabOrder = 5
  1151.         end
  1152.         object EditHomeHCountry: TEdit
  1153.           Left = 78
  1154.           Top = 25
  1155.           Width = 114
  1156.           Height = 21
  1157.           Color = clBtnFace
  1158.           Font.Charset = DEFAULT_CHARSET
  1159.           Font.Color = clWindowText
  1160.           Font.Height = -11
  1161.           Font.Name = 'MS Sans Serif'
  1162.           Font.Style = []
  1163.           MaxLength = 30
  1164.           ParentFont = False
  1165.           ReadOnly = True
  1166.           TabOrder = 1
  1167.         end
  1168.         object EditHomePhone: TEdit
  1169.           Left = 279
  1170.           Top = 25
  1171.           Width = 103
  1172.           Height = 21
  1173.           Color = clBtnFace
  1174.           Font.Charset = DEFAULT_CHARSET
  1175.           Font.Color = clWindowText
  1176.           Font.Height = -11
  1177.           Font.Name = 'MS Sans Serif'
  1178.           Font.Style = []
  1179.           MaxLength = 30
  1180.           ParentFont = False
  1181.           ReadOnly = True
  1182.           TabOrder = 6
  1183.         end
  1184.         object EditHomeFax: TEdit
  1185.           Left = 279
  1186.           Top = 49
  1187.           Width = 103
  1188.           Height = 21
  1189.           Color = clBtnFace
  1190.           Font.Charset = DEFAULT_CHARSET
  1191.           Font.Color = clWindowText
  1192.           Font.Height = -11
  1193.           Font.Name = 'MS Sans Serif'
  1194.           Font.Style = []
  1195.           MaxLength = 30
  1196.           ParentFont = False
  1197.           ReadOnly = True
  1198.           TabOrder = 7
  1199.         end
  1200.         object EditHomeCell: TEdit
  1201.           Left = 279
  1202.           Top = 73
  1203.           Width = 103
  1204.           Height = 21
  1205.           Color = clBtnFace
  1206.           Font.Charset = DEFAULT_CHARSET
  1207.           Font.Color = clWindowText
  1208.           Font.Height = -11
  1209.           Font.Name = 'MS Sans Serif'
  1210.           Font.Style = []
  1211.           MaxLength = 30
  1212.           ParentFont = False
  1213.           ReadOnly = True
  1214.           TabOrder = 8
  1215.         end
  1216.         object EditHomeHZip: TEdit
  1217.           Left = 78
  1218.           Top = 97
  1219.           Width = 67
  1220.           Height = 21
  1221.           Color = clBtnFace
  1222.           Font.Charset = DEFAULT_CHARSET
  1223.           Font.Color = clWindowText
  1224.           Font.Height = -11
  1225.           Font.Name = 'MS Sans Serif'
  1226.           Font.Style = []
  1227.           MaxLength = 10
  1228.           ParentFont = False
  1229.           ReadOnly = True
  1230.           TabOrder = 4
  1231.         end
  1232.       end
  1233.     end
  1234.     object TabSheetWork: TTabSheet
  1235.       Caption = 'Work'
  1236.       ImageIndex = 3
  1237.       object GroupBoxWA: TGroupBox
  1238.         Left = 8
  1239.         Top = 7
  1240.         Width = 393
  1241.         Height = 133
  1242.         Caption = ' Work Address '
  1243.         Font.Charset = DEFAULT_CHARSET
  1244.         Font.Color = clWindowText
  1245.         Font.Height = -11
  1246.         Font.Name = 'MS Sans Serif'
  1247.         Font.Style = [fsBold]
  1248.         ParentFont = False
  1249.         TabOrder = 0
  1250.         object LabelWorkState: TLabel
  1251.           Left = 47
  1252.           Top = 76
  1253.           Width = 28
  1254.           Height = 13
  1255.           Alignment = taRightJustify
  1256.           Caption = 'State:'
  1257.           Color = clBtnFace
  1258.           Font.Charset = DEFAULT_CHARSET
  1259.           Font.Color = clWindowText
  1260.           Font.Height = -11
  1261.           Font.Name = 'MS Sans Serif'
  1262.           Font.Style = []
  1263.           ParentColor = False
  1264.           ParentFont = False
  1265.         end
  1266.         object LabelWorkCity: TLabel
  1267.           Left = 55
  1268.           Top = 52
  1269.           Width = 20
  1270.           Height = 13
  1271.           Alignment = taRightJustify
  1272.           Caption = 'City:'
  1273.           Color = clBtnFace
  1274.           Font.Charset = DEFAULT_CHARSET
  1275.           Font.Color = clWindowText
  1276.           Font.Height = -11
  1277.           Font.Name = 'MS Sans Serif'
  1278.           Font.Style = []
  1279.           ParentColor = False
  1280.           ParentFont = False
  1281.         end
  1282.         object LabelWorkCountry: TLabel
  1283.           Left = 36
  1284.           Top = 27
  1285.           Width = 39
  1286.           Height = 13
  1287.           Alignment = taRightJustify
  1288.           Caption = 'Country:'
  1289.           Color = clBtnFace
  1290.           Font.Charset = DEFAULT_CHARSET
  1291.           Font.Color = clWindowText
  1292.           Font.Height = -11
  1293.           Font.Name = 'MS Sans Serif'
  1294.           Font.Style = []
  1295.           ParentColor = False
  1296.           ParentFont = False
  1297.         end
  1298.         object LabelWorkZip: TLabel
  1299.           Left = 57
  1300.           Top = 100
  1301.           Width = 18
  1302.           Height = 13
  1303.           Alignment = taRightJustify
  1304.           Caption = 'Zip:'
  1305.           Color = clBtnFace
  1306.           Font.Charset = DEFAULT_CHARSET
  1307.           Font.Color = clWindowText
  1308.           Font.Height = -11
  1309.           Font.Name = 'MS Sans Serif'
  1310.           Font.Style = []
  1311.           ParentColor = False
  1312.           ParentFont = False
  1313.         end
  1314.         object LabelWorkAddress: TLabel
  1315.           Left = 165
  1316.           Top = 100
  1317.           Width = 72
  1318.           Height = 13
  1319.           Alignment = taRightJustify
  1320.           Caption = 'Street Address:'
  1321.           Color = clBtnFace
  1322.           Font.Charset = DEFAULT_CHARSET
  1323.           Font.Color = clWindowText
  1324.           Font.Height = -11
  1325.           Font.Name = 'MS Sans Serif'
  1326.           Font.Style = []
  1327.           ParentColor = False
  1328.           ParentFont = False
  1329.         end
  1330.         object LabelWorkPhone: TLabel
  1331.           Left = 242
  1332.           Top = 28
  1333.           Width = 34
  1334.           Height = 13
  1335.           Alignment = taRightJustify
  1336.           Caption = 'Phone:'
  1337.           Color = clBtnFace
  1338.           Font.Charset = DEFAULT_CHARSET
  1339.           Font.Color = clWindowText
  1340.           Font.Height = -11
  1341.           Font.Name = 'MS Sans Serif'
  1342.           Font.Style = []
  1343.           ParentColor = False
  1344.           ParentFont = False
  1345.         end
  1346.         object LabelWorkFax: TLabel
  1347.           Left = 256
  1348.           Top = 52
  1349.           Width = 20
  1350.           Height = 13
  1351.           Alignment = taRightJustify
  1352.           Caption = 'Fax:'
  1353.           Color = clBtnFace
  1354.           Font.Charset = DEFAULT_CHARSET
  1355.           Font.Color = clWindowText
  1356.           Font.Height = -11
  1357.           Font.Name = 'MS Sans Serif'
  1358.           Font.Style = []
  1359.           ParentColor = False
  1360.           ParentFont = False
  1361.         end
  1362.         object EditWorkState: TEdit
  1363.           Left = 78
  1364.           Top = 73
  1365.           Width = 67
  1366.           Height = 21
  1367.           Color = clBtnFace
  1368.           Font.Charset = DEFAULT_CHARSET
  1369.           Font.Color = clWindowText
  1370.           Font.Height = -11
  1371.           Font.Name = 'MS Sans Serif'
  1372.           Font.Style = []
  1373.           MaxLength = 5
  1374.           ParentFont = False
  1375.           ReadOnly = True
  1376.           TabOrder = 3
  1377.         end
  1378.         object EditWorkCity: TEdit
  1379.           Left = 78
  1380.           Top = 49
  1381.           Width = 114
  1382.           Height = 21
  1383.           Color = clBtnFace
  1384.           Font.Charset = DEFAULT_CHARSET
  1385.           Font.Color = clWindowText
  1386.           Font.Height = -11
  1387.           Font.Name = 'MS Sans Serif'
  1388.           Font.Style = []
  1389.           MaxLength = 30
  1390.           ParentFont = False
  1391.           ReadOnly = True
  1392.           TabOrder = 2
  1393.         end
  1394.         object CBWorkCountry: TComboBox
  1395.           Left = 78
  1396.           Top = 25
  1397.           Width = 114
  1398.           Height = 21
  1399.           Style = csDropDownList
  1400.           DropDownCount = 25
  1401.           Font.Charset = DEFAULT_CHARSET
  1402.           Font.Color = clWindowText
  1403.           Font.Height = -11
  1404.           Font.Name = 'MS Sans Serif'
  1405.           Font.Style = []
  1406.           ItemHeight = 0
  1407.           ParentFont = False
  1408.           Sorted = True
  1409.           TabOrder = 0
  1410.           Visible = False
  1411.           OnDropDown = CBHomeHCountryDropDown
  1412.         end
  1413.         object EditWorkAddress: TEdit
  1414.           Left = 240
  1415.           Top = 97
  1416.           Width = 142
  1417.           Height = 21
  1418.           Color = clBtnFace
  1419.           Font.Charset = DEFAULT_CHARSET
  1420.           Font.Color = clWindowText
  1421.           Font.Height = -11
  1422.           Font.Name = 'MS Sans Serif'
  1423.           Font.Style = []
  1424.           MaxLength = 30
  1425.           ParentFont = False
  1426.           ReadOnly = True
  1427.           TabOrder = 5
  1428.         end
  1429.         object EditWorkCountry: TEdit
  1430.           Left = 78
  1431.           Top = 25
  1432.           Width = 114
  1433.           Height = 21
  1434.           Color = clBtnFace
  1435.           Font.Charset = DEFAULT_CHARSET
  1436.           Font.Color = clWindowText
  1437.           Font.Height = -11
  1438.           Font.Name = 'MS Sans Serif'
  1439.           Font.Style = []
  1440.           MaxLength = 30
  1441.           ParentFont = False
  1442.           ReadOnly = True
  1443.           TabOrder = 1
  1444.         end
  1445.         object EditWorkPhone: TEdit
  1446.           Left = 279
  1447.           Top = 25
  1448.           Width = 103
  1449.           Height = 21
  1450.           Color = clBtnFace
  1451.           Font.Charset = DEFAULT_CHARSET
  1452.           Font.Color = clWindowText
  1453.           Font.Height = -11
  1454.           Font.Name = 'MS Sans Serif'
  1455.           Font.Style = []
  1456.           MaxLength = 30
  1457.           ParentFont = False
  1458.           ReadOnly = True
  1459.           TabOrder = 6
  1460.         end
  1461.         object EditWorkFax: TEdit
  1462.           Left = 279
  1463.           Top = 49
  1464.           Width = 103
  1465.           Height = 21
  1466.           Color = clBtnFace
  1467.           Font.Charset = DEFAULT_CHARSET
  1468.           Font.Color = clWindowText
  1469.           Font.Height = -11
  1470.           Font.Name = 'MS Sans Serif'
  1471.           Font.Style = []
  1472.           MaxLength = 30
  1473.           ParentFont = False
  1474.           ReadOnly = True
  1475.           TabOrder = 7
  1476.         end
  1477.         object EditWorkZip: TEdit
  1478.           Left = 78
  1479.           Top = 97
  1480.           Width = 67
  1481.           Height = 21
  1482.           Color = clBtnFace
  1483.           Font.Charset = DEFAULT_CHARSET
  1484.           Font.Color = clWindowText
  1485.           Font.Height = -11
  1486.           Font.Name = 'MS Sans Serif'
  1487.           Font.Style = []
  1488.           MaxLength = 10
  1489.           ParentFont = False
  1490.           ReadOnly = True
  1491.           TabOrder = 4
  1492.         end
  1493.       end
  1494.       object GroupBoxWC: TGroupBox
  1495.         Left = 8
  1496.         Top = 149
  1497.         Width = 393
  1498.         Height = 98
  1499.         Caption = ' Company '
  1500.         Font.Charset = DEFAULT_CHARSET
  1501.         Font.Color = clWindowText
  1502.         Font.Height = -11
  1503.         Font.Name = 'MS Sans Serif'
  1504.         Font.Style = [fsBold]
  1505.         ParentFont = False
  1506.         TabOrder = 1
  1507.         object LabelWorkOcc: TLabel
  1508.           Left = 210
  1509.           Top = 22
  1510.           Width = 58
  1511.           Height = 13
  1512.           Alignment = taRightJustify
  1513.           Caption = 'Occupation:'
  1514.           Color = clBtnFace
  1515.           Font.Charset = DEFAULT_CHARSET
  1516.           Font.Color = clWindowText
  1517.           Font.Height = -11
  1518.           Font.Name = 'MS Sans Serif'
  1519.           Font.Style = []
  1520.           ParentColor = False
  1521.           ParentFont = False
  1522.         end
  1523.         object LabelWorkDept: TLabel
  1524.           Left = 35
  1525.           Top = 46
  1526.           Width = 47
  1527.           Height = 13
  1528.           Alignment = taRightJustify
  1529.           Caption = 'Div/Dept:'
  1530.           Color = clBtnFace
  1531.           Font.Charset = DEFAULT_CHARSET
  1532.           Font.Color = clWindowText
  1533.           Font.Height = -11
  1534.           Font.Name = 'MS Sans Serif'
  1535.           Font.Style = []
  1536.           ParentColor = False
  1537.           ParentFont = False
  1538.         end
  1539.         object LabelWorkComp: TLabel
  1540.           Left = 51
  1541.           Top = 21
  1542.           Width = 31
  1543.           Height = 13
  1544.           Alignment = taRightJustify
  1545.           Caption = 'Name:'
  1546.           Color = clBtnFace
  1547.           Font.Charset = DEFAULT_CHARSET
  1548.           Font.Color = clWindowText
  1549.           Font.Height = -11
  1550.           Font.Name = 'MS Sans Serif'
  1551.           Font.Style = []
  1552.           ParentColor = False
  1553.           ParentFont = False
  1554.         end
  1555.         object LabelWorkPosition: TLabel
  1556.           Left = 228
  1557.           Top = 46
  1558.           Width = 40
  1559.           Height = 13
  1560.           Alignment = taRightJustify
  1561.           Caption = 'Position:'
  1562.           Color = clBtnFace
  1563.           Font.Charset = DEFAULT_CHARSET
  1564.           Font.Color = clWindowText
  1565.           Font.Height = -11
  1566.           Font.Name = 'MS Sans Serif'
  1567.           Font.Style = []
  1568.           ParentColor = False
  1569.           ParentFont = False
  1570.         end
  1571.         object LabelWorkURL: TLabel
  1572.           Left = 28
  1573.           Top = 70
  1574.           Width = 54
  1575.           Height = 13
  1576.           Alignment = taRightJustify
  1577.           Caption = 'Web Page:'
  1578.           Color = clBtnFace
  1579.           Font.Charset = DEFAULT_CHARSET
  1580.           Font.Color = clWindowText
  1581.           Font.Height = -11
  1582.           Font.Name = 'MS Sans Serif'
  1583.           Font.Style = []
  1584.           ParentColor = False
  1585.           ParentFont = False
  1586.         end
  1587.         object SButtonWorkURL: TInfSpeedButton
  1588.           Left = 345
  1589.           Top = 68
  1590.           Width = 20
  1591.           Height = 20
  1592.           Flat = True
  1593.           Glyph.Data = {
  1594.             36040000424D3604000000000000360000002800000010000000100000000100
  1595.             2000000000000004000000000000000000000000000000000000C8D0D400C8D0
  1596.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1597.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1598.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1599.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1600.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1601.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1602.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1603.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1604.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1605.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1606.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1607.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1608.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1609.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1610.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1611.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1612.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1613.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1614.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1615.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1616.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1617.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1618.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1619.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1620.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1621.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1622.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1623.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1624.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1625.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1626.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1627.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400}
  1628.           OnClick = SButtonWorkURLClick
  1629.         end
  1630.         object EditWorkComp: TEdit
  1631.           Left = 85
  1632.           Top = 19
  1633.           Width = 92
  1634.           Height = 21
  1635.           Color = clBtnFace
  1636.           Font.Charset = DEFAULT_CHARSET
  1637.           Font.Color = clWindowText
  1638.           Font.Height = -11
  1639.           Font.Name = 'MS Sans Serif'
  1640.           Font.Style = []
  1641.           MaxLength = 30
  1642.           ParentFont = False
  1643.           ReadOnly = True
  1644.           TabOrder = 0
  1645.         end
  1646.         object EditWorkPosition: TEdit
  1647.           Left = 271
  1648.           Top = 43
  1649.           Width = 110
  1650.           Height = 21
  1651.           Color = clBtnFace
  1652.           Font.Charset = DEFAULT_CHARSET
  1653.           Font.Color = clWindowText
  1654.           Font.Height = -11
  1655.           Font.Name = 'MS Sans Serif'
  1656.           Font.Style = []
  1657.           MaxLength = 40
  1658.           ParentFont = False
  1659.           ReadOnly = True
  1660.           TabOrder = 4
  1661.         end
  1662.         object EditWorkDept: TEdit
  1663.           Left = 85
  1664.           Top = 43
  1665.           Width = 92
  1666.           Height = 21
  1667.           Color = clBtnFace
  1668.           Font.Charset = DEFAULT_CHARSET
  1669.           Font.Color = clWindowText
  1670.           Font.Height = -11
  1671.           Font.Name = 'MS Sans Serif'
  1672.           Font.Style = []
  1673.           MaxLength = 30
  1674.           ParentFont = False
  1675.           ReadOnly = True
  1676.           TabOrder = 1
  1677.         end
  1678.         object CBWorkOcc: TComboBox
  1679.           Left = 271
  1680.           Top = 19
  1681.           Width = 110
  1682.           Height = 21
  1683.           Style = csDropDownList
  1684.           DropDownCount = 25
  1685.           Font.Charset = DEFAULT_CHARSET
  1686.           Font.Color = clWindowText
  1687.           Font.Height = -11
  1688.           Font.Name = 'MS Sans Serif'
  1689.           Font.Style = []
  1690.           ItemHeight = 0
  1691.           ParentFont = False
  1692.           Sorted = True
  1693.           TabOrder = 2
  1694.           Visible = False
  1695.           OnDropDown = CBHomeHCountryDropDown
  1696.         end
  1697.         object EditWorkURL: TEdit
  1698.           Left = 85
  1699.           Top = 67
  1700.           Width = 252
  1701.           Height = 21
  1702.           Color = clBtnFace
  1703.           Font.Charset = DEFAULT_CHARSET
  1704.           Font.Color = clWindowText
  1705.           Font.Height = -11
  1706.           Font.Name = 'MS Sans Serif'
  1707.           Font.Style = []
  1708.           MaxLength = 80
  1709.           ParentFont = False
  1710.           ReadOnly = True
  1711.           TabOrder = 5
  1712.         end
  1713.         object EditWorkOcc: TEdit
  1714.           Left = 271
  1715.           Top = 19
  1716.           Width = 110
  1717.           Height = 21
  1718.           Color = clBtnFace
  1719.           Font.Charset = DEFAULT_CHARSET
  1720.           Font.Color = clWindowText
  1721.           Font.Height = -11
  1722.           Font.Name = 'MS Sans Serif'
  1723.           Font.Style = []
  1724.           MaxLength = 30
  1725.           ParentFont = False
  1726.           ReadOnly = True
  1727.           TabOrder = 3
  1728.         end
  1729.       end
  1730.     end
  1731.     object TabSheetPersonal: TTabSheet
  1732.       Caption = 'Personal'
  1733.       ImageIndex = 4
  1734.       object GroupBoxPP: TGroupBox
  1735.         Left = 8
  1736.         Top = 7
  1737.         Width = 393
  1738.         Height = 86
  1739.         Caption = ' Personal Info '
  1740.         Font.Charset = DEFAULT_CHARSET
  1741.         Font.Color = clWindowText
  1742.         Font.Height = -11
  1743.         Font.Name = 'MS Sans Serif'
  1744.         Font.Style = [fsBold]
  1745.         ParentFont = False
  1746.         TabOrder = 0
  1747.         object LabelPGender: TLabel
  1748.           Left = 21
  1749.           Top = 27
  1750.           Width = 38
  1751.           Height = 13
  1752.           Alignment = taRightJustify
  1753.           Caption = 'Gender:'
  1754.           Color = clBtnFace
  1755.           Font.Charset = DEFAULT_CHARSET
  1756.           Font.Color = clWindowText
  1757.           Font.Height = -11
  1758.           Font.Name = 'MS Sans Serif'
  1759.           Font.Style = []
  1760.           ParentColor = False
  1761.           ParentFont = False
  1762.         end
  1763.         object LabelPAge: TLabel
  1764.           Left = 37
  1765.           Top = 53
  1766.           Width = 22
  1767.           Height = 13
  1768.           Alignment = taRightJustify
  1769.           Caption = 'Age:'
  1770.           Color = clBtnFace
  1771.           Font.Charset = DEFAULT_CHARSET
  1772.           Font.Color = clWindowText
  1773.           Font.Height = -11
  1774.           Font.Name = 'MS Sans Serif'
  1775.           Font.Style = []
  1776.           ParentColor = False
  1777.           ParentFont = False
  1778.         end
  1779.         object LabelPMarital: TLabel
  1780.           Left = 194
  1781.           Top = 27
  1782.           Width = 67
  1783.           Height = 13
  1784.           Alignment = taRightJustify
  1785.           Caption = 'Marital Status:'
  1786.           Color = clBtnFace
  1787.           Font.Charset = DEFAULT_CHARSET
  1788.           Font.Color = clWindowText
  1789.           Font.Height = -11
  1790.           Font.Name = 'MS Sans Serif'
  1791.           Font.Style = []
  1792.           ParentColor = False
  1793.           ParentFont = False
  1794.         end
  1795.         object LabelPHP: TLabel
  1796.           Left = 154
  1797.           Top = 53
  1798.           Width = 59
  1799.           Height = 13
  1800.           Alignment = taRightJustify
  1801.           Caption = 'Home Page:'
  1802.           Color = clBtnFace
  1803.           Font.Charset = DEFAULT_CHARSET
  1804.           Font.Color = clWindowText
  1805.           Font.Height = -11
  1806.           Font.Name = 'MS Sans Serif'
  1807.           Font.Style = []
  1808.           ParentColor = False
  1809.           ParentFont = False
  1810.         end
  1811.         object SButtonPHP: TInfSpeedButton
  1812.           Left = 348
  1813.           Top = 50
  1814.           Width = 20
  1815.           Height = 20
  1816.           Flat = True
  1817.           Glyph.Data = {
  1818.             36040000424D3604000000000000360000002800000010000000100000000100
  1819.             2000000000000004000000000000000000000000000000000000C8D0D400C8D0
  1820.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1821.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1822.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1823.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1824.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1825.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1826.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1827.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1828.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1829.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1830.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1831.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1832.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1833.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1834.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1835.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1836.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1837.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1838.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1839.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1840.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1841.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1842.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1843.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1844.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1845.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1846.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1847.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1848.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1849.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1850.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0
  1851.             D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400C8D0D400}
  1852.           OnClick = SButtonPHPClick
  1853.         end
  1854.         object CBPMarital: TComboBox
  1855.           Left = 264
  1856.           Top = 24
  1857.           Width = 117
  1858.           Height = 21
  1859.           Style = csDropDownList
  1860.           DropDownCount = 25
  1861.           Font.Charset = DEFAULT_CHARSET
  1862.           Font.Color = clWindowText
  1863.           Font.Height = -11
  1864.           Font.Name = 'MS Sans Serif'
  1865.           Font.Style = []
  1866.           ItemHeight = 13
  1867.           ParentFont = False
  1868.           Sorted = True
  1869.           TabOrder = 3
  1870.           Visible = False
  1871.           OnDropDown = CBHomeHCountryDropDown
  1872.         end
  1873.         object CBPGender: TComboBox
  1874.           Left = 62
  1875.           Top = 24
  1876.           Width = 76
  1877.           Height = 21
  1878.           Style = csDropDownList
  1879.           DropDownCount = 25
  1880.           Font.Charset = DEFAULT_CHARSET
  1881.           Font.Color = clWindowText
  1882.           Font.Height = -11
  1883.           Font.Name = 'MS Sans Serif'
  1884.           Font.Style = []
  1885.           ItemHeight = 13
  1886.           ParentFont = False
  1887.           TabOrder = 0
  1888.           Visible = False
  1889.         end
  1890.         object EditPGender: TEdit
  1891.           Left = 62
  1892.           Top = 24
  1893.           Width = 76
  1894.           Height = 21
  1895.           Color = clBtnFace
  1896.           Font.Charset = DEFAULT_CHARSET
  1897.           Font.Color = clWindowText
  1898.           Font.Height = -11
  1899.           Font.Name = 'MS Sans Serif'
  1900.           Font.Style = []
  1901.           MaxLength = 30
  1902.           ParentFont = False
  1903.           ReadOnly = True
  1904.           TabOrder = 1
  1905.         end
  1906.         object EditPMarital: TEdit
  1907.           Left = 264
  1908.           Top = 24
  1909.           Width = 117
  1910.           Height = 21
  1911.           Color = clBtnFace
  1912.           Font.Charset = DEFAULT_CHARSET
  1913.           Font.Color = clWindowText
  1914.           Font.Height = -11
  1915.           Font.Name = 'MS Sans Serif'
  1916.           Font.Style = []
  1917.           MaxLength = 30
  1918.           ParentFont = False
  1919.           ReadOnly = True
  1920.           TabOrder = 4
  1921.         end
  1922.         object EditPHP: TEdit
  1923.           Left = 216
  1924.           Top = 50
  1925.           Width = 127
  1926.           Height = 21
  1927.           Color = clBtnFace
  1928.           Font.Charset = DEFAULT_CHARSET
  1929.           Font.Color = clWindowText
  1930.           Font.Height = -11
  1931.           Font.Name = 'MS Sans Serif'
  1932.           Font.Style = []
  1933.           MaxLength = 80
  1934.           ParentFont = False
  1935.           ReadOnly = True
  1936.           TabOrder = 5
  1937.         end
  1938.         object EditPAge: TEdit
  1939.           Left = 62
  1940.           Top = 50
  1941.           Width = 43
  1942.           Height = 21
  1943.           Color = clBtnFace
  1944.           Font.Charset = DEFAULT_CHARSET
  1945.           Font.Color = clWindowText
  1946.           Font.Height = -11
  1947.           Font.Name = 'MS Sans Serif'
  1948.           Font.Style = []
  1949.           MaxLength = 5
  1950.           ParentFont = False
  1951.           ReadOnly = True
  1952.           TabOrder = 2
  1953.         end
  1954.       end
  1955.       object GroupBoxPB: TGroupBox
  1956.         Left = 8
  1957.         Top = 107
  1958.         Width = 393
  1959.         Height = 67
  1960.         Caption = ' Birth Date '
  1961.         Font.Charset = DEFAULT_CHARSET
  1962.         Font.Color = clWindowText
  1963.         Font.Height = -11
  1964.         Font.Name = 'MS Sans Serif'
  1965.         Font.Style = [fsBold]
  1966.         ParentFont = False
  1967.         TabOrder = 1
  1968.         object LabelPMonth: TLabel
  1969.           Left = 147
  1970.           Top = 29
  1971.           Width = 33
  1972.           Height = 13
  1973.           Alignment = taRightJustify
  1974.           Caption = 'Month:'
  1975.           Color = clBtnFace
  1976.           Font.Charset = DEFAULT_CHARSET
  1977.           Font.Color = clWindowText
  1978.           Font.Height = -11
  1979.           Font.Name = 'MS Sans Serif'
  1980.           Font.Style = []
  1981.           ParentColor = False
  1982.           ParentFont = False
  1983.         end
  1984.         object LabelPDay: TLabel
  1985.           Left = 38
  1986.           Top = 29
  1987.           Width = 22
  1988.           Height = 13
  1989.           Alignment = taRightJustify
  1990.           Caption = 'Day:'
  1991.           Color = clBtnFace
  1992.           Font.Charset = DEFAULT_CHARSET
  1993.           Font.Color = clWindowText
  1994.           Font.Height = -11
  1995.           Font.Name = 'MS Sans Serif'
  1996.           Font.Style = []
  1997.           ParentColor = False
  1998.           ParentFont = False
  1999.         end
  2000.         object LabelPYear: TLabel
  2001.           Left = 267
  2002.           Top = 29
  2003.           Width = 25
  2004.           Height = 13
  2005.           Alignment = taRightJustify
  2006.           Caption = 'Year:'
  2007.           Color = clBtnFace
  2008.           Font.Charset = DEFAULT_CHARSET
  2009.           Font.Color = clWindowText
  2010.           Font.Height = -11
  2011.           Font.Name = 'MS Sans Serif'
  2012.           Font.Style = []
  2013.           ParentColor = False
  2014.           ParentFont = False
  2015.         end
  2016.         object CBPMonth: TComboBox
  2017.           Left = 183
  2018.           Top = 26
  2019.           Width = 42
  2020.           Height = 21
  2021.           Style = csDropDownList
  2022.           DropDownCount = 25
  2023.           Font.Charset = DEFAULT_CHARSET
  2024.           Font.Color = clWindowText
  2025.           Font.Height = -11
  2026.           Font.Name = 'MS Sans Serif'
  2027.           Font.Style = []
  2028.           ItemHeight = 13
  2029.           ParentFont = False
  2030.           TabOrder = 2
  2031.           Visible = False
  2032.           OnChange = CBPDayChange
  2033.           Items.Strings = (
  2034.             ''
  2035.             '01'
  2036.             '02'
  2037.             '03'
  2038.             '04'
  2039.             '05'
  2040.             '06'
  2041.             '07'
  2042.             '08'
  2043.             '09'
  2044.             '10'
  2045.             '11'
  2046.             '12')
  2047.         end
  2048.         object CBPDay: TComboBox
  2049.           Left = 63
  2050.           Top = 26
  2051.           Width = 44
  2052.           Height = 21
  2053.           Style = csDropDownList
  2054.           DropDownCount = 25
  2055.           Font.Charset = DEFAULT_CHARSET
  2056.           Font.Color = clWindowText
  2057.           Font.Height = -11
  2058.           Font.Name = 'MS Sans Serif'
  2059.           Font.Style = []
  2060.           ItemHeight = 13
  2061.           ParentFont = False
  2062.           TabOrder = 0
  2063.           Visible = False
  2064.           OnChange = CBPDayChange
  2065.           Items.Strings = (
  2066.             ''
  2067.             '01'
  2068.             '02'
  2069.             '03'
  2070.             '04'
  2071.             '05'
  2072.             '06'
  2073.             '07'
  2074.             '08'
  2075.             '09'
  2076.             '10'
  2077.             '11'
  2078.             '12'
  2079.             '13'
  2080.             '14'
  2081.             '15'
  2082.             '16'
  2083.             '17'
  2084.             '18'
  2085.             '19'
  2086.             '20'
  2087.             '21'
  2088.             '22'
  2089.             '23'
  2090.             '24'
  2091.             '25'
  2092.             '26'
  2093.             '27'
  2094.             '28'
  2095.             '29'
  2096.             '30'
  2097.             '31')
  2098.         end
  2099.         object EditPMonth: TEdit
  2100.           Left = 183
  2101.           Top = 26
  2102.           Width = 42
  2103.           Height = 21
  2104.           Color = clBtnFace
  2105.           Font.Charset = DEFAULT_CHARSET
  2106.           Font.Color = clWindowText
  2107.           Font.Height = -11
  2108.           Font.Name = 'MS Sans Serif'
  2109.           Font.Style = []
  2110.           MaxLength = 30
  2111.           ParentFont = False
  2112.           ReadOnly = True
  2113.           TabOrder = 3
  2114.         end
  2115.         object EditPDay: TEdit
  2116.           Left = 63
  2117.           Top = 26
  2118.           Width = 44
  2119.           Height = 21
  2120.           Color = clBtnFace
  2121.           Font.Charset = DEFAULT_CHARSET
  2122.           Font.Color = clWindowText
  2123.           Font.Height = -11
  2124.           Font.Name = 'MS Sans Serif'
  2125.           Font.Style = []
  2126.           MaxLength = 30
  2127.           ParentFont = False
  2128.           ReadOnly = True
  2129.           TabOrder = 1
  2130.         end
  2131.         object EditPYear: TEdit
  2132.           Left = 295
  2133.           Top = 26
  2134.           Width = 42
  2135.           Height = 21
  2136.           Color = clBtnFace
  2137.           Font.Charset = DEFAULT_CHARSET
  2138.           Font.Color = clWindowText
  2139.           Font.Height = -11
  2140.           Font.Name = 'MS Sans Serif'
  2141.           Font.Style = []
  2142.           MaxLength = 4
  2143.           ParentFont = False
  2144.           ReadOnly = True
  2145.           TabOrder = 4
  2146.         end
  2147.         object PanelSign: TPanel
  2148.           Left = 347
  2149.           Top = 20
  2150.           Width = 34
  2151.           Height = 34
  2152.           BevelOuter = bvLowered
  2153.           TabOrder = 5
  2154.           object ImageSign: TImage
  2155.             Left = 1
  2156.             Top = 1
  2157.             Width = 32
  2158.             Height = 32
  2159.             Align = alClient
  2160.           end
  2161.         end
  2162.       end
  2163.       object GroupBoxPL: TGroupBox
  2164.         Left = 8
  2165.         Top = 188
  2166.         Width = 393
  2167.         Height = 59
  2168.         Caption = ' Spoken Languages '
  2169.         Font.Charset = DEFAULT_CHARSET
  2170.         Font.Color = clWindowText
  2171.         Font.Height = -11
  2172.         Font.Name = 'MS Sans Serif'
  2173.         Font.Style = [fsBold]
  2174.         ParentFont = False
  2175.         TabOrder = 2
  2176.         object CBPLang1: TComboBox
  2177.           Left = 24
  2178.           Top = 23
  2179.           Width = 108
  2180.           Height = 21
  2181.           Style = csDropDownList
  2182.           DropDownCount = 25
  2183.           Font.Charset = DEFAULT_CHARSET
  2184.           Font.Color = clWindowText
  2185.           Font.Height = -11
  2186.           Font.Name = 'MS Sans Serif'
  2187.           Font.Style = []
  2188.           ItemHeight = 13
  2189.           ParentFont = False
  2190.           Sorted = True
  2191.           TabOrder = 0
  2192.           Visible = False
  2193.         end
  2194.         object CBPLang2: TComboBox
  2195.           Left = 144
  2196.           Top = 23
  2197.           Width = 108
  2198.           Height = 21
  2199.           Style = csDropDownList
  2200.           DropDownCount = 25
  2201.           Font.Charset = DEFAULT_CHARSET
  2202.           Font.Color = clWindowText
  2203.           Font.Height = -11
  2204.           Font.Name = 'MS Sans Serif'
  2205.           Font.Style = []
  2206.           ItemHeight = 13
  2207.           ParentFont = False
  2208.           Sorted = True
  2209.           TabOrder = 2
  2210.           Visible = False
  2211.         end
  2212.         object CBPLang3: TComboBox
  2213.           Left = 263
  2214.           Top = 23
  2215.           Width = 108
  2216.           Height = 21
  2217.           Style = csDropDownList
  2218.           DropDownCount = 25
  2219.           Font.Charset = DEFAULT_CHARSET
  2220.           Font.Color = clWindowText
  2221.           Font.Height = -11
  2222.           Font.Name = 'MS Sans Serif'
  2223.           Font.Style = []
  2224.           ItemHeight = 13
  2225.           ParentFont = False
  2226.           Sorted = True
  2227.           TabOrder = 4
  2228.           Visible = False
  2229.         end
  2230.         object EditPLang1: TEdit
  2231.           Left = 24
  2232.           Top = 23
  2233.           Width = 108
  2234.           Height = 21
  2235.           Color = clBtnFace
  2236.           Font.Charset = DEFAULT_CHARSET
  2237.           Font.Color = clWindowText
  2238.           Font.Height = -11
  2239.           Font.Name = 'MS Sans Serif'
  2240.           Font.Style = []
  2241.           MaxLength = 30
  2242.           ParentFont = False
  2243.           ReadOnly = True
  2244.           TabOrder = 1
  2245.         end
  2246.         object EditPLang2: TEdit
  2247.           Left = 144
  2248.           Top = 23
  2249.           Width = 108
  2250.           Height = 21
  2251.           Color = clBtnFace
  2252.           Font.Charset = DEFAULT_CHARSET
  2253.           Font.Color = clWindowText
  2254.           Font.Height = -11
  2255.           Font.Name = 'MS Sans Serif'
  2256.           Font.Style = []
  2257.           MaxLength = 30
  2258.           ParentFont = False
  2259.           ReadOnly = True
  2260.           TabOrder = 3
  2261.         end
  2262.         object EditPLang3: TEdit
  2263.           Left = 263
  2264.           Top = 23
  2265.           Width = 108
  2266.           Height = 21
  2267.           Color = clBtnFace
  2268.           Font.Charset = DEFAULT_CHARSET
  2269.           Font.Color = clWindowText
  2270.           Font.Height = -11
  2271.           Font.Name = 'MS Sans Serif'
  2272.           Font.Style = []
  2273.           MaxLength = 30
  2274.           ParentFont = False
  2275.           ReadOnly = True
  2276.           TabOrder = 5
  2277.         end
  2278.       end
  2279.     end
  2280.     object TabSheetInterests: TTabSheet
  2281.       Caption = 'Interests'
  2282.       ImageIndex = 5
  2283.       object GroupBoxInts: TGroupBox
  2284.         Left = 8
  2285.         Top = 7
  2286.         Width = 393
  2287.         Height = 242
  2288.         Caption = ' Personal Interests '
  2289.         Font.Charset = DEFAULT_CHARSET
  2290.         Font.Color = clWindowText
  2291.         Font.Height = -11
  2292.         Font.Name = 'MS Sans Serif'
  2293.         Font.Style = [fsBold]
  2294.         ParentFont = False
  2295.         TabOrder = 0
  2296.         object LabeliNCats: TLabel
  2297.           Left = 17
  2298.           Top = 29
  2299.           Width = 53
  2300.           Height = 13
  2301.           Caption = 'Categories:'
  2302.           Color = clBtnFace
  2303.           Font.Charset = DEFAULT_CHARSET
  2304.           Font.Color = clWindowText
  2305.           Font.Height = -11
  2306.           Font.Name = 'MS Sans Serif'
  2307.           Font.Style = []
  2308.           ParentColor = False
  2309.           ParentFont = False
  2310.         end
  2311.         object LabeliNInts: TLabel
  2312.           Left = 169
  2313.           Top = 29
  2314.           Width = 43
  2315.           Height = 13
  2316.           Caption = 'Interests:'
  2317.           Color = clBtnFace
  2318.           Font.Charset = DEFAULT_CHARSET
  2319.           Font.Color = clWindowText
  2320.           Font.Height = -11
  2321.           Font.Name = 'MS Sans Serif'
  2322.           Font.Style = []
  2323.           ParentColor = False
  2324.           ParentFont = False
  2325.         end
  2326.         object CBInt4: TComboBox
  2327.           Left = 16
  2328.           Top = 168
  2329.           Width = 144
  2330.           Height = 21
  2331.           Style = csDropDownList
  2332.           DropDownCount = 25
  2333.           Font.Charset = DEFAULT_CHARSET
  2334.           Font.Color = clWindowText
  2335.           Font.Height = -11
  2336.           Font.Name = 'MS Sans Serif'
  2337.           Font.Style = []
  2338.           ItemHeight = 0
  2339.           ParentFont = False
  2340.           Sorted = True
  2341.           TabOrder = 9
  2342.           Visible = False
  2343.           OnDropDown = CBHomeHCountryDropDown
  2344.         end
  2345.         object CBInt3: TComboBox
  2346.           Left = 16
  2347.           Top = 128
  2348.           Width = 144
  2349.           Height = 21
  2350.           Style = csDropDownList
  2351.           DropDownCount = 25
  2352.           Font.Charset = DEFAULT_CHARSET
  2353.           Font.Color = clWindowText
  2354.           Font.Height = -11
  2355.           Font.Name = 'MS Sans Serif'
  2356.           Font.Style = []
  2357.           ItemHeight = 0
  2358.           ParentFont = False
  2359.           Sorted = True
  2360.           TabOrder = 6
  2361.           Visible = False
  2362.           OnDropDown = CBHomeHCountryDropDown
  2363.         end
  2364.         object CBInt1: TComboBox
  2365.           Left = 16
  2366.           Top = 48
  2367.           Width = 144
  2368.           Height = 21
  2369.           Style = csDropDownList
  2370.           DropDownCount = 25
  2371.           Font.Charset = DEFAULT_CHARSET
  2372.           Font.Color = clWindowText
  2373.           Font.Height = -11
  2374.           Font.Name = 'MS Sans Serif'
  2375.           Font.Style = []
  2376.           ItemHeight = 0
  2377.           ParentFont = False
  2378.           Sorted = True
  2379.           TabOrder = 0
  2380.           Visible = False
  2381.           OnDropDown = CBHomeHCountryDropDown
  2382.         end
  2383.         object EditIntCat1: TEdit
  2384.           Left = 16
  2385.           Top = 48
  2386.           Width = 144
  2387.           Height = 21
  2388.           Color = clBtnFace
  2389.           Font.Charset = DEFAULT_CHARSET
  2390.           Font.Color = clWindowText
  2391.           Font.Height = -11
  2392.           Font.Name = 'MS Sans Serif'
  2393.           Font.Style = []
  2394.           MaxLength = 30
  2395.           ParentFont = False
  2396.           ReadOnly = True
  2397.           TabOrder = 1
  2398.         end
  2399.         object EditIntKeys1: TEdit
  2400.           Left = 168
  2401.           Top = 48
  2402.           Width = 209
  2403.           Height = 21
  2404.           Color = clBtnFace
  2405.           Font.Charset = DEFAULT_CHARSET
  2406.           Font.Color = clWindowText
  2407.           Font.Height = -11
  2408.           Font.Name = 'MS Sans Serif'
  2409.           Font.Style = []
  2410.           MaxLength = 60
  2411.           ParentFont = False
  2412.           ReadOnly = True
  2413.           TabOrder = 2
  2414.         end
  2415.         object CBInt2: TComboBox
  2416.           Left = 16
  2417.           Top = 88
  2418.           Width = 144
  2419.           Height = 21
  2420.           Style = csDropDownList
  2421.           DropDownCount = 25
  2422.           Font.Charset = DEFAULT_CHARSET
  2423.           Font.Color = clWindowText
  2424.           Font.Height = -11
  2425.           Font.Name = 'MS Sans Serif'
  2426.           Font.Style = []
  2427.           ItemHeight = 0
  2428.           ParentFont = False
  2429.           Sorted = True
  2430.           TabOrder = 3
  2431.           Visible = False
  2432.           OnDropDown = CBHomeHCountryDropDown
  2433.         end
  2434.         object EditIntKeys2: TEdit
  2435.           Left = 168
  2436.           Top = 88
  2437.           Width = 209
  2438.           Height = 21
  2439.           Color = clBtnFace
  2440.           Font.Charset = DEFAULT_CHARSET
  2441.           Font.Color = clWindowText
  2442.           Font.Height = -11
  2443.           Font.Name = 'MS Sans Serif'
  2444.           Font.Style = []
  2445.           MaxLength = 60
  2446.           ParentFont = False
  2447.           ReadOnly = True
  2448.           TabOrder = 4
  2449.         end
  2450.         object EditIntCat2: TEdit
  2451.           Left = 16
  2452.           Top = 88
  2453.           Width = 144
  2454.           Height = 21
  2455.           Color = clBtnFace
  2456.           Font.Charset = DEFAULT_CHARSET
  2457.           Font.Color = clWindowText
  2458.           Font.Height = -11
  2459.           Font.Name = 'MS Sans Serif'
  2460.           Font.Style = []
  2461.           MaxLength = 30
  2462.           ParentFont = False
  2463.           ReadOnly = True
  2464.           TabOrder = 5
  2465.         end
  2466.         object EditIntCat3: TEdit
  2467.           Left = 16
  2468.           Top = 128
  2469.           Width = 144
  2470.           Height = 21
  2471.           Color = clBtnFace
  2472.           Font.Charset = DEFAULT_CHARSET
  2473.           Font.Color = clWindowText
  2474.           Font.Height = -11
  2475.           Font.Name = 'MS Sans Serif'
  2476.           Font.Style = []
  2477.           MaxLength = 30
  2478.           ParentFont = False
  2479.           ReadOnly = True
  2480.           TabOrder = 7
  2481.         end
  2482.         object EditIntKeys3: TEdit
  2483.           Left = 168
  2484.           Top = 128
  2485.           Width = 209
  2486.           Height = 21
  2487.           Color = clBtnFace
  2488.           Font.Charset = DEFAULT_CHARSET
  2489.           Font.Color = clWindowText
  2490.           Font.Height = -11
  2491.           Font.Name = 'MS Sans Serif'
  2492.           Font.Style = []
  2493.           MaxLength = 60
  2494.           ParentFont = False
  2495.           ReadOnly = True
  2496.           TabOrder = 8
  2497.         end
  2498.         object EditIntCat4: TEdit
  2499.           Left = 16
  2500.           Top = 168
  2501.           Width = 144
  2502.           Height = 21
  2503.           Color = clBtnFace
  2504.           Font.Charset = DEFAULT_CHARSET
  2505.           Font.Color = clWindowText
  2506.           Font.Height = -11
  2507.           Font.Name = 'MS Sans Serif'
  2508.           Font.Style = []
  2509.           MaxLength = 30
  2510.           ParentFont = False
  2511.           ReadOnly = True
  2512.           TabOrder = 10
  2513.         end
  2514.         object EditIntKeys4: TEdit
  2515.           Left = 168
  2516.           Top = 168
  2517.           Width = 209
  2518.           Height = 21
  2519.           Color = clBtnFace
  2520.           Font.Charset = DEFAULT_CHARSET
  2521.           Font.Color = clWindowText
  2522.           Font.Height = -11
  2523.           Font.Name = 'MS Sans Serif'
  2524.           Font.Style = []
  2525.           MaxLength = 60
  2526.           ParentFont = False
  2527.           ReadOnly = True
  2528.           TabOrder = 11
  2529.         end
  2530.       end
  2531.     end
  2532.     object TabSheetPast: TTabSheet
  2533.       Caption = 'Past'
  2534.       ImageIndex = 6
  2535.       object GroupBoxPO: TGroupBox
  2536.         Left = 8
  2537.         Top = 7
  2538.         Width = 393
  2539.         Height = 242
  2540.         Caption = ' Past Affiliation / Organization '
  2541.         Font.Charset = DEFAULT_CHARSET
  2542.         Font.Color = clWindowText
  2543.         Font.Height = -11
  2544.         Font.Name = 'MS Sans Serif'
  2545.         Font.Style = [fsBold]
  2546.         ParentFont = False
  2547.         TabOrder = 0
  2548.         object LabelAff: TLabel
  2549.           Left = 18
  2550.           Top = 34
  2551.           Width = 85
  2552.           Height = 13
  2553.           Caption = 'Past Background:'
  2554.           Color = clBtnFace
  2555.           Font.Charset = DEFAULT_CHARSET
  2556.           Font.Color = clWindowText
  2557.           Font.Height = -11
  2558.           Font.Name = 'MS Sans Serif'
  2559.           Font.Style = []
  2560.           ParentColor = False
  2561.           ParentFont = False
  2562.         end
  2563.         object LabelAffKeys: TLabel
  2564.           Left = 169
  2565.           Top = 34
  2566.           Width = 88
  2567.           Height = 13
  2568.           Caption = 'Names, Keywords:'
  2569.           Color = clBtnFace
  2570.           Font.Charset = DEFAULT_CHARSET
  2571.           Font.Color = clWindowText
  2572.           Font.Height = -11
  2573.           Font.Name = 'MS Sans Serif'
  2574.           Font.Style = []
  2575.           ParentColor = False
  2576.           ParentFont = False
  2577.         end
  2578.         object LabelOrg: TLabel
  2579.           Left = 18
  2580.           Top = 136
  2581.           Width = 89
  2582.           Height = 13
  2583.           Caption = 'Organization Type:'
  2584.           Color = clBtnFace
  2585.           Font.Charset = DEFAULT_CHARSET
  2586.           Font.Color = clWindowText
  2587.           Font.Height = -11
  2588.           Font.Name = 'MS Sans Serif'
  2589.           Font.Style = []
  2590.           ParentColor = False
  2591.           ParentFont = False
  2592.         end
  2593.         object LabelOrgKeys: TLabel
  2594.           Left = 169
  2595.           Top = 136
  2596.           Width = 88
  2597.           Height = 13
  2598.           Caption = 'Names, Keywords:'
  2599.           Color = clBtnFace
  2600.           Font.Charset = DEFAULT_CHARSET
  2601.           Font.Color = clWindowText
  2602.           Font.Height = -11
  2603.           Font.Name = 'MS Sans Serif'
  2604.           Font.Style = []
  2605.           ParentColor = False
  2606.           ParentFont = False
  2607.         end
  2608.         object CBAff3: TComboBox
  2609.           Left = 16
  2610.           Top = 103
  2611.           Width = 144
  2612.           Height = 21
  2613.           Style = csDropDownList
  2614.           DropDownCount = 25
  2615.           Font.Charset = DEFAULT_CHARSET
  2616.           Font.Color = clWindowText
  2617.           Font.Height = -11
  2618.           Font.Name = 'MS Sans Serif'
  2619.           Font.Style = []
  2620.           ItemHeight = 0
  2621.           ParentFont = False
  2622.           Sorted = True
  2623.           TabOrder = 6
  2624.           Visible = False
  2625.           OnDropDown = CBHomeHCountryDropDown
  2626.         end
  2627.         object CBAff1: TComboBox
  2628.           Left = 16
  2629.           Top = 51
  2630.           Width = 144
  2631.           Height = 21
  2632.           Style = csDropDownList
  2633.           DropDownCount = 25
  2634.           Font.Charset = DEFAULT_CHARSET
  2635.           Font.Color = clWindowText
  2636.           Font.Height = -11
  2637.           Font.Name = 'MS Sans Serif'
  2638.           Font.Style = []
  2639.           ItemHeight = 0
  2640.           ParentFont = False
  2641.           Sorted = True
  2642.           TabOrder = 0
  2643.           Visible = False
  2644.           OnDropDown = CBHomeHCountryDropDown
  2645.         end
  2646.         object EditAffCat1: TEdit
  2647.           Left = 16
  2648.           Top = 51
  2649.           Width = 144
  2650.           Height = 21
  2651.           Color = clBtnFace
  2652.           Font.Charset = DEFAULT_CHARSET
  2653.           Font.Color = clWindowText
  2654.           Font.Height = -11
  2655.           Font.Name = 'MS Sans Serif'
  2656.           Font.Style = []
  2657.           MaxLength = 30
  2658.           ParentFont = False
  2659.           ReadOnly = True
  2660.           TabOrder = 1
  2661.         end
  2662.         object EditAffKeys1: TEdit
  2663.           Left = 168
  2664.           Top = 51
  2665.           Width = 209
  2666.           Height = 21
  2667.           Color = clBtnFace
  2668.           Font.Charset = DEFAULT_CHARSET
  2669.           Font.Color = clWindowText
  2670.           Font.Height = -11
  2671.           Font.Name = 'MS Sans Serif'
  2672.           Font.Style = []
  2673.           MaxLength = 60
  2674.           ParentFont = False
  2675.           ReadOnly = True
  2676.           TabOrder = 2
  2677.         end
  2678.         object CBAff2: TComboBox
  2679.           Left = 16
  2680.           Top = 77
  2681.           Width = 144
  2682.           Height = 21
  2683.           Style = csDropDownList
  2684.           DropDownCount = 25
  2685.           Font.Charset = DEFAULT_CHARSET
  2686.           Font.Color = clWindowText
  2687.           Font.Height = -11
  2688.           Font.Name = 'MS Sans Serif'
  2689.           Font.Style = []
  2690.           ItemHeight = 0
  2691.           ParentFont = False
  2692.           Sorted = True
  2693.           TabOrder = 3
  2694.           Visible = False
  2695.           OnDropDown = CBHomeHCountryDropDown
  2696.         end
  2697.         object EditAffKeys2: TEdit
  2698.           Left = 168
  2699.           Top = 77
  2700.           Width = 209
  2701.           Height = 21
  2702.           Color = clBtnFace
  2703.           Font.Charset = DEFAULT_CHARSET
  2704.           Font.Color = clWindowText
  2705.           Font.Height = -11
  2706.           Font.Name = 'MS Sans Serif'
  2707.           Font.Style = []
  2708.           MaxLength = 60
  2709.           ParentFont = False
  2710.           ReadOnly = True
  2711.           TabOrder = 4
  2712.         end
  2713.         object EditAffCat2: TEdit
  2714.           Left = 16
  2715.           Top = 77
  2716.           Width = 144
  2717.           Height = 21
  2718.           Color = clBtnFace
  2719.           Font.Charset = DEFAULT_CHARSET
  2720.           Font.Color = clWindowText
  2721.           Font.Height = -11
  2722.           Font.Name = 'MS Sans Serif'
  2723.           Font.Style = []
  2724.           MaxLength = 30
  2725.           ParentFont = False
  2726.           ReadOnly = True
  2727.           TabOrder = 5
  2728.         end
  2729.         object EditAffCat3: TEdit
  2730.           Left = 16
  2731.           Top = 103
  2732.           Width = 144
  2733.           Height = 21
  2734.           Color = clBtnFace
  2735.           Font.Charset = DEFAULT_CHARSET
  2736.           Font.Color = clWindowText
  2737.           Font.Height = -11
  2738.           Font.Name = 'MS Sans Serif'
  2739.           Font.Style = []
  2740.           MaxLength = 30
  2741.           ParentFont = False
  2742.           ReadOnly = True
  2743.           TabOrder = 7
  2744.         end
  2745.         object EditAffKeys3: TEdit
  2746.           Left = 168
  2747.           Top = 103
  2748.           Width = 209
  2749.           Height = 21
  2750.           Color = clBtnFace
  2751.           Font.Charset = DEFAULT_CHARSET
  2752.           Font.Color = clWindowText
  2753.           Font.Height = -11
  2754.           Font.Name = 'MS Sans Serif'
  2755.           Font.Style = []
  2756.           MaxLength = 60
  2757.           ParentFont = False
  2758.           ReadOnly = True
  2759.           TabOrder = 8
  2760.         end
  2761.         object CBOrg2: TComboBox
  2762.           Left = 16
  2763.           Top = 179
  2764.           Width = 144
  2765.           Height = 21
  2766.           Style = csDropDownList
  2767.           DropDownCount = 25
  2768.           Font.Charset = DEFAULT_CHARSET
  2769.           Font.Color = clWindowText
  2770.           Font.Height = -11
  2771.           Font.Name = 'MS Sans Serif'
  2772.           Font.Style = []
  2773.           ItemHeight = 0
  2774.           ParentFont = False
  2775.           Sorted = True
  2776.           TabOrder = 12
  2777.           Visible = False
  2778.           OnDropDown = CBHomeHCountryDropDown
  2779.         end
  2780.         object CBOrg1: TComboBox
  2781.           Left = 16
  2782.           Top = 153
  2783.           Width = 144
  2784.           Height = 21
  2785.           Style = csDropDownList
  2786.           DropDownCount = 25
  2787.           Font.Charset = DEFAULT_CHARSET
  2788.           Font.Color = clWindowText
  2789.           Font.Height = -11
  2790.           Font.Name = 'MS Sans Serif'
  2791.           Font.Style = []
  2792.           ItemHeight = 0
  2793.           ParentFont = False
  2794.           Sorted = True
  2795.           TabOrder = 9
  2796.           Visible = False
  2797.           OnDropDown = CBHomeHCountryDropDown
  2798.         end
  2799.         object CBOrg3: TComboBox
  2800.           Left = 16
  2801.           Top = 205
  2802.           Width = 144
  2803.           Height = 21
  2804.           Style = csDropDownList
  2805.           DropDownCount = 25
  2806.           Font.Charset = DEFAULT_CHARSET
  2807.           Font.Color = clWindowText
  2808.           Font.Height = -11
  2809.           Font.Name = 'MS Sans Serif'
  2810.           Font.Style = []
  2811.           ItemHeight = 0
  2812.           ParentFont = False
  2813.           Sorted = True
  2814.           TabOrder = 15
  2815.           Visible = False
  2816.           OnDropDown = CBHomeHCountryDropDown
  2817.         end
  2818.         object EditOrgCat1: TEdit
  2819.           Left = 16
  2820.           Top = 153
  2821.           Width = 144
  2822.           Height = 21
  2823.           Color = clBtnFace
  2824.           Font.Charset = DEFAULT_CHARSET
  2825.           Font.Color = clWindowText
  2826.           Font.Height = -11
  2827.           Font.Name = 'MS Sans Serif'
  2828.           Font.Style = []
  2829.           MaxLength = 30
  2830.           ParentFont = False
  2831.           ReadOnly = True
  2832.           TabOrder = 10
  2833.         end
  2834.         object EditOrgKeys1: TEdit
  2835.           Left = 168
  2836.           Top = 153
  2837.           Width = 209
  2838.           Height = 21
  2839.           Color = clBtnFace
  2840.           Font.Charset = DEFAULT_CHARSET
  2841.           Font.Color = clWindowText
  2842.           Font.Height = -11
  2843.           Font.Name = 'MS Sans Serif'
  2844.           Font.Style = []
  2845.           MaxLength = 60
  2846.           ParentFont = False
  2847.           ReadOnly = True
  2848.           TabOrder = 11
  2849.         end
  2850.         object EditOrgKeys2: TEdit
  2851.           Left = 168
  2852.           Top = 179
  2853.           Width = 209
  2854.           Height = 21
  2855.           Color = clBtnFace
  2856.           Font.Charset = DEFAULT_CHARSET
  2857.           Font.Color = clWindowText
  2858.           Font.Height = -11
  2859.           Font.Name = 'MS Sans Serif'
  2860.           Font.Style = []
  2861.           MaxLength = 60
  2862.           ParentFont = False
  2863.           ReadOnly = True
  2864.           TabOrder = 14
  2865.         end
  2866.         object EditOrgKeys3: TEdit
  2867.           Left = 168
  2868.           Top = 205
  2869.           Width = 209
  2870.           Height = 21
  2871.           Color = clBtnFace
  2872.           Font.Charset = DEFAULT_CHARSET
  2873.           Font.Color = clWindowText
  2874.           Font.Height = -11
  2875.           Font.Name = 'MS Sans Serif'
  2876.           Font.Style = []
  2877.           MaxLength = 60
  2878.           ParentFont = False
  2879.           ReadOnly = True
  2880.           TabOrder = 17
  2881.         end
  2882.         object EditOrgCat3: TEdit
  2883.           Left = 16
  2884.           Top = 205
  2885.           Width = 144
  2886.           Height = 21
  2887.           Color = clBtnFace
  2888.           Font.Charset = DEFAULT_CHARSET
  2889.           Font.Color = clWindowText
  2890.           Font.Height = -11
  2891.           Font.Name = 'MS Sans Serif'
  2892.           Font.Style = []
  2893.           MaxLength = 30
  2894.           ParentFont = False
  2895.           ReadOnly = True
  2896.           TabOrder = 16
  2897.         end
  2898.         object EditOrgCat2: TEdit
  2899.           Left = 16
  2900.           Top = 179
  2901.           Width = 144
  2902.           Height = 21
  2903.           Color = clBtnFace
  2904.           Font.Charset = DEFAULT_CHARSET
  2905.           Font.Color = clWindowText
  2906.           Font.Height = -11
  2907.           Font.Name = 'MS Sans Serif'
  2908.           Font.Style = []
  2909.           MaxLength = 30
  2910.           ParentFont = False
  2911.           ReadOnly = True
  2912.           TabOrder = 13
  2913.         end
  2914.       end
  2915.     end
  2916.     object TabSheetAbout: TTabSheet
  2917.       Caption = 'About'
  2918.       ImageIndex = 7
  2919.       object GroupBoxAbout: TGroupBox
  2920.         Left = 8
  2921.         Top = 7
  2922.         Width = 393
  2923.         Height = 242
  2924.         Caption = ' About / Web Center Message '
  2925.         Font.Charset = DEFAULT_CHARSET
  2926.         Font.Color = clWindowText
  2927.         Font.Height = -11
  2928.         Font.Name = 'MS Sans Serif'
  2929.         Font.Style = [fsBold]
  2930.         ParentFont = False
  2931.         TabOrder = 0
  2932.         object MemoAbout: TMemo
  2933.           Left = 13
  2934.           Top = 20
  2935.           Width = 367
  2936.           Height = 213
  2937.           Color = clBtnFace
  2938.           Font.Charset = DEFAULT_CHARSET
  2939.           Font.Color = clWindowText
  2940.           Font.Height = -11
  2941.           Font.Name = 'MS Sans Serif'
  2942.           Font.Style = []
  2943.           MaxLength = 400
  2944.           ParentFont = False
  2945.           ReadOnly = True
  2946.           ScrollBars = ssVertical
  2947.           TabOrder = 0
  2948.         end
  2949.       end
  2950.     end
  2951.     object TabSheetAdditional: TTabSheet
  2952.       Caption = 'Additional'
  2953.       ImageIndex = 8
  2954.       object GroupBoxAddEmails: TGroupBox
  2955.         Left = 8
  2956.         Top = 7
  2957.         Width = 150
  2958.         Height = 242
  2959.         Caption = ' Additional Emails '
  2960.         Font.Charset = DEFAULT_CHARSET
  2961.         Font.Color = clWindowText
  2962.         Font.Height = -11
  2963.         Font.Name = 'MS Sans Serif'
  2964.         Font.Style = [fsBold]
  2965.         ParentFont = False
  2966.         TabOrder = 0
  2967.         object EditAdEmail4: TEdit
  2968.           Left = 12
  2969.           Top = 92
  2970.           Width = 111
  2971.           Height = 21
  2972.           Color = clBtnFace
  2973.           Font.Charset = DEFAULT_CHARSET
  2974.           Font.Color = clWindowText
  2975.           Font.Height = -11
  2976.           Font.Name = 'MS Sans Serif'
  2977.           Font.Style = []
  2978.           MaxLength = 60
  2979.           ParentFont = False
  2980.           ReadOnly = True
  2981.           TabOrder = 6
  2982.         end
  2983.         object EditAdEmail7: TEdit
  2984.           Left = 12
  2985.           Top = 158
  2986.           Width = 111
  2987.           Height = 21
  2988.           Color = clBtnFace
  2989.           Font.Charset = DEFAULT_CHARSET
  2990.           Font.Color = clWindowText
  2991.           Font.Height = -11
  2992.           Font.Name = 'MS Sans Serif'
  2993.           Font.Style = []
  2994.           MaxLength = 60
  2995.           ParentFont = False
  2996.           ReadOnly = True
  2997.           TabOrder = 12
  2998.         end
  2999.         object EditAdEmail1: TEdit
  3000.           Left = 12
  3001.           Top = 26
  3002.           Width = 111
  3003.           Height = 21
  3004.           Color = clBtnFace
  3005.           Font.Charset = DEFAULT_CHARSET
  3006.           Font.Color = clWindowText
  3007.           Font.Height = -11
  3008.           Font.Name = 'MS Sans Serif'
  3009.           Font.Style = []
  3010.           MaxLength = 60
  3011.           ParentFont = False
  3012.           ReadOnly = True
  3013.           TabOrder = 0
  3014.         end
  3015.         object EditAdEmail2: TEdit
  3016.           Left = 12
  3017.           Top = 48
  3018.           Width = 111
  3019.           Height = 21
  3020.           Color = clBtnFace
  3021.           Font.Charset = DEFAULT_CHARSET
  3022.           Font.Color = clWindowText
  3023.           Font.Height = -11
  3024.           Font.Name = 'MS Sans Serif'
  3025.           Font.Style = []
  3026.           MaxLength = 60
  3027.           ParentFont = False
  3028.           ReadOnly = True
  3029.           TabOrder = 2
  3030.         end
  3031.         object EditAdEmail5: TEdit
  3032.           Left = 12
  3033.           Top = 114
  3034.           Width = 111
  3035.           Height = 21
  3036.           Color = clBtnFace
  3037.           Font.Charset = DEFAULT_CHARSET
  3038.           Font.Color = clWindowText
  3039.           Font.Height = -11
  3040.           Font.Name = 'MS Sans Serif'
  3041.           Font.Style = []
  3042.           MaxLength = 60
  3043.           ParentFont = False
  3044.           ReadOnly = True
  3045.           TabOrder = 8
  3046.         end
  3047.         object EditAdEmail8: TEdit
  3048.           Left = 12
  3049.           Top = 180
  3050.           Width = 111
  3051.           Height = 21
  3052.           Color = clBtnFace
  3053.           Font.Charset = DEFAULT_CHARSET
  3054.           Font.Color = clWindowText
  3055.           Font.Height = -11
  3056.           Font.Name = 'MS Sans Serif'
  3057.           Font.Style = []
  3058.           MaxLength = 60
  3059.           ParentFont = False
  3060.           ReadOnly = True
  3061.           TabOrder = 14
  3062.         end
  3063.         object EditAdEmail3: TEdit
  3064.           Left = 12
  3065.           Top = 70
  3066.           Width = 111
  3067.           Height = 21
  3068.           Color = clBtnFace
  3069.           Font.Charset = DEFAULT_CHARSET
  3070.           Font.Color = clWindowText
  3071.           Font.Height = -11
  3072.           Font.Name = 'MS Sans Serif'
  3073.           Font.Style = []
  3074.           MaxLength = 60
  3075.           ParentFont = False
  3076.           ReadOnly = True
  3077.           TabOrder = 4
  3078.         end
  3079.         object EditAdEmail6: TEdit
  3080.           Left = 12
  3081.           Top = 136
  3082.           Width = 111
  3083.           Height = 21
  3084.           Color = clBtnFace
  3085.           Font.Charset = DEFAULT_CHARSET
  3086.           Font.Color = clWindowText
  3087.           Font.Height = -11
  3088.           Font.Name = 'MS Sans Serif'
  3089.           Font.Style = []
  3090.           MaxLength = 60
  3091.           ParentFont = False
  3092.           ReadOnly = True
  3093.           TabOrder = 10
  3094.         end
  3095.         object EditAdEmail9: TEdit
  3096.           Left = 12
  3097.           Top = 202
  3098.           Width = 111
  3099.           Height = 21
  3100.           Color = clBtnFace
  3101.           Font.Charset = DEFAULT_CHARSET
  3102.           Font.Color = clWindowText
  3103.           Font.Height = -11
  3104.           Font.Name = 'MS Sans Serif'
  3105.           Font.Style = []
  3106.           MaxLength = 60
  3107.           ParentFont = False
  3108.           ReadOnly = True
  3109.           TabOrder = 16
  3110.         end
  3111.         object CheckBoxAdPub1: TCheckBox
  3112.           Left = 128
  3113.           Top = 28
  3114.           Width = 16
  3115.           Height = 17
  3116.           Enabled = False
  3117.           TabOrder = 1
  3118.         end
  3119.         object CheckBoxAdPub2: TCheckBox
  3120.           Left = 128
  3121.           Top = 50
  3122.           Width = 16
  3123.           Height = 17
  3124.           Enabled = False
  3125.           TabOrder = 3
  3126.         end
  3127.         object CheckBoxAdPub3: TCheckBox
  3128.           Left = 128
  3129.           Top = 72
  3130.           Width = 16
  3131.           Height = 17
  3132.           Enabled = False
  3133.           TabOrder = 5
  3134.         end
  3135.         object CheckBoxAdPub6: TCheckBox
  3136.           Left = 128
  3137.           Top = 138
  3138.           Width = 16
  3139.           Height = 17
  3140.           Enabled = False
  3141.           TabOrder = 11
  3142.         end
  3143.         object CheckBoxAdPub5: TCheckBox
  3144.           Left = 128
  3145.           Top = 116
  3146.           Width = 16
  3147.           Height = 17
  3148.           Enabled = False
  3149.           TabOrder = 9
  3150.         end
  3151.         object CheckBoxAdPub4: TCheckBox
  3152.           Left = 128
  3153.           Top = 94
  3154.           Width = 16
  3155.           Height = 17
  3156.           Enabled = False
  3157.           TabOrder = 7
  3158.         end
  3159.         object CheckBoxAdPub9: TCheckBox
  3160.           Left = 128
  3161.           Top = 204
  3162.           Width = 16
  3163.           Height = 17
  3164.           Enabled = False
  3165.           TabOrder = 17
  3166.         end
  3167.         object CheckBoxAdPub8: TCheckBox
  3168.           Left = 128
  3169.           Top = 182
  3170.           Width = 16
  3171.           Height = 17
  3172.           Enabled = False
  3173.           TabOrder = 15
  3174.         end
  3175.         object CheckBoxAdPub7: TCheckBox
  3176.           Left = 128
  3177.           Top = 160
  3178.           Width = 16
  3179.           Height = 17
  3180.           Enabled = False
  3181.           TabOrder = 13
  3182.         end
  3183.       end
  3184.       object GroupBoxOnlineInfo: TGroupBox
  3185.         Left = 161
  3186.         Top = 7
  3187.         Width = 240
  3188.         Height = 242
  3189.         Caption = ' Online Info '
  3190.         Font.Charset = DEFAULT_CHARSET
  3191.         Font.Color = clWindowText
  3192.         Font.Height = -11
  3193.         Font.Name = 'MS Sans Serif'
  3194.         Font.Style = [fsBold]
  3195.         ParentFont = False
  3196.         TabOrder = 1
  3197.         object MemoAdOnlineInfo: TMemo
  3198.           Left = 10
  3199.           Top = 18
  3200.           Width = 221
  3201.           Height = 214
  3202.           Color = clBtnFace
  3203.           Font.Charset = DEFAULT_CHARSET
  3204.           Font.Color = clWindowText
  3205.           Font.Height = -11
  3206.           Font.Name = 'MS Sans Serif'
  3207.           Font.Style = []
  3208.           ParentFont = False
  3209.           ReadOnly = True
  3210.           ScrollBars = ssBoth
  3211.           TabOrder = 0
  3212.         end
  3213.       end
  3214.     end
  3215.   end
  3216.   object RVStyle1: TRVStyle
  3217.     TextStyles = <
  3218.       item
  3219.         StyleName = 'Normal text'
  3220.         FontName = 'Tahoma'
  3221.       end
  3222.       item
  3223.         StyleName = 'Heading'
  3224.         FontName = 'Tahoma'
  3225.         Style = [fsBold]
  3226.       end
  3227.       item
  3228.         StyleName = 'icq'
  3229.         FontName = 'Tahoma'
  3230.         Style = [fsBold]
  3231.       end
  3232.       item
  3233.         StyleName = 'uin'
  3234.         FontName = 'Tahoma'
  3235.         Style = [fsBold]
  3236.       end
  3237.       item
  3238.         StyleName = 'Font Style'
  3239.         FontName = 'Tahoma'
  3240.         Size = 8
  3241.       end
  3242.       item
  3243.         StyleName = 'Font Style'
  3244.         FontName = 'Tahoma'
  3245.         Size = 8
  3246.         Style = [fsBold]
  3247.       end>
  3248.     ParaStyles = <
  3249.       item
  3250.         StyleName = 'Paragraph Style'
  3251.         Tabs = <>
  3252.       end
  3253.       item
  3254.         StyleName = 'Centered'
  3255.         Alignment = rvaCenter
  3256.         Tabs = <>
  3257.       end>
  3258.     ListStyles = <>
  3259.     CurrentItemColor = clBtnShadow
  3260.     InvalidPicture.Data = {
  3261.       07544269746D617036100000424D361000000000000036000000280000002000
  3262.       0000200000000100200000000000001000000000000000000000000000000000
  3263.       0000808080008080800080808000808080008080800080808000808080008080
  3264.       8000808080008080800080808000808080008080800080808000808080008080
  3265.       8000808080008080800080808000808080008080800080808000808080008080
  3266.       8000808080008080800080808000808080008080800080808000808080008080
  3267.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3268.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3269.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3270.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3271.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3272.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3273.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3274.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3275.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3276.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3277.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3278.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3279.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3280.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3281.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3282.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3283.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3284.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3285.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3286.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3287.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3288.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3289.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3290.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3291.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3292.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3293.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3294.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3295.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3296.       FF00FFFFFF000000000000000000000000000000000000000000000000000000
  3297.       000000000000000000000000000000000000000000000000000000000000FFFF
  3298.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3299.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3300.       FF00FFFFFF0080808000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0
  3301.       C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C000C0C0C00000000000FFFF
  3302.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3303.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3304.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3305.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3306.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3307.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3308.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3309.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3310.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3311.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3312.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3313.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3314.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3315.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3316.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3317.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3318.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3319.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3320.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF000000FF000000FF00FFFF
  3321.       FF00FFFFFF000000FF000000FF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3322.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3323.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3324.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000FF000000
  3325.       FF000000FF000000FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3326.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3327.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3328.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000000
  3329.       FF000000FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3330.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3331.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3332.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000FF000000
  3333.       FF000000FF000000FF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3334.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3335.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3336.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF000000FF000000FF00FFFF
  3337.       FF00FFFFFF000000FF000000FF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3338.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3339.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3340.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3341.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3342.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3343.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3344.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3345.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3346.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3347.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3348.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3349.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3350.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3351.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3352.       FF00FFFFFF0080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3353.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00C0C0C00000000000FFFF
  3354.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3355.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3356.       FF00FFFFFF008080800080808000808080008080800080808000808080008080
  3357.       800080808000808080008080800080808000808080008080800080808000FFFF
  3358.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3359.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3360.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3361.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3362.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3363.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3364.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3365.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3366.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3367.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3368.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3369.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3370.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3371.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3372.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3373.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3374.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3375.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3376.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3377.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3378.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3379.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3380.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3381.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3382.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3383.       800080808000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3384.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3385.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  3386.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF008080
  3387.       8000808080008080800080808000808080008080800080808000808080008080
  3388.       8000808080008080800080808000808080008080800080808000808080008080
  3389.       8000808080008080800080808000808080008080800080808000808080008080
  3390.       8000808080008080800080808000808080008080800080808000808080008080
  3391.       8000}
  3392.     StyleTemplates = <>
  3393.     Left = 38
  3394.     Top = 6
  3395.   end
  3396.   object PopupMenuCopy: TPopupMenu
  3397.     Images = MainForm.ImageList1
  3398.     Left = 6
  3399.     Top = 6
  3400.     object CustomItemCopy: TMenuItem
  3401.       Caption = 'Copy Selected'
  3402.       OnClick = CustomItemCopyClick
  3403.     end
  3404.     object CustomItemCopyAll: TMenuItem
  3405.       Caption = 'Copy All'
  3406.       OnClick = CustomItemCopyAllClick
  3407.     end
  3408.   end
  3409.   object InfClientInfo: TInfClient
  3410.     ProxyAuth = False
  3411.     ProxyAuthNTLM = False
  3412.     OnError = InfClientInfoError
  3413.     Left = 11
  3414.     Top = 40
  3415.   end
  3416.   object OpenPictureDialog: TOpenDialog
  3417.     Filter = 
  3418.       'All (*.gif;*.jpg;*.bmp)|*.gif;*.jpg;*.bmp|GIF Image (*.gif)|*.gi' +
  3419.       'f|JPEG Image File (*.jpg)|*.jpg|Bitmaps (*.bmp)|*.bmp'
  3420.     Left = 78
  3421.     Top = 38
  3422.   end
  3423.   object SignsList: TImageList
  3424.     Height = 32
  3425.     Width = 32
  3426.     Left = 80
  3427.     Top = 8
  3428.   end
  3429. end
  3430.