stuartclennett

frmWorkshop1.DFM

Mar 27th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 439.36 KB | Source Code | 0 0
  1. inherited frmWorkshop: TfrmWorkshop
  2.   Width = 1057
  3.   Height = 784
  4.   Caption = 'LABEL WORKSHOP'
  5.   Color = clWindow
  6.   Font.Height = -12
  7.   Font.Name = 'Segoe UI'
  8.   Icon.Data = {}
  9.   OnCloseQuery = FormCloseQuery
  10.   PixelsPerInch = 96
  11.   TextHeight = 15
  12.   object Ribbon: TAdvToolBarPager
  13.     Left = 0
  14.     Top = 32
  15.     Width = 1041
  16.     Height = 142
  17.     ActivePage = pageCreate
  18.     CanMove = False
  19.     Caption.Height = 16
  20.     Caption.Indent = 0
  21.     Caption.MinWidth = 200
  22.     CaptionButtons = []
  23.     HidePagesOnDblClick = False
  24.     Hints.MDICloseBtnHint = 'Close'
  25.     Hints.MDIMinimizeBtnHint = 'Minimize'
  26.     Hints.MDIMaximizeBtnHint = 'Maximize'
  27.     Hints.HelpBtnHint = 'Help'
  28.     TabGroups = <>
  29.     TabSettings.LeftMargin = 0
  30.     TabSettings.RightMargin = 8
  31.     TabSettings.StartMargin = 55
  32.     TabSettings.EndMargin = 0
  33.     TabSettings.Height = 32
  34.     TabSettings.Spacing = 0
  35.     Persistence.Location = plRegistry
  36.     Persistence.Enabled = False
  37.     ToolBarStyler = AdvToolBarOfficeStyler1
  38.     ShowHelpButton = False
  39.     ShowTabHint = True
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     PageLeftMargin = 0
  43.     PageRightMargin = 0
  44.     OptionPicture.Data = {
  45.       }
  46.     OptionDisabledPicture.Data = {
  47.       }
  48.     TabOrder = 0
  49.     OnTabChanged = RibbonTabChanged
  50.     UIStyle = tsOffice2019White
  51.     object pageDataEntry: TAdvPage
  52.       Left = -1
  53.       Top = 48
  54.       Width = 1043
  55.       Height = 94
  56.       Caption = 'Data'
  57.       ImageIndex = 20
  58.       object tbDataEntry: TAdvToolBar
  59.         Left = 220
  60.         Top = 3
  61.         Width = 300
  62.         Height = 88
  63.         UIStyle = tsOffice2019White
  64.         AllowFloating = True
  65.         Caption = 'Data Entry'
  66.         CaptionFont.Charset = DEFAULT_CHARSET
  67.         CaptionFont.Color = clWindowText
  68.         CaptionFont.Height = -11
  69.         CaptionFont.Name = 'Tahoma'
  70.         CaptionFont.Style = []
  71.         CaptionPosition = cpBottom
  72.         CaptionAlignment = taCenter
  73.         CompactCaption = 'Data Entry'
  74.         CompactImageIndex = 20
  75.         ShowCaption = True
  76.         ShowRightHandle = False
  77.         ShowOptionIndicator = False
  78.         TextAutoOptionMenu = 'Add or Remove Buttons'
  79.         TextOptionMenu = 'Options'
  80.         ToolBarStyler = AdvToolBarOfficeStyler1
  81.         Images = ImgListLarge
  82.         ParentOptionPicture = True
  83.         ToolBarIndex = 1
  84.         object AdvToolBarSeparator3: TAdvToolBarSeparator
  85.           Left = 67
  86.           Top = 2
  87.           Width = 10
  88.           Height = 68
  89.           LineColor = clBtnShadow
  90.         end
  91.         object AdvToolBarButton7: TAdvGlowButton
  92.           Left = 2
  93.           Top = 2
  94.           Width = 65
  95.           Height = 68
  96.           Action = actDataEntry
  97.           Caption = 'Data entry'
  98.           Font.Charset = DEFAULT_CHARSET
  99.           Font.Color = 4474440
  100.           Font.Height = -12
  101.           Font.Name = 'Segoe UI'
  102.           Font.Style = []
  103.           ImageIndex = 20
  104.           NotesFont.Charset = DEFAULT_CHARSET
  105.           NotesFont.Color = clWindowText
  106.           NotesFont.Height = -11
  107.           NotesFont.Name = 'Tahoma'
  108.           NotesFont.Style = []
  109.           ParentFont = False
  110.           Rounded = False
  111.           Transparent = True
  112.           TabOrder = 0
  113.           AllowAllUp = True
  114.           Appearance.BorderColor = clWhite
  115.           Appearance.BorderColorHot = 16246477
  116.           Appearance.BorderColorDown = 15187578
  117.           Appearance.BorderColorChecked = 15187578
  118.           Appearance.BorderColorDisabled = clNone
  119.           Appearance.Color = clWhite
  120.           Appearance.ColorTo = clNone
  121.           Appearance.ColorChecked = 15187578
  122.           Appearance.ColorCheckedTo = 15187578
  123.           Appearance.ColorDisabled = clWhite
  124.           Appearance.ColorDisabledTo = clWhite
  125.           Appearance.ColorDown = 15187578
  126.           Appearance.ColorDownTo = 15187578
  127.           Appearance.ColorHot = 16246477
  128.           Appearance.ColorHotTo = 16246477
  129.           Appearance.ColorMirror = clWhite
  130.           Appearance.ColorMirrorTo = clWhite
  131.           Appearance.ColorMirrorHot = 16246477
  132.           Appearance.ColorMirrorHotTo = 16246477
  133.           Appearance.ColorMirrorDown = 15187578
  134.           Appearance.ColorMirrorDownTo = 15187578
  135.           Appearance.ColorMirrorChecked = 15187578
  136.           Appearance.ColorMirrorCheckedTo = 15187578
  137.           Appearance.ColorMirrorDisabled = clWhite
  138.           Appearance.ColorMirrorDisabledTo = clWhite
  139.           Appearance.GradientHot = ggVertical
  140.           Appearance.GradientMirrorHot = ggVertical
  141.           Appearance.GradientDown = ggVertical
  142.           Appearance.GradientMirrorDown = ggVertical
  143.           Appearance.GradientChecked = ggVertical
  144.           Appearance.TextColorChecked = 4474440
  145.           Appearance.TextColorDown = 4474440
  146.           Appearance.TextColorHot = 4474440
  147.           Down = True
  148.           GroupIndex = 31
  149.           Layout = blGlyphTop
  150.         end
  151.         object AdvToolBarButton8: TAdvGlowButton
  152.           Left = 77
  153.           Top = 2
  154.           Width = 75
  155.           Height = 68
  156.           Action = actSequence
  157.           Font.Charset = DEFAULT_CHARSET
  158.           Font.Color = 4474440
  159.           Font.Height = -12
  160.           Font.Name = 'Segoe UI'
  161.           Font.Style = []
  162.           ImageIndex = 22
  163.           NotesFont.Charset = DEFAULT_CHARSET
  164.           NotesFont.Color = clWindowText
  165.           NotesFont.Height = -11
  166.           NotesFont.Name = 'Tahoma'
  167.           NotesFont.Style = []
  168.           ParentFont = False
  169.           Rounded = False
  170.           Transparent = True
  171.           TabOrder = 1
  172.           Appearance.BorderColor = clWhite
  173.           Appearance.BorderColorHot = 16246477
  174.           Appearance.BorderColorDown = 15187578
  175.           Appearance.BorderColorChecked = 15187578
  176.           Appearance.BorderColorDisabled = clNone
  177.           Appearance.Color = clWhite
  178.           Appearance.ColorTo = clNone
  179.           Appearance.ColorChecked = 15187578
  180.           Appearance.ColorCheckedTo = 15187578
  181.           Appearance.ColorDisabled = clWhite
  182.           Appearance.ColorDisabledTo = clWhite
  183.           Appearance.ColorDown = 15187578
  184.           Appearance.ColorDownTo = 15187578
  185.           Appearance.ColorHot = 16246477
  186.           Appearance.ColorHotTo = 16246477
  187.           Appearance.ColorMirror = clWhite
  188.           Appearance.ColorMirrorTo = clWhite
  189.           Appearance.ColorMirrorHot = 16246477
  190.           Appearance.ColorMirrorHotTo = 16246477
  191.           Appearance.ColorMirrorDown = 15187578
  192.           Appearance.ColorMirrorDownTo = 15187578
  193.           Appearance.ColorMirrorChecked = 15187578
  194.           Appearance.ColorMirrorCheckedTo = 15187578
  195.           Appearance.ColorMirrorDisabled = clWhite
  196.           Appearance.ColorMirrorDisabledTo = clWhite
  197.           Appearance.GradientHot = ggVertical
  198.           Appearance.GradientMirrorHot = ggVertical
  199.           Appearance.GradientDown = ggVertical
  200.           Appearance.GradientMirrorDown = ggVertical
  201.           Appearance.GradientChecked = ggVertical
  202.           Appearance.TextColorChecked = 4474440
  203.           Appearance.TextColorDown = 4474440
  204.           Appearance.TextColorHot = 4474440
  205.           Layout = blGlyphTop
  206.         end
  207.         object AdvToolBarButton9: TAdvGlowButton
  208.           Left = 152
  209.           Top = 2
  210.           Width = 75
  211.           Height = 68
  212.           Action = actRepeatText
  213.           Font.Charset = DEFAULT_CHARSET
  214.           Font.Color = 4474440
  215.           Font.Height = -12
  216.           Font.Name = 'Segoe UI'
  217.           Font.Style = []
  218.           ImageIndex = 23
  219.           NotesFont.Charset = DEFAULT_CHARSET
  220.           NotesFont.Color = clWindowText
  221.           NotesFont.Height = -11
  222.           NotesFont.Name = 'Tahoma'
  223.           NotesFont.Style = []
  224.           ParentFont = False
  225.           Rounded = False
  226.           Transparent = True
  227.           TabOrder = 2
  228.           Appearance.BorderColor = clWhite
  229.           Appearance.BorderColorHot = 16246477
  230.           Appearance.BorderColorDown = 15187578
  231.           Appearance.BorderColorChecked = 15187578
  232.           Appearance.BorderColorDisabled = clNone
  233.           Appearance.Color = clWhite
  234.           Appearance.ColorTo = clNone
  235.           Appearance.ColorChecked = 15187578
  236.           Appearance.ColorCheckedTo = 15187578
  237.           Appearance.ColorDisabled = clWhite
  238.           Appearance.ColorDisabledTo = clWhite
  239.           Appearance.ColorDown = 15187578
  240.           Appearance.ColorDownTo = 15187578
  241.           Appearance.ColorHot = 16246477
  242.           Appearance.ColorHotTo = 16246477
  243.           Appearance.ColorMirror = clWhite
  244.           Appearance.ColorMirrorTo = clWhite
  245.           Appearance.ColorMirrorHot = 16246477
  246.           Appearance.ColorMirrorHotTo = 16246477
  247.           Appearance.ColorMirrorDown = 15187578
  248.           Appearance.ColorMirrorDownTo = 15187578
  249.           Appearance.ColorMirrorChecked = 15187578
  250.           Appearance.ColorMirrorCheckedTo = 15187578
  251.           Appearance.ColorMirrorDisabled = clWhite
  252.           Appearance.ColorMirrorDisabledTo = clWhite
  253.           Appearance.GradientHot = ggVertical
  254.           Appearance.GradientMirrorHot = ggVertical
  255.           Appearance.GradientDown = ggVertical
  256.           Appearance.GradientMirrorDown = ggVertical
  257.           Appearance.GradientChecked = ggVertical
  258.           Appearance.TextColorChecked = 4474440
  259.           Appearance.TextColorDown = 4474440
  260.           Appearance.TextColorHot = 4474440
  261.           Layout = blGlyphTop
  262.         end
  263.         object AdvToolBarButton1: TAdvGlowButton
  264.           Left = 227
  265.           Top = 2
  266.           Width = 69
  267.           Height = 68
  268.           Action = actSymbol
  269.           Font.Charset = DEFAULT_CHARSET
  270.           Font.Color = 4474440
  271.           Font.Height = -12
  272.           Font.Name = 'Segoe UI'
  273.           Font.Style = []
  274.           ImageIndex = 21
  275.           NotesFont.Charset = DEFAULT_CHARSET
  276.           NotesFont.Color = clWindowText
  277.           NotesFont.Height = -11
  278.           NotesFont.Name = 'Tahoma'
  279.           NotesFont.Style = []
  280.           ParentFont = False
  281.           Rounded = False
  282.           Transparent = True
  283.           TabOrder = 3
  284.           Appearance.BorderColor = clWhite
  285.           Appearance.BorderColorHot = 16246477
  286.           Appearance.BorderColorDown = 15187578
  287.           Appearance.BorderColorChecked = 15187578
  288.           Appearance.BorderColorDisabled = clNone
  289.           Appearance.Color = clWhite
  290.           Appearance.ColorTo = clNone
  291.           Appearance.ColorChecked = 15187578
  292.           Appearance.ColorCheckedTo = 15187578
  293.           Appearance.ColorDisabled = clWhite
  294.           Appearance.ColorDisabledTo = clWhite
  295.           Appearance.ColorDown = 15187578
  296.           Appearance.ColorDownTo = 15187578
  297.           Appearance.ColorHot = 16246477
  298.           Appearance.ColorHotTo = 16246477
  299.           Appearance.ColorMirror = clWhite
  300.           Appearance.ColorMirrorTo = clWhite
  301.           Appearance.ColorMirrorHot = 16246477
  302.           Appearance.ColorMirrorHotTo = 16246477
  303.           Appearance.ColorMirrorDown = 15187578
  304.           Appearance.ColorMirrorDownTo = 15187578
  305.           Appearance.ColorMirrorChecked = 15187578
  306.           Appearance.ColorMirrorCheckedTo = 15187578
  307.           Appearance.ColorMirrorDisabled = clWhite
  308.           Appearance.ColorMirrorDisabledTo = clWhite
  309.           Appearance.GradientHot = ggVertical
  310.           Appearance.GradientMirrorHot = ggVertical
  311.           Appearance.GradientDown = ggVertical
  312.           Appearance.GradientMirrorDown = ggVertical
  313.           Appearance.GradientChecked = ggVertical
  314.           Appearance.TextColorChecked = 4474440
  315.           Appearance.TextColorDown = 4474440
  316.           Appearance.TextColorHot = 4474440
  317.           Layout = blGlyphTop
  318.           DropDownButton = True
  319.           DropDownMenu = pmSymbolDropDown
  320.         end
  321.       end
  322.       object tbImport: TAdvToolBar
  323.         Left = 523
  324.         Top = 3
  325.         Width = 476
  326.         Height = 88
  327.         UIStyle = tsOffice2019White
  328.         AllowFloating = True
  329.         Caption = 'Import Data'
  330.         CaptionFont.Charset = DEFAULT_CHARSET
  331.         CaptionFont.Color = clWindowText
  332.         CaptionFont.Height = -11
  333.         CaptionFont.Name = 'Tahoma'
  334.         CaptionFont.Style = []
  335.         CaptionPosition = cpBottom
  336.         CaptionAlignment = taCenter
  337.         CompactCaption = 'Import data'
  338.         CompactImageIndex = 24
  339.         ShowCaption = True
  340.         ShowRightHandle = False
  341.         ShowOptionIndicator = False
  342.         TextAutoOptionMenu = 'Add or Remove Buttons'
  343.         TextOptionMenu = 'Options'
  344.         ToolBarStyler = AdvToolBarOfficeStyler1
  345.         Images = ImgListLarge
  346.         ParentOptionPicture = True
  347.         ToolBarIndex = 2
  348.         object AdvToolBarSeparator2: TAdvToolBarSeparator
  349.           Left = 227
  350.           Top = 2
  351.           Width = 10
  352.           Height = 68
  353.           LineColor = clBtnShadow
  354.         end
  355.         object AdvToolBarSeparator9: TAdvToolBarSeparator
  356.           Left = 387
  357.           Top = 2
  358.           Width = 10
  359.           Height = 68
  360.           LineColor = clBtnShadow
  361.         end
  362.         object AdvToolBarButton10: TAdvGlowButton
  363.           Left = 77
  364.           Top = 2
  365.           Width = 75
  366.           Height = 68
  367.           Action = actImportCSVGS1
  368.           Font.Charset = DEFAULT_CHARSET
  369.           Font.Color = 4474440
  370.           Font.Height = -12
  371.           Font.Name = 'Segoe UI'
  372.           Font.Style = []
  373.           ImageIndex = 24
  374.           NotesFont.Charset = DEFAULT_CHARSET
  375.           NotesFont.Color = clWindowText
  376.           NotesFont.Height = -11
  377.           NotesFont.Name = 'Tahoma'
  378.           NotesFont.Style = []
  379.           ParentFont = False
  380.           Rounded = False
  381.           Transparent = True
  382.           TabOrder = 0
  383.           Appearance.BorderColor = clWhite
  384.           Appearance.BorderColorHot = 16246477
  385.           Appearance.BorderColorDown = 15187578
  386.           Appearance.BorderColorChecked = 15187578
  387.           Appearance.BorderColorDisabled = clNone
  388.           Appearance.Color = clWhite
  389.           Appearance.ColorTo = clNone
  390.           Appearance.ColorChecked = 15187578
  391.           Appearance.ColorCheckedTo = 15187578
  392.           Appearance.ColorDisabled = clWhite
  393.           Appearance.ColorDisabledTo = clWhite
  394.           Appearance.ColorDown = 15187578
  395.           Appearance.ColorDownTo = 15187578
  396.           Appearance.ColorHot = 16246477
  397.           Appearance.ColorHotTo = 16246477
  398.           Appearance.ColorMirror = clWhite
  399.           Appearance.ColorMirrorTo = clWhite
  400.           Appearance.ColorMirrorHot = 16246477
  401.           Appearance.ColorMirrorHotTo = 16246477
  402.           Appearance.ColorMirrorDown = 15187578
  403.           Appearance.ColorMirrorDownTo = 15187578
  404.           Appearance.ColorMirrorChecked = 15187578
  405.           Appearance.ColorMirrorCheckedTo = 15187578
  406.           Appearance.ColorMirrorDisabled = clWhite
  407.           Appearance.ColorMirrorDisabledTo = clWhite
  408.           Appearance.GradientHot = ggVertical
  409.           Appearance.GradientMirrorHot = ggVertical
  410.           Appearance.GradientDown = ggVertical
  411.           Appearance.GradientMirrorDown = ggVertical
  412.           Appearance.GradientChecked = ggVertical
  413.           Appearance.TextColorChecked = 4474440
  414.           Appearance.TextColorDown = 4474440
  415.           Appearance.TextColorHot = 4474440
  416.           Layout = blGlyphTop
  417.         end
  418.         object AdvToolBarButton11: TAdvGlowButton
  419.           Left = 152
  420.           Top = 2
  421.           Width = 75
  422.           Height = 68
  423.           Action = actImportXLSX
  424.           Font.Charset = DEFAULT_CHARSET
  425.           Font.Color = 4474440
  426.           Font.Height = -12
  427.           Font.Name = 'Segoe UI'
  428.           Font.Style = []
  429.           ImageIndex = 25
  430.           NotesFont.Charset = DEFAULT_CHARSET
  431.           NotesFont.Color = clWindowText
  432.           NotesFont.Height = -11
  433.           NotesFont.Name = 'Tahoma'
  434.           NotesFont.Style = []
  435.           ParentFont = False
  436.           Rounded = False
  437.           Transparent = True
  438.           TabOrder = 1
  439.           Appearance.BorderColor = clWhite
  440.           Appearance.BorderColorHot = 16246477
  441.           Appearance.BorderColorDown = 15187578
  442.           Appearance.BorderColorChecked = 15187578
  443.           Appearance.BorderColorDisabled = clNone
  444.           Appearance.Color = clWhite
  445.           Appearance.ColorTo = clNone
  446.           Appearance.ColorChecked = 15187578
  447.           Appearance.ColorCheckedTo = 15187578
  448.           Appearance.ColorDisabled = clWhite
  449.           Appearance.ColorDisabledTo = clWhite
  450.           Appearance.ColorDown = 15187578
  451.           Appearance.ColorDownTo = 15187578
  452.           Appearance.ColorHot = 16246477
  453.           Appearance.ColorHotTo = 16246477
  454.           Appearance.ColorMirror = clWhite
  455.           Appearance.ColorMirrorTo = clWhite
  456.           Appearance.ColorMirrorHot = 16246477
  457.           Appearance.ColorMirrorHotTo = 16246477
  458.           Appearance.ColorMirrorDown = 15187578
  459.           Appearance.ColorMirrorDownTo = 15187578
  460.           Appearance.ColorMirrorChecked = 15187578
  461.           Appearance.ColorMirrorCheckedTo = 15187578
  462.           Appearance.ColorMirrorDisabled = clWhite
  463.           Appearance.ColorMirrorDisabledTo = clWhite
  464.           Appearance.GradientHot = ggVertical
  465.           Appearance.GradientMirrorHot = ggVertical
  466.           Appearance.GradientDown = ggVertical
  467.           Appearance.GradientMirrorDown = ggVertical
  468.           Appearance.GradientChecked = ggVertical
  469.           Appearance.TextColorChecked = 4474440
  470.           Appearance.TextColorDown = 4474440
  471.           Appearance.TextColorHot = 4474440
  472.           Layout = blGlyphTop
  473.         end
  474.         object AdvToolBarButton12: TAdvGlowButton
  475.           Left = 237
  476.           Top = 2
  477.           Width = 75
  478.           Height = 68
  479.           Action = actImportLinkware
  480.           Font.Charset = DEFAULT_CHARSET
  481.           Font.Color = 4474440
  482.           Font.Height = -12
  483.           Font.Name = 'Segoe UI'
  484.           Font.Style = []
  485.           ImageIndex = 26
  486.           NotesFont.Charset = DEFAULT_CHARSET
  487.           NotesFont.Color = clWindowText
  488.           NotesFont.Height = -11
  489.           NotesFont.Name = 'Tahoma'
  490.           NotesFont.Style = []
  491.           ParentFont = False
  492.           Rounded = False
  493.           Transparent = True
  494.           TabOrder = 2
  495.           Appearance.BorderColor = clWhite
  496.           Appearance.BorderColorHot = 16246477
  497.           Appearance.BorderColorDown = 15187578
  498.           Appearance.BorderColorChecked = 15187578
  499.           Appearance.BorderColorDisabled = clNone
  500.           Appearance.Color = clWhite
  501.           Appearance.ColorTo = clNone
  502.           Appearance.ColorChecked = 15187578
  503.           Appearance.ColorCheckedTo = 15187578
  504.           Appearance.ColorDisabled = clWhite
  505.           Appearance.ColorDisabledTo = clWhite
  506.           Appearance.ColorDown = 15187578
  507.           Appearance.ColorDownTo = 15187578
  508.           Appearance.ColorHot = 16246477
  509.           Appearance.ColorHotTo = 16246477
  510.           Appearance.ColorMirror = clWhite
  511.           Appearance.ColorMirrorTo = clWhite
  512.           Appearance.ColorMirrorHot = 16246477
  513.           Appearance.ColorMirrorHotTo = 16246477
  514.           Appearance.ColorMirrorDown = 15187578
  515.           Appearance.ColorMirrorDownTo = 15187578
  516.           Appearance.ColorMirrorChecked = 15187578
  517.           Appearance.ColorMirrorCheckedTo = 15187578
  518.           Appearance.ColorMirrorDisabled = clWhite
  519.           Appearance.ColorMirrorDisabledTo = clWhite
  520.           Appearance.GradientHot = ggVertical
  521.           Appearance.GradientMirrorHot = ggVertical
  522.           Appearance.GradientDown = ggVertical
  523.           Appearance.GradientMirrorDown = ggVertical
  524.           Appearance.GradientChecked = ggVertical
  525.           Appearance.TextColorChecked = 4474440
  526.           Appearance.TextColorDown = 4474440
  527.           Appearance.TextColorHot = 4474440
  528.           Layout = blGlyphTop
  529.         end
  530.         object AdvToolBarButton13: TAdvGlowButton
  531.           Left = 312
  532.           Top = 2
  533.           Width = 75
  534.           Height = 68
  535.           Action = actLinkwareLogout
  536.           Font.Charset = DEFAULT_CHARSET
  537.           Font.Color = 4474440
  538.           Font.Height = -12
  539.           Font.Name = 'Segoe UI'
  540.           Font.Style = []
  541.           ImageIndex = 26
  542.           NotesFont.Charset = DEFAULT_CHARSET
  543.           NotesFont.Color = clWindowText
  544.           NotesFont.Height = -11
  545.           NotesFont.Name = 'Tahoma'
  546.           NotesFont.Style = []
  547.           ParentFont = False
  548.           Rounded = False
  549.           Transparent = True
  550.           TabOrder = 3
  551.           Appearance.BorderColor = clWhite
  552.           Appearance.BorderColorHot = 16246477
  553.           Appearance.BorderColorDown = 15187578
  554.           Appearance.BorderColorChecked = 15187578
  555.           Appearance.BorderColorDisabled = clNone
  556.           Appearance.Color = clWhite
  557.           Appearance.ColorTo = clNone
  558.           Appearance.ColorChecked = 15187578
  559.           Appearance.ColorCheckedTo = 15187578
  560.           Appearance.ColorDisabled = clWhite
  561.           Appearance.ColorDisabledTo = clWhite
  562.           Appearance.ColorDown = 15187578
  563.           Appearance.ColorDownTo = 15187578
  564.           Appearance.ColorHot = 16246477
  565.           Appearance.ColorHotTo = 16246477
  566.           Appearance.ColorMirror = clWhite
  567.           Appearance.ColorMirrorTo = clWhite
  568.           Appearance.ColorMirrorHot = 16246477
  569.           Appearance.ColorMirrorHotTo = 16246477
  570.           Appearance.ColorMirrorDown = 15187578
  571.           Appearance.ColorMirrorDownTo = 15187578
  572.           Appearance.ColorMirrorChecked = 15187578
  573.           Appearance.ColorMirrorCheckedTo = 15187578
  574.           Appearance.ColorMirrorDisabled = clWhite
  575.           Appearance.ColorMirrorDisabledTo = clWhite
  576.           Appearance.GradientHot = ggVertical
  577.           Appearance.GradientMirrorHot = ggVertical
  578.           Appearance.GradientDown = ggVertical
  579.           Appearance.GradientMirrorDown = ggVertical
  580.           Appearance.GradientChecked = ggVertical
  581.           Appearance.TextColorChecked = 4474440
  582.           Appearance.TextColorDown = 4474440
  583.           Appearance.TextColorHot = 4474440
  584.           Layout = blGlyphTop
  585.         end
  586.         object AdvToolBarButton14: TAdvGlowButton
  587.           Left = 2
  588.           Top = 2
  589.           Width = 75
  590.           Height = 68
  591.           Action = actImportCSV
  592.           Font.Charset = DEFAULT_CHARSET
  593.           Font.Color = 4474440
  594.           Font.Height = -12
  595.           Font.Name = 'Segoe UI'
  596.           Font.Style = []
  597.           ImageIndex = 24
  598.           NotesFont.Charset = DEFAULT_CHARSET
  599.           NotesFont.Color = clWindowText
  600.           NotesFont.Height = -11
  601.           NotesFont.Name = 'Tahoma'
  602.           NotesFont.Style = []
  603.           ParentFont = False
  604.           Rounded = False
  605.           Transparent = True
  606.           TabOrder = 4
  607.           Appearance.BorderColor = clWhite
  608.           Appearance.BorderColorHot = 16246477
  609.           Appearance.BorderColorDown = 15187578
  610.           Appearance.BorderColorChecked = 15187578
  611.           Appearance.BorderColorDisabled = clNone
  612.           Appearance.Color = clWhite
  613.           Appearance.ColorTo = clNone
  614.           Appearance.ColorChecked = 15187578
  615.           Appearance.ColorCheckedTo = 15187578
  616.           Appearance.ColorDisabled = clWhite
  617.           Appearance.ColorDisabledTo = clWhite
  618.           Appearance.ColorDown = 15187578
  619.           Appearance.ColorDownTo = 15187578
  620.           Appearance.ColorHot = 16246477
  621.           Appearance.ColorHotTo = 16246477
  622.           Appearance.ColorMirror = clWhite
  623.           Appearance.ColorMirrorTo = clWhite
  624.           Appearance.ColorMirrorHot = 16246477
  625.           Appearance.ColorMirrorHotTo = 16246477
  626.           Appearance.ColorMirrorDown = 15187578
  627.           Appearance.ColorMirrorDownTo = 15187578
  628.           Appearance.ColorMirrorChecked = 15187578
  629.           Appearance.ColorMirrorCheckedTo = 15187578
  630.           Appearance.ColorMirrorDisabled = clWhite
  631.           Appearance.ColorMirrorDisabledTo = clWhite
  632.           Appearance.GradientHot = ggVertical
  633.           Appearance.GradientMirrorHot = ggVertical
  634.           Appearance.GradientDown = ggVertical
  635.           Appearance.GradientMirrorDown = ggVertical
  636.           Appearance.GradientChecked = ggVertical
  637.           Appearance.TextColorChecked = 4474440
  638.           Appearance.TextColorDown = 4474440
  639.           Appearance.TextColorHot = 4474440
  640.           Layout = blGlyphTop
  641.         end
  642.         object AdvGlowButton18: TAdvGlowButton
  643.           Left = 397
  644.           Top = 2
  645.           Width = 75
  646.           Height = 71
  647.           Action = actImportAEMCSV
  648.           Font.Charset = DEFAULT_CHARSET
  649.           Font.Color = 4474440
  650.           Font.Height = -12
  651.           Font.Name = 'Segoe UI'
  652.           Font.Style = []
  653.           ImageIndex = 111
  654.           Images = ImgListLarge
  655.           FocusType = ftHot
  656.           NotesFont.Charset = DEFAULT_CHARSET
  657.           NotesFont.Color = clWindowText
  658.           NotesFont.Height = -11
  659.           NotesFont.Name = 'Tahoma'
  660.           NotesFont.Style = []
  661.           ParentFont = False
  662.           Picture.Data = { }
  663.            Rounded = False
  664.           TabOrder = 6
  665.           Appearance.BorderColor = clWhite
  666.           Appearance.BorderColorHot = 16246477
  667.           Appearance.BorderColorDown = 15187578
  668.           Appearance.BorderColorChecked = 15187578
  669.           Appearance.BorderColorDisabled = clNone
  670.           Appearance.Color = clWhite
  671.           Appearance.ColorTo = clNone
  672.           Appearance.ColorChecked = 15187578
  673.           Appearance.ColorCheckedTo = 15187578
  674.           Appearance.ColorDisabled = clWhite
  675.           Appearance.ColorDisabledTo = clWhite
  676.           Appearance.ColorDown = 15187578
  677.           Appearance.ColorDownTo = 15187578
  678.           Appearance.ColorHot = 16246477
  679.           Appearance.ColorHotTo = 16246477
  680.           Appearance.ColorMirror = clWhite
  681.           Appearance.ColorMirrorTo = clWhite
  682.           Appearance.ColorMirrorHot = 16246477
  683.           Appearance.ColorMirrorHotTo = 16246477
  684.           Appearance.ColorMirrorDown = 15187578
  685.           Appearance.ColorMirrorDownTo = 15187578
  686.           Appearance.ColorMirrorChecked = 15187578
  687.           Appearance.ColorMirrorCheckedTo = 15187578
  688.           Appearance.ColorMirrorDisabled = clWhite
  689.           Appearance.ColorMirrorDisabledTo = clWhite
  690.           Appearance.GradientHot = ggVertical
  691.           Appearance.GradientMirrorHot = ggVertical
  692.           Appearance.GradientDown = ggVertical
  693.           Appearance.GradientMirrorDown = ggVertical
  694.           Appearance.GradientChecked = ggVertical
  695.           Appearance.TextColorChecked = 4474440
  696.           Appearance.TextColorDown = 4474440
  697.           Appearance.TextColorHot = 4474440
  698.           Layout = blGlyphTop
  699.         end
  700.       end
  701.       object tbFixedFieldData: TAdvToolBar
  702.         Left = 3
  703.         Top = 3
  704.         Width = 214
  705.         Height = 88
  706.         UIStyle = tsOffice2019White
  707.         AllowFloating = True
  708.         AutoArrangeButtons = False
  709.         AutoPositionControls = False
  710.         AutoSize = False
  711.         Caption = 'Fixed field data'
  712.         CaptionFont.Charset = DEFAULT_CHARSET
  713.         CaptionFont.Color = clWindowText
  714.         CaptionFont.Height = -11
  715.         CaptionFont.Name = 'Tahoma'
  716.         CaptionFont.Style = []
  717.         CaptionPosition = cpBottom
  718.         CaptionAlignment = taCenter
  719.         CompactImageIndex = 20
  720.         ShowCaption = True
  721.         ShowRightHandle = False
  722.         TextAutoOptionMenu = 'Add or Remove Buttons'
  723.         TextOptionMenu = 'Options'
  724.         ToolBarStyler = AdvToolBarOfficeStyler1
  725.         Images = ImgListLarge
  726.         ParentOptionPicture = True
  727.         ToolBarIndex = 0
  728.         DesignSize = (
  729.           214
  730.           88)
  731.         object Label17: TLabel
  732.           Left = 8
  733.           Top = 4
  734.           Width = 99
  735.           Height = 15
  736.           Caption = 'Selected field data:'
  737.         end
  738.         object txtFixedField: TEdit
  739.           Left = 8
  740.           Top = 20
  741.           Width = 194
  742.           Height = 25
  743.           Alignment = taCenter
  744.           Anchors = [akLeft, akTop, akRight]
  745.           Font.Charset = DEFAULT_CHARSET
  746.           Font.Color = clWindowText
  747.           Font.Height = -13
  748.           Font.Name = 'Segoe UI'
  749.           Font.Style = []
  750.           ParentFont = False
  751.           TabOrder = 0
  752.           TextHint = 'Enter field data here'
  753.           OnChange = txtTextFieldChange
  754.         end
  755.       end
  756.       object tbNavigation2: TAdvToolBar
  757.         Left = 1224
  758.         Top = 3
  759.         Width = 120
  760.         Height = 88
  761.         UIStyle = tsOffice2019White
  762.         AllowFloating = True
  763.         AutoSize = False
  764.         Caption = 'Design'
  765.         CaptionFont.Charset = DEFAULT_CHARSET
  766.         CaptionFont.Color = clWindowText
  767.         CaptionFont.Height = -11
  768.         CaptionFont.Name = 'Tahoma'
  769.         CaptionFont.Style = []
  770.         CaptionPosition = cpBottom
  771.         CaptionAlignment = taCenter
  772.         CompactImageIndex = 38
  773.         ShowCaption = True
  774.         ShowRightHandle = False
  775.         TextAutoOptionMenu = 'Add or Remove Buttons'
  776.         TextOptionMenu = 'Options'
  777.         ToolBarStyler = AdvToolBarOfficeStyler1
  778.         Images = ImgListLarge
  779.         ParentOptionPicture = True
  780.         ToolBarIndex = 4
  781.         object btnDesignThisLabel: TAdvGlowButton
  782.           Left = 2
  783.           Top = 2
  784.           Width = 106
  785.           Height = 45
  786.           AutoSize = True
  787.           Caption = 'Design this label'
  788.           Font.Charset = DEFAULT_CHARSET
  789.           Font.Color = 4474440
  790.           Font.Height = -12
  791.           Font.Name = 'Segoe UI'
  792.           Font.Style = []
  793.           ImageIndex = 38
  794.           Images = ImgListLarge
  795.           FocusType = ftHot
  796.           NotesFont.Charset = DEFAULT_CHARSET
  797.           NotesFont.Color = clWindowText
  798.           NotesFont.Height = -11
  799.           NotesFont.Name = 'Tahoma'
  800.           NotesFont.Style = []
  801.           ParentFont = False
  802.           Rounded = False
  803.           Transparent = True
  804.           TabOrder = 0
  805.           OnClick = btnDesignThisLabelClick
  806.           Appearance.BorderColor = clWhite
  807.           Appearance.BorderColorHot = 16246477
  808.           Appearance.BorderColorDown = 15187578
  809.           Appearance.BorderColorChecked = 15187578
  810.           Appearance.BorderColorDisabled = clNone
  811.           Appearance.Color = clWhite
  812.           Appearance.ColorTo = clNone
  813.           Appearance.ColorChecked = 15187578
  814.           Appearance.ColorCheckedTo = 15187578
  815.           Appearance.ColorDisabled = clWhite
  816.           Appearance.ColorDisabledTo = clWhite
  817.           Appearance.ColorDown = 15187578
  818.           Appearance.ColorDownTo = 15187578
  819.           Appearance.ColorHot = 16246477
  820.           Appearance.ColorHotTo = 16246477
  821.           Appearance.ColorMirror = clWhite
  822.           Appearance.ColorMirrorTo = clWhite
  823.           Appearance.ColorMirrorHot = 16246477
  824.           Appearance.ColorMirrorHotTo = 16246477
  825.           Appearance.ColorMirrorDown = 15187578
  826.           Appearance.ColorMirrorDownTo = 15187578
  827.           Appearance.ColorMirrorChecked = 15187578
  828.           Appearance.ColorMirrorCheckedTo = 15187578
  829.           Appearance.ColorMirrorDisabled = clWhite
  830.           Appearance.ColorMirrorDisabledTo = clWhite
  831.           Appearance.GradientHot = ggVertical
  832.           Appearance.GradientMirrorHot = ggVertical
  833.           Appearance.GradientDown = ggVertical
  834.           Appearance.GradientMirrorDown = ggVertical
  835.           Appearance.GradientChecked = ggVertical
  836.           Appearance.TextColorChecked = 4474440
  837.           Appearance.TextColorDown = 4474440
  838.           Appearance.TextColorHot = 4474440
  839.           Layout = blGlyphTopAdjusted
  840.         end
  841.       end
  842.       object tbDataEntryHint: TAdvToolBar
  843.         Left = 1002
  844.         Top = 3
  845.         Width = 219
  846.         Height = 88
  847.         UIStyle = tsOffice2019White
  848.         AllowFloating = True
  849.         AutoSize = False
  850.         Caption = 'Help'
  851.         CaptionFont.Charset = DEFAULT_CHARSET
  852.         CaptionFont.Color = clWindowText
  853.         CaptionFont.Height = -11
  854.         CaptionFont.Name = 'Tahoma'
  855.         CaptionFont.Style = []
  856.         CaptionPosition = cpBottom
  857.         CaptionAlignment = taCenter
  858.         CompactPicture.Data = {}
  859.         CompactImageIndex = -1
  860.         ShowCaption = True
  861.         ShowRightHandle = False
  862.         TextAutoOptionMenu = 'Add or Remove Buttons'
  863.         TextOptionMenu = 'Options'
  864.         ToolBarStyler = AdvToolBarOfficeStyler1
  865.         Images = ImgListLarge
  866.         ParentOptionPicture = True
  867.         ToolBarIndex = 3
  868.         Visible = False
  869.         object Label8: TLabel
  870.           AlignWithMargins = True
  871.           Left = 44
  872.           Top = 3
  873.           Width = 167
  874.           Height = 63
  875.           Margins.Left = 6
  876.           Margins.Right = 8
  877.           Margins.Bottom = 22
  878.           Align = alClient
  879.           Alignment = taCenter
  880.           Caption = 'Select an item in the designer to activate data entry functions'
  881.           Layout = tlCenter
  882.           WordWrap = True
  883.         end
  884.         object imgDataEntryHint: TImage
  885.           AlignWithMargins = True
  886.           Left = 3
  887.           Top = 4
  888.           Width = 32
  889.           Height = 62
  890.           Margins.Top = 4
  891.           Margins.Bottom = 22
  892.           Align = alLeft
  893.           Center = True
  894.           Picture.Data = {}
  895.         end
  896.       end
  897.     end
  898.     object pageFindView: TAdvPage
  899.       Left = -1
  900.       Top = 48
  901.       Width = 1043
  902.       Height = 94
  903.       Caption = 'Find && View'
  904.       ImageIndex = 62
  905.       object tbView: TAdvToolBar
  906.         Left = 248
  907.         Top = 3
  908.         Width = 337
  909.         Height = 88
  910.         UIStyle = tsOffice2019White
  911.         AllowFloating = False
  912.         AutoPositionMultiRow = True
  913.         AutoSize = False
  914.         Caption = 'View'
  915.         CaptionFont.Charset = DEFAULT_CHARSET
  916.         CaptionFont.Color = clWindowText
  917.         CaptionFont.Height = -11
  918.         CaptionFont.Name = 'Tahoma'
  919.         CaptionFont.Style = []
  920.         CaptionPosition = cpBottom
  921.         CaptionAlignment = taCenter
  922.         CompactCaption = 'View'
  923.         CompactImageIndex = 41
  924.         ShowCaption = True
  925.         ShowRightHandle = False
  926.         TextAutoOptionMenu = 'Add or Remove Buttons'
  927.         TextOptionMenu = 'Options'
  928.         ToolBarStyler = AdvToolBarOfficeStyler1
  929.         Images = ImgListLarge
  930.         ParentOptionPicture = True
  931.         ToolBarIndex = 1
  932.         OnOptionClick = tbViewOptionClick
  933.         object btnFitToLabel: TAdvGlowButton
  934.           Left = 109
  935.           Top = 32
  936.           Width = 110
  937.           Height = 32
  938.           Action = actFitToLabel
  939.           Font.Charset = DEFAULT_CHARSET
  940.           Font.Color = 4474440
  941.           Font.Height = -12
  942.           Font.Name = 'Segoe UI'
  943.           Font.Style = []
  944.           ImageIndex = 37
  945.           NotesFont.Charset = DEFAULT_CHARSET
  946.           NotesFont.Color = clWindowText
  947.           NotesFont.Height = -11
  948.           NotesFont.Name = 'Tahoma'
  949.           NotesFont.Style = []
  950.           ParentFont = False
  951.           Rounded = False
  952.           Transparent = True
  953.           TabOrder = 0
  954.           AllowAllUp = True
  955.           Appearance.BorderColor = clWhite
  956.           Appearance.BorderColorHot = 16246477
  957.           Appearance.BorderColorDown = 15187578
  958.           Appearance.BorderColorChecked = 15187578
  959.           Appearance.BorderColorDisabled = clNone
  960.           Appearance.Color = clWhite
  961.           Appearance.ColorTo = clNone
  962.           Appearance.ColorChecked = 15187578
  963.           Appearance.ColorCheckedTo = 15187578
  964.           Appearance.ColorDisabled = clWhite
  965.           Appearance.ColorDisabledTo = clWhite
  966.           Appearance.ColorDown = 15187578
  967.           Appearance.ColorDownTo = 15187578
  968.           Appearance.ColorHot = 16246477
  969.           Appearance.ColorHotTo = 16246477
  970.           Appearance.ColorMirror = clWhite
  971.           Appearance.ColorMirrorTo = clWhite
  972.           Appearance.ColorMirrorHot = 16246477
  973.           Appearance.ColorMirrorHotTo = 16246477
  974.           Appearance.ColorMirrorDown = 15187578
  975.           Appearance.ColorMirrorDownTo = 15187578
  976.           Appearance.ColorMirrorChecked = 15187578
  977.           Appearance.ColorMirrorCheckedTo = 15187578
  978.           Appearance.ColorMirrorDisabled = clWhite
  979.           Appearance.ColorMirrorDisabledTo = clWhite
  980.           Appearance.GradientHot = ggVertical
  981.           Appearance.GradientMirrorHot = ggVertical
  982.           Appearance.GradientDown = ggVertical
  983.           Appearance.GradientMirrorDown = ggVertical
  984.           Appearance.GradientChecked = ggVertical
  985.           Appearance.TextColorChecked = 4474440
  986.           Appearance.TextColorDown = 4474440
  987.           Appearance.TextColorHot = 4474440
  988.           Layout = blGlyphLeftAdjusted
  989.         end
  990.         object btnZoomTo100: TAdvGlowButton
  991.           Left = 109
  992.           Top = 0
  993.           Width = 110
  994.           Height = 32
  995.           Action = actZoomTo100
  996.           Font.Charset = DEFAULT_CHARSET
  997.           Font.Color = 4474440
  998.           Font.Height = -12
  999.           Font.Name = 'Segoe UI'
  1000.           Font.Style = []
  1001.           ImageIndex = 36
  1002.           NotesFont.Charset = DEFAULT_CHARSET
  1003.           NotesFont.Color = clWindowText
  1004.           NotesFont.Height = -11
  1005.           NotesFont.Name = 'Tahoma'
  1006.           NotesFont.Style = []
  1007.           ParentFont = False
  1008.           Rounded = False
  1009.           Transparent = True
  1010.           TabOrder = 1
  1011.           AllowAllUp = True
  1012.           Appearance.BorderColor = clWhite
  1013.           Appearance.BorderColorHot = 16246477
  1014.           Appearance.BorderColorDown = 15187578
  1015.           Appearance.BorderColorChecked = 15187578
  1016.           Appearance.BorderColorDisabled = clNone
  1017.           Appearance.Color = clWhite
  1018.           Appearance.ColorTo = clNone
  1019.           Appearance.ColorChecked = 15187578
  1020.           Appearance.ColorCheckedTo = 15187578
  1021.           Appearance.ColorDisabled = clWhite
  1022.           Appearance.ColorDisabledTo = clWhite
  1023.           Appearance.ColorDown = 15187578
  1024.           Appearance.ColorDownTo = 15187578
  1025.           Appearance.ColorHot = 16246477
  1026.           Appearance.ColorHotTo = 16246477
  1027.           Appearance.ColorMirror = clWhite
  1028.           Appearance.ColorMirrorTo = clWhite
  1029.           Appearance.ColorMirrorHot = 16246477
  1030.           Appearance.ColorMirrorHotTo = 16246477
  1031.           Appearance.ColorMirrorDown = 15187578
  1032.           Appearance.ColorMirrorDownTo = 15187578
  1033.           Appearance.ColorMirrorChecked = 15187578
  1034.           Appearance.ColorMirrorCheckedTo = 15187578
  1035.           Appearance.ColorMirrorDisabled = clWhite
  1036.           Appearance.ColorMirrorDisabledTo = clWhite
  1037.           Appearance.GradientHot = ggVertical
  1038.           Appearance.GradientMirrorHot = ggVertical
  1039.           Appearance.GradientDown = ggVertical
  1040.           Appearance.GradientMirrorDown = ggVertical
  1041.           Appearance.GradientChecked = ggVertical
  1042.           Appearance.TextColorChecked = 4474440
  1043.           Appearance.TextColorDown = 4474440
  1044.           Appearance.TextColorHot = 4474440
  1045.           GroupIndex = 31
  1046.           Layout = blGlyphLeftAdjusted
  1047.         end
  1048.         object btnFitToWidth: TAdvGlowButton
  1049.           Left = 219
  1050.           Top = 32
  1051.           Width = 110
  1052.           Height = 32
  1053.           Action = actFitToWidth
  1054.           Font.Charset = DEFAULT_CHARSET
  1055.           Font.Color = 4474440
  1056.           Font.Height = -12
  1057.           Font.Name = 'Segoe UI'
  1058.           Font.Style = []
  1059.           ImageIndex = 40
  1060.           NotesFont.Charset = DEFAULT_CHARSET
  1061.           NotesFont.Color = clWindowText
  1062.           NotesFont.Height = -11
  1063.           NotesFont.Name = 'Tahoma'
  1064.           NotesFont.Style = []
  1065.           ParentFont = False
  1066.           Rounded = False
  1067.           Transparent = True
  1068.           TabOrder = 2
  1069.           AllowAllUp = True
  1070.           Appearance.BorderColor = clWhite
  1071.           Appearance.BorderColorHot = 16246477
  1072.           Appearance.BorderColorDown = 15187578
  1073.           Appearance.BorderColorChecked = 15187578
  1074.           Appearance.BorderColorDisabled = clNone
  1075.           Appearance.Color = clWhite
  1076.           Appearance.ColorTo = clNone
  1077.           Appearance.ColorChecked = 15187578
  1078.           Appearance.ColorCheckedTo = 15187578
  1079.           Appearance.ColorDisabled = clWhite
  1080.           Appearance.ColorDisabledTo = clWhite
  1081.           Appearance.ColorDown = 15187578
  1082.           Appearance.ColorDownTo = 15187578
  1083.           Appearance.ColorHot = 16246477
  1084.           Appearance.ColorHotTo = 16246477
  1085.           Appearance.ColorMirror = clWhite
  1086.           Appearance.ColorMirrorTo = clWhite
  1087.           Appearance.ColorMirrorHot = 16246477
  1088.           Appearance.ColorMirrorHotTo = 16246477
  1089.           Appearance.ColorMirrorDown = 15187578
  1090.           Appearance.ColorMirrorDownTo = 15187578
  1091.           Appearance.ColorMirrorChecked = 15187578
  1092.           Appearance.ColorMirrorCheckedTo = 15187578
  1093.           Appearance.ColorMirrorDisabled = clWhite
  1094.           Appearance.ColorMirrorDisabledTo = clWhite
  1095.           Appearance.GradientHot = ggVertical
  1096.           Appearance.GradientMirrorHot = ggVertical
  1097.           Appearance.GradientDown = ggVertical
  1098.           Appearance.GradientMirrorDown = ggVertical
  1099.           Appearance.GradientChecked = ggVertical
  1100.           Appearance.TextColorChecked = 4474440
  1101.           Appearance.TextColorDown = 4474440
  1102.           Appearance.TextColorHot = 4474440
  1103.           GroupIndex = 31
  1104.           Layout = blGlyphLeftAdjusted
  1105.         end
  1106.         object AdvToolBarButton32: TAdvGlowButton
  1107.           Left = 219
  1108.           Top = 0
  1109.           Width = 110
  1110.           Height = 32
  1111.           Action = actFitToWindow
  1112.           Font.Charset = DEFAULT_CHARSET
  1113.           Font.Color = 4474440
  1114.           Font.Height = -12
  1115.           Font.Name = 'Segoe UI'
  1116.           Font.Style = []
  1117.           ImageIndex = 41
  1118.           NotesFont.Charset = DEFAULT_CHARSET
  1119.           NotesFont.Color = clWindowText
  1120.           NotesFont.Height = -11
  1121.           NotesFont.Name = 'Tahoma'
  1122.           NotesFont.Style = []
  1123.           ParentFont = False
  1124.           Rounded = False
  1125.           Transparent = True
  1126.           Trimming = StringTrimmingEllipsisWord
  1127.           TabOrder = 3
  1128.           AllowAllUp = True
  1129.           Appearance.BorderColor = clWhite
  1130.           Appearance.BorderColorHot = 16246477
  1131.           Appearance.BorderColorDown = 15187578
  1132.           Appearance.BorderColorChecked = 15187578
  1133.           Appearance.BorderColorDisabled = clNone
  1134.           Appearance.Color = clWhite
  1135.           Appearance.ColorTo = clNone
  1136.           Appearance.ColorChecked = 15187578
  1137.           Appearance.ColorCheckedTo = 15187578
  1138.           Appearance.ColorDisabled = clWhite
  1139.           Appearance.ColorDisabledTo = clWhite
  1140.           Appearance.ColorDown = 15187578
  1141.           Appearance.ColorDownTo = 15187578
  1142.           Appearance.ColorHot = 16246477
  1143.           Appearance.ColorHotTo = 16246477
  1144.           Appearance.ColorMirror = clWhite
  1145.           Appearance.ColorMirrorTo = clWhite
  1146.           Appearance.ColorMirrorHot = 16246477
  1147.           Appearance.ColorMirrorHotTo = 16246477
  1148.           Appearance.ColorMirrorDown = 15187578
  1149.           Appearance.ColorMirrorDownTo = 15187578
  1150.           Appearance.ColorMirrorChecked = 15187578
  1151.           Appearance.ColorMirrorCheckedTo = 15187578
  1152.           Appearance.ColorMirrorDisabled = clWhite
  1153.           Appearance.ColorMirrorDisabledTo = clWhite
  1154.           Appearance.GradientHot = ggVertical
  1155.           Appearance.GradientMirrorHot = ggVertical
  1156.           Appearance.GradientDown = ggVertical
  1157.           Appearance.GradientMirrorDown = ggVertical
  1158.           Appearance.GradientChecked = ggVertical
  1159.           Appearance.TextColorChecked = 4474440
  1160.           Appearance.TextColorDown = 4474440
  1161.           Appearance.TextColorHot = 4474440
  1162.           GroupIndex = 31
  1163.           Layout = blGlyphLeftAdjusted
  1164.         end
  1165.         object AdvToolBarContainer2: TAdvToolBarContainer
  1166.           Left = 2
  1167.           Top = 0
  1168.           Width = 107
  1169.           Height = 72
  1170.           Caption = ''
  1171.           Color.Color = clWhite
  1172.           Color.ColorTo = clBtnFace
  1173.           Color.Direction = gdHorizontal
  1174.           LineColor = clBtnShadow
  1175.           Line3D = True
  1176.           ShowBorder = False
  1177.           object cmbScalePc: TComboBox
  1178.             AlignWithMargins = True
  1179.             Left = 3
  1180.             Top = 8
  1181.             Width = 94
  1182.             Height = 23
  1183.             Margins.Top = 7
  1184.             AutoComplete = False
  1185.             DropDownCount = 12
  1186.             TabOrder = 0
  1187.             Text = 'Fit to Window'
  1188.             OnChange = cmbScalePcChange
  1189.           end
  1190.           object AdvToolBarButton33: TAdvGlowButton
  1191.             Left = 6
  1192.             Top = 36
  1193.             Width = 32
  1194.             Height = 32
  1195.             Action = actZoomIn
  1196.             Caption = 'Zoom In'
  1197.             Font.Charset = DEFAULT_CHARSET
  1198.             Font.Color = 4474440
  1199.             Font.Height = -12
  1200.             Font.Name = 'Segoe UI'
  1201.             Font.Style = []
  1202.             ImageIndex = 0
  1203.             NotesFont.Charset = DEFAULT_CHARSET
  1204.             NotesFont.Color = clWindowText
  1205.             NotesFont.Height = -11
  1206.             NotesFont.Name = 'Tahoma'
  1207.             NotesFont.Style = []
  1208.             ParentFont = False
  1209.             Rounded = False
  1210.             ShowCaption = False
  1211.             Transparent = True
  1212.             TabOrder = 1
  1213.             Appearance.BorderColor = clWhite
  1214.             Appearance.BorderColorHot = 16246477
  1215.             Appearance.BorderColorDown = 15187578
  1216.             Appearance.BorderColorChecked = 15187578
  1217.             Appearance.BorderColorDisabled = clNone
  1218.             Appearance.Color = clWhite
  1219.             Appearance.ColorTo = clNone
  1220.             Appearance.ColorChecked = 15187578
  1221.             Appearance.ColorCheckedTo = 15187578
  1222.             Appearance.ColorDisabled = clWhite
  1223.             Appearance.ColorDisabledTo = clWhite
  1224.             Appearance.ColorDown = 15187578
  1225.             Appearance.ColorDownTo = 15187578
  1226.             Appearance.ColorHot = 16246477
  1227.             Appearance.ColorHotTo = 16246477
  1228.             Appearance.ColorMirror = clWhite
  1229.             Appearance.ColorMirrorTo = clWhite
  1230.             Appearance.ColorMirrorHot = 16246477
  1231.             Appearance.ColorMirrorHotTo = 16246477
  1232.             Appearance.ColorMirrorDown = 15187578
  1233.             Appearance.ColorMirrorDownTo = 15187578
  1234.             Appearance.ColorMirrorChecked = 15187578
  1235.             Appearance.ColorMirrorCheckedTo = 15187578
  1236.             Appearance.ColorMirrorDisabled = clWhite
  1237.             Appearance.ColorMirrorDisabledTo = clWhite
  1238.             Appearance.GradientHot = ggVertical
  1239.             Appearance.GradientMirrorHot = ggVertical
  1240.             Appearance.GradientDown = ggVertical
  1241.             Appearance.GradientMirrorDown = ggVertical
  1242.             Appearance.GradientChecked = ggVertical
  1243.             Appearance.TextColorChecked = 4474440
  1244.             Appearance.TextColorDown = 4474440
  1245.             Appearance.TextColorHot = 4474440
  1246.           end
  1247.           object AdvToolBarButton34: TAdvGlowButton
  1248.             Left = 50
  1249.             Top = 36
  1250.             Width = 32
  1251.             Height = 32
  1252.             Action = actZoomOut
  1253.             Caption = 'Zoom Out'
  1254.             Font.Charset = DEFAULT_CHARSET
  1255.             Font.Color = 4474440
  1256.             Font.Height = -12
  1257.             Font.Name = 'Segoe UI'
  1258.             Font.Style = []
  1259.             ImageIndex = 1
  1260.             NotesFont.Charset = DEFAULT_CHARSET
  1261.             NotesFont.Color = clWindowText
  1262.             NotesFont.Height = -11
  1263.             NotesFont.Name = 'Tahoma'
  1264.             NotesFont.Style = []
  1265.             ParentFont = False
  1266.             Rounded = False
  1267.             ShowCaption = False
  1268.             Transparent = True
  1269.             TabOrder = 2
  1270.             Appearance.BorderColor = clWhite
  1271.             Appearance.BorderColorHot = 16246477
  1272.             Appearance.BorderColorDown = 15187578
  1273.             Appearance.BorderColorChecked = 15187578
  1274.             Appearance.BorderColorDisabled = clNone
  1275.             Appearance.Color = clWhite
  1276.             Appearance.ColorTo = clNone
  1277.             Appearance.ColorChecked = 15187578
  1278.             Appearance.ColorCheckedTo = 15187578
  1279.             Appearance.ColorDisabled = clWhite
  1280.             Appearance.ColorDisabledTo = clWhite
  1281.             Appearance.ColorDown = 15187578
  1282.             Appearance.ColorDownTo = 15187578
  1283.             Appearance.ColorHot = 16246477
  1284.             Appearance.ColorHotTo = 16246477
  1285.             Appearance.ColorMirror = clWhite
  1286.             Appearance.ColorMirrorTo = clWhite
  1287.             Appearance.ColorMirrorHot = 16246477
  1288.             Appearance.ColorMirrorHotTo = 16246477
  1289.             Appearance.ColorMirrorDown = 15187578
  1290.             Appearance.ColorMirrorDownTo = 15187578
  1291.             Appearance.ColorMirrorChecked = 15187578
  1292.             Appearance.ColorMirrorCheckedTo = 15187578
  1293.             Appearance.ColorMirrorDisabled = clWhite
  1294.             Appearance.ColorMirrorDisabledTo = clWhite
  1295.             Appearance.GradientHot = ggVertical
  1296.             Appearance.GradientMirrorHot = ggVertical
  1297.             Appearance.GradientDown = ggVertical
  1298.             Appearance.GradientMirrorDown = ggVertical
  1299.             Appearance.GradientChecked = ggVertical
  1300.             Appearance.TextColorChecked = 4474440
  1301.             Appearance.TextColorDown = 4474440
  1302.             Appearance.TextColorHot = 4474440
  1303.           end
  1304.         end
  1305.       end
  1306.       object tbFind: TAdvToolBar
  1307.         Left = 3
  1308.         Top = 3
  1309.         Width = 242
  1310.         Height = 88
  1311.         UIStyle = tsOffice2019White
  1312.         AllowFloating = True
  1313.         AutoPositionControls = False
  1314.         AutoSize = False
  1315.         Caption = 'Find'
  1316.         CaptionFont.Charset = DEFAULT_CHARSET
  1317.         CaptionFont.Color = clWindowText
  1318.         CaptionFont.Height = -11
  1319.         CaptionFont.Name = 'Tahoma'
  1320.         CaptionFont.Style = []
  1321.         CaptionPosition = cpBottom
  1322.         CaptionAlignment = taCenter
  1323.         CompactImageIndex = -1
  1324.         ShowCaption = True
  1325.         ShowRightHandle = False
  1326.         TextAutoOptionMenu = 'Add or Remove Buttons'
  1327.         TextOptionMenu = 'Options'
  1328.         ToolBarStyler = AdvToolBarOfficeStyler1
  1329.         Images = ImgListLarge
  1330.         ParentOptionPicture = True
  1331.         ToolBarIndex = 0
  1332.         OnOptionClick = tbFindOptionClick
  1333.         object Image1: TImage
  1334.           Left = 10
  1335.           Top = 8
  1336.           Width = 22
  1337.           Height = 22
  1338.           Picture.Data = { }
  1339.         end
  1340.         object AdvGlowButton5: TAdvGlowButton
  1341.           Left = 4
  1342.           Top = 32
  1343.           Width = 111
  1344.           Height = 32
  1345.           Action = actGoToLongest
  1346.           AutoSize = True
  1347.           Font.Charset = DEFAULT_CHARSET
  1348.           Font.Color = 4474440
  1349.           Font.Height = -12
  1350.           Font.Name = 'Segoe UI'
  1351.           Font.Style = []
  1352.           ImageIndex = 61
  1353.           FocusType = ftHot
  1354.           NotesFont.Charset = DEFAULT_CHARSET
  1355.           NotesFont.Color = clWindowText
  1356.           NotesFont.Height = -11
  1357.           NotesFont.Name = 'Tahoma'
  1358.           NotesFont.Style = []
  1359.           ParentFont = False
  1360.           Rounded = False
  1361.           Transparent = True
  1362.           TabOrder = 1
  1363.           Appearance.BorderColor = clWhite
  1364.           Appearance.BorderColorHot = 16246477
  1365.           Appearance.BorderColorDown = 15187578
  1366.           Appearance.BorderColorChecked = 15187578
  1367.           Appearance.BorderColorDisabled = clNone
  1368.           Appearance.Color = clWhite
  1369.           Appearance.ColorTo = clNone
  1370.           Appearance.ColorChecked = 15187578
  1371.           Appearance.ColorCheckedTo = 15187578
  1372.           Appearance.ColorDisabled = clWhite
  1373.           Appearance.ColorDisabledTo = clWhite
  1374.           Appearance.ColorDown = 15187578
  1375.           Appearance.ColorDownTo = 15187578
  1376.           Appearance.ColorHot = 16246477
  1377.           Appearance.ColorHotTo = 16246477
  1378.           Appearance.ColorMirror = clWhite
  1379.           Appearance.ColorMirrorTo = clWhite
  1380.           Appearance.ColorMirrorHot = 16246477
  1381.           Appearance.ColorMirrorHotTo = 16246477
  1382.           Appearance.ColorMirrorDown = 15187578
  1383.           Appearance.ColorMirrorDownTo = 15187578
  1384.           Appearance.ColorMirrorChecked = 15187578
  1385.           Appearance.ColorMirrorCheckedTo = 15187578
  1386.           Appearance.ColorMirrorDisabled = clWhite
  1387.           Appearance.ColorMirrorDisabledTo = clWhite
  1388.           Appearance.GradientHot = ggVertical
  1389.           Appearance.GradientMirrorHot = ggVertical
  1390.           Appearance.GradientDown = ggVertical
  1391.           Appearance.GradientMirrorDown = ggVertical
  1392.           Appearance.GradientChecked = ggVertical
  1393.           Appearance.TextColorChecked = 4474440
  1394.           Appearance.TextColorDown = 4474440
  1395.           Appearance.TextColorHot = 4474440
  1396.         end
  1397.         object AdvGlowButton6: TAdvGlowButton
  1398.           Left = 116
  1399.           Top = 32
  1400.           Width = 113
  1401.           Height = 32
  1402.           Action = actGoToShortest
  1403.           AutoSize = True
  1404.           Font.Charset = DEFAULT_CHARSET
  1405.           Font.Color = 4474440
  1406.           Font.Height = -12
  1407.           Font.Name = 'Segoe UI'
  1408.           Font.Style = []
  1409.           ImageIndex = 60
  1410.           FocusType = ftHot
  1411.           NotesFont.Charset = DEFAULT_CHARSET
  1412.           NotesFont.Color = clWindowText
  1413.           NotesFont.Height = -11
  1414.           NotesFont.Name = 'Tahoma'
  1415.           NotesFont.Style = []
  1416.           ParentFont = False
  1417.           Rounded = False
  1418.           Transparent = True
  1419.           TabOrder = 0
  1420.           Appearance.BorderColor = clWhite
  1421.           Appearance.BorderColorHot = 16246477
  1422.           Appearance.BorderColorDown = 15187578
  1423.           Appearance.BorderColorChecked = 15187578
  1424.           Appearance.BorderColorDisabled = clNone
  1425.           Appearance.Color = clWhite
  1426.           Appearance.ColorTo = clNone
  1427.           Appearance.ColorChecked = 15187578
  1428.           Appearance.ColorCheckedTo = 15187578
  1429.           Appearance.ColorDisabled = clWhite
  1430.           Appearance.ColorDisabledTo = clWhite
  1431.           Appearance.ColorDown = 15187578
  1432.           Appearance.ColorDownTo = 15187578
  1433.           Appearance.ColorHot = 16246477
  1434.           Appearance.ColorHotTo = 16246477
  1435.           Appearance.ColorMirror = clWhite
  1436.           Appearance.ColorMirrorTo = clWhite
  1437.           Appearance.ColorMirrorHot = 16246477
  1438.           Appearance.ColorMirrorHotTo = 16246477
  1439.           Appearance.ColorMirrorDown = 15187578
  1440.           Appearance.ColorMirrorDownTo = 15187578
  1441.           Appearance.ColorMirrorChecked = 15187578
  1442.           Appearance.ColorMirrorCheckedTo = 15187578
  1443.           Appearance.ColorMirrorDisabled = clWhite
  1444.           Appearance.ColorMirrorDisabledTo = clWhite
  1445.           Appearance.GradientHot = ggVertical
  1446.           Appearance.GradientMirrorHot = ggVertical
  1447.           Appearance.GradientDown = ggVertical
  1448.           Appearance.GradientMirrorDown = ggVertical
  1449.           Appearance.GradientChecked = ggVertical
  1450.           Appearance.TextColorChecked = 4474440
  1451.           Appearance.TextColorDown = 4474440
  1452.           Appearance.TextColorHot = 4474440
  1453.         end
  1454.         object txtSearchData: TButtonedEdit
  1455.           Left = 40
  1456.           Top = 8
  1457.           Width = 185
  1458.           Height = 23
  1459.           Images = ImgListSmall
  1460.           RightButton.ImageIndex = 43
  1461.           RightButton.Visible = True
  1462.           TabOrder = 2
  1463.           TextHint = 'Type and press enter to search'
  1464.           OnKeyDown = txtSearchDataKeyDown
  1465.           OnKeyPress = txtSearchDataKeyPress
  1466.           OnRightButtonClick = txtSearchDataRightButtonClick
  1467.         end
  1468.       end
  1469.       object tbLabelView: TAdvToolBar
  1470.         Left = 588
  1471.         Top = 3
  1472.         Width = 239
  1473.         Height = 88
  1474.         UIStyle = tsOffice2019White
  1475.         AllowFloating = True
  1476.         AutoArrangeButtons = False
  1477.         AutoPositionControls = False
  1478.         AutoSize = False
  1479.         Caption = 'Label View'
  1480.         CaptionFont.Charset = DEFAULT_CHARSET
  1481.         CaptionFont.Color = clWindowText
  1482.         CaptionFont.Height = -11
  1483.         CaptionFont.Name = 'Tahoma'
  1484.         CaptionFont.Style = []
  1485.         CaptionPosition = cpBottom
  1486.         CaptionAlignment = taCenter
  1487.         CompactImageIndex = 93
  1488.         ShowCaption = True
  1489.         ShowRightHandle = False
  1490.         TextAutoOptionMenu = 'Add or Remove Buttons'
  1491.         TextOptionMenu = 'Options'
  1492.         ToolBarStyler = AdvToolBarOfficeStyler1
  1493.         Images = ImgListLarge
  1494.         ParentOptionPicture = True
  1495.         ToolBarIndex = 2
  1496.         object tbSettingsColour: TAdvToolBarContainer
  1497.           Left = 0
  1498.           Top = 0
  1499.           Width = 151
  1500.           Height = 72
  1501.           Align = alLeft
  1502.           Caption = ''
  1503.           Color.Color = clWhite
  1504.           Color.ColorTo = clBtnFace
  1505.           Color.Direction = gdHorizontal
  1506.           LineColor = clBtnShadow
  1507.           Line3D = True
  1508.           ShowBorder = False
  1509.           object lblColourOptions: TLabel
  1510.             AlignWithMargins = True
  1511.             Left = 4
  1512.             Top = 8
  1513.             Width = 57
  1514.             Height = 15
  1515.             Margins.Left = 4
  1516.             Margins.Top = 4
  1517.             Margins.Right = 4
  1518.             Caption = '%s colours'
  1519.           end
  1520.           object cmbPageColor: TComboBox
  1521.             AlignWithMargins = True
  1522.             Left = 4
  1523.             Top = 27
  1524.             Width = 141
  1525.             Height = 27
  1526.             Margins.Left = 4
  1527.             Margins.Top = 4
  1528.             Margins.Right = 4
  1529.             Margins.Bottom = 4
  1530.             Style = csOwnerDrawFixed
  1531.             ItemHeight = 21
  1532.             TabOrder = 0
  1533.             OnChange = cmbPageColorChange
  1534.             OnDrawItem = cmbPageColorDrawItem
  1535.           end
  1536.         end
  1537.         object AdvGlowButton20: TAdvGlowButton
  1538.           Left = 153
  1539.           Top = 2
  1540.           Width = 82
  1541.           Height = 64
  1542.           Action = actShowLabelColouring
  1543.           Font.Charset = DEFAULT_CHARSET
  1544.           Font.Color = 4474440
  1545.           Font.Height = -12
  1546.           Font.Name = 'Segoe UI'
  1547.           Font.Style = []
  1548.           ImageIndex = 44
  1549.           FocusType = ftHot
  1550.           NotesFont.Charset = DEFAULT_CHARSET
  1551.           NotesFont.Color = clGrayText
  1552.           NotesFont.Height = -11
  1553.           NotesFont.Name = 'Segoe UI'
  1554.           NotesFont.Style = []
  1555.           ParentFont = False
  1556.           Rounded = False
  1557.           Transparent = True
  1558.           TabOrder = 1
  1559.           AllowAllUp = True
  1560.           Appearance.BorderColor = clWhite
  1561.           Appearance.BorderColorHot = 16246477
  1562.           Appearance.BorderColorDown = 15187578
  1563.           Appearance.BorderColorChecked = 15187578
  1564.           Appearance.BorderColorDisabled = clNone
  1565.           Appearance.Color = clWhite
  1566.           Appearance.ColorTo = clNone
  1567.           Appearance.ColorChecked = 15187578
  1568.           Appearance.ColorCheckedTo = 15187578
  1569.           Appearance.ColorDisabled = clWhite
  1570.           Appearance.ColorDisabledTo = clWhite
  1571.           Appearance.ColorDown = 15187578
  1572.           Appearance.ColorDownTo = 15187578
  1573.           Appearance.ColorHot = 16246477
  1574.           Appearance.ColorHotTo = 16246477
  1575.           Appearance.ColorMirror = clWhite
  1576.           Appearance.ColorMirrorTo = clWhite
  1577.           Appearance.ColorMirrorHot = 16246477
  1578.           Appearance.ColorMirrorHotTo = 16246477
  1579.           Appearance.ColorMirrorDown = 15187578
  1580.           Appearance.ColorMirrorDownTo = 15187578
  1581.           Appearance.ColorMirrorChecked = 15187578
  1582.           Appearance.ColorMirrorCheckedTo = 15187578
  1583.           Appearance.ColorMirrorDisabled = clWhite
  1584.           Appearance.ColorMirrorDisabledTo = clWhite
  1585.           Appearance.GradientHot = ggVertical
  1586.           Appearance.GradientMirrorHot = ggVertical
  1587.           Appearance.GradientDown = ggVertical
  1588.           Appearance.GradientMirrorDown = ggVertical
  1589.           Appearance.GradientChecked = ggVertical
  1590.           Appearance.TextColorChecked = 4474440
  1591.           Appearance.TextColorDown = 4474440
  1592.           Appearance.TextColorHot = 4474440
  1593.           Down = True
  1594.           Layout = blGlyphTop
  1595.           Style = bsCheck
  1596.         end
  1597.       end
  1598.     end
  1599.     object pageBuild: TAdvPage
  1600.       Left = -1
  1601.       Top = 48
  1602.       Width = 1043
  1603.       Height = 94
  1604.       Caption = 'Build && Offsets'
  1605.       ImageIndex = 70
  1606.       object tbBuilds: TAdvToolBar
  1607.         Left = 3
  1608.         Top = 3
  1609.         Width = 90
  1610.         Height = 88
  1611.         UIStyle = tsOffice2019White
  1612.         AllowFloating = True
  1613.         AutoArrangeButtons = False
  1614.         Caption = 'Builds'
  1615.         CaptionFont.Charset = DEFAULT_CHARSET
  1616.         CaptionFont.Color = clWindowText
  1617.         CaptionFont.Height = -11
  1618.         CaptionFont.Name = 'Tahoma'
  1619.         CaptionFont.Style = []
  1620.         CaptionPosition = cpBottom
  1621.         CaptionAlignment = taCenter
  1622.         CompactImageIndex = -1
  1623.         ShowCaption = True
  1624.         ShowRightHandle = False
  1625.         FullSize = True
  1626.         TextAutoOptionMenu = 'Add or Remove Buttons'
  1627.         TextOptionMenu = 'Options'
  1628.         ToolBarStyler = AdvToolBarOfficeStyler1
  1629.         Images = ImgListLarge
  1630.         ParentOptionPicture = True
  1631.         ToolBarIndex = 0
  1632.         object AdvToolBarButton36: TAdvToolBarButton
  1633.           Left = 2
  1634.           Top = 2
  1635.           Width = 42
  1636.           Height = 61
  1637.           AutoSize = False
  1638.           Appearance.CaptionFont.Charset = DEFAULT_CHARSET
  1639.           Appearance.CaptionFont.Color = clWindowText
  1640.           Appearance.CaptionFont.Height = -12
  1641.           Appearance.CaptionFont.Name = 'Segoe UI'
  1642.           Appearance.CaptionFont.Style = []
  1643.           GlyphPosition = gpTop
  1644.           GroupIndex = 11
  1645.           Caption = '1'
  1646.           Font.Charset = DEFAULT_CHARSET
  1647.           Font.Color = clWindowText
  1648.           Font.Height = -24
  1649.           Font.Name = 'Segoe UI'
  1650.           Font.Style = []
  1651.           ParentFont = False
  1652.           ParentStyler = False
  1653.           Position = daTop
  1654.           ShowCaption = True
  1655.           Version = '6.8.3.13'
  1656.           OnClick = buildButtonClickTemp
  1657.         end
  1658.         object AdvToolBarButton37: TAdvToolBarButton
  1659.           Left = 44
  1660.           Top = 2
  1661.           Width = 42
  1662.           Height = 61
  1663.           AutoSize = False
  1664.           Appearance.CaptionFont.Charset = DEFAULT_CHARSET
  1665.           Appearance.CaptionFont.Color = clWindowText
  1666.           Appearance.CaptionFont.Height = -12
  1667.           Appearance.CaptionFont.Name = 'Segoe UI'
  1668.           Appearance.CaptionFont.Style = []
  1669.           GlyphPosition = gpTop
  1670.           GroupIndex = 11
  1671.           Down = True
  1672.           Caption = '2'
  1673.           Font.Charset = DEFAULT_CHARSET
  1674.           Font.Color = clWindowText
  1675.           Font.Height = -24
  1676.           Font.Name = 'Segoe UI'
  1677.           Font.Style = []
  1678.           ParentFont = False
  1679.           ParentStyler = False
  1680.           Position = daTop
  1681.           ShowCaption = True
  1682.           Version = '6.8.3.13'
  1683.           OnClick = buildButtonClickTemp
  1684.         end
  1685.       end
  1686.       object tbBuildControl: TAdvToolBar
  1687.         Left = 96
  1688.         Top = 3
  1689.         Width = 81
  1690.         Height = 88
  1691.         UIStyle = tsOffice2019White
  1692.         AllowFloating = True
  1693.         AutoSize = False
  1694.         Caption = 'Add'
  1695.         CaptionFont.Charset = DEFAULT_CHARSET
  1696.         CaptionFont.Color = clWindowText
  1697.         CaptionFont.Height = -11
  1698.         CaptionFont.Name = 'Tahoma'
  1699.         CaptionFont.Style = []
  1700.         CaptionPosition = cpBottom
  1701.         CaptionAlignment = taCenter
  1702.         CompactImageIndex = -1
  1703.         ShowCaption = True
  1704.         ShowRightHandle = False
  1705.         TextAutoOptionMenu = 'Add or Remove Buttons'
  1706.         TextOptionMenu = 'Options'
  1707.         ToolBarStyler = AdvToolBarOfficeStyler1
  1708.         Images = ImgListLarge
  1709.         ParentOptionPicture = True
  1710.         ToolBarIndex = 1
  1711.         object btnAddBuild: TAdvGlowButton
  1712.           Left = 2
  1713.           Top = 2
  1714.           Width = 69
  1715.           Height = 64
  1716.           Action = actAddBuild
  1717.           Font.Charset = DEFAULT_CHARSET
  1718.           Font.Color = 4474440
  1719.           Font.Height = -12
  1720.           Font.Name = 'Segoe UI'
  1721.           Font.Style = []
  1722.           ImageIndex = 39
  1723.           FocusType = ftHot
  1724.           NotesFont.Charset = DEFAULT_CHARSET
  1725.           NotesFont.Color = clGrayText
  1726.           NotesFont.Height = -11
  1727.           NotesFont.Name = 'Segoe UI'
  1728.           NotesFont.Style = []
  1729.           ParentFont = False
  1730.           Rounded = False
  1731.           Transparent = True
  1732.           TabOrder = 0
  1733.           Appearance.BorderColor = clWhite
  1734.           Appearance.BorderColorHot = 16246477
  1735.           Appearance.BorderColorDown = 15187578
  1736.           Appearance.BorderColorChecked = 15187578
  1737.           Appearance.BorderColorDisabled = clNone
  1738.           Appearance.Color = clWhite
  1739.           Appearance.ColorTo = clNone
  1740.           Appearance.ColorChecked = 15187578
  1741.           Appearance.ColorCheckedTo = 15187578
  1742.           Appearance.ColorDisabled = clWhite
  1743.           Appearance.ColorDisabledTo = clWhite
  1744.           Appearance.ColorDown = 15187578
  1745.           Appearance.ColorDownTo = 15187578
  1746.           Appearance.ColorHot = 16246477
  1747.           Appearance.ColorHotTo = 16246477
  1748.           Appearance.ColorMirror = clWhite
  1749.           Appearance.ColorMirrorTo = clWhite
  1750.           Appearance.ColorMirrorHot = 16246477
  1751.           Appearance.ColorMirrorHotTo = 16246477
  1752.           Appearance.ColorMirrorDown = 15187578
  1753.           Appearance.ColorMirrorDownTo = 15187578
  1754.           Appearance.ColorMirrorChecked = 15187578
  1755.           Appearance.ColorMirrorCheckedTo = 15187578
  1756.           Appearance.ColorMirrorDisabled = clWhite
  1757.           Appearance.ColorMirrorDisabledTo = clWhite
  1758.           Appearance.GradientHot = ggVertical
  1759.           Appearance.GradientMirrorHot = ggVertical
  1760.           Appearance.GradientDown = ggVertical
  1761.           Appearance.GradientMirrorDown = ggVertical
  1762.           Appearance.GradientChecked = ggVertical
  1763.           Appearance.TextColorChecked = 4474440
  1764.           Appearance.TextColorDown = 4474440
  1765.           Appearance.TextColorHot = 4474440
  1766.           Layout = blGlyphTop
  1767.           MinButtonSizeState = bsLabel
  1768.         end
  1769.       end
  1770.     end
  1771.     object pageDesign: TAdvPage
  1772.       Left = -1
  1773.       Top = 48
  1774.       Width = 1043
  1775.       Height = 94
  1776.       Caption = 'Design'
  1777.       ImageIndex = 38
  1778.       object tbDesignOptions: TAdvToolBar
  1779.         Left = 400
  1780.         Top = 3
  1781.         Width = 68
  1782.         Height = 88
  1783.         UIStyle = tsOffice2019White
  1784.         AllowFloating = True
  1785.         Caption = 'Options'
  1786.         CaptionFont.Charset = DEFAULT_CHARSET
  1787.         CaptionFont.Color = clWindowText
  1788.         CaptionFont.Height = -11
  1789.         CaptionFont.Name = 'Tahoma'
  1790.         CaptionFont.Style = []
  1791.         CaptionPosition = cpBottom
  1792.         CaptionAlignment = taCenter
  1793.         CompactCaption = 'Options'
  1794.         CompactImageIndex = 30
  1795.         ShowCaption = True
  1796.         ShowRightHandle = False
  1797.         FullSize = True
  1798.         TextAutoOptionMenu = 'Add or Remove Buttons'
  1799.         TextOptionMenu = 'Options'
  1800.         ToolBarStyler = AdvToolBarOfficeStyler1
  1801.         Images = ImgListLarge
  1802.         ParentOptionPicture = True
  1803.         ToolBarIndex = 3
  1804.         object btnColourOptions: TAdvGlowButton
  1805.           Left = 2
  1806.           Top = 2
  1807.           Width = 62
  1808.           Height = 68
  1809.           Action = actColourOptions
  1810.           Font.Charset = DEFAULT_CHARSET
  1811.           Font.Color = 4474440
  1812.           Font.Height = -12
  1813.           Font.Name = 'Segoe UI'
  1814.           Font.Style = []
  1815.           ImageIndex = 30
  1816.           NotesFont.Charset = DEFAULT_CHARSET
  1817.           NotesFont.Color = clWindowText
  1818.           NotesFont.Height = -11
  1819.           NotesFont.Name = 'Tahoma'
  1820.           NotesFont.Style = []
  1821.           ParentFont = False
  1822.           Rounded = False
  1823.           Transparent = True
  1824.           TabOrder = 0
  1825.           Appearance.BorderColor = clWhite
  1826.           Appearance.BorderColorHot = 16246477
  1827.           Appearance.BorderColorDown = 15187578
  1828.           Appearance.BorderColorChecked = 15187578
  1829.           Appearance.BorderColorDisabled = clNone
  1830.           Appearance.Color = clWhite
  1831.           Appearance.ColorTo = clNone
  1832.           Appearance.ColorChecked = 15187578
  1833.           Appearance.ColorCheckedTo = 15187578
  1834.           Appearance.ColorDisabled = clWhite
  1835.           Appearance.ColorDisabledTo = clWhite
  1836.           Appearance.ColorDown = 15187578
  1837.           Appearance.ColorDownTo = 15187578
  1838.           Appearance.ColorHot = 16246477
  1839.           Appearance.ColorHotTo = 16246477
  1840.           Appearance.ColorMirror = clWhite
  1841.           Appearance.ColorMirrorTo = clWhite
  1842.           Appearance.ColorMirrorHot = 16246477
  1843.           Appearance.ColorMirrorHotTo = 16246477
  1844.           Appearance.ColorMirrorDown = 15187578
  1845.           Appearance.ColorMirrorDownTo = 15187578
  1846.           Appearance.ColorMirrorChecked = 15187578
  1847.           Appearance.ColorMirrorCheckedTo = 15187578
  1848.           Appearance.ColorMirrorDisabled = clWhite
  1849.           Appearance.ColorMirrorDisabledTo = clWhite
  1850.           Appearance.GradientHot = ggVertical
  1851.           Appearance.GradientMirrorHot = ggVertical
  1852.           Appearance.GradientDown = ggVertical
  1853.           Appearance.GradientMirrorDown = ggVertical
  1854.           Appearance.GradientChecked = ggVertical
  1855.           Appearance.TextColorChecked = 4474440
  1856.           Appearance.TextColorDown = 4474440
  1857.           Appearance.TextColorHot = 4474440
  1858.           Layout = blGlyphTop
  1859.         end
  1860.       end
  1861.       object tbSplits: TAdvToolBar
  1862.         Left = 3
  1863.         Top = 3
  1864.         Width = 162
  1865.         Height = 88
  1866.         Margins.Left = 4
  1867.         Margins.Top = 0
  1868.         Margins.Right = 4
  1869.         Margins.Bottom = 0
  1870.         UIStyle = tsOffice2019White
  1871.         AllowFloating = True
  1872.         AutoArrangeButtons = False
  1873.         AutoPositionControls = False
  1874.         AutoSize = False
  1875.         Caption = 'Automatic Field Layout'
  1876.         CaptionFont.Charset = DEFAULT_CHARSET
  1877.         CaptionFont.Color = clWindowText
  1878.         CaptionFont.Height = -12
  1879.         CaptionFont.Name = 'Segoe UI'
  1880.         CaptionFont.Style = []
  1881.         CaptionPosition = cpBottom
  1882.         CaptionAlignment = taCenter
  1883.         CompactCaption = 'Fields'
  1884.         CompactImageIndex = 54
  1885.         ShowCaption = True
  1886.         ShowRightHandle = False
  1887.         ShowClose = False
  1888.         ShowOptionIndicator = False
  1889.         TextAutoOptionMenu = 'Add or Remove Buttons'
  1890.         TextOptionMenu = 'Options'
  1891.         ToolBarStyler = AdvToolBarOfficeStyler1
  1892.         Images = ImgListLarge
  1893.         ParentOptionPicture = True
  1894.         ToolBarIndex = 0
  1895.       end
  1896.       object tbCustomSplits: TAdvToolBar
  1897.         Left = 291
  1898.         Top = 3
  1899.         Width = 106
  1900.         Height = 88
  1901.         UIStyle = tsOffice2019White
  1902.         AllowFloating = True
  1903.         AutoArrangeButtons = False
  1904.         AutoPositionControls = False
  1905.         AutoSize = False
  1906.         Caption = 'Custom'
  1907.         CaptionFont.Charset = DEFAULT_CHARSET
  1908.         CaptionFont.Color = clWindowText
  1909.         CaptionFont.Height = -12
  1910.         CaptionFont.Name = 'Segoe UI'
  1911.         CaptionFont.Style = []
  1912.         CaptionPosition = cpBottom
  1913.         CaptionAlignment = taCenter
  1914.         CompactCaption = 'Custom'
  1915.         CompactImageIndex = 55
  1916.         ShowCaption = True
  1917.         ShowRightHandle = False
  1918.         ShowOptionIndicator = False
  1919.         TextAutoOptionMenu = 'Add or Remove Buttons'
  1920.         TextOptionMenu = 'Options'
  1921.         ToolBarStyler = AdvToolBarOfficeStyler1
  1922.         Images = ImgListLarge
  1923.         ParentOptionPicture = True
  1924.         ToolBarIndex = 2
  1925.         object edAcross: TAdvSpinEdit
  1926.           Tag = 1
  1927.           AlignWithMargins = True
  1928.           Left = 52
  1929.           Top = 6
  1930.           Width = 40
  1931.           Height = 23
  1932.           Margins.Left = 4
  1933.           Margins.Top = 4
  1934.           Margins.Right = 4
  1935.           Margins.Bottom = 4
  1936.           Color = clWhite
  1937.           Value = 1
  1938.           FloatValue = 1.000000000000000000
  1939.           TimeValue = 0.041666666666666660
  1940.           HexDigits = 0
  1941.           HexValue = 0
  1942.           FlatLineColor = 11250603
  1943.           BorderColor = 11250603
  1944.           CheckMinValue = True
  1945.           CheckMaxValue = True
  1946.           EditAlign = eaRight
  1947.           FocusColor = clNone
  1948.           FocusFontColor = 3881787
  1949.           Font.Charset = DEFAULT_CHARSET
  1950.           Font.Color = 4474440
  1951.           Font.Height = -12
  1952.           Font.Name = 'Segoe UI'
  1953.           Font.Style = []
  1954.           IncrementFloat = 0.100000000000000000
  1955.           IncrementFloatPage = 1.000000000000000000
  1956.           LabelCaption = 'Across'
  1957.           LabelPosition = lpLeftCenter
  1958.           LabelFont.Charset = DEFAULT_CHARSET
  1959.           LabelFont.Color = 4474440
  1960.           LabelFont.Height = -12
  1961.           LabelFont.Name = 'Segoe UI'
  1962.           LabelFont.Style = []
  1963.           MaxValue = 9
  1964.           MinValue = 1
  1965.           MinFloatValue = 1.000000000000000000
  1966.           MaxFloatValue = 9.000000000000000000
  1967.           ParentFont = False
  1968.           TabOrder = 1
  1969.           Visible = True
  1970.           Version = '2.0.2.6'
  1971.           OnChange = customSplitChange
  1972.           UIStyle = tsOffice2019White
  1973.           ButtonColor = clWhite
  1974.           ButtonColorHot = 15917525
  1975.           ButtonColorDown = 14925219
  1976.           ButtonTextColor = 2303013
  1977.           ButtonTextColorHot = 2303013
  1978.           ButtonTextColorDown = 2303013
  1979.         end
  1980.         object edDown: TAdvSpinEdit
  1981.           AlignWithMargins = True
  1982.           Left = 52
  1983.           Top = 38
  1984.           Width = 40
  1985.           Height = 23
  1986.           Margins.Left = 4
  1987.           Margins.Top = 4
  1988.           Margins.Right = 4
  1989.           Margins.Bottom = 4
  1990.           Color = clWhite
  1991.           Value = 1
  1992.           FloatValue = 1.000000000000000000
  1993.           TimeValue = 0.041666666666666660
  1994.           HexDigits = 0
  1995.           HexValue = 0
  1996.           FlatLineColor = 11250603
  1997.           BorderColor = 11250603
  1998.           CheckMinValue = True
  1999.           CheckMaxValue = True
  2000.           EditAlign = eaRight
  2001.           FocusColor = clNone
  2002.           FocusFontColor = 3881787
  2003.           Font.Charset = DEFAULT_CHARSET
  2004.           Font.Color = 4474440
  2005.           Font.Height = -12
  2006.           Font.Name = 'Segoe UI'
  2007.           Font.Style = []
  2008.           IncrementFloat = 0.100000000000000000
  2009.           IncrementFloatPage = 1.000000000000000000
  2010.           LabelCaption = 'Down'
  2011.           LabelPosition = lpLeftCenter
  2012.           LabelFont.Charset = DEFAULT_CHARSET
  2013.           LabelFont.Color = 4474440
  2014.           LabelFont.Height = -12
  2015.           LabelFont.Name = 'Segoe UI'
  2016.           LabelFont.Style = []
  2017.           MaxValue = 9
  2018.           MinValue = 1
  2019.           MinFloatValue = 1.000000000000000000
  2020.           MaxFloatValue = 9.000000000000000000
  2021.           ParentFont = False
  2022.           TabOrder = 0
  2023.           Visible = True
  2024.           Version = '2.0.2.6'
  2025.           OnChange = customSplitChange
  2026.           UIStyle = tsOffice2019White
  2027.           ButtonColor = clWhite
  2028.           ButtonColorHot = 15917525
  2029.           ButtonColorDown = 14925219
  2030.           ButtonTextColor = 2303013
  2031.           ButtonTextColorHot = 2303013
  2032.           ButtonTextColorDown = 2303013
  2033.         end
  2034.       end
  2035.       object tbPageSetup: TAdvToolBar
  2036.         Left = 602
  2037.         Top = 3
  2038.         Width = 98
  2039.         Height = 88
  2040.         UIStyle = tsOffice2019White
  2041.         AllowFloating = True
  2042.         AutoArrangeButtons = False
  2043.         AutoPositionControls = False
  2044.         AutoSize = False
  2045.         Caption = 'Page Setup'
  2046.         CaptionFont.Charset = DEFAULT_CHARSET
  2047.         CaptionFont.Color = clWindowText
  2048.         CaptionFont.Height = -11
  2049.         CaptionFont.Name = 'Tahoma'
  2050.         CaptionFont.Style = []
  2051.         CaptionPosition = cpBottom
  2052.         CaptionAlignment = taCenter
  2053.         CompactCaption = 'Page Setup'
  2054.         CompactImageIndex = 90
  2055.         ShowCaption = True
  2056.         ShowRightHandle = False
  2057.         TextAutoOptionMenu = 'Add or Remove Buttons'
  2058.         TextOptionMenu = 'Options'
  2059.         ToolBarStyler = AdvToolBarOfficeStyler1
  2060.         Images = ImgListLarge
  2061.         ParentOptionPicture = True
  2062.         ToolBarIndex = 5
  2063.         object spinPageWidth: TAdvSpinEdit
  2064.           Left = 8
  2065.           Top = 24
  2066.           Width = 73
  2067.           Height = 23
  2068.           Color = clWhite
  2069.           ReturnIsTab = True
  2070.           Value = 25
  2071.           FloatValue = 25.000000000000000000
  2072.           HexDigits = 0
  2073.           HexValue = 0
  2074.           FlatLineColor = 11250603
  2075.           BorderColor = 11250603
  2076.           CheckMinValue = True
  2077.           CheckMaxValue = True
  2078.           EditAlign = eaRight
  2079.           FocusColor = clNone
  2080.           FocusFontColor = 3881787
  2081.           Font.Charset = DEFAULT_CHARSET
  2082.           Font.Color = 4474440
  2083.           Font.Height = -12
  2084.           Font.Name = 'Segoe UI'
  2085.           Font.Style = []
  2086.           Increment = 5
  2087.           IncrementFloat = 1.000000000000000000
  2088.           IncrementFloatPage = 1.000000000000000000
  2089.           LabelCaption = 'Roll Length'
  2090.           LabelPosition = lpTopLeft
  2091.           LabelFont.Charset = DEFAULT_CHARSET
  2092.           LabelFont.Color = 4474440
  2093.           LabelFont.Height = -12
  2094.           LabelFont.Name = 'Segoe UI'
  2095.           LabelFont.Style = []
  2096.           MaxValue = 1000
  2097.           MinValue = 25
  2098.           ParentFont = False
  2099.           TabOrder = 0
  2100.           Visible = True
  2101.           Version = '2.0.2.6'
  2102.           OnChange = spinPageWidthChange
  2103.           UIStyle = tsOffice2019White
  2104.           ButtonColor = clWhite
  2105.           ButtonColorHot = 15917525
  2106.           ButtonColorDown = 14925219
  2107.           ButtonTextColor = 2303013
  2108.           ButtonTextColorHot = 2303013
  2109.           ButtonTextColorDown = 2303013
  2110.         end
  2111.       end
  2112.       object tbVerticalSplits: TAdvToolBar
  2113.         Left = 168
  2114.         Top = 3
  2115.         Width = 120
  2116.         Height = 88
  2117.         UIStyle = tsOffice2019White
  2118.         AllowFloating = True
  2119.         AutoArrangeButtons = False
  2120.         AutoPositionControls = False
  2121.         AutoSize = False
  2122.         Caption = 'Vertical Split'
  2123.         CaptionFont.Charset = DEFAULT_CHARSET
  2124.         CaptionFont.Color = clWindowText
  2125.         CaptionFont.Height = -11
  2126.         CaptionFont.Name = 'Tahoma'
  2127.         CaptionFont.Style = []
  2128.         CaptionPosition = cpBottom
  2129.         CaptionAlignment = taCenter
  2130.         CompactCaption = 'Vertical'
  2131.         CompactImageIndex = 91
  2132.         ShowCaption = True
  2133.         ShowRightHandle = False
  2134.         TextAutoOptionMenu = 'Add or Remove Buttons'
  2135.         TextOptionMenu = 'Options'
  2136.         ToolBarStyler = AdvToolBarOfficeStyler1
  2137.         Images = ImgListLarge
  2138.         ParentOptionPicture = True
  2139.         ToolBarIndex = 1
  2140.       end
  2141.       object tbTextMods: TAdvToolBar
  2142.         Left = 471
  2143.         Top = 3
  2144.         Width = 128
  2145.         Height = 88
  2146.         UIStyle = tsOffice2019White
  2147.         AllowFloating = True
  2148.         AutoArrangeButtons = False
  2149.         AutoPositionControls = False
  2150.         AutoSize = False
  2151.         Caption = 'Text Options'
  2152.         CaptionFont.Charset = DEFAULT_CHARSET
  2153.         CaptionFont.Color = clWindowText
  2154.         CaptionFont.Height = -11
  2155.         CaptionFont.Name = 'Tahoma'
  2156.         CaptionFont.Style = []
  2157.         CaptionPosition = cpBottom
  2158.         CaptionAlignment = taCenter
  2159.         CompactImageIndex = 56
  2160.         ShowCaption = True
  2161.         ShowRightHandle = False
  2162.         TextAutoOptionMenu = 'Add or Remove Buttons'
  2163.         TextOptionMenu = 'Options'
  2164.         ToolBarStyler = AdvToolBarOfficeStyler1
  2165.         Images = ImgListLarge
  2166.         ParentOptionPicture = True
  2167.         ToolBarIndex = 4
  2168.         object lblUnderlineCaption: TLabel
  2169.           Left = 8
  2170.           Top = 0
  2171.           Width = 54
  2172.           Height = 15
  2173.           Caption = 'Underline:'
  2174.           Font.Charset = DEFAULT_CHARSET
  2175.           Font.Color = clGrayText
  2176.           Font.Height = -12
  2177.           Font.Name = 'Segoe UI'
  2178.           Font.Style = []
  2179.           ParentFont = False
  2180.         end
  2181.         object btnUnderline6: TAdvGlowButton
  2182.           Left = 6
  2183.           Top = 14
  2184.           Width = 34
  2185.           Height = 32
  2186.           Action = actUnderline6
  2187.           AutoSizeDirection = asHorizontal
  2188.           Font.Charset = DEFAULT_CHARSET
  2189.           Font.Color = 4474440
  2190.           Font.Height = -12
  2191.           Font.Name = 'Segoe UI'
  2192.           Font.Style = []
  2193.           ImageIndex = 96
  2194.           FocusType = ftHot
  2195.           NotesFont.Charset = DEFAULT_CHARSET
  2196.           NotesFont.Color = clWindowText
  2197.           NotesFont.Height = -11
  2198.           NotesFont.Name = 'Tahoma'
  2199.           NotesFont.Style = []
  2200.           ParentFont = False
  2201.           Rounded = False
  2202.           ShowCaption = False
  2203.           Transparent = True
  2204.           UseAppearance = True
  2205.           TabOrder = 0
  2206.           Appearance.BorderColor = clWhite
  2207.           Appearance.BorderColorHot = 16246477
  2208.           Appearance.BorderColorCheckedHot = 11565130
  2209.           Appearance.BorderColorDown = 15187578
  2210.           Appearance.BorderColorChecked = 15187578
  2211.           Appearance.BorderColorDisabled = clNone
  2212.           Appearance.Color = clWhite
  2213.           Appearance.ColorTo = clNone
  2214.           Appearance.ColorChecked = 15187578
  2215.           Appearance.ColorCheckedTo = 15187578
  2216.           Appearance.ColorDisabled = clWhite
  2217.           Appearance.ColorDisabledTo = clWhite
  2218.           Appearance.ColorDown = 15187578
  2219.           Appearance.ColorDownTo = 15187578
  2220.           Appearance.ColorHot = 16246477
  2221.           Appearance.ColorHotTo = 16246477
  2222.           Appearance.ColorMirror = clWhite
  2223.           Appearance.ColorMirrorTo = clWhite
  2224.           Appearance.ColorMirrorHot = 16246477
  2225.           Appearance.ColorMirrorHotTo = 16246477
  2226.           Appearance.ColorMirrorDown = 15187578
  2227.           Appearance.ColorMirrorDownTo = 15187578
  2228.           Appearance.ColorMirrorChecked = 15187578
  2229.           Appearance.ColorMirrorCheckedTo = 15187578
  2230.           Appearance.ColorMirrorDisabled = clWhite
  2231.           Appearance.ColorMirrorDisabledTo = clWhite
  2232.           Appearance.GradientHot = ggVertical
  2233.           Appearance.GradientMirrorHot = ggVertical
  2234.           Appearance.GradientDown = ggVertical
  2235.           Appearance.GradientMirrorDown = ggVertical
  2236.           Appearance.GradientChecked = ggVertical
  2237.           Appearance.TextColorChecked = 4474440
  2238.           Appearance.TextColorDown = 4474440
  2239.           Appearance.TextColorHot = 4474440
  2240.           UIStyle = tsOffice2019White
  2241.         end
  2242.         object btnUnderline8: TAdvGlowButton
  2243.           Left = 37
  2244.           Top = 14
  2245.           Width = 34
  2246.           Height = 32
  2247.           Action = actUnderline8
  2248.           AutoSizeDirection = asHorizontal
  2249.           Font.Charset = DEFAULT_CHARSET
  2250.           Font.Color = 4474440
  2251.           Font.Height = -12
  2252.           Font.Name = 'Segoe UI'
  2253.           Font.Style = []
  2254.           ImageIndex = 98
  2255.           FocusType = ftHot
  2256.           NotesFont.Charset = DEFAULT_CHARSET
  2257.           NotesFont.Color = clWindowText
  2258.           NotesFont.Height = -11
  2259.           NotesFont.Name = 'Tahoma'
  2260.           NotesFont.Style = []
  2261.           ParentFont = False
  2262.           Rounded = False
  2263.           ShowCaption = False
  2264.           Transparent = True
  2265.           TabOrder = 1
  2266.           Appearance.BorderColor = clWhite
  2267.           Appearance.BorderColorHot = 16246477
  2268.           Appearance.BorderColorDown = 15187578
  2269.           Appearance.BorderColorChecked = 15187578
  2270.           Appearance.BorderColorDisabled = clNone
  2271.           Appearance.Color = clWhite
  2272.           Appearance.ColorTo = clNone
  2273.           Appearance.ColorChecked = 15187578
  2274.           Appearance.ColorCheckedTo = 15187578
  2275.           Appearance.ColorDisabled = clWhite
  2276.           Appearance.ColorDisabledTo = clWhite
  2277.           Appearance.ColorDown = 15187578
  2278.           Appearance.ColorDownTo = 15187578
  2279.           Appearance.ColorHot = 16246477
  2280.           Appearance.ColorHotTo = 16246477
  2281.           Appearance.ColorMirror = clWhite
  2282.           Appearance.ColorMirrorTo = clWhite
  2283.           Appearance.ColorMirrorHot = 16246477
  2284.           Appearance.ColorMirrorHotTo = 16246477
  2285.           Appearance.ColorMirrorDown = 15187578
  2286.           Appearance.ColorMirrorDownTo = 15187578
  2287.           Appearance.ColorMirrorChecked = 15187578
  2288.           Appearance.ColorMirrorCheckedTo = 15187578
  2289.           Appearance.ColorMirrorDisabled = clWhite
  2290.           Appearance.ColorMirrorDisabledTo = clWhite
  2291.           Appearance.GradientHot = ggVertical
  2292.           Appearance.GradientMirrorHot = ggVertical
  2293.           Appearance.GradientDown = ggVertical
  2294.           Appearance.GradientMirrorDown = ggVertical
  2295.           Appearance.GradientChecked = ggVertical
  2296.           Appearance.TextColorChecked = 4474440
  2297.           Appearance.TextColorDown = 4474440
  2298.           Appearance.TextColorHot = 4474440
  2299.         end
  2300.         object btnUnderline9: TAdvGlowButton
  2301.           Left = 70
  2302.           Top = 14
  2303.           Width = 34
  2304.           Height = 32
  2305.           Action = actUnderline9
  2306.           AutoSizeDirection = asHorizontal
  2307.           Font.Charset = DEFAULT_CHARSET
  2308.           Font.Color = 4474440
  2309.           Font.Height = -12
  2310.           Font.Name = 'Segoe UI'
  2311.           Font.Style = []
  2312.           ImageIndex = 100
  2313.           FocusType = ftHot
  2314.           NotesFont.Charset = DEFAULT_CHARSET
  2315.           NotesFont.Color = clWindowText
  2316.           NotesFont.Height = -11
  2317.           NotesFont.Name = 'Tahoma'
  2318.           NotesFont.Style = []
  2319.           ParentFont = False
  2320.           Rounded = False
  2321.           ShowCaption = False
  2322.           Transparent = True
  2323.           TabOrder = 3
  2324.           Appearance.BorderColor = clWhite
  2325.           Appearance.BorderColorHot = 16246477
  2326.           Appearance.BorderColorDown = 15187578
  2327.           Appearance.BorderColorChecked = 15187578
  2328.           Appearance.BorderColorDisabled = clNone
  2329.           Appearance.Color = clWhite
  2330.           Appearance.ColorTo = clNone
  2331.           Appearance.ColorChecked = 15187578
  2332.           Appearance.ColorCheckedTo = 15187578
  2333.           Appearance.ColorDisabled = clWhite
  2334.           Appearance.ColorDisabledTo = clWhite
  2335.           Appearance.ColorDown = 15187578
  2336.           Appearance.ColorDownTo = 15187578
  2337.           Appearance.ColorHot = 16246477
  2338.           Appearance.ColorHotTo = 16246477
  2339.           Appearance.ColorMirror = clWhite
  2340.           Appearance.ColorMirrorTo = clWhite
  2341.           Appearance.ColorMirrorHot = 16246477
  2342.           Appearance.ColorMirrorHotTo = 16246477
  2343.           Appearance.ColorMirrorDown = 15187578
  2344.           Appearance.ColorMirrorDownTo = 15187578
  2345.           Appearance.ColorMirrorChecked = 15187578
  2346.           Appearance.ColorMirrorCheckedTo = 15187578
  2347.           Appearance.ColorMirrorDisabled = clWhite
  2348.           Appearance.ColorMirrorDisabledTo = clWhite
  2349.           Appearance.GradientHot = ggVertical
  2350.           Appearance.GradientMirrorHot = ggVertical
  2351.           Appearance.GradientDown = ggVertical
  2352.           Appearance.GradientMirrorDown = ggVertical
  2353.           Appearance.GradientChecked = ggVertical
  2354.           Appearance.TextColorChecked = 4474440
  2355.           Appearance.TextColorDown = 4474440
  2356.           Appearance.TextColorHot = 4474440
  2357.         end
  2358.         object AdvGlowButton27: TAdvGlowButton
  2359.           AlignWithMargins = True
  2360.           Left = 6
  2361.           Top = 46
  2362.           Width = 111
  2363.           Height = 25
  2364.           Margins.Left = 6
  2365.           Margins.Top = 6
  2366.           Margins.Right = 8
  2367.           Margins.Bottom = 2
  2368.           Action = actSlashZero
  2369.           AutoSizeDirection = asHorizontal
  2370.           Font.Charset = DEFAULT_CHARSET
  2371.           Font.Color = 4474440
  2372.           Font.Height = -12
  2373.           Font.Name = 'Segoe UI'
  2374.           Font.Style = []
  2375.           ImageIndex = 94
  2376.           FocusType = ftHot
  2377.           NotesFont.Charset = DEFAULT_CHARSET
  2378.           NotesFont.Color = clWindowText
  2379.           NotesFont.Height = -11
  2380.           NotesFont.Name = 'Tahoma'
  2381.           NotesFont.Style = []
  2382.           ParentFont = False
  2383.           Rounded = False
  2384.           Transparent = True
  2385.           TabOrder = 2
  2386.           Appearance.BorderColor = clWhite
  2387.           Appearance.BorderColorHot = 16246477
  2388.           Appearance.BorderColorDown = 15187578
  2389.           Appearance.BorderColorChecked = 15187578
  2390.           Appearance.BorderColorDisabled = clNone
  2391.           Appearance.Color = clWhite
  2392.           Appearance.ColorTo = clNone
  2393.           Appearance.ColorChecked = 15187578
  2394.           Appearance.ColorCheckedTo = 15187578
  2395.           Appearance.ColorDisabled = clWhite
  2396.           Appearance.ColorDisabledTo = clWhite
  2397.           Appearance.ColorDown = 15187578
  2398.           Appearance.ColorDownTo = 15187578
  2399.           Appearance.ColorHot = 16246477
  2400.           Appearance.ColorHotTo = 16246477
  2401.           Appearance.ColorMirror = clWhite
  2402.           Appearance.ColorMirrorTo = clWhite
  2403.           Appearance.ColorMirrorHot = 16246477
  2404.           Appearance.ColorMirrorHotTo = 16246477
  2405.           Appearance.ColorMirrorDown = 15187578
  2406.           Appearance.ColorMirrorDownTo = 15187578
  2407.           Appearance.ColorMirrorChecked = 15187578
  2408.           Appearance.ColorMirrorCheckedTo = 15187578
  2409.           Appearance.ColorMirrorDisabled = clWhite
  2410.           Appearance.ColorMirrorDisabledTo = clWhite
  2411.           Appearance.GradientHot = ggVertical
  2412.           Appearance.GradientMirrorHot = ggVertical
  2413.           Appearance.GradientDown = ggVertical
  2414.           Appearance.GradientMirrorDown = ggVertical
  2415.           Appearance.GradientChecked = ggVertical
  2416.           Appearance.TextColorChecked = 4474440
  2417.           Appearance.TextColorDown = 4474440
  2418.           Appearance.TextColorHot = 4474440
  2419.         end
  2420.       end
  2421.     end
  2422.     object pageCreate: TAdvPage
  2423.       Left = -1
  2424.       Top = 48
  2425.       Width = 1043
  2426.       Height = 94
  2427.       Caption = 'Create'
  2428.       object tbAddObjects: TAdvToolBar
  2429.         Left = 3
  2430.         Top = 3
  2431.         Width = 336
  2432.         Height = 88
  2433.         UIStyle = tsOffice2019White
  2434.         AllowFloating = True
  2435.         Caption = 'Create'
  2436.         CaptionFont.Charset = DEFAULT_CHARSET
  2437.         CaptionFont.Color = clWindowText
  2438.         CaptionFont.Height = -11
  2439.         CaptionFont.Name = 'Tahoma'
  2440.         CaptionFont.Style = []
  2441.         CaptionPosition = cpBottom
  2442.         CaptionAlignment = taCenter
  2443.         CompactCaption = 'Create'
  2444.         CompactImageIndex = 20
  2445.         ShowCaption = True
  2446.         ShowRightHandle = False
  2447.         TextAutoOptionMenu = 'Add or Remove Buttons'
  2448.         TextOptionMenu = 'Options'
  2449.         ToolBarStyler = AdvToolBarOfficeStyler1
  2450.         Images = ImgListLarge
  2451.         ParentOptionPicture = True
  2452.         ToolBarIndex = 0
  2453.         object btnAddWarningSymbol: TAdvGlowButton
  2454.           Left = 188
  2455.           Top = 2
  2456.           Width = 62
  2457.           Height = 68
  2458.           Action = actAddWarningSymbol
  2459.           Font.Charset = DEFAULT_CHARSET
  2460.           Font.Color = 4474440
  2461.           Font.Height = -12
  2462.           Font.Name = 'Segoe UI'
  2463.           Font.Style = []
  2464.           ImageIndex = 31
  2465.           NotesFont.Charset = DEFAULT_CHARSET
  2466.           NotesFont.Color = clWindowText
  2467.           NotesFont.Height = -11
  2468.           NotesFont.Name = 'Tahoma'
  2469.           NotesFont.Style = []
  2470.           ParentFont = False
  2471.           Rounded = False
  2472.           Transparent = True
  2473.           TabOrder = 0
  2474.           Appearance.BorderColor = clWhite
  2475.           Appearance.BorderColorHot = 16246477
  2476.           Appearance.BorderColorDown = 15187578
  2477.           Appearance.BorderColorChecked = 15187578
  2478.           Appearance.BorderColorDisabled = clNone
  2479.           Appearance.Color = clWhite
  2480.           Appearance.ColorTo = clNone
  2481.           Appearance.ColorChecked = 15187578
  2482.           Appearance.ColorCheckedTo = 15187578
  2483.           Appearance.ColorDisabled = clWhite
  2484.           Appearance.ColorDisabledTo = clWhite
  2485.           Appearance.ColorDown = 15187578
  2486.           Appearance.ColorDownTo = 15187578
  2487.           Appearance.ColorHot = 16246477
  2488.           Appearance.ColorHotTo = 16246477
  2489.           Appearance.ColorMirror = clWhite
  2490.           Appearance.ColorMirrorTo = clWhite
  2491.           Appearance.ColorMirrorHot = 16246477
  2492.           Appearance.ColorMirrorHotTo = 16246477
  2493.           Appearance.ColorMirrorDown = 15187578
  2494.           Appearance.ColorMirrorDownTo = 15187578
  2495.           Appearance.ColorMirrorChecked = 15187578
  2496.           Appearance.ColorMirrorCheckedTo = 15187578
  2497.           Appearance.ColorMirrorDisabled = clWhite
  2498.           Appearance.ColorMirrorDisabledTo = clWhite
  2499.           Appearance.GradientHot = ggVertical
  2500.           Appearance.GradientMirrorHot = ggVertical
  2501.           Appearance.GradientDown = ggVertical
  2502.           Appearance.GradientMirrorDown = ggVertical
  2503.           Appearance.GradientChecked = ggVertical
  2504.           Appearance.TextColorChecked = 4474440
  2505.           Appearance.TextColorDown = 4474440
  2506.           Appearance.TextColorHot = 4474440
  2507.           Layout = blGlyphTop
  2508.         end
  2509.         object btnAddImage: TAdvGlowButton
  2510.           Left = 126
  2511.           Top = 2
  2512.           Width = 62
  2513.           Height = 68
  2514.           Action = actAddImage
  2515.           Font.Charset = DEFAULT_CHARSET
  2516.           Font.Color = 4474440
  2517.           Font.Height = -12
  2518.           Font.Name = 'Segoe UI'
  2519.           Font.Style = []
  2520.           ImageIndex = 32
  2521.           NotesFont.Charset = DEFAULT_CHARSET
  2522.           NotesFont.Color = clWindowText
  2523.           NotesFont.Height = -11
  2524.           NotesFont.Name = 'Tahoma'
  2525.           NotesFont.Style = []
  2526.           ParentFont = False
  2527.           Rounded = False
  2528.           Transparent = True
  2529.           TabOrder = 1
  2530.           Appearance.BorderColor = clWhite
  2531.           Appearance.BorderColorHot = 16246477
  2532.           Appearance.BorderColorDown = 15187578
  2533.           Appearance.BorderColorChecked = 15187578
  2534.           Appearance.BorderColorDisabled = clNone
  2535.           Appearance.Color = clWhite
  2536.           Appearance.ColorTo = clNone
  2537.           Appearance.ColorChecked = 15187578
  2538.           Appearance.ColorCheckedTo = 15187578
  2539.           Appearance.ColorDisabled = clWhite
  2540.           Appearance.ColorDisabledTo = clWhite
  2541.           Appearance.ColorDown = 15187578
  2542.           Appearance.ColorDownTo = 15187578
  2543.           Appearance.ColorHot = 16246477
  2544.           Appearance.ColorHotTo = 16246477
  2545.           Appearance.ColorMirror = clWhite
  2546.           Appearance.ColorMirrorTo = clWhite
  2547.           Appearance.ColorMirrorHot = 16246477
  2548.           Appearance.ColorMirrorHotTo = 16246477
  2549.           Appearance.ColorMirrorDown = 15187578
  2550.           Appearance.ColorMirrorDownTo = 15187578
  2551.           Appearance.ColorMirrorChecked = 15187578
  2552.           Appearance.ColorMirrorCheckedTo = 15187578
  2553.           Appearance.ColorMirrorDisabled = clWhite
  2554.           Appearance.ColorMirrorDisabledTo = clWhite
  2555.           Appearance.GradientHot = ggVertical
  2556.           Appearance.GradientMirrorHot = ggVertical
  2557.           Appearance.GradientDown = ggVertical
  2558.           Appearance.GradientMirrorDown = ggVertical
  2559.           Appearance.GradientChecked = ggVertical
  2560.           Appearance.TextColorChecked = 4474440
  2561.           Appearance.TextColorDown = 4474440
  2562.           Appearance.TextColorHot = 4474440
  2563.           Layout = blGlyphTop
  2564.         end
  2565.         object btnAddFixedText: TAdvGlowButton
  2566.           Left = 64
  2567.           Top = 2
  2568.           Width = 62
  2569.           Height = 68
  2570.           Action = actAddFixedText
  2571.           Font.Charset = DEFAULT_CHARSET
  2572.           Font.Color = 4474440
  2573.           Font.Height = -12
  2574.           Font.Name = 'Segoe UI'
  2575.           Font.Style = []
  2576.           ImageIndex = 56
  2577.           NotesFont.Charset = DEFAULT_CHARSET
  2578.           NotesFont.Color = clWindowText
  2579.           NotesFont.Height = -11
  2580.           NotesFont.Name = 'Tahoma'
  2581.           NotesFont.Style = []
  2582.           ParentFont = False
  2583.           Rounded = False
  2584.           Transparent = True
  2585.           TabOrder = 2
  2586.           Appearance.BorderColor = clWhite
  2587.           Appearance.BorderColorHot = 16246477
  2588.           Appearance.BorderColorDown = 15187578
  2589.           Appearance.BorderColorChecked = 15187578
  2590.           Appearance.BorderColorDisabled = clNone
  2591.           Appearance.Color = clWhite
  2592.           Appearance.ColorTo = clNone
  2593.           Appearance.ColorChecked = 15187578
  2594.           Appearance.ColorCheckedTo = 15187578
  2595.           Appearance.ColorDisabled = clWhite
  2596.           Appearance.ColorDisabledTo = clWhite
  2597.           Appearance.ColorDown = 15187578
  2598.           Appearance.ColorDownTo = 15187578
  2599.           Appearance.ColorHot = 16246477
  2600.           Appearance.ColorHotTo = 16246477
  2601.           Appearance.ColorMirror = clWhite
  2602.           Appearance.ColorMirrorTo = clWhite
  2603.           Appearance.ColorMirrorHot = 16246477
  2604.           Appearance.ColorMirrorHotTo = 16246477
  2605.           Appearance.ColorMirrorDown = 15187578
  2606.           Appearance.ColorMirrorDownTo = 15187578
  2607.           Appearance.ColorMirrorChecked = 15187578
  2608.           Appearance.ColorMirrorCheckedTo = 15187578
  2609.           Appearance.ColorMirrorDisabled = clWhite
  2610.           Appearance.ColorMirrorDisabledTo = clWhite
  2611.           Appearance.GradientHot = ggVertical
  2612.           Appearance.GradientMirrorHot = ggVertical
  2613.           Appearance.GradientDown = ggVertical
  2614.           Appearance.GradientMirrorDown = ggVertical
  2615.           Appearance.GradientChecked = ggVertical
  2616.           Appearance.TextColorChecked = 4474440
  2617.           Appearance.TextColorDown = 4474440
  2618.           Appearance.TextColorHot = 4474440
  2619.           Layout = blGlyphTop
  2620.         end
  2621.         object btnBarCode: TAdvGlowButton
  2622.           Left = 250
  2623.           Top = 2
  2624.           Width = 82
  2625.           Height = 68
  2626.           Action = actAddBarCode
  2627.           Font.Charset = DEFAULT_CHARSET
  2628.           Font.Color = 4474440
  2629.           Font.Height = -12
  2630.           Font.Name = 'Segoe UI'
  2631.           Font.Style = []
  2632.           ImageIndex = 33
  2633.           NotesFont.Charset = DEFAULT_CHARSET
  2634.           NotesFont.Color = clWindowText
  2635.           NotesFont.Height = -11
  2636.           NotesFont.Name = 'Tahoma'
  2637.           NotesFont.Style = []
  2638.           ParentFont = False
  2639.           Rounded = False
  2640.           Transparent = True
  2641.           TabOrder = 3
  2642.           Appearance.BorderColor = clWhite
  2643.           Appearance.BorderColorHot = 16246477
  2644.           Appearance.BorderColorDown = 15187578
  2645.           Appearance.BorderColorChecked = 15187578
  2646.           Appearance.BorderColorDisabled = clNone
  2647.           Appearance.Color = clWhite
  2648.           Appearance.ColorTo = clNone
  2649.           Appearance.ColorChecked = 15187578
  2650.           Appearance.ColorCheckedTo = 15187578
  2651.           Appearance.ColorDisabled = clWhite
  2652.           Appearance.ColorDisabledTo = clWhite
  2653.           Appearance.ColorDown = 15187578
  2654.           Appearance.ColorDownTo = 15187578
  2655.           Appearance.ColorHot = 16246477
  2656.           Appearance.ColorHotTo = 16246477
  2657.           Appearance.ColorMirror = clWhite
  2658.           Appearance.ColorMirrorTo = clWhite
  2659.           Appearance.ColorMirrorHot = 16246477
  2660.           Appearance.ColorMirrorHotTo = 16246477
  2661.           Appearance.ColorMirrorDown = 15187578
  2662.           Appearance.ColorMirrorDownTo = 15187578
  2663.           Appearance.ColorMirrorChecked = 15187578
  2664.           Appearance.ColorMirrorCheckedTo = 15187578
  2665.           Appearance.ColorMirrorDisabled = clWhite
  2666.           Appearance.ColorMirrorDisabledTo = clWhite
  2667.           Appearance.GradientHot = ggVertical
  2668.           Appearance.GradientMirrorHot = ggVertical
  2669.           Appearance.GradientDown = ggVertical
  2670.           Appearance.GradientMirrorDown = ggVertical
  2671.           Appearance.GradientChecked = ggVertical
  2672.           Appearance.TextColorChecked = 4474440
  2673.           Appearance.TextColorDown = 4474440
  2674.           Appearance.TextColorHot = 4474440
  2675.           Layout = blGlyphTop
  2676.           DropDownButton = True
  2677.           DropDownMenu = pmuBarCodes
  2678.         end
  2679.         object AdvGlowButton17: TAdvGlowButton
  2680.           Left = 2
  2681.           Top = 2
  2682.           Width = 62
  2683.           Height = 68
  2684.           Action = actAddDataField
  2685.           Font.Charset = DEFAULT_CHARSET
  2686.           Font.Color = 4474440
  2687.           Font.Height = -12
  2688.           Font.Name = 'Segoe UI'
  2689.           Font.Style = []
  2690.           ImageIndex = 65
  2691.           NotesFont.Charset = DEFAULT_CHARSET
  2692.           NotesFont.Color = clWindowText
  2693.           NotesFont.Height = -11
  2694.           NotesFont.Name = 'Tahoma'
  2695.           NotesFont.Style = []
  2696.           ParentFont = False
  2697.           Rounded = False
  2698.           Transparent = True
  2699.           TabOrder = 4
  2700.           Appearance.BorderColor = clWhite
  2701.           Appearance.BorderColorHot = 16246477
  2702.           Appearance.BorderColorDown = 15187578
  2703.           Appearance.BorderColorChecked = 15187578
  2704.           Appearance.BorderColorDisabled = clNone
  2705.           Appearance.Color = clWhite
  2706.           Appearance.ColorTo = clNone
  2707.           Appearance.ColorChecked = 15187578
  2708.           Appearance.ColorCheckedTo = 15187578
  2709.           Appearance.ColorDisabled = clWhite
  2710.           Appearance.ColorDisabledTo = clWhite
  2711.           Appearance.ColorDown = 15187578
  2712.           Appearance.ColorDownTo = 15187578
  2713.           Appearance.ColorHot = 16246477
  2714.           Appearance.ColorHotTo = 16246477
  2715.           Appearance.ColorMirror = clWhite
  2716.           Appearance.ColorMirrorTo = clWhite
  2717.           Appearance.ColorMirrorHot = 16246477
  2718.           Appearance.ColorMirrorHotTo = 16246477
  2719.           Appearance.ColorMirrorDown = 15187578
  2720.           Appearance.ColorMirrorDownTo = 15187578
  2721.           Appearance.ColorMirrorChecked = 15187578
  2722.           Appearance.ColorMirrorCheckedTo = 15187578
  2723.           Appearance.ColorMirrorDisabled = clWhite
  2724.           Appearance.ColorMirrorDisabledTo = clWhite
  2725.           Appearance.GradientHot = ggVertical
  2726.           Appearance.GradientMirrorHot = ggVertical
  2727.           Appearance.GradientDown = ggVertical
  2728.           Appearance.GradientMirrorDown = ggVertical
  2729.           Appearance.GradientChecked = ggVertical
  2730.           Appearance.TextColorChecked = 4474440
  2731.           Appearance.TextColorDown = 4474440
  2732.           Appearance.TextColorHot = 4474440
  2733.           Layout = blGlyphTop
  2734.         end
  2735.       end
  2736.       object tbSelectedActions: TAdvToolBar
  2737.         Left = 592
  2738.         Top = 3
  2739.         Width = 68
  2740.         Height = 88
  2741.         UIStyle = tsOffice2019White
  2742.         AllowFloating = True
  2743.         Caption = 'Selected'
  2744.         CaptionFont.Charset = DEFAULT_CHARSET
  2745.         CaptionFont.Color = clWindowText
  2746.         CaptionFont.Height = -11
  2747.         CaptionFont.Name = 'Tahoma'
  2748.         CaptionFont.Style = []
  2749.         CaptionPosition = cpBottom
  2750.         CaptionAlignment = taCenter
  2751.         CompactCaption = 'Selected'#8230
  2752.         CompactImageIndex = 35
  2753.         ShowCaption = True
  2754.         ShowRightHandle = False
  2755.         TextAutoOptionMenu = 'Add or Remove Buttons'
  2756.         TextOptionMenu = 'Options'
  2757.         ToolBarStyler = AdvToolBarOfficeStyler1
  2758.         Images = ImgListLarge
  2759.         ParentOptionPicture = True
  2760.         ToolBarIndex = 2
  2761.         object btnDeleteObject: TAdvGlowButton
  2762.           Left = 2
  2763.           Top = 2
  2764.           Width = 62
  2765.           Height = 68
  2766.           Action = actDeleteItems
  2767.           Font.Charset = DEFAULT_CHARSET
  2768.           Font.Color = 4474440
  2769.           Font.Height = -12
  2770.           Font.Name = 'Segoe UI'
  2771.           Font.Style = []
  2772.           ImageIndex = 35
  2773.           NotesFont.Charset = DEFAULT_CHARSET
  2774.           NotesFont.Color = clWindowText
  2775.           NotesFont.Height = -11
  2776.           NotesFont.Name = 'Tahoma'
  2777.           NotesFont.Style = []
  2778.           ParentFont = False
  2779.           Rounded = False
  2780.           Transparent = True
  2781.           TabOrder = 0
  2782.           Appearance.BorderColor = clWhite
  2783.           Appearance.BorderColorHot = 16246477
  2784.           Appearance.BorderColorDown = 15187578
  2785.           Appearance.BorderColorChecked = 15187578
  2786.           Appearance.BorderColorDisabled = clNone
  2787.           Appearance.Color = clWhite
  2788.           Appearance.ColorTo = clNone
  2789.           Appearance.ColorChecked = 15187578
  2790.           Appearance.ColorCheckedTo = 15187578
  2791.           Appearance.ColorDisabled = clWhite
  2792.           Appearance.ColorDisabledTo = clWhite
  2793.           Appearance.ColorDown = 15187578
  2794.           Appearance.ColorDownTo = 15187578
  2795.           Appearance.ColorHot = 16246477
  2796.           Appearance.ColorHotTo = 16246477
  2797.           Appearance.ColorMirror = clWhite
  2798.           Appearance.ColorMirrorTo = clWhite
  2799.           Appearance.ColorMirrorHot = 16246477
  2800.           Appearance.ColorMirrorHotTo = 16246477
  2801.           Appearance.ColorMirrorDown = 15187578
  2802.           Appearance.ColorMirrorDownTo = 15187578
  2803.           Appearance.ColorMirrorChecked = 15187578
  2804.           Appearance.ColorMirrorCheckedTo = 15187578
  2805.           Appearance.ColorMirrorDisabled = clWhite
  2806.           Appearance.ColorMirrorDisabledTo = clWhite
  2807.           Appearance.GradientHot = ggVertical
  2808.           Appearance.GradientMirrorHot = ggVertical
  2809.           Appearance.GradientDown = ggVertical
  2810.           Appearance.GradientMirrorDown = ggVertical
  2811.           Appearance.GradientChecked = ggVertical
  2812.           Appearance.TextColorChecked = 4474440
  2813.           Appearance.TextColorDown = 4474440
  2814.           Appearance.TextColorHot = 4474440
  2815.           Layout = blGlyphTop
  2816.         end
  2817.       end
  2818.       object tbDraw: TAdvToolBar
  2819.         Left = 342
  2820.         Top = 3
  2821.         Width = 247
  2822.         Height = 88
  2823.         UIStyle = tsOffice2019White
  2824.         AllowFloating = True
  2825.         AutoPositionMultiRow = True
  2826.         Caption = 'Draw'
  2827.         CaptionFont.Charset = DEFAULT_CHARSET
  2828.         CaptionFont.Color = clWindowText
  2829.         CaptionFont.Height = -11
  2830.         CaptionFont.Name = 'Tahoma'
  2831.         CaptionFont.Style = []
  2832.         CaptionPosition = cpBottom
  2833.         CaptionAlignment = taCenter
  2834.         CompactImageIndex = -1
  2835.         ShowCaption = True
  2836.         ShowRightHandle = False
  2837.         TextAutoOptionMenu = 'Add or Remove Buttons'
  2838.         TextOptionMenu = 'Options'
  2839.         ToolBarStyler = AdvToolBarOfficeStyler1
  2840.         ParentOptionPicture = True
  2841.         ToolBarIndex = 1
  2842.         object AdvGlowButton23: TAdvGlowButton
  2843.           Left = 2
  2844.           Top = 2
  2845.           Width = 70
  2846.           Height = 64
  2847.           Action = actRectangle
  2848.           Font.Charset = DEFAULT_CHARSET
  2849.           Font.Color = 4474440
  2850.           Font.Height = -12
  2851.           Font.Name = 'Segoe UI'
  2852.           Font.Style = []
  2853.           ImageIndex = 115
  2854.           FocusType = ftHot
  2855.           NotesFont.Charset = DEFAULT_CHARSET
  2856.           NotesFont.Color = clWindowText
  2857.           NotesFont.Height = -11
  2858.           NotesFont.Name = 'Tahoma'
  2859.           NotesFont.Style = []
  2860.           ParentFont = False
  2861.           Rounded = False
  2862.           TabOrder = 1
  2863.           Appearance.BorderColor = clWhite
  2864.           Appearance.BorderColorHot = 16246477
  2865.           Appearance.BorderColorDown = 15187578
  2866.           Appearance.BorderColorChecked = 15187578
  2867.           Appearance.BorderColorDisabled = clNone
  2868.           Appearance.Color = clWhite
  2869.           Appearance.ColorTo = clNone
  2870.           Appearance.ColorChecked = 15187578
  2871.           Appearance.ColorCheckedTo = 15187578
  2872.           Appearance.ColorDisabled = clWhite
  2873.           Appearance.ColorDisabledTo = clWhite
  2874.           Appearance.ColorDown = 15187578
  2875.           Appearance.ColorDownTo = 15187578
  2876.           Appearance.ColorHot = 16246477
  2877.           Appearance.ColorHotTo = 16246477
  2878.           Appearance.ColorMirror = clWhite
  2879.           Appearance.ColorMirrorTo = clWhite
  2880.           Appearance.ColorMirrorHot = 16246477
  2881.           Appearance.ColorMirrorHotTo = 16246477
  2882.           Appearance.ColorMirrorDown = 15187578
  2883.           Appearance.ColorMirrorDownTo = 15187578
  2884.           Appearance.ColorMirrorChecked = 15187578
  2885.           Appearance.ColorMirrorCheckedTo = 15187578
  2886.           Appearance.ColorMirrorDisabled = clWhite
  2887.           Appearance.ColorMirrorDisabledTo = clWhite
  2888.           Appearance.GradientHot = ggVertical
  2889.           Appearance.GradientMirrorHot = ggVertical
  2890.           Appearance.GradientDown = ggVertical
  2891.           Appearance.GradientMirrorDown = ggVertical
  2892.           Appearance.GradientChecked = ggVertical
  2893.           Appearance.TextColorChecked = 4474440
  2894.           Appearance.TextColorDown = 4474440
  2895.           Appearance.TextColorHot = 4474440
  2896.           Layout = blGlyphTop
  2897.           Style = bsCheck
  2898.         end
  2899.         object AdvGlowButton24: TAdvGlowButton
  2900.           Left = 72
  2901.           Top = 2
  2902.           Width = 50
  2903.           Height = 64
  2904.           Action = actEllipse
  2905.           Font.Charset = DEFAULT_CHARSET
  2906.           Font.Color = 4474440
  2907.           Font.Height = -12
  2908.           Font.Name = 'Segoe UI'
  2909.           Font.Style = []
  2910.           ImageIndex = 113
  2911.           FocusType = ftHot
  2912.           NotesFont.Charset = DEFAULT_CHARSET
  2913.           NotesFont.Color = clWindowText
  2914.           NotesFont.Height = -11
  2915.           NotesFont.Name = 'Tahoma'
  2916.           NotesFont.Style = []
  2917.           ParentFont = False
  2918.           Rounded = False
  2919.           TabOrder = 2
  2920.           Appearance.BorderColor = clWhite
  2921.           Appearance.BorderColorHot = 16246477
  2922.           Appearance.BorderColorDown = 15187578
  2923.           Appearance.BorderColorChecked = 15187578
  2924.           Appearance.BorderColorDisabled = clNone
  2925.           Appearance.Color = clWhite
  2926.           Appearance.ColorTo = clNone
  2927.           Appearance.ColorChecked = 15187578
  2928.           Appearance.ColorCheckedTo = 15187578
  2929.           Appearance.ColorDisabled = clWhite
  2930.           Appearance.ColorDisabledTo = clWhite
  2931.           Appearance.ColorDown = 15187578
  2932.           Appearance.ColorDownTo = 15187578
  2933.           Appearance.ColorHot = 16246477
  2934.           Appearance.ColorHotTo = 16246477
  2935.           Appearance.ColorMirror = clWhite
  2936.           Appearance.ColorMirrorTo = clWhite
  2937.           Appearance.ColorMirrorHot = 16246477
  2938.           Appearance.ColorMirrorHotTo = 16246477
  2939.           Appearance.ColorMirrorDown = 15187578
  2940.           Appearance.ColorMirrorDownTo = 15187578
  2941.           Appearance.ColorMirrorChecked = 15187578
  2942.           Appearance.ColorMirrorCheckedTo = 15187578
  2943.           Appearance.ColorMirrorDisabled = clWhite
  2944.           Appearance.ColorMirrorDisabledTo = clWhite
  2945.           Appearance.GradientHot = ggVertical
  2946.           Appearance.GradientMirrorHot = ggVertical
  2947.           Appearance.GradientDown = ggVertical
  2948.           Appearance.GradientMirrorDown = ggVertical
  2949.           Appearance.GradientChecked = ggVertical
  2950.           Appearance.TextColorChecked = 4474440
  2951.           Appearance.TextColorDown = 4474440
  2952.           Appearance.TextColorHot = 4474440
  2953.           Layout = blGlyphTop
  2954.           Style = bsCheck
  2955.         end
  2956.         object AdvGlowButton25: TAdvGlowButton
  2957.           Left = 122
  2958.           Top = 2
  2959.           Width = 60
  2960.           Height = 64
  2961.           Action = actTriangle
  2962.           Font.Charset = DEFAULT_CHARSET
  2963.           Font.Color = 4474440
  2964.           Font.Height = -12
  2965.           Font.Name = 'Segoe UI'
  2966.           Font.Style = []
  2967.           ImageIndex = 116
  2968.           FocusType = ftHot
  2969.           NotesFont.Charset = DEFAULT_CHARSET
  2970.           NotesFont.Color = clWindowText
  2971.           NotesFont.Height = -11
  2972.           NotesFont.Name = 'Tahoma'
  2973.           NotesFont.Style = []
  2974.           ParentFont = False
  2975.           Rounded = False
  2976.           TabOrder = 3
  2977.           Appearance.BorderColor = clWhite
  2978.           Appearance.BorderColorHot = 16246477
  2979.           Appearance.BorderColorDown = 15187578
  2980.           Appearance.BorderColorChecked = 15187578
  2981.           Appearance.BorderColorDisabled = clNone
  2982.           Appearance.Color = clWhite
  2983.           Appearance.ColorTo = clNone
  2984.           Appearance.ColorChecked = 15187578
  2985.           Appearance.ColorCheckedTo = 15187578
  2986.           Appearance.ColorDisabled = clWhite
  2987.           Appearance.ColorDisabledTo = clWhite
  2988.           Appearance.ColorDown = 15187578
  2989.           Appearance.ColorDownTo = 15187578
  2990.           Appearance.ColorHot = 16246477
  2991.           Appearance.ColorHotTo = 16246477
  2992.           Appearance.ColorMirror = clWhite
  2993.           Appearance.ColorMirrorTo = clWhite
  2994.           Appearance.ColorMirrorHot = 16246477
  2995.           Appearance.ColorMirrorHotTo = 16246477
  2996.           Appearance.ColorMirrorDown = 15187578
  2997.           Appearance.ColorMirrorDownTo = 15187578
  2998.           Appearance.ColorMirrorChecked = 15187578
  2999.           Appearance.ColorMirrorCheckedTo = 15187578
  3000.           Appearance.ColorMirrorDisabled = clWhite
  3001.           Appearance.ColorMirrorDisabledTo = clWhite
  3002.           Appearance.GradientHot = ggVertical
  3003.           Appearance.GradientMirrorHot = ggVertical
  3004.           Appearance.GradientDown = ggVertical
  3005.           Appearance.GradientMirrorDown = ggVertical
  3006.           Appearance.GradientChecked = ggVertical
  3007.           Appearance.TextColorChecked = 4474440
  3008.           Appearance.TextColorDown = 4474440
  3009.           Appearance.TextColorHot = 4474440
  3010.           Layout = blGlyphTop
  3011.           Style = bsCheck
  3012.         end
  3013.         object AdvGlowButton26: TAdvGlowButton
  3014.           Left = 182
  3015.           Top = 2
  3016.           Width = 61
  3017.           Height = 64
  3018.           Action = actPolygon
  3019.           Font.Charset = DEFAULT_CHARSET
  3020.           Font.Color = 4474440
  3021.           Font.Height = -12
  3022.           Font.Name = 'Segoe UI'
  3023.           Font.Style = []
  3024.           ImageIndex = 114
  3025.           FocusType = ftHot
  3026.           NotesFont.Charset = DEFAULT_CHARSET
  3027.           NotesFont.Color = clWindowText
  3028.           NotesFont.Height = -11
  3029.           NotesFont.Name = 'Tahoma'
  3030.           NotesFont.Style = []
  3031.           ParentFont = False
  3032.           Rounded = False
  3033.           TabOrder = 4
  3034.           Appearance.BorderColor = clWhite
  3035.           Appearance.BorderColorHot = 16246477
  3036.           Appearance.BorderColorDown = 15187578
  3037.           Appearance.BorderColorChecked = 15187578
  3038.           Appearance.BorderColorDisabled = clNone
  3039.           Appearance.Color = clWhite
  3040.           Appearance.ColorTo = clNone
  3041.           Appearance.ColorChecked = 15187578
  3042.           Appearance.ColorCheckedTo = 15187578
  3043.           Appearance.ColorDisabled = clWhite
  3044.           Appearance.ColorDisabledTo = clWhite
  3045.           Appearance.ColorDown = 15187578
  3046.           Appearance.ColorDownTo = 15187578
  3047.           Appearance.ColorHot = 16246477
  3048.           Appearance.ColorHotTo = 16246477
  3049.           Appearance.ColorMirror = clWhite
  3050.           Appearance.ColorMirrorTo = clWhite
  3051.           Appearance.ColorMirrorHot = 16246477
  3052.           Appearance.ColorMirrorHotTo = 16246477
  3053.           Appearance.ColorMirrorDown = 15187578
  3054.           Appearance.ColorMirrorDownTo = 15187578
  3055.           Appearance.ColorMirrorChecked = 15187578
  3056.           Appearance.ColorMirrorCheckedTo = 15187578
  3057.           Appearance.ColorMirrorDisabled = clWhite
  3058.           Appearance.ColorMirrorDisabledTo = clWhite
  3059.           Appearance.GradientHot = ggVertical
  3060.           Appearance.GradientMirrorHot = ggVertical
  3061.           Appearance.GradientDown = ggVertical
  3062.           Appearance.GradientMirrorDown = ggVertical
  3063.           Appearance.GradientChecked = ggVertical
  3064.           Appearance.TextColorChecked = 4474440
  3065.           Appearance.TextColorDown = 4474440
  3066.           Appearance.TextColorHot = 4474440
  3067.           Layout = blGlyphTop
  3068.           Style = bsCheck
  3069.         end
  3070.       end
  3071.     end
  3072.     object pageObjectProps: TAdvPage
  3073.       Tag = 1
  3074.       Left = -1
  3075.       Top = 48
  3076.       Width = 1043
  3077.       Height = 94
  3078.       Caption = 'Size && Position'
  3079.       ImageIndex = 58
  3080.       object tbBasicProps: TAdvToolBar
  3081.         Left = 3
  3082.         Top = 3
  3083.         Width = 322
  3084.         Height = 88
  3085.         UIStyle = tsOffice2019White
  3086.         AllowFloating = False
  3087.         AutoArrangeButtons = False
  3088.         AutoPositionControls = False
  3089.         AutoSize = False
  3090.         Caption = 'Size && Position'
  3091.         CaptionFont.Charset = DEFAULT_CHARSET
  3092.         CaptionFont.Color = clWindowText
  3093.         CaptionFont.Height = -11
  3094.         CaptionFont.Name = 'Tahoma'
  3095.         CaptionFont.Style = []
  3096.         CaptionPosition = cpBottom
  3097.         CaptionAlignment = taCenter
  3098.         CompactCaption = 'Object'
  3099.         CompactImageIndex = 58
  3100.         ShowCaption = True
  3101.         ShowRightHandle = False
  3102.         TextAutoOptionMenu = 'Add or Remove Buttons'
  3103.         TextOptionMenu = 'Options'
  3104.         ToolBarStyler = AdvToolBarOfficeStyler1
  3105.         Images = ImgListLarge
  3106.         ParentOptionPicture = True
  3107.         ToolBarIndex = 0
  3108.         object spdLockAspect: TSpeedButton
  3109.           Left = 276
  3110.           Top = 22
  3111.           Width = 32
  3112.           Height = 32
  3113.           AllowAllUp = True
  3114.           GroupIndex = 97
  3115.           Down = True
  3116.           Flat = True
  3117.           OnClick = spdLockAspectClick
  3118.         end
  3119.         object edtLeftMM: TAdvSpinEdit
  3120.           Left = 72
  3121.           Top = 12
  3122.           Width = 55
  3123.           Height = 23
  3124.           Color = clWhite
  3125.           ReturnIsTab = True
  3126.           Precision = 2
  3127.           Value = -100
  3128.           FloatValue = 1.000000000000000000
  3129.           HexDigits = 0
  3130.           HexValue = 0
  3131.           FlatLineColor = 11250603
  3132.           BorderColor = 11250603
  3133.           CheckMinValue = True
  3134.           FocusColor = clNone
  3135.           FocusFontColor = 3881787
  3136.           Font.Charset = DEFAULT_CHARSET
  3137.           Font.Color = 4474440
  3138.           Font.Height = -12
  3139.           Font.Name = 'Segoe UI'
  3140.           Font.Style = []
  3141.           IncrementFloat = 1.000000000000000000
  3142.           IncrementFloatPage = 5.000000000000000000
  3143.           LabelCaption = 'Left (mm)'
  3144.           LabelPosition = lpLeftCenter
  3145.           LabelMargin = 7
  3146.           LabelTransparent = True
  3147.           LabelFont.Charset = DEFAULT_CHARSET
  3148.           LabelFont.Color = 4474440
  3149.           LabelFont.Height = -12
  3150.           LabelFont.Name = 'Segoe UI'
  3151.           LabelFont.Style = []
  3152.           MinValue = -100
  3153.           MinFloatValue = -100.000000000000000000
  3154.           MaxFloatValue = 200.000000000000000000
  3155.           ParentFont = False
  3156.           SpinType = sptFloat
  3157.           TabOrder = 0
  3158.           Visible = True
  3159.           Version = '2.0.2.6'
  3160.           OnChange = edtDimensionsChange
  3161.           OnUpClick = edtDimensionsUpClick
  3162.           OnDownClick = edtDimensionsDownClick
  3163.           UIStyle = tsOffice2019White
  3164.           ButtonColor = clWhite
  3165.           ButtonColorHot = 15917525
  3166.           ButtonColorDown = 14925219
  3167.           ButtonTextColor = 2303013
  3168.           ButtonTextColorHot = 2303013
  3169.           ButtonTextColorDown = 2303013
  3170.         end
  3171.         object edtTopMM: TAdvSpinEdit
  3172.           Tag = 1
  3173.           Left = 72
  3174.           Top = 40
  3175.           Width = 55
  3176.           Height = 23
  3177.           Color = clWhite
  3178.           ReturnIsTab = True
  3179.           Precision = 2
  3180.           Value = -100
  3181.           FloatValue = 1.000000000000000000
  3182.           HexDigits = 0
  3183.           HexValue = 0
  3184.           FlatLineColor = 11250603
  3185.           BorderColor = 11250603
  3186.           CheckMinValue = True
  3187.           FocusColor = clNone
  3188.           FocusFontColor = 3881787
  3189.           Font.Charset = DEFAULT_CHARSET
  3190.           Font.Color = 4474440
  3191.           Font.Height = -12
  3192.           Font.Name = 'Segoe UI'
  3193.           Font.Style = []
  3194.           IncrementFloat = 1.000000000000000000
  3195.           IncrementFloatPage = 5.000000000000000000
  3196.           LabelCaption = 'Top (mm)'
  3197.           LabelPosition = lpLeftCenter
  3198.           LabelMargin = 7
  3199.           LabelTransparent = True
  3200.           LabelFont.Charset = DEFAULT_CHARSET
  3201.           LabelFont.Color = 4474440
  3202.           LabelFont.Height = -12
  3203.           LabelFont.Name = 'Segoe UI'
  3204.           LabelFont.Style = []
  3205.           MinValue = -100
  3206.           MinFloatValue = -100.000000000000000000
  3207.           MaxFloatValue = 200.000000000000000000
  3208.           ParentFont = False
  3209.           SpinType = sptFloat
  3210.           TabOrder = 1
  3211.           Visible = True
  3212.           Version = '2.0.2.6'
  3213.           OnChange = edtDimensionsChange
  3214.           OnUpClick = edtDimensionsUpClick
  3215.           OnDownClick = edtDimensionsDownClick
  3216.           UIStyle = tsOffice2019White
  3217.           ButtonColor = clWhite
  3218.           ButtonColorHot = 15917525
  3219.           ButtonColorDown = 14925219
  3220.           ButtonTextColor = 2303013
  3221.           ButtonTextColorHot = 2303013
  3222.           ButtonTextColorDown = 2303013
  3223.         end
  3224.         object edtWidthMM: TAdvSpinEdit
  3225.           Tag = 2
  3226.           Left = 212
  3227.           Top = 12
  3228.           Width = 55
  3229.           Height = 23
  3230.           Color = clWhite
  3231.           DisabledBorder = False
  3232.           ReturnIsTab = True
  3233.           Precision = 2
  3234.           Value = 0
  3235.           FloatValue = 1.000000000000000000
  3236.           HexDigits = 0
  3237.           HexValue = 0
  3238.           FlatLineColor = 11250603
  3239.           BorderColor = 11250603
  3240.           CheckMinValue = True
  3241.           FocusColor = clNone
  3242.           FocusFontColor = 3881787
  3243.           Font.Charset = DEFAULT_CHARSET
  3244.           Font.Color = 4474440
  3245.           Font.Height = -12
  3246.           Font.Name = 'Segoe UI'
  3247.           Font.Style = []
  3248.           IncrementFloat = 1.000000000000000000
  3249.           IncrementFloatPage = 5.000000000000000000
  3250.           LabelCaption = 'Width (mm)'
  3251.           LabelPosition = lpLeftCenter
  3252.           LabelMargin = 7
  3253.           LabelTransparent = True
  3254.           LabelFont.Charset = DEFAULT_CHARSET
  3255.           LabelFont.Color = 4474440
  3256.           LabelFont.Height = -12
  3257.           LabelFont.Name = 'Segoe UI'
  3258.           LabelFont.Style = []
  3259.           MinFloatValue = 0.250000000000000000
  3260.           MaxFloatValue = 200.000000000000000000
  3261.           ParentFont = False
  3262.           SpinType = sptFloat
  3263.           TabOrder = 2
  3264.           Visible = True
  3265.           Version = '2.0.2.6'
  3266.           OnChange = edtDimensionsChange
  3267.           OnUpClick = edtDimensionsUpClick
  3268.           OnDownClick = edtDimensionsDownClick
  3269.           UIStyle = tsOffice2019White
  3270.           ButtonColor = clWhite
  3271.           ButtonColorHot = 15917525
  3272.           ButtonColorDown = 14925219
  3273.           ButtonTextColor = 2303013
  3274.           ButtonTextColorHot = 2303013
  3275.           ButtonTextColorDown = 2303013
  3276.         end
  3277.         object edtHeightMM: TAdvSpinEdit
  3278.           Tag = 3
  3279.           Left = 212
  3280.           Top = 40
  3281.           Width = 55
  3282.           Height = 23
  3283.           Color = clWhite
  3284.           DisabledBorder = False
  3285.           ReturnIsTab = True
  3286.           Precision = 2
  3287.           Value = 0
  3288.           FloatValue = 1.000000000000000000
  3289.           HexDigits = 0
  3290.           HexValue = 0
  3291.           FlatLineColor = 11250603
  3292.           BorderColor = 11250603
  3293.           CheckMinValue = True
  3294.           FocusColor = clNone
  3295.           FocusFontColor = 3881787
  3296.           Font.Charset = DEFAULT_CHARSET
  3297.           Font.Color = 4474440
  3298.           Font.Height = -12
  3299.           Font.Name = 'Segoe UI'
  3300.           Font.Style = []
  3301.           IncrementFloat = 1.000000000000000000
  3302.           IncrementFloatPage = 5.000000000000000000
  3303.           LabelCaption = 'Height (mm)'
  3304.           LabelPosition = lpLeftCenter
  3305.           LabelMargin = 7
  3306.           LabelTransparent = True
  3307.           LabelFont.Charset = DEFAULT_CHARSET
  3308.           LabelFont.Color = 4474440
  3309.           LabelFont.Height = -12
  3310.           LabelFont.Name = 'Segoe UI'
  3311.           LabelFont.Style = []
  3312.           MinFloatValue = 0.250000000000000000
  3313.           MaxFloatValue = 200.000000000000000000
  3314.           ParentFont = False
  3315.           SpinType = sptFloat
  3316.           TabOrder = 3
  3317.           Visible = True
  3318.           Version = '2.0.2.6'
  3319.           OnChange = edtDimensionsChange
  3320.           OnUpClick = edtDimensionsUpClick
  3321.           OnDownClick = edtDimensionsDownClick
  3322.           UIStyle = tsOffice2019White
  3323.           ButtonColor = clWhite
  3324.           ButtonColorHot = 15917525
  3325.           ButtonColorDown = 14925219
  3326.           ButtonTextColor = 2303013
  3327.           ButtonTextColorHot = 2303013
  3328.           ButtonTextColorDown = 2303013
  3329.         end
  3330.       end
  3331.       object tbAlignRelative: TAdvToolBar
  3332.         Left = 456
  3333.         Top = 3
  3334.         Width = 121
  3335.         Height = 88
  3336.         UIStyle = tsOffice2019White
  3337.         AllowFloating = True
  3338.         AutoArrangeButtons = False
  3339.         AutoPositionControls = False
  3340.         AutoSize = False
  3341.         Caption = 'Align Selection'
  3342.         CaptionFont.Charset = DEFAULT_CHARSET
  3343.         CaptionFont.Color = clWindowText
  3344.         CaptionFont.Height = -11
  3345.         CaptionFont.Name = 'Tahoma'
  3346.         CaptionFont.Style = []
  3347.         CaptionPosition = cpBottom
  3348.         CaptionAlignment = taCenter
  3349.         CompactImageIndex = 75
  3350.         ShowCaption = True
  3351.         ShowRightHandle = False
  3352.         TextAutoOptionMenu = 'Add or Remove Buttons'
  3353.         TextOptionMenu = 'Options'
  3354.         ToolBarStyler = AdvToolBarOfficeStyler1
  3355.         Images = ImgListLarge
  3356.         ParentOptionPicture = True
  3357.         ToolBarIndex = 2
  3358.         object btnAlignLeftEdges: TAdvGlowButton
  3359.           Left = 6
  3360.           Top = 2
  3361.           Width = 34
  3362.           Height = 32
  3363.           Action = actAlignLeftEdges
  3364.           Font.Charset = DEFAULT_CHARSET
  3365.           Font.Color = 4474440
  3366.           Font.Height = -12
  3367.           Font.Name = 'Segoe UI'
  3368.           Font.Style = []
  3369.           ImageIndex = 71
  3370.           FocusType = ftHot
  3371.           NotesFont.Charset = DEFAULT_CHARSET
  3372.           NotesFont.Color = clWindowText
  3373.           NotesFont.Height = -11
  3374.           NotesFont.Name = 'Tahoma'
  3375.           NotesFont.Style = []
  3376.           ParentFont = False
  3377.           Rounded = False
  3378.           ShowCaption = False
  3379.           Transparent = True
  3380.           TabOrder = 0
  3381.           Appearance.BorderColor = clWhite
  3382.           Appearance.BorderColorHot = 16246477
  3383.           Appearance.BorderColorDown = 15187578
  3384.           Appearance.BorderColorChecked = 15187578
  3385.           Appearance.BorderColorDisabled = clNone
  3386.           Appearance.Color = clWhite
  3387.           Appearance.ColorTo = clNone
  3388.           Appearance.ColorChecked = 15187578
  3389.           Appearance.ColorCheckedTo = 15187578
  3390.           Appearance.ColorDisabled = clWhite
  3391.           Appearance.ColorDisabledTo = clWhite
  3392.           Appearance.ColorDown = 15187578
  3393.           Appearance.ColorDownTo = 15187578
  3394.           Appearance.ColorHot = 16246477
  3395.           Appearance.ColorHotTo = 16246477
  3396.           Appearance.ColorMirror = clWhite
  3397.           Appearance.ColorMirrorTo = clWhite
  3398.           Appearance.ColorMirrorHot = 16246477
  3399.           Appearance.ColorMirrorHotTo = 16246477
  3400.           Appearance.ColorMirrorDown = 15187578
  3401.           Appearance.ColorMirrorDownTo = 15187578
  3402.           Appearance.ColorMirrorChecked = 15187578
  3403.           Appearance.ColorMirrorCheckedTo = 15187578
  3404.           Appearance.ColorMirrorDisabled = clWhite
  3405.           Appearance.ColorMirrorDisabledTo = clWhite
  3406.           Appearance.GradientHot = ggVertical
  3407.           Appearance.GradientMirrorHot = ggVertical
  3408.           Appearance.GradientDown = ggVertical
  3409.           Appearance.GradientMirrorDown = ggVertical
  3410.           Appearance.GradientChecked = ggVertical
  3411.           Appearance.TextColorChecked = 4474440
  3412.           Appearance.TextColorDown = 4474440
  3413.           Appearance.TextColorHot = 4474440
  3414.         end
  3415.         object btnAlignHorzCentres: TAdvGlowButton
  3416.           Left = 40
  3417.           Top = 2
  3418.           Width = 34
  3419.           Height = 32
  3420.           Action = actAlignVertCentre
  3421.           Font.Charset = DEFAULT_CHARSET
  3422.           Font.Color = 4474440
  3423.           Font.Height = -12
  3424.           Font.Name = 'Segoe UI'
  3425.           Font.Style = []
  3426.           ImageIndex = 75
  3427.           FocusType = ftHot
  3428.           NotesFont.Charset = DEFAULT_CHARSET
  3429.           NotesFont.Color = clWindowText
  3430.           NotesFont.Height = -11
  3431.           NotesFont.Name = 'Tahoma'
  3432.           NotesFont.Style = []
  3433.           ParentFont = False
  3434.           Rounded = False
  3435.           ShowCaption = False
  3436.           Transparent = True
  3437.           TabOrder = 1
  3438.           Appearance.BorderColor = clWhite
  3439.           Appearance.BorderColorHot = 16246477
  3440.           Appearance.BorderColorDown = 15187578
  3441.           Appearance.BorderColorChecked = 15187578
  3442.           Appearance.BorderColorDisabled = clNone
  3443.           Appearance.Color = clWhite
  3444.           Appearance.ColorTo = clNone
  3445.           Appearance.ColorChecked = 15187578
  3446.           Appearance.ColorCheckedTo = 15187578
  3447.           Appearance.ColorDisabled = clWhite
  3448.           Appearance.ColorDisabledTo = clWhite
  3449.           Appearance.ColorDown = 15187578
  3450.           Appearance.ColorDownTo = 15187578
  3451.           Appearance.ColorHot = 16246477
  3452.           Appearance.ColorHotTo = 16246477
  3453.           Appearance.ColorMirror = clWhite
  3454.           Appearance.ColorMirrorTo = clWhite
  3455.           Appearance.ColorMirrorHot = 16246477
  3456.           Appearance.ColorMirrorHotTo = 16246477
  3457.           Appearance.ColorMirrorDown = 15187578
  3458.           Appearance.ColorMirrorDownTo = 15187578
  3459.           Appearance.ColorMirrorChecked = 15187578
  3460.           Appearance.ColorMirrorCheckedTo = 15187578
  3461.           Appearance.ColorMirrorDisabled = clWhite
  3462.           Appearance.ColorMirrorDisabledTo = clWhite
  3463.           Appearance.GradientHot = ggVertical
  3464.           Appearance.GradientMirrorHot = ggVertical
  3465.           Appearance.GradientDown = ggVertical
  3466.           Appearance.GradientMirrorDown = ggVertical
  3467.           Appearance.GradientChecked = ggVertical
  3468.           Appearance.TextColorChecked = 4474440
  3469.           Appearance.TextColorDown = 4474440
  3470.           Appearance.TextColorHot = 4474440
  3471.         end
  3472.         object btnAlignRightEdges: TAdvGlowButton
  3473.           Left = 74
  3474.           Top = 2
  3475.           Width = 34
  3476.           Height = 32
  3477.           Action = actAlignRightEdges
  3478.           Font.Charset = DEFAULT_CHARSET
  3479.           Font.Color = 4474440
  3480.           Font.Height = -12
  3481.           Font.Name = 'Segoe UI'
  3482.           Font.Style = []
  3483.           ImageIndex = 72
  3484.           FocusType = ftHot
  3485.           NotesFont.Charset = DEFAULT_CHARSET
  3486.           NotesFont.Color = clWindowText
  3487.           NotesFont.Height = -11
  3488.           NotesFont.Name = 'Tahoma'
  3489.           NotesFont.Style = []
  3490.           ParentFont = False
  3491.           Rounded = False
  3492.           ShowCaption = False
  3493.           Transparent = True
  3494.           TabOrder = 2
  3495.           Appearance.BorderColor = clWhite
  3496.           Appearance.BorderColorHot = 16246477
  3497.           Appearance.BorderColorDown = 15187578
  3498.           Appearance.BorderColorChecked = 15187578
  3499.           Appearance.BorderColorDisabled = clNone
  3500.           Appearance.Color = clWhite
  3501.           Appearance.ColorTo = clNone
  3502.           Appearance.ColorChecked = 15187578
  3503.           Appearance.ColorCheckedTo = 15187578
  3504.           Appearance.ColorDisabled = clWhite
  3505.           Appearance.ColorDisabledTo = clWhite
  3506.           Appearance.ColorDown = 15187578
  3507.           Appearance.ColorDownTo = 15187578
  3508.           Appearance.ColorHot = 16246477
  3509.           Appearance.ColorHotTo = 16246477
  3510.           Appearance.ColorMirror = clWhite
  3511.           Appearance.ColorMirrorTo = clWhite
  3512.           Appearance.ColorMirrorHot = 16246477
  3513.           Appearance.ColorMirrorHotTo = 16246477
  3514.           Appearance.ColorMirrorDown = 15187578
  3515.           Appearance.ColorMirrorDownTo = 15187578
  3516.           Appearance.ColorMirrorChecked = 15187578
  3517.           Appearance.ColorMirrorCheckedTo = 15187578
  3518.           Appearance.ColorMirrorDisabled = clWhite
  3519.           Appearance.ColorMirrorDisabledTo = clWhite
  3520.           Appearance.GradientHot = ggVertical
  3521.           Appearance.GradientMirrorHot = ggVertical
  3522.           Appearance.GradientDown = ggVertical
  3523.           Appearance.GradientMirrorDown = ggVertical
  3524.           Appearance.GradientChecked = ggVertical
  3525.           Appearance.TextColorChecked = 4474440
  3526.           Appearance.TextColorDown = 4474440
  3527.           Appearance.TextColorHot = 4474440
  3528.         end
  3529.         object btnAlignTopEdges: TAdvGlowButton
  3530.           Left = 6
  3531.           Top = 36
  3532.           Width = 34
  3533.           Height = 32
  3534.           Action = actAlignTopEdges
  3535.           Font.Charset = DEFAULT_CHARSET
  3536.           Font.Color = 4474440
  3537.           Font.Height = -12
  3538.           Font.Name = 'Segoe UI'
  3539.           Font.Style = []
  3540.           ImageIndex = 73
  3541.           FocusType = ftHot
  3542.           NotesFont.Charset = DEFAULT_CHARSET
  3543.           NotesFont.Color = clWindowText
  3544.           NotesFont.Height = -11
  3545.           NotesFont.Name = 'Tahoma'
  3546.           NotesFont.Style = []
  3547.           ParentFont = False
  3548.           Rounded = False
  3549.           ShowCaption = False
  3550.           Transparent = True
  3551.           TabOrder = 3
  3552.           Appearance.BorderColor = clWhite
  3553.           Appearance.BorderColorHot = 16246477
  3554.           Appearance.BorderColorDown = 15187578
  3555.           Appearance.BorderColorChecked = 15187578
  3556.           Appearance.BorderColorDisabled = clNone
  3557.           Appearance.Color = clWhite
  3558.           Appearance.ColorTo = clNone
  3559.           Appearance.ColorChecked = 15187578
  3560.           Appearance.ColorCheckedTo = 15187578
  3561.           Appearance.ColorDisabled = clWhite
  3562.           Appearance.ColorDisabledTo = clWhite
  3563.           Appearance.ColorDown = 15187578
  3564.           Appearance.ColorDownTo = 15187578
  3565.           Appearance.ColorHot = 16246477
  3566.           Appearance.ColorHotTo = 16246477
  3567.           Appearance.ColorMirror = clWhite
  3568.           Appearance.ColorMirrorTo = clWhite
  3569.           Appearance.ColorMirrorHot = 16246477
  3570.           Appearance.ColorMirrorHotTo = 16246477
  3571.           Appearance.ColorMirrorDown = 15187578
  3572.           Appearance.ColorMirrorDownTo = 15187578
  3573.           Appearance.ColorMirrorChecked = 15187578
  3574.           Appearance.ColorMirrorCheckedTo = 15187578
  3575.           Appearance.ColorMirrorDisabled = clWhite
  3576.           Appearance.ColorMirrorDisabledTo = clWhite
  3577.           Appearance.GradientHot = ggVertical
  3578.           Appearance.GradientMirrorHot = ggVertical
  3579.           Appearance.GradientDown = ggVertical
  3580.           Appearance.GradientMirrorDown = ggVertical
  3581.           Appearance.GradientChecked = ggVertical
  3582.           Appearance.TextColorChecked = 4474440
  3583.           Appearance.TextColorDown = 4474440
  3584.           Appearance.TextColorHot = 4474440
  3585.         end
  3586.         object btnAlignVertCentres: TAdvGlowButton
  3587.           Left = 40
  3588.           Top = 36
  3589.           Width = 34
  3590.           Height = 32
  3591.           Action = actAlignHorzCentre
  3592.           Font.Charset = DEFAULT_CHARSET
  3593.           Font.Color = 4474440
  3594.           Font.Height = -12
  3595.           Font.Name = 'Segoe UI'
  3596.           Font.Style = []
  3597.           ImageIndex = 76
  3598.           FocusType = ftHot
  3599.           NotesFont.Charset = DEFAULT_CHARSET
  3600.           NotesFont.Color = clWindowText
  3601.           NotesFont.Height = -11
  3602.           NotesFont.Name = 'Tahoma'
  3603.           NotesFont.Style = []
  3604.           ParentFont = False
  3605.           Rounded = False
  3606.           ShowCaption = False
  3607.           Transparent = True
  3608.           TabOrder = 5
  3609.           Appearance.BorderColor = clWhite
  3610.           Appearance.BorderColorHot = 16246477
  3611.           Appearance.BorderColorDown = 15187578
  3612.           Appearance.BorderColorChecked = 15187578
  3613.           Appearance.BorderColorDisabled = clNone
  3614.           Appearance.Color = clWhite
  3615.           Appearance.ColorTo = clNone
  3616.           Appearance.ColorChecked = 15187578
  3617.           Appearance.ColorCheckedTo = 15187578
  3618.           Appearance.ColorDisabled = clWhite
  3619.           Appearance.ColorDisabledTo = clWhite
  3620.           Appearance.ColorDown = 15187578
  3621.           Appearance.ColorDownTo = 15187578
  3622.           Appearance.ColorHot = 16246477
  3623.           Appearance.ColorHotTo = 16246477
  3624.           Appearance.ColorMirror = clWhite
  3625.           Appearance.ColorMirrorTo = clWhite
  3626.           Appearance.ColorMirrorHot = 16246477
  3627.           Appearance.ColorMirrorHotTo = 16246477
  3628.           Appearance.ColorMirrorDown = 15187578
  3629.           Appearance.ColorMirrorDownTo = 15187578
  3630.           Appearance.ColorMirrorChecked = 15187578
  3631.           Appearance.ColorMirrorCheckedTo = 15187578
  3632.           Appearance.ColorMirrorDisabled = clWhite
  3633.           Appearance.ColorMirrorDisabledTo = clWhite
  3634.           Appearance.GradientHot = ggVertical
  3635.           Appearance.GradientMirrorHot = ggVertical
  3636.           Appearance.GradientDown = ggVertical
  3637.           Appearance.GradientMirrorDown = ggVertical
  3638.           Appearance.GradientChecked = ggVertical
  3639.           Appearance.TextColorChecked = 4474440
  3640.           Appearance.TextColorDown = 4474440
  3641.           Appearance.TextColorHot = 4474440
  3642.         end
  3643.         object btnAlignBottomEdges: TAdvGlowButton
  3644.           Left = 74
  3645.           Top = 36
  3646.           Width = 34
  3647.           Height = 32
  3648.           Action = actAlignBottomEdges
  3649.           Font.Charset = DEFAULT_CHARSET
  3650.           Font.Color = 4474440
  3651.           Font.Height = -12
  3652.           Font.Name = 'Segoe UI'
  3653.           Font.Style = []
  3654.           ImageIndex = 74
  3655.           FocusType = ftHot
  3656.           NotesFont.Charset = DEFAULT_CHARSET
  3657.           NotesFont.Color = clWindowText
  3658.           NotesFont.Height = -11
  3659.           NotesFont.Name = 'Tahoma'
  3660.           NotesFont.Style = []
  3661.           ParentFont = False
  3662.           Rounded = False
  3663.           ShowCaption = False
  3664.           Transparent = True
  3665.           TabOrder = 4
  3666.           Appearance.BorderColor = clWhite
  3667.           Appearance.BorderColorHot = 16246477
  3668.           Appearance.BorderColorDown = 15187578
  3669.           Appearance.BorderColorChecked = 15187578
  3670.           Appearance.BorderColorDisabled = clNone
  3671.           Appearance.Color = clWhite
  3672.           Appearance.ColorTo = clNone
  3673.           Appearance.ColorChecked = 15187578
  3674.           Appearance.ColorCheckedTo = 15187578
  3675.           Appearance.ColorDisabled = clWhite
  3676.           Appearance.ColorDisabledTo = clWhite
  3677.           Appearance.ColorDown = 15187578
  3678.           Appearance.ColorDownTo = 15187578
  3679.           Appearance.ColorHot = 16246477
  3680.           Appearance.ColorHotTo = 16246477
  3681.           Appearance.ColorMirror = clWhite
  3682.           Appearance.ColorMirrorTo = clWhite
  3683.           Appearance.ColorMirrorHot = 16246477
  3684.           Appearance.ColorMirrorHotTo = 16246477
  3685.           Appearance.ColorMirrorDown = 15187578
  3686.           Appearance.ColorMirrorDownTo = 15187578
  3687.           Appearance.ColorMirrorChecked = 15187578
  3688.           Appearance.ColorMirrorCheckedTo = 15187578
  3689.           Appearance.ColorMirrorDisabled = clWhite
  3690.           Appearance.ColorMirrorDisabledTo = clWhite
  3691.           Appearance.GradientHot = ggVertical
  3692.           Appearance.GradientMirrorHot = ggVertical
  3693.           Appearance.GradientDown = ggVertical
  3694.           Appearance.GradientMirrorDown = ggVertical
  3695.           Appearance.GradientChecked = ggVertical
  3696.           Appearance.TextColorChecked = 4474440
  3697.           Appearance.TextColorDown = 4474440
  3698.           Appearance.TextColorHot = 4474440
  3699.         end
  3700.       end
  3701.       object tbAlignAbsolute: TAdvToolBar
  3702.         Left = 328
  3703.         Top = 3
  3704.         Width = 125
  3705.         Height = 88
  3706.         UIStyle = tsOffice2019White
  3707.         AllowFloating = True
  3708.         AutoArrangeButtons = False
  3709.         AutoPositionControls = False
  3710.         AutoSize = False
  3711.         Caption = 'Align to Label'
  3712.         CaptionFont.Charset = DEFAULT_CHARSET
  3713.         CaptionFont.Color = clWindowText
  3714.         CaptionFont.Height = -11
  3715.         CaptionFont.Name = 'Tahoma'
  3716.         CaptionFont.Style = []
  3717.         CaptionPosition = cpBottom
  3718.         CaptionAlignment = taCenter
  3719.         CompactImageIndex = 81
  3720.         ShowCaption = True
  3721.         ShowRightHandle = False
  3722.         TextAutoOptionMenu = 'Add or Remove Buttons'
  3723.         TextOptionMenu = 'Options'
  3724.         ToolBarStyler = AdvToolBarOfficeStyler1
  3725.         Images = ImgListLarge
  3726.         ParentOptionPicture = True
  3727.         ToolBarIndex = 1
  3728.         object btnLabelAlignleft: TAdvGlowButton
  3729.           Left = 8
  3730.           Top = 2
  3731.           Width = 34
  3732.           Height = 32
  3733.           Action = actLabelLeft
  3734.           Font.Charset = DEFAULT_CHARSET
  3735.           Font.Color = 4474440
  3736.           Font.Height = -12
  3737.           Font.Name = 'Segoe UI'
  3738.           Font.Style = []
  3739.           ImageIndex = 77
  3740.           FocusType = ftHot
  3741.           NotesFont.Charset = DEFAULT_CHARSET
  3742.           NotesFont.Color = clWindowText
  3743.           NotesFont.Height = -11
  3744.           NotesFont.Name = 'Tahoma'
  3745.           NotesFont.Style = []
  3746.           ParentFont = False
  3747.           Rounded = False
  3748.           ShowCaption = False
  3749.           Transparent = True
  3750.           TabOrder = 0
  3751.           Appearance.BorderColor = clWhite
  3752.           Appearance.BorderColorHot = 16246477
  3753.           Appearance.BorderColorDown = 15187578
  3754.           Appearance.BorderColorChecked = 15187578
  3755.           Appearance.BorderColorDisabled = clNone
  3756.           Appearance.Color = clWhite
  3757.           Appearance.ColorTo = clNone
  3758.           Appearance.ColorChecked = 15187578
  3759.           Appearance.ColorCheckedTo = 15187578
  3760.           Appearance.ColorDisabled = clWhite
  3761.           Appearance.ColorDisabledTo = clWhite
  3762.           Appearance.ColorDown = 15187578
  3763.           Appearance.ColorDownTo = 15187578
  3764.           Appearance.ColorHot = 16246477
  3765.           Appearance.ColorHotTo = 16246477
  3766.           Appearance.ColorMirror = clWhite
  3767.           Appearance.ColorMirrorTo = clWhite
  3768.           Appearance.ColorMirrorHot = 16246477
  3769.           Appearance.ColorMirrorHotTo = 16246477
  3770.           Appearance.ColorMirrorDown = 15187578
  3771.           Appearance.ColorMirrorDownTo = 15187578
  3772.           Appearance.ColorMirrorChecked = 15187578
  3773.           Appearance.ColorMirrorCheckedTo = 15187578
  3774.           Appearance.ColorMirrorDisabled = clWhite
  3775.           Appearance.ColorMirrorDisabledTo = clWhite
  3776.           Appearance.GradientHot = ggVertical
  3777.           Appearance.GradientMirrorHot = ggVertical
  3778.           Appearance.GradientDown = ggVertical
  3779.           Appearance.GradientMirrorDown = ggVertical
  3780.           Appearance.GradientChecked = ggVertical
  3781.           Appearance.TextColorChecked = 4474440
  3782.           Appearance.TextColorDown = 4474440
  3783.           Appearance.TextColorHot = 4474440
  3784.         end
  3785.         object btnLabelAlignHorzCentre1: TAdvGlowButton
  3786.           Left = 42
  3787.           Top = 38
  3788.           Width = 34
  3789.           Height = 32
  3790.           Action = actLabelHorzCentre
  3791.           Font.Charset = DEFAULT_CHARSET
  3792.           Font.Color = 4474440
  3793.           Font.Height = -12
  3794.           Font.Name = 'Segoe UI'
  3795.           Font.Style = []
  3796.           ImageIndex = 82
  3797.           FocusType = ftHot
  3798.           NotesFont.Charset = DEFAULT_CHARSET
  3799.           NotesFont.Color = clWindowText
  3800.           NotesFont.Height = -11
  3801.           NotesFont.Name = 'Tahoma'
  3802.           NotesFont.Style = []
  3803.           ParentFont = False
  3804.           Rounded = False
  3805.           ShowCaption = False
  3806.           Transparent = True
  3807.           TabOrder = 1
  3808.           Appearance.BorderColor = clWhite
  3809.           Appearance.BorderColorHot = 16246477
  3810.           Appearance.BorderColorDown = 15187578
  3811.           Appearance.BorderColorChecked = 15187578
  3812.           Appearance.BorderColorDisabled = clNone
  3813.           Appearance.Color = clWhite
  3814.           Appearance.ColorTo = clNone
  3815.           Appearance.ColorChecked = 15187578
  3816.           Appearance.ColorCheckedTo = 15187578
  3817.           Appearance.ColorDisabled = clWhite
  3818.           Appearance.ColorDisabledTo = clWhite
  3819.           Appearance.ColorDown = 15187578
  3820.           Appearance.ColorDownTo = 15187578
  3821.           Appearance.ColorHot = 16246477
  3822.           Appearance.ColorHotTo = 16246477
  3823.           Appearance.ColorMirror = clWhite
  3824.           Appearance.ColorMirrorTo = clWhite
  3825.           Appearance.ColorMirrorHot = 16246477
  3826.           Appearance.ColorMirrorHotTo = 16246477
  3827.           Appearance.ColorMirrorDown = 15187578
  3828.           Appearance.ColorMirrorDownTo = 15187578
  3829.           Appearance.ColorMirrorChecked = 15187578
  3830.           Appearance.ColorMirrorCheckedTo = 15187578
  3831.           Appearance.ColorMirrorDisabled = clWhite
  3832.           Appearance.ColorMirrorDisabledTo = clWhite
  3833.           Appearance.GradientHot = ggVertical
  3834.           Appearance.GradientMirrorHot = ggVertical
  3835.           Appearance.GradientDown = ggVertical
  3836.           Appearance.GradientMirrorDown = ggVertical
  3837.           Appearance.GradientChecked = ggVertical
  3838.           Appearance.TextColorChecked = 4474440
  3839.           Appearance.TextColorDown = 4474440
  3840.           Appearance.TextColorHot = 4474440
  3841.         end
  3842.         object btnLabelAlignRight: TAdvGlowButton
  3843.           Left = 76
  3844.           Top = 2
  3845.           Width = 34
  3846.           Height = 32
  3847.           Action = actLabelRight
  3848.           Font.Charset = DEFAULT_CHARSET
  3849.           Font.Color = 4474440
  3850.           Font.Height = -12
  3851.           Font.Name = 'Segoe UI'
  3852.           Font.Style = []
  3853.           ImageIndex = 78
  3854.           FocusType = ftHot
  3855.           NotesFont.Charset = DEFAULT_CHARSET
  3856.           NotesFont.Color = clWindowText
  3857.           NotesFont.Height = -11
  3858.           NotesFont.Name = 'Tahoma'
  3859.           NotesFont.Style = []
  3860.           ParentFont = False
  3861.           Rounded = False
  3862.           ShowCaption = False
  3863.           Transparent = True
  3864.           TabOrder = 2
  3865.           Appearance.BorderColor = clWhite
  3866.           Appearance.BorderColorHot = 16246477
  3867.           Appearance.BorderColorDown = 15187578
  3868.           Appearance.BorderColorChecked = 15187578
  3869.           Appearance.BorderColorDisabled = clNone
  3870.           Appearance.Color = clWhite
  3871.           Appearance.ColorTo = clNone
  3872.           Appearance.ColorChecked = 15187578
  3873.           Appearance.ColorCheckedTo = 15187578
  3874.           Appearance.ColorDisabled = clWhite
  3875.           Appearance.ColorDisabledTo = clWhite
  3876.           Appearance.ColorDown = 15187578
  3877.           Appearance.ColorDownTo = 15187578
  3878.           Appearance.ColorHot = 16246477
  3879.           Appearance.ColorHotTo = 16246477
  3880.           Appearance.ColorMirror = clWhite
  3881.           Appearance.ColorMirrorTo = clWhite
  3882.           Appearance.ColorMirrorHot = 16246477
  3883.           Appearance.ColorMirrorHotTo = 16246477
  3884.           Appearance.ColorMirrorDown = 15187578
  3885.           Appearance.ColorMirrorDownTo = 15187578
  3886.           Appearance.ColorMirrorChecked = 15187578
  3887.           Appearance.ColorMirrorCheckedTo = 15187578
  3888.           Appearance.ColorMirrorDisabled = clWhite
  3889.           Appearance.ColorMirrorDisabledTo = clWhite
  3890.           Appearance.GradientHot = ggVertical
  3891.           Appearance.GradientMirrorHot = ggVertical
  3892.           Appearance.GradientDown = ggVertical
  3893.           Appearance.GradientMirrorDown = ggVertical
  3894.           Appearance.GradientChecked = ggVertical
  3895.           Appearance.TextColorChecked = 4474440
  3896.           Appearance.TextColorDown = 4474440
  3897.           Appearance.TextColorHot = 4474440
  3898.         end
  3899.         object btnLabelAlignTop: TAdvGlowButton
  3900.           Left = 8
  3901.           Top = 38
  3902.           Width = 34
  3903.           Height = 32
  3904.           Action = actLabelTop
  3905.           Font.Charset = DEFAULT_CHARSET
  3906.           Font.Color = 4474440
  3907.           Font.Height = -12
  3908.           Font.Name = 'Segoe UI'
  3909.           Font.Style = []
  3910.           ImageIndex = 79
  3911.           FocusType = ftHot
  3912.           NotesFont.Charset = DEFAULT_CHARSET
  3913.           NotesFont.Color = clWindowText
  3914.           NotesFont.Height = -11
  3915.           NotesFont.Name = 'Tahoma'
  3916.           NotesFont.Style = []
  3917.           ParentFont = False
  3918.           Rounded = False
  3919.           ShowCaption = False
  3920.           Transparent = True
  3921.           TabOrder = 3
  3922.           Appearance.BorderColor = clWhite
  3923.           Appearance.BorderColorHot = 16246477
  3924.           Appearance.BorderColorDown = 15187578
  3925.           Appearance.BorderColorChecked = 15187578
  3926.           Appearance.BorderColorDisabled = clNone
  3927.           Appearance.Color = clWhite
  3928.           Appearance.ColorTo = clNone
  3929.           Appearance.ColorChecked = 15187578
  3930.           Appearance.ColorCheckedTo = 15187578
  3931.           Appearance.ColorDisabled = clWhite
  3932.           Appearance.ColorDisabledTo = clWhite
  3933.           Appearance.ColorDown = 15187578
  3934.           Appearance.ColorDownTo = 15187578
  3935.           Appearance.ColorHot = 16246477
  3936.           Appearance.ColorHotTo = 16246477
  3937.           Appearance.ColorMirror = clWhite
  3938.           Appearance.ColorMirrorTo = clWhite
  3939.           Appearance.ColorMirrorHot = 16246477
  3940.           Appearance.ColorMirrorHotTo = 16246477
  3941.           Appearance.ColorMirrorDown = 15187578
  3942.           Appearance.ColorMirrorDownTo = 15187578
  3943.           Appearance.ColorMirrorChecked = 15187578
  3944.           Appearance.ColorMirrorCheckedTo = 15187578
  3945.           Appearance.ColorMirrorDisabled = clWhite
  3946.           Appearance.ColorMirrorDisabledTo = clWhite
  3947.           Appearance.GradientHot = ggVertical
  3948.           Appearance.GradientMirrorHot = ggVertical
  3949.           Appearance.GradientDown = ggVertical
  3950.           Appearance.GradientMirrorDown = ggVertical
  3951.           Appearance.GradientChecked = ggVertical
  3952.           Appearance.TextColorChecked = 4474440
  3953.           Appearance.TextColorDown = 4474440
  3954.           Appearance.TextColorHot = 4474440
  3955.         end
  3956.         object btnLabelAlignVertCentre1: TAdvGlowButton
  3957.           Left = 42
  3958.           Top = 2
  3959.           Width = 34
  3960.           Height = 32
  3961.           Action = actLabelVertCentre
  3962.           Font.Charset = DEFAULT_CHARSET
  3963.           Font.Color = 4474440
  3964.           Font.Height = -12
  3965.           Font.Name = 'Segoe UI'
  3966.           Font.Style = []
  3967.           ImageIndex = 81
  3968.           FocusType = ftHot
  3969.           NotesFont.Charset = DEFAULT_CHARSET
  3970.           NotesFont.Color = clWindowText
  3971.           NotesFont.Height = -11
  3972.           NotesFont.Name = 'Tahoma'
  3973.           NotesFont.Style = []
  3974.           ParentFont = False
  3975.           Rounded = False
  3976.           ShowCaption = False
  3977.           Transparent = True
  3978.           TabOrder = 5
  3979.           Appearance.BorderColor = clWhite
  3980.           Appearance.BorderColorHot = 16246477
  3981.           Appearance.BorderColorDown = 15187578
  3982.           Appearance.BorderColorChecked = 15187578
  3983.           Appearance.BorderColorDisabled = clNone
  3984.           Appearance.Color = clWhite
  3985.           Appearance.ColorTo = clNone
  3986.           Appearance.ColorChecked = 15187578
  3987.           Appearance.ColorCheckedTo = 15187578
  3988.           Appearance.ColorDisabled = clWhite
  3989.           Appearance.ColorDisabledTo = clWhite
  3990.           Appearance.ColorDown = 15187578
  3991.           Appearance.ColorDownTo = 15187578
  3992.           Appearance.ColorHot = 16246477
  3993.           Appearance.ColorHotTo = 16246477
  3994.           Appearance.ColorMirror = clWhite
  3995.           Appearance.ColorMirrorTo = clWhite
  3996.           Appearance.ColorMirrorHot = 16246477
  3997.           Appearance.ColorMirrorHotTo = 16246477
  3998.           Appearance.ColorMirrorDown = 15187578
  3999.           Appearance.ColorMirrorDownTo = 15187578
  4000.           Appearance.ColorMirrorChecked = 15187578
  4001.           Appearance.ColorMirrorCheckedTo = 15187578
  4002.           Appearance.ColorMirrorDisabled = clWhite
  4003.           Appearance.ColorMirrorDisabledTo = clWhite
  4004.           Appearance.GradientHot = ggVertical
  4005.           Appearance.GradientMirrorHot = ggVertical
  4006.           Appearance.GradientDown = ggVertical
  4007.           Appearance.GradientMirrorDown = ggVertical
  4008.           Appearance.GradientChecked = ggVertical
  4009.           Appearance.TextColorChecked = 4474440
  4010.           Appearance.TextColorDown = 4474440
  4011.           Appearance.TextColorHot = 4474440
  4012.         end
  4013.         object btnLabelAlignBottom: TAdvGlowButton
  4014.           Left = 76
  4015.           Top = 38
  4016.           Width = 34
  4017.           Height = 32
  4018.           Action = actLabelBottom
  4019.           Font.Charset = DEFAULT_CHARSET
  4020.           Font.Color = 4474440
  4021.           Font.Height = -12
  4022.           Font.Name = 'Segoe UI'
  4023.           Font.Style = []
  4024.           ImageIndex = 80
  4025.           FocusType = ftHot
  4026.           NotesFont.Charset = DEFAULT_CHARSET
  4027.           NotesFont.Color = clWindowText
  4028.           NotesFont.Height = -11
  4029.           NotesFont.Name = 'Tahoma'
  4030.           NotesFont.Style = []
  4031.           ParentFont = False
  4032.           Rounded = False
  4033.           ShowCaption = False
  4034.           Transparent = True
  4035.           TabOrder = 4
  4036.           Appearance.BorderColor = clWhite
  4037.           Appearance.BorderColorHot = 16246477
  4038.           Appearance.BorderColorDown = 15187578
  4039.           Appearance.BorderColorChecked = 15187578
  4040.           Appearance.BorderColorDisabled = clNone
  4041.           Appearance.Color = clWhite
  4042.           Appearance.ColorTo = clNone
  4043.           Appearance.ColorChecked = 15187578
  4044.           Appearance.ColorCheckedTo = 15187578
  4045.           Appearance.ColorDisabled = clWhite
  4046.           Appearance.ColorDisabledTo = clWhite
  4047.           Appearance.ColorDown = 15187578
  4048.           Appearance.ColorDownTo = 15187578
  4049.           Appearance.ColorHot = 16246477
  4050.           Appearance.ColorHotTo = 16246477
  4051.           Appearance.ColorMirror = clWhite
  4052.           Appearance.ColorMirrorTo = clWhite
  4053.           Appearance.ColorMirrorHot = 16246477
  4054.           Appearance.ColorMirrorHotTo = 16246477
  4055.           Appearance.ColorMirrorDown = 15187578
  4056.           Appearance.ColorMirrorDownTo = 15187578
  4057.           Appearance.ColorMirrorChecked = 15187578
  4058.           Appearance.ColorMirrorCheckedTo = 15187578
  4059.           Appearance.ColorMirrorDisabled = clWhite
  4060.           Appearance.ColorMirrorDisabledTo = clWhite
  4061.           Appearance.GradientHot = ggVertical
  4062.           Appearance.GradientMirrorHot = ggVertical
  4063.           Appearance.GradientDown = ggVertical
  4064.           Appearance.GradientMirrorDown = ggVertical
  4065.           Appearance.GradientChecked = ggVertical
  4066.           Appearance.TextColorChecked = 4474440
  4067.           Appearance.TextColorDown = 4474440
  4068.           Appearance.TextColorHot = 4474440
  4069.         end
  4070.       end
  4071.       object tbSizeTo: TAdvToolBar
  4072.         Left = 580
  4073.         Top = 3
  4074.         Width = 125
  4075.         Height = 88
  4076.         UIStyle = tsOffice2019White
  4077.         AllowFloating = True
  4078.         AutoArrangeButtons = False
  4079.         AutoPositionControls = False
  4080.         AutoSize = False
  4081.         Caption = 'Size to'
  4082.         CaptionFont.Charset = DEFAULT_CHARSET
  4083.         CaptionFont.Color = clWindowText
  4084.         CaptionFont.Height = -11
  4085.         CaptionFont.Name = 'Tahoma'
  4086.         CaptionFont.Style = []
  4087.         CaptionPosition = cpBottom
  4088.         CaptionAlignment = taCenter
  4089.         CompactImageIndex = 83
  4090.         ShowCaption = True
  4091.         ShowRightHandle = False
  4092.         TextAutoOptionMenu = 'Add or Remove Buttons'
  4093.         TextOptionMenu = 'Options'
  4094.         ToolBarStyler = AdvToolBarOfficeStyler1
  4095.         Images = ImgListLarge
  4096.         ParentOptionPicture = True
  4097.         ToolBarIndex = 3
  4098.         object AdvGlowButton11: TAdvGlowButton
  4099.           Left = 6
  4100.           Top = 2
  4101.           Width = 34
  4102.           Height = 32
  4103.           Action = actSizeToWide
  4104.           Font.Charset = DEFAULT_CHARSET
  4105.           Font.Color = 4474440
  4106.           Font.Height = -12
  4107.           Font.Name = 'Segoe UI'
  4108.           Font.Style = []
  4109.           ImageIndex = 83
  4110.           FocusType = ftHot
  4111.           NotesFont.Charset = DEFAULT_CHARSET
  4112.           NotesFont.Color = clWindowText
  4113.           NotesFont.Height = -11
  4114.           NotesFont.Name = 'Tahoma'
  4115.           NotesFont.Style = []
  4116.           ParentFont = False
  4117.           Rounded = False
  4118.           ShowCaption = False
  4119.           Transparent = True
  4120.           TabOrder = 0
  4121.           Appearance.BorderColor = clWhite
  4122.           Appearance.BorderColorHot = 16246477
  4123.           Appearance.BorderColorDown = 15187578
  4124.           Appearance.BorderColorChecked = 15187578
  4125.           Appearance.BorderColorDisabled = clNone
  4126.           Appearance.Color = clWhite
  4127.           Appearance.ColorTo = clNone
  4128.           Appearance.ColorChecked = 15187578
  4129.           Appearance.ColorCheckedTo = 15187578
  4130.           Appearance.ColorDisabled = clWhite
  4131.           Appearance.ColorDisabledTo = clWhite
  4132.           Appearance.ColorDown = 15187578
  4133.           Appearance.ColorDownTo = 15187578
  4134.           Appearance.ColorHot = 16246477
  4135.           Appearance.ColorHotTo = 16246477
  4136.           Appearance.ColorMirror = clWhite
  4137.           Appearance.ColorMirrorTo = clWhite
  4138.           Appearance.ColorMirrorHot = 16246477
  4139.           Appearance.ColorMirrorHotTo = 16246477
  4140.           Appearance.ColorMirrorDown = 15187578
  4141.           Appearance.ColorMirrorDownTo = 15187578
  4142.           Appearance.ColorMirrorChecked = 15187578
  4143.           Appearance.ColorMirrorCheckedTo = 15187578
  4144.           Appearance.ColorMirrorDisabled = clWhite
  4145.           Appearance.ColorMirrorDisabledTo = clWhite
  4146.           Appearance.GradientHot = ggVertical
  4147.           Appearance.GradientMirrorHot = ggVertical
  4148.           Appearance.GradientDown = ggVertical
  4149.           Appearance.GradientMirrorDown = ggVertical
  4150.           Appearance.GradientChecked = ggVertical
  4151.           Appearance.TextColorChecked = 4474440
  4152.           Appearance.TextColorDown = 4474440
  4153.           Appearance.TextColorHot = 4474440
  4154.         end
  4155.         object AdvGlowButton12: TAdvGlowButton
  4156.           Left = 40
  4157.           Top = 2
  4158.           Width = 34
  4159.           Height = 32
  4160.           Action = actSizeToNarrow
  4161.           Font.Charset = DEFAULT_CHARSET
  4162.           Font.Color = 4474440
  4163.           Font.Height = -12
  4164.           Font.Name = 'Segoe UI'
  4165.           Font.Style = []
  4166.           ImageIndex = 84
  4167.           FocusType = ftHot
  4168.           NotesFont.Charset = DEFAULT_CHARSET
  4169.           NotesFont.Color = clWindowText
  4170.           NotesFont.Height = -11
  4171.           NotesFont.Name = 'Tahoma'
  4172.           NotesFont.Style = []
  4173.           ParentFont = False
  4174.           Rounded = False
  4175.           ShowCaption = False
  4176.           Transparent = True
  4177.           TabOrder = 1
  4178.           Appearance.BorderColor = clWhite
  4179.           Appearance.BorderColorHot = 16246477
  4180.           Appearance.BorderColorDown = 15187578
  4181.           Appearance.BorderColorChecked = 15187578
  4182.           Appearance.BorderColorDisabled = clNone
  4183.           Appearance.Color = clWhite
  4184.           Appearance.ColorTo = clNone
  4185.           Appearance.ColorChecked = 15187578
  4186.           Appearance.ColorCheckedTo = 15187578
  4187.           Appearance.ColorDisabled = clWhite
  4188.           Appearance.ColorDisabledTo = clWhite
  4189.           Appearance.ColorDown = 15187578
  4190.           Appearance.ColorDownTo = 15187578
  4191.           Appearance.ColorHot = 16246477
  4192.           Appearance.ColorHotTo = 16246477
  4193.           Appearance.ColorMirror = clWhite
  4194.           Appearance.ColorMirrorTo = clWhite
  4195.           Appearance.ColorMirrorHot = 16246477
  4196.           Appearance.ColorMirrorHotTo = 16246477
  4197.           Appearance.ColorMirrorDown = 15187578
  4198.           Appearance.ColorMirrorDownTo = 15187578
  4199.           Appearance.ColorMirrorChecked = 15187578
  4200.           Appearance.ColorMirrorCheckedTo = 15187578
  4201.           Appearance.ColorMirrorDisabled = clWhite
  4202.           Appearance.ColorMirrorDisabledTo = clWhite
  4203.           Appearance.GradientHot = ggVertical
  4204.           Appearance.GradientMirrorHot = ggVertical
  4205.           Appearance.GradientDown = ggVertical
  4206.           Appearance.GradientMirrorDown = ggVertical
  4207.           Appearance.GradientChecked = ggVertical
  4208.           Appearance.TextColorChecked = 4474440
  4209.           Appearance.TextColorDown = 4474440
  4210.           Appearance.TextColorHot = 4474440
  4211.         end
  4212.         object AdvGlowButton13: TAdvGlowButton
  4213.           Left = 74
  4214.           Top = 2
  4215.           Width = 34
  4216.           Height = 32
  4217.           Action = actSizeToLabelWidth
  4218.           Font.Charset = DEFAULT_CHARSET
  4219.           Font.Color = 4474440
  4220.           Font.Height = -12
  4221.           Font.Name = 'Segoe UI'
  4222.           Font.Style = []
  4223.           ImageIndex = 85
  4224.           FocusType = ftHot
  4225.           NotesFont.Charset = DEFAULT_CHARSET
  4226.           NotesFont.Color = clWindowText
  4227.           NotesFont.Height = -11
  4228.           NotesFont.Name = 'Tahoma'
  4229.           NotesFont.Style = []
  4230.           ParentFont = False
  4231.           Rounded = False
  4232.           ShowCaption = False
  4233.           Transparent = True
  4234.           TabOrder = 2
  4235.           Appearance.BorderColor = clWhite
  4236.           Appearance.BorderColorHot = 16246477
  4237.           Appearance.BorderColorDown = 15187578
  4238.           Appearance.BorderColorChecked = 15187578
  4239.           Appearance.BorderColorDisabled = clNone
  4240.           Appearance.Color = clWhite
  4241.           Appearance.ColorTo = clNone
  4242.           Appearance.ColorChecked = 15187578
  4243.           Appearance.ColorCheckedTo = 15187578
  4244.           Appearance.ColorDisabled = clWhite
  4245.           Appearance.ColorDisabledTo = clWhite
  4246.           Appearance.ColorDown = 15187578
  4247.           Appearance.ColorDownTo = 15187578
  4248.           Appearance.ColorHot = 16246477
  4249.           Appearance.ColorHotTo = 16246477
  4250.           Appearance.ColorMirror = clWhite
  4251.           Appearance.ColorMirrorTo = clWhite
  4252.           Appearance.ColorMirrorHot = 16246477
  4253.           Appearance.ColorMirrorHotTo = 16246477
  4254.           Appearance.ColorMirrorDown = 15187578
  4255.           Appearance.ColorMirrorDownTo = 15187578
  4256.           Appearance.ColorMirrorChecked = 15187578
  4257.           Appearance.ColorMirrorCheckedTo = 15187578
  4258.           Appearance.ColorMirrorDisabled = clWhite
  4259.           Appearance.ColorMirrorDisabledTo = clWhite
  4260.           Appearance.GradientHot = ggVertical
  4261.           Appearance.GradientMirrorHot = ggVertical
  4262.           Appearance.GradientDown = ggVertical
  4263.           Appearance.GradientMirrorDown = ggVertical
  4264.           Appearance.GradientChecked = ggVertical
  4265.           Appearance.TextColorChecked = 4474440
  4266.           Appearance.TextColorDown = 4474440
  4267.           Appearance.TextColorHot = 4474440
  4268.         end
  4269.         object AdvGlowButton14: TAdvGlowButton
  4270.           Left = 6
  4271.           Top = 36
  4272.           Width = 34
  4273.           Height = 32
  4274.           Action = actSizeToTall
  4275.           Font.Charset = DEFAULT_CHARSET
  4276.           Font.Color = 4474440
  4277.           Font.Height = -12
  4278.           Font.Name = 'Segoe UI'
  4279.           Font.Style = []
  4280.           ImageIndex = 86
  4281.           FocusType = ftHot
  4282.           NotesFont.Charset = DEFAULT_CHARSET
  4283.           NotesFont.Color = clWindowText
  4284.           NotesFont.Height = -11
  4285.           NotesFont.Name = 'Tahoma'
  4286.           NotesFont.Style = []
  4287.           ParentFont = False
  4288.           Rounded = False
  4289.           ShowCaption = False
  4290.           Transparent = True
  4291.           TabOrder = 3
  4292.           Appearance.BorderColor = clWhite
  4293.           Appearance.BorderColorHot = 16246477
  4294.           Appearance.BorderColorDown = 15187578
  4295.           Appearance.BorderColorChecked = 15187578
  4296.           Appearance.BorderColorDisabled = clNone
  4297.           Appearance.Color = clWhite
  4298.           Appearance.ColorTo = clNone
  4299.           Appearance.ColorChecked = 15187578
  4300.           Appearance.ColorCheckedTo = 15187578
  4301.           Appearance.ColorDisabled = clWhite
  4302.           Appearance.ColorDisabledTo = clWhite
  4303.           Appearance.ColorDown = 15187578
  4304.           Appearance.ColorDownTo = 15187578
  4305.           Appearance.ColorHot = 16246477
  4306.           Appearance.ColorHotTo = 16246477
  4307.           Appearance.ColorMirror = clWhite
  4308.           Appearance.ColorMirrorTo = clWhite
  4309.           Appearance.ColorMirrorHot = 16246477
  4310.           Appearance.ColorMirrorHotTo = 16246477
  4311.           Appearance.ColorMirrorDown = 15187578
  4312.           Appearance.ColorMirrorDownTo = 15187578
  4313.           Appearance.ColorMirrorChecked = 15187578
  4314.           Appearance.ColorMirrorCheckedTo = 15187578
  4315.           Appearance.ColorMirrorDisabled = clWhite
  4316.           Appearance.ColorMirrorDisabledTo = clWhite
  4317.           Appearance.GradientHot = ggVertical
  4318.           Appearance.GradientMirrorHot = ggVertical
  4319.           Appearance.GradientDown = ggVertical
  4320.           Appearance.GradientMirrorDown = ggVertical
  4321.           Appearance.GradientChecked = ggVertical
  4322.           Appearance.TextColorChecked = 4474440
  4323.           Appearance.TextColorDown = 4474440
  4324.           Appearance.TextColorHot = 4474440
  4325.         end
  4326.         object AdvGlowButton15: TAdvGlowButton
  4327.           Left = 40
  4328.           Top = 36
  4329.           Width = 34
  4330.           Height = 32
  4331.           Action = actSizeToShort
  4332.           Font.Charset = DEFAULT_CHARSET
  4333.           Font.Color = 4474440
  4334.           Font.Height = -12
  4335.           Font.Name = 'Segoe UI'
  4336.           Font.Style = []
  4337.           ImageIndex = 87
  4338.           FocusType = ftHot
  4339.           NotesFont.Charset = DEFAULT_CHARSET
  4340.           NotesFont.Color = clWindowText
  4341.           NotesFont.Height = -11
  4342.           NotesFont.Name = 'Tahoma'
  4343.           NotesFont.Style = []
  4344.           ParentFont = False
  4345.           Rounded = False
  4346.           ShowCaption = False
  4347.           Transparent = True
  4348.           TabOrder = 5
  4349.           Appearance.BorderColor = clWhite
  4350.           Appearance.BorderColorHot = 16246477
  4351.           Appearance.BorderColorDown = 15187578
  4352.           Appearance.BorderColorChecked = 15187578
  4353.           Appearance.BorderColorDisabled = clNone
  4354.           Appearance.Color = clWhite
  4355.           Appearance.ColorTo = clNone
  4356.           Appearance.ColorChecked = 15187578
  4357.           Appearance.ColorCheckedTo = 15187578
  4358.           Appearance.ColorDisabled = clWhite
  4359.           Appearance.ColorDisabledTo = clWhite
  4360.           Appearance.ColorDown = 15187578
  4361.           Appearance.ColorDownTo = 15187578
  4362.           Appearance.ColorHot = 16246477
  4363.           Appearance.ColorHotTo = 16246477
  4364.           Appearance.ColorMirror = clWhite
  4365.           Appearance.ColorMirrorTo = clWhite
  4366.           Appearance.ColorMirrorHot = 16246477
  4367.           Appearance.ColorMirrorHotTo = 16246477
  4368.           Appearance.ColorMirrorDown = 15187578
  4369.           Appearance.ColorMirrorDownTo = 15187578
  4370.           Appearance.ColorMirrorChecked = 15187578
  4371.           Appearance.ColorMirrorCheckedTo = 15187578
  4372.           Appearance.ColorMirrorDisabled = clWhite
  4373.           Appearance.ColorMirrorDisabledTo = clWhite
  4374.           Appearance.GradientHot = ggVertical
  4375.           Appearance.GradientMirrorHot = ggVertical
  4376.           Appearance.GradientDown = ggVertical
  4377.           Appearance.GradientMirrorDown = ggVertical
  4378.           Appearance.GradientChecked = ggVertical
  4379.           Appearance.TextColorChecked = 4474440
  4380.           Appearance.TextColorDown = 4474440
  4381.           Appearance.TextColorHot = 4474440
  4382.         end
  4383.         object AdvGlowButton16: TAdvGlowButton
  4384.           Left = 74
  4385.           Top = 36
  4386.           Width = 34
  4387.           Height = 32
  4388.           Action = actSizeToLabelHeight
  4389.           Font.Charset = DEFAULT_CHARSET
  4390.           Font.Color = 4474440
  4391.           Font.Height = -12
  4392.           Font.Name = 'Segoe UI'
  4393.           Font.Style = []
  4394.           ImageIndex = 88
  4395.           FocusType = ftHot
  4396.           NotesFont.Charset = DEFAULT_CHARSET
  4397.           NotesFont.Color = clWindowText
  4398.           NotesFont.Height = -11
  4399.           NotesFont.Name = 'Tahoma'
  4400.           NotesFont.Style = []
  4401.           ParentFont = False
  4402.           Rounded = False
  4403.           ShowCaption = False
  4404.           Transparent = True
  4405.           TabOrder = 4
  4406.           Appearance.BorderColor = clWhite
  4407.           Appearance.BorderColorHot = 16246477
  4408.           Appearance.BorderColorDown = 15187578
  4409.           Appearance.BorderColorChecked = 15187578
  4410.           Appearance.BorderColorDisabled = clNone
  4411.           Appearance.Color = clWhite
  4412.           Appearance.ColorTo = clNone
  4413.           Appearance.ColorChecked = 15187578
  4414.           Appearance.ColorCheckedTo = 15187578
  4415.           Appearance.ColorDisabled = clWhite
  4416.           Appearance.ColorDisabledTo = clWhite
  4417.           Appearance.ColorDown = 15187578
  4418.           Appearance.ColorDownTo = 15187578
  4419.           Appearance.ColorHot = 16246477
  4420.           Appearance.ColorHotTo = 16246477
  4421.           Appearance.ColorMirror = clWhite
  4422.           Appearance.ColorMirrorTo = clWhite
  4423.           Appearance.ColorMirrorHot = 16246477
  4424.           Appearance.ColorMirrorHotTo = 16246477
  4425.           Appearance.ColorMirrorDown = 15187578
  4426.           Appearance.ColorMirrorDownTo = 15187578
  4427.           Appearance.ColorMirrorChecked = 15187578
  4428.           Appearance.ColorMirrorCheckedTo = 15187578
  4429.           Appearance.ColorMirrorDisabled = clWhite
  4430.           Appearance.ColorMirrorDisabledTo = clWhite
  4431.           Appearance.GradientHot = ggVertical
  4432.           Appearance.GradientMirrorHot = ggVertical
  4433.           Appearance.GradientDown = ggVertical
  4434.           Appearance.GradientMirrorDown = ggVertical
  4435.           Appearance.GradientChecked = ggVertical
  4436.           Appearance.TextColorChecked = 4474440
  4437.           Appearance.TextColorDown = 4474440
  4438.           Appearance.TextColorHot = 4474440
  4439.         end
  4440.       end
  4441.       object tbRotationTrackbar: TAdvToolBar
  4442.         Left = 1021
  4443.         Top = 3
  4444.         Width = 164
  4445.         Height = 88
  4446.         UIStyle = tsOffice2019White
  4447.         AllowFloating = True
  4448.         AutoArrangeButtons = False
  4449.         AutoPositionControls = False
  4450.         AutoSize = False
  4451.         Caption = 'Rotation'
  4452.         CaptionFont.Charset = DEFAULT_CHARSET
  4453.         CaptionFont.Color = clWindowText
  4454.         CaptionFont.Height = -11
  4455.         CaptionFont.Name = 'Tahoma'
  4456.         CaptionFont.Style = []
  4457.         CaptionPosition = cpBottom
  4458.         CaptionAlignment = taCenter
  4459.         CompactImageIndex = 89
  4460.         ShowCaption = True
  4461.         ShowRightHandle = False
  4462.         TextAutoOptionMenu = 'Add or Remove Buttons'
  4463.         TextOptionMenu = 'Options'
  4464.         ToolBarStyler = AdvToolBarOfficeStyler1
  4465.         Images = ImgListLarge
  4466.         ParentOptionPicture = True
  4467.         ToolBarIndex = 6
  4468.         object lblAngleCaption: TLabel
  4469.           AlignWithMargins = True
  4470.           Left = 8
  4471.           Top = 0
  4472.           Width = 148
  4473.           Height = 15
  4474.           Margins.Left = 8
  4475.           Margins.Top = 0
  4476.           Margins.Right = 8
  4477.           Align = alTop
  4478.           Caption = 'Angle (0'#176')'
  4479.           Font.Charset = DEFAULT_CHARSET
  4480.           Font.Color = clGrayText
  4481.           Font.Height = -12
  4482.           Font.Name = 'Segoe UI'
  4483.           Font.Style = []
  4484.           ParentFont = False
  4485.         end
  4486.         object spinAngle: TTrackBar
  4487.           AlignWithMargins = True
  4488.           Left = 4
  4489.           Top = 18
  4490.           Width = 156
  4491.           Height = 29
  4492.           Hint =
  4493.             'Specify the amount of margin appearing around the printed barcod' +
  4494.             'e'
  4495.           Margins.Left = 4
  4496.           Margins.Top = 0
  4497.           Margins.Right = 4
  4498.           Margins.Bottom = 0
  4499.           Align = alTop
  4500.           Max = 360
  4501.           PageSize = 5
  4502.           Frequency = 90
  4503.           Position = 270
  4504.           ShowSelRange = False
  4505.           TabOrder = 0
  4506.           OnChange = spinAngleChange
  4507.         end
  4508.         object btnRotate0: TAdvGlowButton
  4509.           Left = 4
  4510.           Top = 42
  4511.           Width = 32
  4512.           Height = 26
  4513.           Cursor = crHandPoint
  4514.           Caption = '0'#176
  4515.           Font.Charset = DEFAULT_CHARSET
  4516.           Font.Color = 4474440
  4517.           Font.Height = -12
  4518.           Font.Name = 'Segoe UI'
  4519.           Font.Style = []
  4520.           FocusType = ftHot
  4521.           NotesFont.Charset = DEFAULT_CHARSET
  4522.           NotesFont.Color = clWindowText
  4523.           NotesFont.Height = -11
  4524.           NotesFont.Name = 'Tahoma'
  4525.           NotesFont.Style = []
  4526.           ParentFont = False
  4527.           Rounded = False
  4528.           Transparent = True
  4529.           TabOrder = 1
  4530.           OnClick = btnRotateClick
  4531.           Appearance.BorderColor = clWhite
  4532.           Appearance.BorderColorHot = 16246477
  4533.           Appearance.BorderColorDown = 15187578
  4534.           Appearance.BorderColorChecked = 15187578
  4535.           Appearance.BorderColorDisabled = clNone
  4536.           Appearance.Color = clWhite
  4537.           Appearance.ColorTo = clNone
  4538.           Appearance.ColorChecked = 15187578
  4539.           Appearance.ColorCheckedTo = 15187578
  4540.           Appearance.ColorDisabled = clWhite
  4541.           Appearance.ColorDisabledTo = clWhite
  4542.           Appearance.ColorDown = 15187578
  4543.           Appearance.ColorDownTo = 15187578
  4544.           Appearance.ColorHot = 16246477
  4545.           Appearance.ColorHotTo = 16246477
  4546.           Appearance.ColorMirror = clWhite
  4547.           Appearance.ColorMirrorTo = clWhite
  4548.           Appearance.ColorMirrorHot = 16246477
  4549.           Appearance.ColorMirrorHotTo = 16246477
  4550.           Appearance.ColorMirrorDown = 15187578
  4551.           Appearance.ColorMirrorDownTo = 15187578
  4552.           Appearance.ColorMirrorChecked = 15187578
  4553.           Appearance.ColorMirrorCheckedTo = 15187578
  4554.           Appearance.ColorMirrorDisabled = clWhite
  4555.           Appearance.ColorMirrorDisabledTo = clWhite
  4556.           Appearance.GradientHot = ggVertical
  4557.           Appearance.GradientMirrorHot = ggVertical
  4558.           Appearance.GradientDown = ggVertical
  4559.           Appearance.GradientMirrorDown = ggVertical
  4560.           Appearance.GradientChecked = ggVertical
  4561.           Appearance.TextColorChecked = 4474440
  4562.           Appearance.TextColorDown = 4474440
  4563.           Appearance.TextColorHot = 4474440
  4564.         end
  4565.         object btnRotate90: TAdvGlowButton
  4566.           Tag = 90
  4567.           Left = 36
  4568.           Top = 42
  4569.           Width = 32
  4570.           Height = 26
  4571.           Cursor = crHandPoint
  4572.           Caption = '90'#176
  4573.           Font.Charset = DEFAULT_CHARSET
  4574.           Font.Color = 4474440
  4575.           Font.Height = -12
  4576.           Font.Name = 'Segoe UI'
  4577.           Font.Style = []
  4578.           FocusType = ftHot
  4579.           NotesFont.Charset = DEFAULT_CHARSET
  4580.           NotesFont.Color = clWindowText
  4581.           NotesFont.Height = -11
  4582.           NotesFont.Name = 'Tahoma'
  4583.           NotesFont.Style = []
  4584.           ParentFont = False
  4585.           Rounded = False
  4586.           Transparent = True
  4587.           TabOrder = 2
  4588.           OnClick = btnRotateClick
  4589.           Appearance.BorderColor = clWhite
  4590.           Appearance.BorderColorHot = 16246477
  4591.           Appearance.BorderColorDown = 15187578
  4592.           Appearance.BorderColorChecked = 15187578
  4593.           Appearance.BorderColorDisabled = clNone
  4594.           Appearance.Color = clWhite
  4595.           Appearance.ColorTo = clNone
  4596.           Appearance.ColorChecked = 15187578
  4597.           Appearance.ColorCheckedTo = 15187578
  4598.           Appearance.ColorDisabled = clWhite
  4599.           Appearance.ColorDisabledTo = clWhite
  4600.           Appearance.ColorDown = 15187578
  4601.           Appearance.ColorDownTo = 15187578
  4602.           Appearance.ColorHot = 16246477
  4603.           Appearance.ColorHotTo = 16246477
  4604.           Appearance.ColorMirror = clWhite
  4605.           Appearance.ColorMirrorTo = clWhite
  4606.           Appearance.ColorMirrorHot = 16246477
  4607.           Appearance.ColorMirrorHotTo = 16246477
  4608.           Appearance.ColorMirrorDown = 15187578
  4609.           Appearance.ColorMirrorDownTo = 15187578
  4610.           Appearance.ColorMirrorChecked = 15187578
  4611.           Appearance.ColorMirrorCheckedTo = 15187578
  4612.           Appearance.ColorMirrorDisabled = clWhite
  4613.           Appearance.ColorMirrorDisabledTo = clWhite
  4614.           Appearance.GradientHot = ggVertical
  4615.           Appearance.GradientMirrorHot = ggVertical
  4616.           Appearance.GradientDown = ggVertical
  4617.           Appearance.GradientMirrorDown = ggVertical
  4618.           Appearance.GradientChecked = ggVertical
  4619.           Appearance.TextColorChecked = 4474440
  4620.           Appearance.TextColorDown = 4474440
  4621.           Appearance.TextColorHot = 4474440
  4622.         end
  4623.         object btnRotate180: TAdvGlowButton
  4624.           Tag = 180
  4625.           Left = 70
  4626.           Top = 42
  4627.           Width = 32
  4628.           Height = 26
  4629.           Cursor = crHandPoint
  4630.           Caption = '180'#176
  4631.           Font.Charset = DEFAULT_CHARSET
  4632.           Font.Color = 4474440
  4633.           Font.Height = -12
  4634.           Font.Name = 'Segoe UI'
  4635.           Font.Style = []
  4636.           FocusType = ftHot
  4637.           NotesFont.Charset = DEFAULT_CHARSET
  4638.           NotesFont.Color = clWindowText
  4639.           NotesFont.Height = -11
  4640.           NotesFont.Name = 'Tahoma'
  4641.           NotesFont.Style = []
  4642.           ParentFont = False
  4643.           Rounded = False
  4644.           Transparent = True
  4645.           TabOrder = 3
  4646.           OnClick = btnRotateClick
  4647.           Appearance.BorderColor = clWhite
  4648.           Appearance.BorderColorHot = 16246477
  4649.           Appearance.BorderColorDown = 15187578
  4650.           Appearance.BorderColorChecked = 15187578
  4651.           Appearance.BorderColorDisabled = clNone
  4652.           Appearance.Color = clWhite
  4653.           Appearance.ColorTo = clNone
  4654.           Appearance.ColorChecked = 15187578
  4655.           Appearance.ColorCheckedTo = 15187578
  4656.           Appearance.ColorDisabled = clWhite
  4657.           Appearance.ColorDisabledTo = clWhite
  4658.           Appearance.ColorDown = 15187578
  4659.           Appearance.ColorDownTo = 15187578
  4660.           Appearance.ColorHot = 16246477
  4661.           Appearance.ColorHotTo = 16246477
  4662.           Appearance.ColorMirror = clWhite
  4663.           Appearance.ColorMirrorTo = clWhite
  4664.           Appearance.ColorMirrorHot = 16246477
  4665.           Appearance.ColorMirrorHotTo = 16246477
  4666.           Appearance.ColorMirrorDown = 15187578
  4667.           Appearance.ColorMirrorDownTo = 15187578
  4668.           Appearance.ColorMirrorChecked = 15187578
  4669.           Appearance.ColorMirrorCheckedTo = 15187578
  4670.           Appearance.ColorMirrorDisabled = clWhite
  4671.           Appearance.ColorMirrorDisabledTo = clWhite
  4672.           Appearance.GradientHot = ggVertical
  4673.           Appearance.GradientMirrorHot = ggVertical
  4674.           Appearance.GradientDown = ggVertical
  4675.           Appearance.GradientMirrorDown = ggVertical
  4676.           Appearance.GradientChecked = ggVertical
  4677.           Appearance.TextColorChecked = 4474440
  4678.           Appearance.TextColorDown = 4474440
  4679.           Appearance.TextColorHot = 4474440
  4680.         end
  4681.         object btnRotate270: TAdvGlowButton
  4682.           Tag = 270
  4683.           Left = 102
  4684.           Top = 42
  4685.           Width = 32
  4686.           Height = 26
  4687.           Cursor = crHandPoint
  4688.           Caption = '270'#176
  4689.           Font.Charset = DEFAULT_CHARSET
  4690.           Font.Color = 4474440
  4691.           Font.Height = -12
  4692.           Font.Name = 'Segoe UI'
  4693.           Font.Style = []
  4694.           FocusType = ftHot
  4695.           NotesFont.Charset = DEFAULT_CHARSET
  4696.           NotesFont.Color = clWindowText
  4697.           NotesFont.Height = -11
  4698.           NotesFont.Name = 'Tahoma'
  4699.           NotesFont.Style = []
  4700.           ParentFont = False
  4701.           Rounded = False
  4702.           Transparent = True
  4703.           TabOrder = 4
  4704.           OnClick = btnRotateClick
  4705.           Appearance.BorderColor = clWhite
  4706.           Appearance.BorderColorHot = 16246477
  4707.           Appearance.BorderColorDown = 15187578
  4708.           Appearance.BorderColorChecked = 15187578
  4709.           Appearance.BorderColorDisabled = clNone
  4710.           Appearance.Color = clWhite
  4711.           Appearance.ColorTo = clNone
  4712.           Appearance.ColorChecked = 15187578
  4713.           Appearance.ColorCheckedTo = 15187578
  4714.           Appearance.ColorDisabled = clWhite
  4715.           Appearance.ColorDisabledTo = clWhite
  4716.           Appearance.ColorDown = 15187578
  4717.           Appearance.ColorDownTo = 15187578
  4718.           Appearance.ColorHot = 16246477
  4719.           Appearance.ColorHotTo = 16246477
  4720.           Appearance.ColorMirror = clWhite
  4721.           Appearance.ColorMirrorTo = clWhite
  4722.           Appearance.ColorMirrorHot = 16246477
  4723.           Appearance.ColorMirrorHotTo = 16246477
  4724.           Appearance.ColorMirrorDown = 15187578
  4725.           Appearance.ColorMirrorDownTo = 15187578
  4726.           Appearance.ColorMirrorChecked = 15187578
  4727.           Appearance.ColorMirrorCheckedTo = 15187578
  4728.           Appearance.ColorMirrorDisabled = clWhite
  4729.           Appearance.ColorMirrorDisabledTo = clWhite
  4730.           Appearance.GradientHot = ggVertical
  4731.           Appearance.GradientMirrorHot = ggVertical
  4732.           Appearance.GradientDown = ggVertical
  4733.           Appearance.GradientMirrorDown = ggVertical
  4734.           Appearance.GradientChecked = ggVertical
  4735.           Appearance.TextColorChecked = 4474440
  4736.           Appearance.TextColorDown = 4474440
  4737.           Appearance.TextColorHot = 4474440
  4738.         end
  4739.       end
  4740.       object tbRotationButtons: TAdvToolBar
  4741.         Left = 876
  4742.         Top = 3
  4743.         Width = 142
  4744.         Height = 88
  4745.         UIStyle = tsOffice2019White
  4746.         AllowFloating = True
  4747.         AutoArrangeButtons = False
  4748.         AutoPositionControls = False
  4749.         AutoSize = False
  4750.         Caption = 'Rotation'
  4751.         CaptionFont.Charset = DEFAULT_CHARSET
  4752.         CaptionFont.Color = clWindowText
  4753.         CaptionFont.Height = -11
  4754.         CaptionFont.Name = 'Tahoma'
  4755.         CaptionFont.Style = []
  4756.         CaptionPosition = cpBottom
  4757.         CaptionAlignment = taCenter
  4758.         CompactImageIndex = 89
  4759.         ShowCaption = True
  4760.         ShowRightHandle = False
  4761.         ShowOptionIndicator = False
  4762.         TextAutoOptionMenu = 'Add or Remove Buttons'
  4763.         TextOptionMenu = 'Options'
  4764.         ToolBarStyler = AdvToolBarOfficeStyler1
  4765.         Images = ImgListLarge
  4766.         ParentOptionPicture = True
  4767.         ToolBarIndex = 5
  4768.         object Label3: TLabel
  4769.           AlignWithMargins = True
  4770.           Left = 3
  4771.           Top = 0
  4772.           Width = 131
  4773.           Height = 15
  4774.           Margins.Top = 0
  4775.           Margins.Right = 8
  4776.           Align = alTop
  4777.           Alignment = taCenter
  4778.           Caption = 'Rotate clockwise'
  4779.           Font.Charset = DEFAULT_CHARSET
  4780.           Font.Color = 4474440
  4781.           Font.Height = -12
  4782.           Font.Name = 'Segoe UI'
  4783.           Font.Style = []
  4784.           ParentFont = False
  4785.           Layout = tlBottom
  4786.         end
  4787.         object btnRotate_270: TAdvGlowButton
  4788.           Tag = 270
  4789.           Left = 96
  4790.           Top = 32
  4791.           Width = 32
  4792.           Height = 32
  4793.           Caption = '270'#176
  4794.           Font.Charset = DEFAULT_CHARSET
  4795.           Font.Color = 4474440
  4796.           Font.Height = -12
  4797.           Font.Name = 'Segoe UI'
  4798.           Font.Style = []
  4799.           FocusType = ftHot
  4800.           NotesFont.Charset = DEFAULT_CHARSET
  4801.           NotesFont.Color = clWindowText
  4802.           NotesFont.Height = -11
  4803.           NotesFont.Name = 'Tahoma'
  4804.           NotesFont.Style = []
  4805.           ParentFont = False
  4806.           Rounded = False
  4807.           Transparent = True
  4808.           TabOrder = 0
  4809.           OnClick = btnRotateClick
  4810.           Appearance.BorderColor = clWhite
  4811.           Appearance.BorderColorHot = 16246477
  4812.           Appearance.BorderColorDown = 15187578
  4813.           Appearance.BorderColorChecked = 15187578
  4814.           Appearance.BorderColorDisabled = clNone
  4815.           Appearance.Color = clWhite
  4816.           Appearance.ColorTo = clNone
  4817.           Appearance.ColorChecked = 15187578
  4818.           Appearance.ColorCheckedTo = 15187578
  4819.           Appearance.ColorDisabled = clWhite
  4820.           Appearance.ColorDisabledTo = clWhite
  4821.           Appearance.ColorDown = 15187578
  4822.           Appearance.ColorDownTo = 15187578
  4823.           Appearance.ColorHot = 16246477
  4824.           Appearance.ColorHotTo = 16246477
  4825.           Appearance.ColorMirror = clWhite
  4826.           Appearance.ColorMirrorTo = clWhite
  4827.           Appearance.ColorMirrorHot = 16246477
  4828.           Appearance.ColorMirrorHotTo = 16246477
  4829.           Appearance.ColorMirrorDown = 15187578
  4830.           Appearance.ColorMirrorDownTo = 15187578
  4831.           Appearance.ColorMirrorChecked = 15187578
  4832.           Appearance.ColorMirrorCheckedTo = 15187578
  4833.           Appearance.ColorMirrorDisabled = clWhite
  4834.           Appearance.ColorMirrorDisabledTo = clWhite
  4835.           Appearance.GradientHot = ggVertical
  4836.           Appearance.GradientMirrorHot = ggVertical
  4837.           Appearance.GradientDown = ggVertical
  4838.           Appearance.GradientMirrorDown = ggVertical
  4839.           Appearance.GradientChecked = ggVertical
  4840.           Appearance.TextColorChecked = 4474440
  4841.           Appearance.TextColorDown = 4474440
  4842.           Appearance.TextColorHot = 4474440
  4843.           Layout = blGlyphTop
  4844.         end
  4845.         object btnRotate_180: TAdvGlowButton
  4846.           Tag = 180
  4847.           Left = 64
  4848.           Top = 32
  4849.           Width = 32
  4850.           Height = 32
  4851.           Caption = '180'#176
  4852.           Font.Charset = DEFAULT_CHARSET
  4853.           Font.Color = 4474440
  4854.           Font.Height = -12
  4855.           Font.Name = 'Segoe UI'
  4856.           Font.Style = []
  4857.           FocusType = ftHot
  4858.           NotesFont.Charset = DEFAULT_CHARSET
  4859.           NotesFont.Color = clWindowText
  4860.           NotesFont.Height = -11
  4861.           NotesFont.Name = 'Tahoma'
  4862.           NotesFont.Style = []
  4863.           ParentFont = False
  4864.           Rounded = False
  4865.           Transparent = True
  4866.           TabOrder = 1
  4867.           OnClick = btnRotateClick
  4868.           Appearance.BorderColor = clWhite
  4869.           Appearance.BorderColorHot = 16246477
  4870.           Appearance.BorderColorDown = 15187578
  4871.           Appearance.BorderColorChecked = 15187578
  4872.           Appearance.BorderColorDisabled = clNone
  4873.           Appearance.Color = clWhite
  4874.           Appearance.ColorTo = clNone
  4875.           Appearance.ColorChecked = 15187578
  4876.           Appearance.ColorCheckedTo = 15187578
  4877.           Appearance.ColorDisabled = clWhite
  4878.           Appearance.ColorDisabledTo = clWhite
  4879.           Appearance.ColorDown = 15187578
  4880.           Appearance.ColorDownTo = 15187578
  4881.           Appearance.ColorHot = 16246477
  4882.           Appearance.ColorHotTo = 16246477
  4883.           Appearance.ColorMirror = clWhite
  4884.           Appearance.ColorMirrorTo = clWhite
  4885.           Appearance.ColorMirrorHot = 16246477
  4886.           Appearance.ColorMirrorHotTo = 16246477
  4887.           Appearance.ColorMirrorDown = 15187578
  4888.           Appearance.ColorMirrorDownTo = 15187578
  4889.           Appearance.ColorMirrorChecked = 15187578
  4890.           Appearance.ColorMirrorCheckedTo = 15187578
  4891.           Appearance.ColorMirrorDisabled = clWhite
  4892.           Appearance.ColorMirrorDisabledTo = clWhite
  4893.           Appearance.GradientHot = ggVertical
  4894.           Appearance.GradientMirrorHot = ggVertical
  4895.           Appearance.GradientDown = ggVertical
  4896.           Appearance.GradientMirrorDown = ggVertical
  4897.           Appearance.GradientChecked = ggVertical
  4898.           Appearance.TextColorChecked = 4474440
  4899.           Appearance.TextColorDown = 4474440
  4900.           Appearance.TextColorHot = 4474440
  4901.           Layout = blGlyphTop
  4902.         end
  4903.         object btnRotate_90: TAdvGlowButton
  4904.           Tag = 90
  4905.           Left = 32
  4906.           Top = 32
  4907.           Width = 32
  4908.           Height = 32
  4909.           Caption = '90'#176
  4910.           Font.Charset = DEFAULT_CHARSET
  4911.           Font.Color = 4474440
  4912.           Font.Height = -12
  4913.           Font.Name = 'Segoe UI'
  4914.           Font.Style = []
  4915.           FocusType = ftHot
  4916.           NotesFont.Charset = DEFAULT_CHARSET
  4917.           NotesFont.Color = clWindowText
  4918.           NotesFont.Height = -11
  4919.           NotesFont.Name = 'Tahoma'
  4920.           NotesFont.Style = []
  4921.           ParentFont = False
  4922.           Rounded = False
  4923.           Transparent = True
  4924.           TabOrder = 3
  4925.           OnClick = btnRotateClick
  4926.           Appearance.BorderColor = clWhite
  4927.           Appearance.BorderColorHot = 16246477
  4928.           Appearance.BorderColorDown = 15187578
  4929.           Appearance.BorderColorChecked = 15187578
  4930.           Appearance.BorderColorDisabled = clNone
  4931.           Appearance.Color = clWhite
  4932.           Appearance.ColorTo = clNone
  4933.           Appearance.ColorChecked = 15187578
  4934.           Appearance.ColorCheckedTo = 15187578
  4935.           Appearance.ColorDisabled = clWhite
  4936.           Appearance.ColorDisabledTo = clWhite
  4937.           Appearance.ColorDown = 15187578
  4938.           Appearance.ColorDownTo = 15187578
  4939.           Appearance.ColorHot = 16246477
  4940.           Appearance.ColorHotTo = 16246477
  4941.           Appearance.ColorMirror = clWhite
  4942.           Appearance.ColorMirrorTo = clWhite
  4943.           Appearance.ColorMirrorHot = 16246477
  4944.           Appearance.ColorMirrorHotTo = 16246477
  4945.           Appearance.ColorMirrorDown = 15187578
  4946.           Appearance.ColorMirrorDownTo = 15187578
  4947.           Appearance.ColorMirrorChecked = 15187578
  4948.           Appearance.ColorMirrorCheckedTo = 15187578
  4949.           Appearance.ColorMirrorDisabled = clWhite
  4950.           Appearance.ColorMirrorDisabledTo = clWhite
  4951.           Appearance.GradientHot = ggVertical
  4952.           Appearance.GradientMirrorHot = ggVertical
  4953.           Appearance.GradientDown = ggVertical
  4954.           Appearance.GradientMirrorDown = ggVertical
  4955.           Appearance.GradientChecked = ggVertical
  4956.           Appearance.TextColorChecked = 4474440
  4957.           Appearance.TextColorDown = 4474440
  4958.           Appearance.TextColorHot = 4474440
  4959.           Layout = blGlyphTop
  4960.         end
  4961.         object btnRotate_0: TAdvGlowButton
  4962.           Left = 2
  4963.           Top = 32
  4964.           Width = 32
  4965.           Height = 32
  4966.           Caption = '0'#176
  4967.           Font.Charset = DEFAULT_CHARSET
  4968.           Font.Color = 4474440
  4969.           Font.Height = -12
  4970.           Font.Name = 'Segoe UI'
  4971.           Font.Style = []
  4972.           FocusType = ftHot
  4973.           NotesFont.Charset = DEFAULT_CHARSET
  4974.           NotesFont.Color = clWindowText
  4975.           NotesFont.Height = -11
  4976.           NotesFont.Name = 'Tahoma'
  4977.           NotesFont.Style = []
  4978.           ParentFont = False
  4979.           Rounded = False
  4980.           Transparent = True
  4981.           TabOrder = 2
  4982.           OnClick = btnRotateClick
  4983.           Appearance.BorderColor = clWhite
  4984.           Appearance.BorderColorHot = 16246477
  4985.           Appearance.BorderColorDown = 15187578
  4986.           Appearance.BorderColorChecked = 15187578
  4987.           Appearance.BorderColorDisabled = clNone
  4988.           Appearance.Color = clWhite
  4989.           Appearance.ColorTo = clNone
  4990.           Appearance.ColorChecked = 15187578
  4991.           Appearance.ColorCheckedTo = 15187578
  4992.           Appearance.ColorDisabled = clWhite
  4993.           Appearance.ColorDisabledTo = clWhite
  4994.           Appearance.ColorDown = 15187578
  4995.           Appearance.ColorDownTo = 15187578
  4996.           Appearance.ColorHot = 16246477
  4997.           Appearance.ColorHotTo = 16246477
  4998.           Appearance.ColorMirror = clWhite
  4999.           Appearance.ColorMirrorTo = clWhite
  5000.           Appearance.ColorMirrorHot = 16246477
  5001.           Appearance.ColorMirrorHotTo = 16246477
  5002.           Appearance.ColorMirrorDown = 15187578
  5003.           Appearance.ColorMirrorDownTo = 15187578
  5004.           Appearance.ColorMirrorChecked = 15187578
  5005.           Appearance.ColorMirrorCheckedTo = 15187578
  5006.           Appearance.ColorMirrorDisabled = clWhite
  5007.           Appearance.ColorMirrorDisabledTo = clWhite
  5008.           Appearance.GradientHot = ggVertical
  5009.           Appearance.GradientMirrorHot = ggVertical
  5010.           Appearance.GradientDown = ggVertical
  5011.           Appearance.GradientMirrorDown = ggVertical
  5012.           Appearance.GradientChecked = ggVertical
  5013.           Appearance.TextColorChecked = 4474440
  5014.           Appearance.TextColorDown = 4474440
  5015.           Appearance.TextColorHot = 4474440
  5016.           Layout = blGlyphTop
  5017.         end
  5018.       end
  5019.       object tbArrange: TAdvToolBar
  5020.         Left = 708
  5021.         Top = 3
  5022.         Width = 165
  5023.         Height = 88
  5024.         UIStyle = tsOffice2019White
  5025.         AllowFloating = True
  5026.         AutoPositionMultiRow = True
  5027.         AutoSize = False
  5028.         Caption = 'Arrange'
  5029.         CaptionFont.Charset = DEFAULT_CHARSET
  5030.         CaptionFont.Color = clWindowText
  5031.         CaptionFont.Height = -11
  5032.         CaptionFont.Name = 'Tahoma'
  5033.         CaptionFont.Style = []
  5034.         CaptionPosition = cpBottom
  5035.         CaptionAlignment = taCenter
  5036.         CompactImageIndex = 92
  5037.         ShowCaption = True
  5038.         ShowRightHandle = False
  5039.         TextAutoOptionMenu = 'Add or Remove Buttons'
  5040.         TextOptionMenu = 'Options'
  5041.         ToolBarStyler = AdvToolBarOfficeStyler1
  5042.         Images = ImgListLarge
  5043.         ParentOptionPicture = True
  5044.         ToolBarIndex = 4
  5045.         object AdvGlowButton21: TAdvGlowButton
  5046.           Left = 2
  5047.           Top = 0
  5048.           Width = 139
  5049.           Height = 32
  5050.           Action = actArrangeVert
  5051.           Font.Charset = DEFAULT_CHARSET
  5052.           Font.Color = 4474440
  5053.           Font.Height = -12
  5054.           Font.Name = 'Segoe UI'
  5055.           Font.Style = []
  5056.           ImageIndex = 92
  5057.           FocusType = ftHot
  5058.           NotesFont.Charset = DEFAULT_CHARSET
  5059.           NotesFont.Color = clWindowText
  5060.           NotesFont.Height = -11
  5061.           NotesFont.Name = 'Tahoma'
  5062.           NotesFont.Style = []
  5063.           ParentFont = False
  5064.           Rounded = False
  5065.           Transparent = True
  5066.           TabOrder = 1
  5067.           Appearance.BorderColor = clWhite
  5068.           Appearance.BorderColorHot = 16246477
  5069.           Appearance.BorderColorDown = 15187578
  5070.           Appearance.BorderColorChecked = 15187578
  5071.           Appearance.BorderColorDisabled = clNone
  5072.           Appearance.Color = clWhite
  5073.           Appearance.ColorTo = clNone
  5074.           Appearance.ColorChecked = 15187578
  5075.           Appearance.ColorCheckedTo = 15187578
  5076.           Appearance.ColorDisabled = clWhite
  5077.           Appearance.ColorDisabledTo = clWhite
  5078.           Appearance.ColorDown = 15187578
  5079.           Appearance.ColorDownTo = 15187578
  5080.           Appearance.ColorHot = 16246477
  5081.           Appearance.ColorHotTo = 16246477
  5082.           Appearance.ColorMirror = clWhite
  5083.           Appearance.ColorMirrorTo = clWhite
  5084.           Appearance.ColorMirrorHot = 16246477
  5085.           Appearance.ColorMirrorHotTo = 16246477
  5086.           Appearance.ColorMirrorDown = 15187578
  5087.           Appearance.ColorMirrorDownTo = 15187578
  5088.           Appearance.ColorMirrorChecked = 15187578
  5089.           Appearance.ColorMirrorCheckedTo = 15187578
  5090.           Appearance.ColorMirrorDisabled = clWhite
  5091.           Appearance.ColorMirrorDisabledTo = clWhite
  5092.           Appearance.GradientHot = ggVertical
  5093.           Appearance.GradientMirrorHot = ggVertical
  5094.           Appearance.GradientDown = ggVertical
  5095.           Appearance.GradientMirrorDown = ggVertical
  5096.           Appearance.GradientChecked = ggVertical
  5097.           Appearance.TextColorChecked = 4474440
  5098.           Appearance.TextColorDown = 4474440
  5099.           Appearance.TextColorHot = 4474440
  5100.         end
  5101.         object AdvGlowButton22: TAdvGlowButton
  5102.           Left = 2
  5103.           Top = 32
  5104.           Width = 155
  5105.           Height = 32
  5106.           Action = actArrangeHorz
  5107.           Font.Charset = DEFAULT_CHARSET
  5108.           Font.Color = 4474440
  5109.           Font.Height = -12
  5110.           Font.Name = 'Segoe UI'
  5111.           Font.Style = []
  5112.           ImageIndex = 91
  5113.           FocusType = ftHot
  5114.           NotesFont.Charset = DEFAULT_CHARSET
  5115.           NotesFont.Color = clWindowText
  5116.           NotesFont.Height = -11
  5117.           NotesFont.Name = 'Tahoma'
  5118.           NotesFont.Style = []
  5119.           ParentFont = False
  5120.           Rounded = False
  5121.           Transparent = True
  5122.           TabOrder = 0
  5123.           Appearance.BorderColor = clWhite
  5124.           Appearance.BorderColorHot = 16246477
  5125.           Appearance.BorderColorDown = 15187578
  5126.           Appearance.BorderColorChecked = 15187578
  5127.           Appearance.BorderColorDisabled = clNone
  5128.           Appearance.Color = clWhite
  5129.           Appearance.ColorTo = clNone
  5130.           Appearance.ColorChecked = 15187578
  5131.           Appearance.ColorCheckedTo = 15187578
  5132.           Appearance.ColorDisabled = clWhite
  5133.           Appearance.ColorDisabledTo = clWhite
  5134.           Appearance.ColorDown = 15187578
  5135.           Appearance.ColorDownTo = 15187578
  5136.           Appearance.ColorHot = 16246477
  5137.           Appearance.ColorHotTo = 16246477
  5138.           Appearance.ColorMirror = clWhite
  5139.           Appearance.ColorMirrorTo = clWhite
  5140.           Appearance.ColorMirrorHot = 16246477
  5141.           Appearance.ColorMirrorHotTo = 16246477
  5142.           Appearance.ColorMirrorDown = 15187578
  5143.           Appearance.ColorMirrorDownTo = 15187578
  5144.           Appearance.ColorMirrorChecked = 15187578
  5145.           Appearance.ColorMirrorCheckedTo = 15187578
  5146.           Appearance.ColorMirrorDisabled = clWhite
  5147.           Appearance.ColorMirrorDisabledTo = clWhite
  5148.           Appearance.GradientHot = ggVertical
  5149.           Appearance.GradientMirrorHot = ggVertical
  5150.           Appearance.GradientDown = ggVertical
  5151.           Appearance.GradientMirrorDown = ggVertical
  5152.           Appearance.GradientChecked = ggVertical
  5153.           Appearance.TextColorChecked = 4474440
  5154.           Appearance.TextColorDown = 4474440
  5155.           Appearance.TextColorHot = 4474440
  5156.         end
  5157.       end
  5158.     end
  5159.     object pageTextFormat: TAdvPage
  5160.       Tag = 1
  5161.       Left = -1
  5162.       Top = 48
  5163.       Width = 1043
  5164.       Height = 94
  5165.       Caption = 'Text'
  5166.       ImageIndex = 56
  5167.       object tbTextFormat: TAdvToolBar
  5168.         Left = 3
  5169.         Top = 3
  5170.         Width = 542
  5171.         Height = 88
  5172.         UIStyle = tsOffice2019White
  5173.         AllowFloating = False
  5174.         AutoArrangeButtons = False
  5175.         AutoSize = False
  5176.         Caption = 'Text Format'
  5177.         CaptionFont.Charset = DEFAULT_CHARSET
  5178.         CaptionFont.Color = clWindowText
  5179.         CaptionFont.Height = -12
  5180.         CaptionFont.Name = 'Segoe UI'
  5181.         CaptionFont.Style = []
  5182.         CaptionPosition = cpBottom
  5183.         CaptionAlignment = taCenter
  5184.         CompactCaption = 'Text Format'
  5185.         CompactImageIndex = 56
  5186.         ShowCaption = True
  5187.         ShowRightHandle = False
  5188.         TextAutoOptionMenu = 'Add or Remove Buttons'
  5189.         TextOptionMenu = 'Options'
  5190.         ToolBarStyler = AdvToolBarOfficeStyler1
  5191.         Images = ImgListLarge
  5192.         ParentOptionPicture = True
  5193.         ToolBarIndex = 0
  5194.         object AdvToolBarContainer1: TAdvToolBarContainer
  5195.           Left = 2
  5196.           Top = 2
  5197.           Width = 526
  5198.           Height = 64
  5199.           AutoSize = True
  5200.           Caption = ''
  5201.           Color.Color = clWhite
  5202.           Color.ColorTo = clBtnFace
  5203.           Color.Direction = gdHorizontal
  5204.           LineColor = clBtnShadow
  5205.           ParentStyler = False
  5206.           Line3D = True
  5207.           ShowBorder = False
  5208.           object AdvToolBarSeparator4: TAdvToolBarSeparator
  5209.             Left = 141
  5210.             Top = 34
  5211.             Width = 10
  5212.             Height = 25
  5213.             LineColor = clBtnShadow
  5214.           end
  5215.           object AdvToolBarSeparator5: TAdvToolBarSeparator
  5216.             Left = 313
  5217.             Top = 2
  5218.             Width = 10
  5219.             Height = 27
  5220.             LineColor = clBtnShadow
  5221.           end
  5222.           object AdvToolBarSeparator7: TAdvToolBarSeparator
  5223.             Left = 330
  5224.             Top = 34
  5225.             Width = 10
  5226.             Height = 25
  5227.             LineColor = clBtnShadow
  5228.           end
  5229.           object AdvToolBarSeparator1: TAdvToolBarSeparator
  5230.             Left = 484
  5231.             Top = 34
  5232.             Width = 10
  5233.             Height = 25
  5234.             LineColor = clBtnShadow
  5235.           end
  5236.           object AdvToolBarSeparator8: TAdvToolBarSeparator
  5237.             Left = 356
  5238.             Top = 34
  5239.             Width = 10
  5240.             Height = 25
  5241.             LineColor = clBtnShadow
  5242.           end
  5243.           object AdvToolBarSeparator6: TAdvToolBarSeparator
  5244.             Left = 484
  5245.             Top = 2
  5246.             Width = 10
  5247.             Height = 25
  5248.             LineColor = clBtnShadow
  5249.           end
  5250.           object cmbFontName: TAdvOfficeFontSelector
  5251.             Left = 0
  5252.             Top = 2
  5253.             Width = 167
  5254.             Height = 25
  5255.             Margins.Left = 2
  5256.             Margins.Top = 0
  5257.             Margins.Right = 8
  5258.             Margins.Bottom = 0
  5259.             Button.Color = clWhite
  5260.             Button.ColorTo = clNone
  5261.             Button.ColorHot = 15917525
  5262.             Button.ColorHotTo = 15917525
  5263.             Button.ColorDown = 14925219
  5264.             Button.ColorDownTo = 14925219
  5265.             Button.ColorDisabled = 13948116
  5266.             Button.ColorDisabledTo = 13948116
  5267.             Button.ColorMirror = clWhite
  5268.             Button.ColorMirrorTo = clNone
  5269.             Button.ColorMirrorHot = 15917525
  5270.             Button.ColorMirrorHotTo = 15917525
  5271.             Button.ColorMirrorDown = 14925219
  5272.             Button.ColorMirrorDownTo = 14925219
  5273.             Button.ColorMirrorDisabled = 13948116
  5274.             Button.ColorMirrorDisabledTo = 13948116
  5275.             Button.Gradient = ggVertical
  5276.             Button.GradientMirror = ggVertical
  5277.             Button.GradientHot = ggVertical
  5278.             Button.GradientMirrorHot = ggVertical
  5279.             Button.GradientDown = ggVertical
  5280.             Button.GradientMirrorDown = ggVertical
  5281.             Button.Width = 12
  5282.             DropDownColor = clWhite
  5283.             BorderColor = 11250603
  5284.             BorderHotColor = 14925219
  5285.             SelectionAppearance.BorderColor = 15917525
  5286.             SelectionAppearance.Color = 15917525
  5287.             SelectionAppearance.ColorTo = 15917525
  5288.             SelectionAppearance.ColorMirror = 15917525
  5289.             SelectionAppearance.ColorMirrorTo = 15917525
  5290.             SelectionAppearance.TextColor = 3881787
  5291.             SelectionAppearance.Rounded = False
  5292.             Version = '1.4.1.3'
  5293.             AllowedFontTypes = [aftBitmap, aftTrueType, aftPostScript, aftPrinter, aftFixedPitch, aftProportional]
  5294.             FontGlyphTT.Data = {
  5295.               D6000000424DD60000000000000076000000280000000D0000000C0000000100
  5296.               04000000000060000000120B0000120B00001000000010000000000000000000
  5297.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  5298.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDD000000D
  5299.               D000DDDDDDD00DDDD000DDDDDDD00DDDD000D77777700DDDD000DDD77DD00DDD
  5300.               D000DDD70DD00DD0D000DDD70DD00DD0D000DDD700D00D00D0007DD700000000
  5301.               D0007DD77DD7DDDDD00077D77D77DDDDD00077777777DDDDD000}
  5302.             FontGlyphPS.Data = {
  5303.               D6000000424DD60000000000000076000000280000000D0000000C0000000100
  5304.               04000000000060000000120B0000120B00001000000010000000000000000000
  5305.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  5306.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  5307.               D000D9997DD997DDD0009999979979DDD000997D7999D79DD000997DD7997DDD
  5308.               D000997DDD799DDDD000799DDDD997DDD000D997DDD799DDD000D799DDDD997D
  5309.               D000DD799DDD799DD000DDD799DD7997D000DDDDD9999779D000}
  5310.             FontGlyphPRN.Data = {
  5311.               D6000000424DD60000000000000076000000280000000D0000000C0000000100
  5312.               04000000000060000000120B0000120B00001000000010000000000000000000
  5313.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  5314.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00D00000000000
  5315.               D00007777777AA7700000888888888870000D00000000000D000DD07FFFFF70D
  5316.               D000DD0F00000F0DD000DD07FFFFF70DD000DD0F00000F0DD000DD07FFFFF70D
  5317.               D000DD0F00000F0DD000DD07FFFFF70DD000DD000000000DD000}
  5318.             FontGlyphBMP.Data = {
  5319.               D6000000424DD60000000000000076000000280000000D0000000C0000000100
  5320.               04000000000060000000120B0000120B00001000000010000000000000000000
  5321.               8000008000000080800080000000800080008080000080808000C0C0C0000000
  5322.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
  5323.               D000DDDDDD99DD99D000DDDDDD99DD99D000D11DD199DD99D000D11DD1999999
  5324.               D000D11DD199DD99D000D1111199DD99D000D11DD199DD99D000D11DD119999D
  5325.               D000D11DD11D99DDD000DD1111DDDDDDD000DDD11DDDDDDDD000}
  5326.             FontSize = 12
  5327.             TabOrder = 0
  5328.             OnSelectFontName = cmbFontNameSelectFontName
  5329.           end
  5330.           object btnBold: TAdvGlowButton
  5331.             Left = 0
  5332.             Top = 32
  5333.             Width = 32
  5334.             Height = 32
  5335.             Action = actBold
  5336.             Font.Charset = DEFAULT_CHARSET
  5337.             Font.Color = 4474440
  5338.             Font.Height = -11
  5339.             Font.Name = 'Segoe UI'
  5340.             Font.Style = []
  5341.             ImageIndex = 12
  5342.             NotesFont.Charset = DEFAULT_CHARSET
  5343.             NotesFont.Color = clWindowText
  5344.             NotesFont.Height = -11
  5345.             NotesFont.Name = 'Tahoma'
  5346.             NotesFont.Style = []
  5347.             ParentFont = False
  5348.             Rounded = False
  5349.             ShowCaption = False
  5350.             Transparent = True
  5351.             TabOrder = 2
  5352.             AllowAllUp = True
  5353.             Appearance.BorderColor = clWhite
  5354.             Appearance.BorderColorHot = 16246477
  5355.             Appearance.BorderColorDown = 15187578
  5356.             Appearance.BorderColorChecked = 15187578
  5357.             Appearance.BorderColorDisabled = clNone
  5358.             Appearance.Color = clWhite
  5359.             Appearance.ColorTo = clNone
  5360.             Appearance.ColorChecked = 15187578
  5361.             Appearance.ColorCheckedTo = 15187578
  5362.             Appearance.ColorDisabled = clWhite
  5363.             Appearance.ColorDisabledTo = clWhite
  5364.             Appearance.ColorDown = 15187578
  5365.             Appearance.ColorDownTo = 15187578
  5366.             Appearance.ColorHot = 16246477
  5367.             Appearance.ColorHotTo = 16246477
  5368.             Appearance.ColorMirror = clWhite
  5369.             Appearance.ColorMirrorTo = clWhite
  5370.             Appearance.ColorMirrorHot = 16246477
  5371.             Appearance.ColorMirrorHotTo = 16246477
  5372.             Appearance.ColorMirrorDown = 15187578
  5373.             Appearance.ColorMirrorDownTo = 15187578
  5374.             Appearance.ColorMirrorChecked = 15187578
  5375.             Appearance.ColorMirrorCheckedTo = 15187578
  5376.             Appearance.ColorMirrorDisabled = clWhite
  5377.             Appearance.ColorMirrorDisabledTo = clWhite
  5378.             Appearance.GradientHot = ggVertical
  5379.             Appearance.GradientMirrorHot = ggVertical
  5380.             Appearance.GradientDown = ggVertical
  5381.             Appearance.GradientMirrorDown = ggVertical
  5382.             Appearance.GradientChecked = ggVertical
  5383.             Appearance.TextColorChecked = 4474440
  5384.             Appearance.TextColorDown = 4474440
  5385.             Appearance.TextColorHot = 4474440
  5386.             Style = bsCheck
  5387.           end
  5388.           object btnItalic: TAdvGlowButton
  5389.             Left = 34
  5390.             Top = 32
  5391.             Width = 32
  5392.             Height = 32
  5393.             Action = actItalic
  5394.             Font.Charset = DEFAULT_CHARSET
  5395.             Font.Color = 4474440
  5396.             Font.Height = -11
  5397.             Font.Name = 'Segoe UI'
  5398.             Font.Style = []
  5399.             ImageIndex = 15
  5400.             NotesFont.Charset = DEFAULT_CHARSET
  5401.             NotesFont.Color = clWindowText
  5402.             NotesFont.Height = -11
  5403.             NotesFont.Name = 'Tahoma'
  5404.             NotesFont.Style = []
  5405.             ParentFont = False
  5406.             Rounded = False
  5407.             ShowCaption = False
  5408.             Transparent = True
  5409.             TabOrder = 3
  5410.             AllowAllUp = True
  5411.             Appearance.BorderColor = clWhite
  5412.             Appearance.BorderColorHot = 16246477
  5413.             Appearance.BorderColorDown = 15187578
  5414.             Appearance.BorderColorChecked = 15187578
  5415.             Appearance.BorderColorDisabled = clNone
  5416.             Appearance.Color = clWhite
  5417.             Appearance.ColorTo = clNone
  5418.             Appearance.ColorChecked = 15187578
  5419.             Appearance.ColorCheckedTo = 15187578
  5420.             Appearance.ColorDisabled = clWhite
  5421.             Appearance.ColorDisabledTo = clWhite
  5422.             Appearance.ColorDown = 15187578
  5423.             Appearance.ColorDownTo = 15187578
  5424.             Appearance.ColorHot = 16246477
  5425.             Appearance.ColorHotTo = 16246477
  5426.             Appearance.ColorMirror = clWhite
  5427.             Appearance.ColorMirrorTo = clWhite
  5428.             Appearance.ColorMirrorHot = 16246477
  5429.             Appearance.ColorMirrorHotTo = 16246477
  5430.             Appearance.ColorMirrorDown = 15187578
  5431.             Appearance.ColorMirrorDownTo = 15187578
  5432.             Appearance.ColorMirrorChecked = 15187578
  5433.             Appearance.ColorMirrorCheckedTo = 15187578
  5434.             Appearance.ColorMirrorDisabled = clWhite
  5435.             Appearance.ColorMirrorDisabledTo = clWhite
  5436.             Appearance.GradientHot = ggVertical
  5437.             Appearance.GradientMirrorHot = ggVertical
  5438.             Appearance.GradientDown = ggVertical
  5439.             Appearance.GradientMirrorDown = ggVertical
  5440.             Appearance.GradientChecked = ggVertical
  5441.             Appearance.TextColorChecked = 4474440
  5442.             Appearance.TextColorDown = 4474440
  5443.             Appearance.TextColorHot = 4474440
  5444.             Style = bsCheck
  5445.           end
  5446.           object btnUnderline: TAdvGlowButton
  5447.             Left = 70
  5448.             Top = 32
  5449.             Width = 32
  5450.             Height = 32
  5451.             Action = actUnderline
  5452.             Font.Charset = DEFAULT_CHARSET
  5453.             Font.Color = 4474440
  5454.             Font.Height = -11
  5455.             Font.Name = 'Segoe UI'
  5456.             Font.Style = []
  5457.             ImageIndex = 17
  5458.             NotesFont.Charset = DEFAULT_CHARSET
  5459.             NotesFont.Color = clWindowText
  5460.             NotesFont.Height = -11
  5461.             NotesFont.Name = 'Tahoma'
  5462.             NotesFont.Style = []
  5463.             ParentFont = False
  5464.             Rounded = False
  5465.             ShowCaption = False
  5466.             Transparent = True
  5467.             TabOrder = 4
  5468.             AllowAllUp = True
  5469.             Appearance.BorderColor = clWhite
  5470.             Appearance.BorderColorHot = 16246477
  5471.             Appearance.BorderColorDown = 15187578
  5472.             Appearance.BorderColorChecked = 15187578
  5473.             Appearance.BorderColorDisabled = clNone
  5474.             Appearance.Color = clWhite
  5475.             Appearance.ColorTo = clNone
  5476.             Appearance.ColorChecked = 15187578
  5477.             Appearance.ColorCheckedTo = 15187578
  5478.             Appearance.ColorDisabled = clWhite
  5479.             Appearance.ColorDisabledTo = clWhite
  5480.             Appearance.ColorDown = 15187578
  5481.             Appearance.ColorDownTo = 15187578
  5482.             Appearance.ColorHot = 16246477
  5483.             Appearance.ColorHotTo = 16246477
  5484.             Appearance.ColorMirror = clWhite
  5485.             Appearance.ColorMirrorTo = clWhite
  5486.             Appearance.ColorMirrorHot = 16246477
  5487.             Appearance.ColorMirrorHotTo = 16246477
  5488.             Appearance.ColorMirrorDown = 15187578
  5489.             Appearance.ColorMirrorDownTo = 15187578
  5490.             Appearance.ColorMirrorChecked = 15187578
  5491.             Appearance.ColorMirrorCheckedTo = 15187578
  5492.             Appearance.ColorMirrorDisabled = clWhite
  5493.             Appearance.ColorMirrorDisabledTo = clWhite
  5494.             Appearance.GradientHot = ggVertical
  5495.             Appearance.GradientMirrorHot = ggVertical
  5496.             Appearance.GradientDown = ggVertical
  5497.             Appearance.GradientMirrorDown = ggVertical
  5498.             Appearance.GradientChecked = ggVertical
  5499.             Appearance.TextColorChecked = 4474440
  5500.             Appearance.TextColorDown = 4474440
  5501.             Appearance.TextColorHot = 4474440
  5502.             Style = bsCheck
  5503.           end
  5504.           object btnStrikeout: TAdvGlowButton
  5505.             Left = 106
  5506.             Top = 32
  5507.             Width = 32
  5508.             Height = 32
  5509.             Action = actStrikeOut
  5510.             Font.Charset = DEFAULT_CHARSET
  5511.             Font.Color = 4474440
  5512.             Font.Height = -11
  5513.             Font.Name = 'Segoe UI'
  5514.             Font.Style = []
  5515.             ImageIndex = 16
  5516.             NotesFont.Charset = DEFAULT_CHARSET
  5517.             NotesFont.Color = clWindowText
  5518.             NotesFont.Height = -11
  5519.             NotesFont.Name = 'Tahoma'
  5520.             NotesFont.Style = []
  5521.             ParentFont = False
  5522.             Rounded = False
  5523.             ShowCaption = False
  5524.             Transparent = True
  5525.             TabOrder = 5
  5526.             Appearance.BorderColor = clWhite
  5527.             Appearance.BorderColorHot = 16246477
  5528.             Appearance.BorderColorDown = 15187578
  5529.             Appearance.BorderColorChecked = 15187578
  5530.             Appearance.BorderColorDisabled = clNone
  5531.             Appearance.Color = clWhite
  5532.             Appearance.ColorTo = clNone
  5533.             Appearance.ColorChecked = 15187578
  5534.             Appearance.ColorCheckedTo = 15187578
  5535.             Appearance.ColorDisabled = clWhite
  5536.             Appearance.ColorDisabledTo = clWhite
  5537.             Appearance.ColorDown = 15187578
  5538.             Appearance.ColorDownTo = 15187578
  5539.             Appearance.ColorHot = 16246477
  5540.             Appearance.ColorHotTo = 16246477
  5541.             Appearance.ColorMirror = clWhite
  5542.             Appearance.ColorMirrorTo = clWhite
  5543.             Appearance.ColorMirrorHot = 16246477
  5544.             Appearance.ColorMirrorHotTo = 16246477
  5545.             Appearance.ColorMirrorDown = 15187578
  5546.             Appearance.ColorMirrorDownTo = 15187578
  5547.             Appearance.ColorMirrorChecked = 15187578
  5548.             Appearance.ColorMirrorCheckedTo = 15187578
  5549.             Appearance.ColorMirrorDisabled = clWhite
  5550.             Appearance.ColorMirrorDisabledTo = clWhite
  5551.             Appearance.GradientHot = ggVertical
  5552.             Appearance.GradientMirrorHot = ggVertical
  5553.             Appearance.GradientDown = ggVertical
  5554.             Appearance.GradientMirrorDown = ggVertical
  5555.             Appearance.GradientChecked = ggVertical
  5556.             Appearance.TextColorChecked = 4474440
  5557.             Appearance.TextColorDown = 4474440
  5558.             Appearance.TextColorHot = 4474440
  5559.             Style = bsCheck
  5560.           end
  5561.           object btnAlignLeft: TAdvGlowButton
  5562.             Left = 157
  5563.             Top = 32
  5564.             Width = 32
  5565.             Height = 32
  5566.             Action = actAlignLeft
  5567.             Font.Charset = DEFAULT_CHARSET
  5568.             Font.Color = 4474440
  5569.             Font.Height = -11
  5570.             Font.Name = 'Segoe UI'
  5571.             Font.Style = []
  5572.             ImageIndex = 10
  5573.             NotesFont.Charset = DEFAULT_CHARSET
  5574.             NotesFont.Color = clWindowText
  5575.             NotesFont.Height = -11
  5576.             NotesFont.Name = 'Tahoma'
  5577.             NotesFont.Style = []
  5578.             ParentFont = False
  5579.             Position = bpLeft
  5580.             Rounded = False
  5581.             ShowCaption = False
  5582.             Transparent = True
  5583.             TabOrder = 6
  5584.             Appearance.BorderColor = clWhite
  5585.             Appearance.BorderColorHot = 16246477
  5586.             Appearance.BorderColorDown = 15187578
  5587.             Appearance.BorderColorChecked = 15187578
  5588.             Appearance.BorderColorDisabled = clNone
  5589.             Appearance.Color = clWhite
  5590.             Appearance.ColorTo = clNone
  5591.             Appearance.ColorChecked = 15187578
  5592.             Appearance.ColorCheckedTo = 15187578
  5593.             Appearance.ColorDisabled = clWhite
  5594.             Appearance.ColorDisabledTo = clWhite
  5595.             Appearance.ColorDown = 15187578
  5596.             Appearance.ColorDownTo = 15187578
  5597.             Appearance.ColorHot = 16246477
  5598.             Appearance.ColorHotTo = 16246477
  5599.             Appearance.ColorMirror = clWhite
  5600.             Appearance.ColorMirrorTo = clWhite
  5601.             Appearance.ColorMirrorHot = 16246477
  5602.             Appearance.ColorMirrorHotTo = 16246477
  5603.             Appearance.ColorMirrorDown = 15187578
  5604.             Appearance.ColorMirrorDownTo = 15187578
  5605.             Appearance.ColorMirrorChecked = 15187578
  5606.             Appearance.ColorMirrorCheckedTo = 15187578
  5607.             Appearance.ColorMirrorDisabled = clWhite
  5608.             Appearance.ColorMirrorDisabledTo = clWhite
  5609.             Appearance.GradientHot = ggVertical
  5610.             Appearance.GradientMirrorHot = ggVertical
  5611.             Appearance.GradientDown = ggVertical
  5612.             Appearance.GradientMirrorDown = ggVertical
  5613.             Appearance.GradientChecked = ggVertical
  5614.             Appearance.TextColorChecked = 4474440
  5615.             Appearance.TextColorDown = 4474440
  5616.             Appearance.TextColorHot = 4474440
  5617.             GroupIndex = 21
  5618.           end
  5619.           object btnAlignCentre: TAdvGlowButton
  5620.             Left = 189
  5621.             Top = 32
  5622.             Width = 32
  5623.             Height = 32
  5624.             Action = actAlignCentre
  5625.             Font.Charset = DEFAULT_CHARSET
  5626.             Font.Color = 4474440
  5627.             Font.Height = -11
  5628.             Font.Name = 'Segoe UI'
  5629.             Font.Style = []
  5630.             ImageIndex = 9
  5631.             NotesFont.Charset = DEFAULT_CHARSET
  5632.             NotesFont.Color = clWindowText
  5633.             NotesFont.Height = -11
  5634.             NotesFont.Name = 'Tahoma'
  5635.             NotesFont.Style = []
  5636.             ParentFont = False
  5637.             Position = bpMiddle
  5638.             Rounded = False
  5639.             ShowCaption = False
  5640.             Transparent = True
  5641.             TabOrder = 7
  5642.             Appearance.BorderColor = clWhite
  5643.             Appearance.BorderColorHot = 16246477
  5644.             Appearance.BorderColorDown = 15187578
  5645.             Appearance.BorderColorChecked = 15187578
  5646.             Appearance.BorderColorDisabled = clNone
  5647.             Appearance.Color = clWhite
  5648.             Appearance.ColorTo = clNone
  5649.             Appearance.ColorChecked = 15187578
  5650.             Appearance.ColorCheckedTo = 15187578
  5651.             Appearance.ColorDisabled = clWhite
  5652.             Appearance.ColorDisabledTo = clWhite
  5653.             Appearance.ColorDown = 15187578
  5654.             Appearance.ColorDownTo = 15187578
  5655.             Appearance.ColorHot = 16246477
  5656.             Appearance.ColorHotTo = 16246477
  5657.             Appearance.ColorMirror = clWhite
  5658.             Appearance.ColorMirrorTo = clWhite
  5659.             Appearance.ColorMirrorHot = 16246477
  5660.             Appearance.ColorMirrorHotTo = 16246477
  5661.             Appearance.ColorMirrorDown = 15187578
  5662.             Appearance.ColorMirrorDownTo = 15187578
  5663.             Appearance.ColorMirrorChecked = 15187578
  5664.             Appearance.ColorMirrorCheckedTo = 15187578
  5665.             Appearance.ColorMirrorDisabled = clWhite
  5666.             Appearance.ColorMirrorDisabledTo = clWhite
  5667.             Appearance.GradientHot = ggVertical
  5668.             Appearance.GradientMirrorHot = ggVertical
  5669.             Appearance.GradientDown = ggVertical
  5670.             Appearance.GradientMirrorDown = ggVertical
  5671.             Appearance.GradientChecked = ggVertical
  5672.             Appearance.TextColorChecked = 4474440
  5673.             Appearance.TextColorDown = 4474440
  5674.             Appearance.TextColorHot = 4474440
  5675.             GroupIndex = 21
  5676.           end
  5677.           object btnAlignRight: TAdvGlowButton
  5678.             Left = 221
  5679.             Top = 32
  5680.             Width = 32
  5681.             Height = 32
  5682.             Action = actAlignRight
  5683.             Font.Charset = DEFAULT_CHARSET
  5684.             Font.Color = 4474440
  5685.             Font.Height = -11
  5686.             Font.Name = 'Segoe UI'
  5687.             Font.Style = []
  5688.             ImageIndex = 11
  5689.             NotesFont.Charset = DEFAULT_CHARSET
  5690.             NotesFont.Color = clWindowText
  5691.             NotesFont.Height = -11
  5692.             NotesFont.Name = 'Tahoma'
  5693.             NotesFont.Style = []
  5694.             ParentFont = False
  5695.             Position = bpRight
  5696.             Rounded = False
  5697.             ShowCaption = False
  5698.             Transparent = True
  5699.             TabOrder = 8
  5700.             Appearance.BorderColor = clWhite
  5701.             Appearance.BorderColorHot = 16246477
  5702.             Appearance.BorderColorDown = 15187578
  5703.             Appearance.BorderColorChecked = 15187578
  5704.             Appearance.BorderColorDisabled = clNone
  5705.             Appearance.Color = clWhite
  5706.             Appearance.ColorTo = clNone
  5707.             Appearance.ColorChecked = 15187578
  5708.             Appearance.ColorCheckedTo = 15187578
  5709.             Appearance.ColorDisabled = clWhite
  5710.             Appearance.ColorDisabledTo = clWhite
  5711.             Appearance.ColorDown = 15187578
  5712.             Appearance.ColorDownTo = 15187578
  5713.             Appearance.ColorHot = 16246477
  5714.             Appearance.ColorHotTo = 16246477
  5715.             Appearance.ColorMirror = clWhite
  5716.             Appearance.ColorMirrorTo = clWhite
  5717.             Appearance.ColorMirrorHot = 16246477
  5718.             Appearance.ColorMirrorHotTo = 16246477
  5719.             Appearance.ColorMirrorDown = 15187578
  5720.             Appearance.ColorMirrorDownTo = 15187578
  5721.             Appearance.ColorMirrorChecked = 15187578
  5722.             Appearance.ColorMirrorCheckedTo = 15187578
  5723.             Appearance.ColorMirrorDisabled = clWhite
  5724.             Appearance.ColorMirrorDisabledTo = clWhite
  5725.             Appearance.GradientHot = ggVertical
  5726.             Appearance.GradientMirrorHot = ggVertical
  5727.             Appearance.GradientDown = ggVertical
  5728.             Appearance.GradientMirrorDown = ggVertical
  5729.             Appearance.GradientChecked = ggVertical
  5730.             Appearance.TextColorChecked = 4474440
  5731.             Appearance.TextColorDown = 4474440
  5732.             Appearance.TextColorHot = 4474440
  5733.             GroupIndex = 21
  5734.           end
  5735.           object btnFontSizeUp: TAdvGlowButton
  5736.             Left = 325
  5737.             Top = 0
  5738.             Width = 32
  5739.             Height = 32
  5740.             Action = actFontSizeInc
  5741.             Font.Charset = DEFAULT_CHARSET
  5742.             Font.Color = 4474440
  5743.             Font.Height = -11
  5744.             Font.Name = 'Segoe UI'
  5745.             Font.Style = []
  5746.             ImageIndex = 19
  5747.             NotesFont.Charset = DEFAULT_CHARSET
  5748.             NotesFont.Color = clWindowText
  5749.             NotesFont.Height = -11
  5750.             NotesFont.Name = 'Tahoma'
  5751.             NotesFont.Style = []
  5752.             ParentFont = False
  5753.             Rounded = False
  5754.             ShowCaption = False
  5755.             Transparent = True
  5756.             TabOrder = 9
  5757.             Appearance.BorderColor = clWhite
  5758.             Appearance.BorderColorHot = 16246477
  5759.             Appearance.BorderColorDown = 15187578
  5760.             Appearance.BorderColorChecked = 15187578
  5761.             Appearance.BorderColorDisabled = clNone
  5762.             Appearance.Color = clWhite
  5763.             Appearance.ColorTo = clNone
  5764.             Appearance.ColorChecked = 15187578
  5765.             Appearance.ColorCheckedTo = 15187578
  5766.             Appearance.ColorDisabled = clWhite
  5767.             Appearance.ColorDisabledTo = clWhite
  5768.             Appearance.ColorDown = 15187578
  5769.             Appearance.ColorDownTo = 15187578
  5770.             Appearance.ColorHot = 16246477
  5771.             Appearance.ColorHotTo = 16246477
  5772.             Appearance.ColorMirror = clWhite
  5773.             Appearance.ColorMirrorTo = clWhite
  5774.             Appearance.ColorMirrorHot = 16246477
  5775.             Appearance.ColorMirrorHotTo = 16246477
  5776.             Appearance.ColorMirrorDown = 15187578
  5777.             Appearance.ColorMirrorDownTo = 15187578
  5778.             Appearance.ColorMirrorChecked = 15187578
  5779.             Appearance.ColorMirrorCheckedTo = 15187578
  5780.             Appearance.ColorMirrorDisabled = clWhite
  5781.             Appearance.ColorMirrorDisabledTo = clWhite
  5782.             Appearance.GradientHot = ggVertical
  5783.             Appearance.GradientMirrorHot = ggVertical
  5784.             Appearance.GradientDown = ggVertical
  5785.             Appearance.GradientMirrorDown = ggVertical
  5786.             Appearance.GradientChecked = ggVertical
  5787.             Appearance.TextColorChecked = 4474440
  5788.             Appearance.TextColorDown = 4474440
  5789.             Appearance.TextColorHot = 4474440
  5790.           end
  5791.           object btnFontSizeDown: TAdvGlowButton
  5792.             Left = 360
  5793.             Top = 0
  5794.             Width = 32
  5795.             Height = 32
  5796.             Action = actFontSizeDec
  5797.             Font.Charset = DEFAULT_CHARSET
  5798.             Font.Color = 4474440
  5799.             Font.Height = -11
  5800.             Font.Name = 'Segoe UI'
  5801.             Font.Style = []
  5802.             ImageIndex = 18
  5803.             NotesFont.Charset = DEFAULT_CHARSET
  5804.             NotesFont.Color = clWindowText
  5805.             NotesFont.Height = -11
  5806.             NotesFont.Name = 'Tahoma'
  5807.             NotesFont.Style = []
  5808.             ParentFont = False
  5809.             Rounded = False
  5810.             ShowCaption = False
  5811.             Transparent = True
  5812.             TabOrder = 10
  5813.             Appearance.BorderColor = clWhite
  5814.             Appearance.BorderColorHot = 16246477
  5815.             Appearance.BorderColorDown = 15187578
  5816.             Appearance.BorderColorChecked = 15187578
  5817.             Appearance.BorderColorDisabled = clNone
  5818.             Appearance.Color = clWhite
  5819.             Appearance.ColorTo = clNone
  5820.             Appearance.ColorChecked = 15187578
  5821.             Appearance.ColorCheckedTo = 15187578
  5822.             Appearance.ColorDisabled = clWhite
  5823.             Appearance.ColorDisabledTo = clWhite
  5824.             Appearance.ColorDown = 15187578
  5825.             Appearance.ColorDownTo = 15187578
  5826.             Appearance.ColorHot = 16246477
  5827.             Appearance.ColorHotTo = 16246477
  5828.             Appearance.ColorMirror = clWhite
  5829.             Appearance.ColorMirrorTo = clWhite
  5830.             Appearance.ColorMirrorHot = 16246477
  5831.             Appearance.ColorMirrorHotTo = 16246477
  5832.             Appearance.ColorMirrorDown = 15187578
  5833.             Appearance.ColorMirrorDownTo = 15187578
  5834.             Appearance.ColorMirrorChecked = 15187578
  5835.             Appearance.ColorMirrorCheckedTo = 15187578
  5836.             Appearance.ColorMirrorDisabled = clWhite
  5837.             Appearance.ColorMirrorDisabledTo = clWhite
  5838.             Appearance.GradientHot = ggVertical
  5839.             Appearance.GradientMirrorHot = ggVertical
  5840.             Appearance.GradientDown = ggVertical
  5841.             Appearance.GradientMirrorDown = ggVertical
  5842.             Appearance.GradientChecked = ggVertical
  5843.             Appearance.TextColorChecked = 4474440
  5844.             Appearance.TextColorDown = 4474440
  5845.             Appearance.TextColorHot = 4474440
  5846.           end
  5847.           object btnFont: TAdvGlowButton
  5848.             Left = 494
  5849.             Top = 0
  5850.             Width = 27
  5851.             Height = 43
  5852.             Action = actSetFont
  5853.             AutoSize = True
  5854.             Caption = 'Font...'
  5855.             ImageIndex = 56
  5856.             NotesFont.Charset = DEFAULT_CHARSET
  5857.             NotesFont.Color = clWindowText
  5858.             NotesFont.Height = -11
  5859.             NotesFont.Name = 'Tahoma'
  5860.             NotesFont.Style = []
  5861.             Rounded = False
  5862.             ShowCaption = False
  5863.             Transparent = True
  5864.             TabOrder = 11
  5865.             Appearance.BorderColor = clWhite
  5866.             Appearance.BorderColorHot = 16246477
  5867.             Appearance.BorderColorDown = 15187578
  5868.             Appearance.BorderColorChecked = 15187578
  5869.             Appearance.BorderColorDisabled = clNone
  5870.             Appearance.Color = clWhite
  5871.             Appearance.ColorTo = clNone
  5872.             Appearance.ColorChecked = 15187578
  5873.             Appearance.ColorCheckedTo = 15187578
  5874.             Appearance.ColorDisabled = clWhite
  5875.             Appearance.ColorDisabledTo = clWhite
  5876.             Appearance.ColorDown = 15187578
  5877.             Appearance.ColorDownTo = 15187578
  5878.             Appearance.ColorHot = 16246477
  5879.             Appearance.ColorHotTo = 16246477
  5880.             Appearance.ColorMirror = clWhite
  5881.             Appearance.ColorMirrorTo = clWhite
  5882.             Appearance.ColorMirrorHot = 16246477
  5883.             Appearance.ColorMirrorHotTo = 16246477
  5884.             Appearance.ColorMirrorDown = 15187578
  5885.             Appearance.ColorMirrorDownTo = 15187578
  5886.             Appearance.ColorMirrorChecked = 15187578
  5887.             Appearance.ColorMirrorCheckedTo = 15187578
  5888.             Appearance.ColorMirrorDisabled = clWhite
  5889.             Appearance.ColorMirrorDisabledTo = clWhite
  5890.             Appearance.GradientHot = ggVertical
  5891.             Appearance.GradientMirrorHot = ggVertical
  5892.             Appearance.GradientDown = ggVertical
  5893.             Appearance.GradientMirrorDown = ggVertical
  5894.             Appearance.GradientChecked = ggVertical
  5895.             Appearance.TextColorChecked = 4474440
  5896.             Appearance.TextColorDown = 4474440
  5897.             Appearance.TextColorHot = 4474440
  5898.             Layout = blGlyphTop
  5899.           end
  5900.           object btnFontColour: TAdvGlowButton
  5901.             Left = 368
  5902.             Top = 32
  5903.             Width = 32
  5904.             Height = 32
  5905.             Action = actFontColour
  5906.             Font.Charset = DEFAULT_CHARSET
  5907.             Font.Color = 4474440
  5908.             Font.Height = -11
  5909.             Font.Name = 'Segoe UI'
  5910.             Font.Style = []
  5911.             ImageIndex = 13
  5912.             NotesFont.Charset = DEFAULT_CHARSET
  5913.             NotesFont.Color = clWindowText
  5914.             NotesFont.Height = -11
  5915.             NotesFont.Name = 'Tahoma'
  5916.             NotesFont.Style = []
  5917.             ParentFont = False
  5918.             Rounded = False
  5919.             ShowCaption = False
  5920.             TabOrder = 12
  5921.             Appearance.BorderColor = clWhite
  5922.             Appearance.BorderColorHot = 16246477
  5923.             Appearance.BorderColorDown = 15187578
  5924.             Appearance.BorderColorChecked = 15187578
  5925.             Appearance.BorderColorDisabled = clNone
  5926.             Appearance.Color = clWhite
  5927.             Appearance.ColorTo = clNone
  5928.             Appearance.ColorChecked = 15187578
  5929.             Appearance.ColorCheckedTo = 15187578
  5930.             Appearance.ColorDisabled = clWhite
  5931.             Appearance.ColorDisabledTo = clWhite
  5932.             Appearance.ColorDown = 15187578
  5933.             Appearance.ColorDownTo = 15187578
  5934.             Appearance.ColorHot = 16246477
  5935.             Appearance.ColorHotTo = 16246477
  5936.             Appearance.ColorMirror = clWhite
  5937.             Appearance.ColorMirrorTo = clWhite
  5938.             Appearance.ColorMirrorHot = 16246477
  5939.             Appearance.ColorMirrorHotTo = 16246477
  5940.             Appearance.ColorMirrorDown = 15187578
  5941.             Appearance.ColorMirrorDownTo = 15187578
  5942.             Appearance.ColorMirrorChecked = 15187578
  5943.             Appearance.ColorMirrorCheckedTo = 15187578
  5944.             Appearance.ColorMirrorDisabled = clWhite
  5945.             Appearance.ColorMirrorDisabledTo = clWhite
  5946.             Appearance.GradientHot = ggVertical
  5947.             Appearance.GradientMirrorHot = ggVertical
  5948.             Appearance.GradientDown = ggVertical
  5949.             Appearance.GradientMirrorDown = ggVertical
  5950.             Appearance.GradientChecked = ggVertical
  5951.             Appearance.TextColorChecked = 4474440
  5952.             Appearance.TextColorDown = 4474440
  5953.             Appearance.TextColorHot = 4474440
  5954.           end
  5955.           object btnTextAutoSize: TAdvGlowButton
  5956.             Left = 396
  5957.             Top = 0
  5958.             Width = 45
  5959.             Height = 32
  5960.             Font.Charset = DEFAULT_CHARSET
  5961.             Font.Color = 4474440
  5962.             Font.Height = -11
  5963.             Font.Name = 'Segoe UI'
  5964.             Font.Style = []
  5965.             ImageIndex = 28
  5966.             Images = ImgListLarge
  5967.             NotesFont.Charset = DEFAULT_CHARSET
  5968.             NotesFont.Color = clWindowText
  5969.             NotesFont.Height = -11
  5970.             NotesFont.Name = 'Tahoma'
  5971.             NotesFont.Style = []
  5972.             ParentFont = False
  5973.             Rounded = False
  5974.             ShowCaption = False
  5975.             Transparent = True
  5976.             TabOrder = 13
  5977.             AllowAllUp = True
  5978.             Appearance.BorderColor = clWhite
  5979.             Appearance.BorderColorHot = 16246477
  5980.             Appearance.BorderColorDown = 15187578
  5981.             Appearance.BorderColorChecked = 15187578
  5982.             Appearance.BorderColorDisabled = clNone
  5983.             Appearance.Color = clWhite
  5984.             Appearance.ColorTo = clNone
  5985.             Appearance.ColorChecked = 15187578
  5986.             Appearance.ColorCheckedTo = 15187578
  5987.             Appearance.ColorDisabled = clWhite
  5988.             Appearance.ColorDisabledTo = clWhite
  5989.             Appearance.ColorDown = 15187578
  5990.             Appearance.ColorDownTo = 15187578
  5991.             Appearance.ColorHot = 16246477
  5992.             Appearance.ColorHotTo = 16246477
  5993.             Appearance.ColorMirror = clWhite
  5994.             Appearance.ColorMirrorTo = clWhite
  5995.             Appearance.ColorMirrorHot = 16246477
  5996.             Appearance.ColorMirrorHotTo = 16246477
  5997.             Appearance.ColorMirrorDown = 15187578
  5998.             Appearance.ColorMirrorDownTo = 15187578
  5999.             Appearance.ColorMirrorChecked = 15187578
  6000.             Appearance.ColorMirrorCheckedTo = 15187578
  6001.             Appearance.ColorMirrorDisabled = clWhite
  6002.             Appearance.ColorMirrorDisabledTo = clWhite
  6003.             Appearance.GradientHot = ggVertical
  6004.             Appearance.GradientMirrorHot = ggVertical
  6005.             Appearance.GradientDown = ggVertical
  6006.             Appearance.GradientMirrorDown = ggVertical
  6007.             Appearance.GradientChecked = ggVertical
  6008.             Appearance.TextColorChecked = 4474440
  6009.             Appearance.TextColorDown = 4474440
  6010.             Appearance.TextColorHot = 4474440
  6011.             DropDownButton = True
  6012.             DropDownSplit = False
  6013.             DropDownWidth = 18
  6014.             DropDownMenu = pmuTextAutoSize
  6015.           end
  6016.           object spinFontSizeMM: TAdvSpinEdit
  6017.             Tag = 2
  6018.             Left = 228
  6019.             Top = 2
  6020.             Width = 61
  6021.             Height = 25
  6022.             Color = clWhite
  6023.             DisabledBorder = False
  6024.             ReturnIsTab = True
  6025.             Precision = 2
  6026.             Value = 0
  6027.             FloatValue = 999.990000000000000000
  6028.             HexDigits = 0
  6029.             HexValue = 36505
  6030.             FlatLineColor = 11250603
  6031.             AutoSize = False
  6032.             BorderColor = 11250603
  6033.             CheckMinValue = True
  6034.             EditAlign = eaRight
  6035.             FocusColor = clNone
  6036.             FocusFontColor = 3881787
  6037.             Font.Charset = DEFAULT_CHARSET
  6038.             Font.Color = 4474440
  6039.             Font.Height = -12
  6040.             Font.Name = 'Segoe UI'
  6041.             Font.Style = []
  6042.             IncrementFloat = 1.000000000000000000
  6043.             IncrementFloatPage = 5.000000000000000000
  6044.             LabelCaption = 'mm'
  6045.             LabelPosition = lpRightCenter
  6046.             LabelMargin = 2
  6047.             LabelTransparent = True
  6048.             LabelFont.Charset = DEFAULT_CHARSET
  6049.             LabelFont.Color = 4474440
  6050.             LabelFont.Height = -12
  6051.             LabelFont.Name = 'Segoe UI'
  6052.             LabelFont.Style = []
  6053.             MinFloatValue = 0.250000000000000000
  6054.             MaxFloatValue = 999.000000000000000000
  6055.             ParentFont = False
  6056.             SpinType = sptFloat
  6057.             TabOrder = 14
  6058.             Visible = True
  6059.             Version = '2.0.2.6'
  6060.             OnChange = spinFontSizeMMChange
  6061.             OnAfterClipboardPaste = spinFontSizeMMAfterClipboardPaste
  6062.             OnKeyUp = spinFontSizeMMKeyUp
  6063.             OnUpClick = spinFontSizeMMUpClick
  6064.             OnDownClick = spinFontSizeMMDownClick
  6065.             UIStyle = tsOffice2019White
  6066.             ButtonColor = clWhite
  6067.             ButtonColorHot = 15917525
  6068.             ButtonColorDown = 14925219
  6069.             ButtonTextColor = 2303013
  6070.             ButtonTextColorHot = 2303013
  6071.             ButtonTextColorDown = 2303013
  6072.           end
  6073.           object cmbFontSize: TComboBox
  6074.             AlignWithMargins = True
  6075.             Left = 176
  6076.             Top = 2
  6077.             Width = 45
  6078.             Height = 25
  6079.             Margins.Left = 6
  6080.             Margins.Top = 0
  6081.             Margins.Right = 0
  6082.             Margins.Bottom = 0
  6083.             Font.Charset = DEFAULT_CHARSET
  6084.             Font.Color = clWindowText
  6085.             Font.Height = -13
  6086.             Font.Name = 'Segoe UI'
  6087.             Font.Style = []
  6088.             ParentFont = False
  6089.             TabOrder = 1
  6090.             OnChange = cmbFontSizeChange
  6091.             Items.Strings = (
  6092.               '4'
  6093.               '5'
  6094.               '6'
  6095.               '7'
  6096.               '8'
  6097.               '10'
  6098.               '12'
  6099.               '14'
  6100.               '16'
  6101.               '18'
  6102.               '20'
  6103.               '22'
  6104.               '24'
  6105.               '26'
  6106.               '28'
  6107.               '32'
  6108.               '36'
  6109.               '38'
  6110.               '42')
  6111.           end
  6112.           object btnResetText: TAdvGlowButton
  6113.             Left = 444
  6114.             Top = 0
  6115.             Width = 32
  6116.             Height = 32
  6117.             Action = actResetFont
  6118.             Font.Charset = DEFAULT_CHARSET
  6119.             Font.Color = 4474440
  6120.             Font.Height = -11
  6121.             Font.Name = 'Segoe UI'
  6122.             Font.Style = []
  6123.             ImageIndex = 29
  6124.             NotesFont.Charset = DEFAULT_CHARSET
  6125.             NotesFont.Color = clWindowText
  6126.             NotesFont.Height = -11
  6127.             NotesFont.Name = 'Tahoma'
  6128.             NotesFont.Style = []
  6129.             ParentFont = False
  6130.             Rounded = False
  6131.             ShowCaption = False
  6132.             Transparent = True
  6133.             TabOrder = 15
  6134.             Appearance.BorderColor = clWhite
  6135.             Appearance.BorderColorHot = 16246477
  6136.             Appearance.BorderColorDown = 15187578
  6137.             Appearance.BorderColorChecked = 15187578
  6138.             Appearance.BorderColorDisabled = clNone
  6139.             Appearance.Color = clWhite
  6140.             Appearance.ColorTo = clNone
  6141.             Appearance.ColorChecked = 15187578
  6142.             Appearance.ColorCheckedTo = 15187578
  6143.             Appearance.ColorDisabled = clWhite
  6144.             Appearance.ColorDisabledTo = clWhite
  6145.             Appearance.ColorDown = 15187578
  6146.             Appearance.ColorDownTo = 15187578
  6147.             Appearance.ColorHot = 16246477
  6148.             Appearance.ColorHotTo = 16246477
  6149.             Appearance.ColorMirror = clWhite
  6150.             Appearance.ColorMirrorTo = clWhite
  6151.             Appearance.ColorMirrorHot = 16246477
  6152.             Appearance.ColorMirrorHotTo = 16246477
  6153.             Appearance.ColorMirrorDown = 15187578
  6154.             Appearance.ColorMirrorDownTo = 15187578
  6155.             Appearance.ColorMirrorChecked = 15187578
  6156.             Appearance.ColorMirrorCheckedTo = 15187578
  6157.             Appearance.ColorMirrorDisabled = clWhite
  6158.             Appearance.ColorMirrorDisabledTo = clWhite
  6159.             Appearance.GradientHot = ggVertical
  6160.             Appearance.GradientMirrorHot = ggVertical
  6161.             Appearance.GradientDown = ggVertical
  6162.             Appearance.GradientMirrorDown = ggVertical
  6163.             Appearance.GradientChecked = ggVertical
  6164.             Appearance.TextColorChecked = 4474440
  6165.             Appearance.TextColorDown = 4474440
  6166.             Appearance.TextColorHot = 4474440
  6167.           end
  6168.           object btnLayoutBottom: TAdvGlowButton
  6169.             Left = 256
  6170.             Top = 32
  6171.             Width = 32
  6172.             Height = 32
  6173.             Action = actLayoutBottom
  6174.             ImageIndex = 103
  6175.             NotesFont.Charset = DEFAULT_CHARSET
  6176.             NotesFont.Color = clWindowText
  6177.             NotesFont.Height = -11
  6178.             NotesFont.Name = 'Tahoma'
  6179.             NotesFont.Style = []
  6180.             Position = bpLeft
  6181.             Rounded = False
  6182.             ShowCaption = False
  6183.             TabOrder = 16
  6184.             Appearance.BorderColor = clWhite
  6185.             Appearance.BorderColorHot = 16246477
  6186.             Appearance.BorderColorDown = 15187578
  6187.             Appearance.BorderColorChecked = 15187578
  6188.             Appearance.BorderColorDisabled = clNone
  6189.             Appearance.Color = clWhite
  6190.             Appearance.ColorTo = clNone
  6191.             Appearance.ColorChecked = 15187578
  6192.             Appearance.ColorCheckedTo = 15187578
  6193.             Appearance.ColorDisabled = clWhite
  6194.             Appearance.ColorDisabledTo = clWhite
  6195.             Appearance.ColorDown = 15187578
  6196.             Appearance.ColorDownTo = 15187578
  6197.             Appearance.ColorHot = 16246477
  6198.             Appearance.ColorHotTo = 16246477
  6199.             Appearance.ColorMirror = clWhite
  6200.             Appearance.ColorMirrorTo = clWhite
  6201.             Appearance.ColorMirrorHot = 16246477
  6202.             Appearance.ColorMirrorHotTo = 16246477
  6203.             Appearance.ColorMirrorDown = 15187578
  6204.             Appearance.ColorMirrorDownTo = 15187578
  6205.             Appearance.ColorMirrorChecked = 15187578
  6206.             Appearance.ColorMirrorCheckedTo = 15187578
  6207.             Appearance.ColorMirrorDisabled = clWhite
  6208.             Appearance.ColorMirrorDisabledTo = clWhite
  6209.             Appearance.GradientHot = ggVertical
  6210.             Appearance.GradientMirrorHot = ggVertical
  6211.             Appearance.GradientDown = ggVertical
  6212.             Appearance.GradientMirrorDown = ggVertical
  6213.             Appearance.GradientChecked = ggVertical
  6214.             Appearance.TextColorChecked = 4474440
  6215.             Appearance.TextColorDown = 4474440
  6216.             Appearance.TextColorHot = 4474440
  6217.             GroupIndex = 22
  6218.             Style = bsCheck
  6219.           end
  6220.           object btnLayoutMiddle: TAdvGlowButton
  6221.             Left = 288
  6222.             Top = 32
  6223.             Width = 32
  6224.             Height = 32
  6225.             Action = actLayoutMiddle
  6226.             ImageIndex = 104
  6227.             NotesFont.Charset = DEFAULT_CHARSET
  6228.             NotesFont.Color = clWindowText
  6229.             NotesFont.Height = -11
  6230.             NotesFont.Name = 'Tahoma'
  6231.             NotesFont.Style = []
  6232.             Position = bpMiddle
  6233.             Rounded = False
  6234.             ShowCaption = False
  6235.             TabOrder = 17
  6236.             Appearance.BorderColor = clWhite
  6237.             Appearance.BorderColorHot = 16246477
  6238.             Appearance.BorderColorDown = 15187578
  6239.             Appearance.BorderColorChecked = 15187578
  6240.             Appearance.BorderColorDisabled = clNone
  6241.             Appearance.Color = clWhite
  6242.             Appearance.ColorTo = clNone
  6243.             Appearance.ColorChecked = 15187578
  6244.             Appearance.ColorCheckedTo = 15187578
  6245.             Appearance.ColorDisabled = clWhite
  6246.             Appearance.ColorDisabledTo = clWhite
  6247.             Appearance.ColorDown = 15187578
  6248.             Appearance.ColorDownTo = 15187578
  6249.             Appearance.ColorHot = 16246477
  6250.             Appearance.ColorHotTo = 16246477
  6251.             Appearance.ColorMirror = clWhite
  6252.             Appearance.ColorMirrorTo = clWhite
  6253.             Appearance.ColorMirrorHot = 16246477
  6254.             Appearance.ColorMirrorHotTo = 16246477
  6255.             Appearance.ColorMirrorDown = 15187578
  6256.             Appearance.ColorMirrorDownTo = 15187578
  6257.             Appearance.ColorMirrorChecked = 15187578
  6258.             Appearance.ColorMirrorCheckedTo = 15187578
  6259.             Appearance.ColorMirrorDisabled = clWhite
  6260.             Appearance.ColorMirrorDisabledTo = clWhite
  6261.             Appearance.GradientHot = ggVertical
  6262.             Appearance.GradientMirrorHot = ggVertical
  6263.             Appearance.GradientDown = ggVertical
  6264.             Appearance.GradientMirrorDown = ggVertical
  6265.             Appearance.GradientChecked = ggVertical
  6266.             Appearance.TextColorChecked = 4474440
  6267.             Appearance.TextColorDown = 4474440
  6268.             Appearance.TextColorHot = 4474440
  6269.             Down = True
  6270.             GroupIndex = 22
  6271.             Style = bsCheck
  6272.           end
  6273.           object btnLayoutTop: TAdvGlowButton
  6274.             Left = 320
  6275.             Top = 32
  6276.             Width = 32
  6277.             Height = 32
  6278.             Action = actLayoutTop
  6279.             ImageIndex = 105
  6280.             NotesFont.Charset = DEFAULT_CHARSET
  6281.             NotesFont.Color = clWindowText
  6282.             NotesFont.Height = -11
  6283.             NotesFont.Name = 'Tahoma'
  6284.             NotesFont.Style = []
  6285.             Position = bpRight
  6286.             Rounded = False
  6287.             ShowCaption = False
  6288.             TabOrder = 18
  6289.             Appearance.BorderColor = clWhite
  6290.             Appearance.BorderColorHot = 16246477
  6291.             Appearance.BorderColorDown = 15187578
  6292.             Appearance.BorderColorChecked = 15187578
  6293.             Appearance.BorderColorDisabled = clNone
  6294.             Appearance.Color = clWhite
  6295.             Appearance.ColorTo = clNone
  6296.             Appearance.ColorChecked = 15187578
  6297.             Appearance.ColorCheckedTo = 15187578
  6298.             Appearance.ColorDisabled = clWhite
  6299.             Appearance.ColorDisabledTo = clWhite
  6300.             Appearance.ColorDown = 15187578
  6301.             Appearance.ColorDownTo = 15187578
  6302.             Appearance.ColorHot = 16246477
  6303.             Appearance.ColorHotTo = 16246477
  6304.             Appearance.ColorMirror = clWhite
  6305.             Appearance.ColorMirrorTo = clWhite
  6306.             Appearance.ColorMirrorHot = 16246477
  6307.             Appearance.ColorMirrorHotTo = 16246477
  6308.             Appearance.ColorMirrorDown = 15187578
  6309.             Appearance.ColorMirrorDownTo = 15187578
  6310.             Appearance.ColorMirrorChecked = 15187578
  6311.             Appearance.ColorMirrorCheckedTo = 15187578
  6312.             Appearance.ColorMirrorDisabled = clWhite
  6313.             Appearance.ColorMirrorDisabledTo = clWhite
  6314.             Appearance.GradientHot = ggVertical
  6315.             Appearance.GradientMirrorHot = ggVertical
  6316.             Appearance.GradientDown = ggVertical
  6317.             Appearance.GradientMirrorDown = ggVertical
  6318.             Appearance.GradientChecked = ggVertical
  6319.             Appearance.TextColorChecked = 4474440
  6320.             Appearance.TextColorDown = 4474440
  6321.             Appearance.TextColorHot = 4474440
  6322.             GroupIndex = 22
  6323.             Style = bsCheck
  6324.           end
  6325.           object btnClipped: TAdvGlowButton
  6326.             Left = 494
  6327.             Top = 32
  6328.             Width = 32
  6329.             Height = 32
  6330.             Action = actClipToRect
  6331.             ImageIndex = 106
  6332.             NotesFont.Charset = DEFAULT_CHARSET
  6333.             NotesFont.Color = clWindowText
  6334.             NotesFont.Height = -11
  6335.             NotesFont.Name = 'Tahoma'
  6336.             NotesFont.Style = []
  6337.             Rounded = False
  6338.             ShowCaption = False
  6339.             TabOrder = 19
  6340.             AllowAllUp = True
  6341.             Appearance.BorderColor = clWhite
  6342.             Appearance.BorderColorHot = 16246477
  6343.             Appearance.BorderColorDown = 15187578
  6344.             Appearance.BorderColorChecked = 15187578
  6345.             Appearance.BorderColorDisabled = clNone
  6346.             Appearance.Color = clWhite
  6347.             Appearance.ColorTo = clNone
  6348.             Appearance.ColorChecked = 15187578
  6349.             Appearance.ColorCheckedTo = 15187578
  6350.             Appearance.ColorDisabled = clWhite
  6351.             Appearance.ColorDisabledTo = clWhite
  6352.             Appearance.ColorDown = 15187578
  6353.             Appearance.ColorDownTo = 15187578
  6354.             Appearance.ColorHot = 16246477
  6355.             Appearance.ColorHotTo = 16246477
  6356.             Appearance.ColorMirror = clWhite
  6357.             Appearance.ColorMirrorTo = clWhite
  6358.             Appearance.ColorMirrorHot = 16246477
  6359.             Appearance.ColorMirrorHotTo = 16246477
  6360.             Appearance.ColorMirrorDown = 15187578
  6361.             Appearance.ColorMirrorDownTo = 15187578
  6362.             Appearance.ColorMirrorChecked = 15187578
  6363.             Appearance.ColorMirrorCheckedTo = 15187578
  6364.             Appearance.ColorMirrorDisabled = clWhite
  6365.             Appearance.ColorMirrorDisabledTo = clWhite
  6366.             Appearance.GradientHot = ggVertical
  6367.             Appearance.GradientMirrorHot = ggVertical
  6368.             Appearance.GradientDown = ggVertical
  6369.             Appearance.GradientMirrorDown = ggVertical
  6370.             Appearance.GradientChecked = ggVertical
  6371.             Appearance.TextColorChecked = 4474440
  6372.             Appearance.TextColorDown = 4474440
  6373.             Appearance.TextColorHot = 4474440
  6374.             Style = bsCheck
  6375.           end
  6376.           object btnTextColourBG: TAdvGlowButton
  6377.             Left = 404
  6378.             Top = 32
  6379.             Width = 32
  6380.             Height = 32
  6381.             Action = actBrushColour
  6382.             ImageIndex = 107
  6383.             NotesFont.Charset = DEFAULT_CHARSET
  6384.             NotesFont.Color = clWindowText
  6385.             NotesFont.Height = -11
  6386.             NotesFont.Name = 'Tahoma'
  6387.             NotesFont.Style = []
  6388.             Rounded = False
  6389.             ShowCaption = False
  6390.             TabOrder = 20
  6391.             Appearance.BorderColor = clWhite
  6392.             Appearance.BorderColorHot = 16246477
  6393.             Appearance.BorderColorDown = 15187578
  6394.             Appearance.BorderColorChecked = 15187578
  6395.             Appearance.BorderColorDisabled = clNone
  6396.             Appearance.Color = clWhite
  6397.             Appearance.ColorTo = clNone
  6398.             Appearance.ColorChecked = 15187578
  6399.             Appearance.ColorCheckedTo = 15187578
  6400.             Appearance.ColorDisabled = clWhite
  6401.             Appearance.ColorDisabledTo = clWhite
  6402.             Appearance.ColorDown = 15187578
  6403.             Appearance.ColorDownTo = 15187578
  6404.             Appearance.ColorHot = 16246477
  6405.             Appearance.ColorHotTo = 16246477
  6406.             Appearance.ColorMirror = clWhite
  6407.             Appearance.ColorMirrorTo = clWhite
  6408.             Appearance.ColorMirrorHot = 16246477
  6409.             Appearance.ColorMirrorHotTo = 16246477
  6410.             Appearance.ColorMirrorDown = 15187578
  6411.             Appearance.ColorMirrorDownTo = 15187578
  6412.             Appearance.ColorMirrorChecked = 15187578
  6413.             Appearance.ColorMirrorCheckedTo = 15187578
  6414.             Appearance.ColorMirrorDisabled = clWhite
  6415.             Appearance.ColorMirrorDisabledTo = clWhite
  6416.             Appearance.GradientHot = ggVertical
  6417.             Appearance.GradientMirrorHot = ggVertical
  6418.             Appearance.GradientDown = ggVertical
  6419.             Appearance.GradientMirrorDown = ggVertical
  6420.             Appearance.GradientChecked = ggVertical
  6421.             Appearance.TextColorChecked = 4474440
  6422.             Appearance.TextColorDown = 4474440
  6423.             Appearance.TextColorHot = 4474440
  6424.           end
  6425.           object btnTextbackground: TAdvGlowButton
  6426.             Left = 440
  6427.             Top = 32
  6428.             Width = 45
  6429.             Height = 32
  6430.             ImageIndex = 109
  6431.             Images = ImgListLarge
  6432.             NotesFont.Charset = DEFAULT_CHARSET
  6433.             NotesFont.Color = clWindowText
  6434.             NotesFont.Height = -11
  6435.             NotesFont.Name = 'Tahoma'
  6436.             NotesFont.Style = []
  6437.             Rounded = False
  6438.             TabOrder = 21
  6439.             Appearance.BorderColor = clWhite
  6440.             Appearance.BorderColorHot = 16246477
  6441.             Appearance.BorderColorDown = 15187578
  6442.             Appearance.BorderColorChecked = 15187578
  6443.             Appearance.BorderColorDisabled = clNone
  6444.             Appearance.Color = clWhite
  6445.             Appearance.ColorTo = clNone
  6446.             Appearance.ColorChecked = 15187578
  6447.             Appearance.ColorCheckedTo = 15187578
  6448.             Appearance.ColorDisabled = clWhite
  6449.             Appearance.ColorDisabledTo = clWhite
  6450.             Appearance.ColorDown = 15187578
  6451.             Appearance.ColorDownTo = 15187578
  6452.             Appearance.ColorHot = 16246477
  6453.             Appearance.ColorHotTo = 16246477
  6454.             Appearance.ColorMirror = clWhite
  6455.             Appearance.ColorMirrorTo = clWhite
  6456.             Appearance.ColorMirrorHot = 16246477
  6457.             Appearance.ColorMirrorHotTo = 16246477
  6458.             Appearance.ColorMirrorDown = 15187578
  6459.             Appearance.ColorMirrorDownTo = 15187578
  6460.             Appearance.ColorMirrorChecked = 15187578
  6461.             Appearance.ColorMirrorCheckedTo = 15187578
  6462.             Appearance.ColorMirrorDisabled = clWhite
  6463.             Appearance.ColorMirrorDisabledTo = clWhite
  6464.             Appearance.GradientHot = ggVertical
  6465.             Appearance.GradientMirrorHot = ggVertical
  6466.             Appearance.GradientDown = ggVertical
  6467.             Appearance.GradientMirrorDown = ggVertical
  6468.             Appearance.GradientChecked = ggVertical
  6469.             Appearance.TextColorChecked = 4474440
  6470.             Appearance.TextColorDown = 4474440
  6471.             Appearance.TextColorHot = 4474440
  6472.             DropDownButton = True
  6473.             DropDownSplit = False
  6474.             DropDownMenu = pmuTextBackground
  6475.           end
  6476.         end
  6477.       end
  6478.       object tbTextFieldData: TAdvToolBar
  6479.         Left = 548
  6480.         Top = 3
  6481.         Width = 181
  6482.         Height = 88
  6483.         UIStyle = tsOffice2019White
  6484.         AllowFloating = True
  6485.         AutoArrangeButtons = False
  6486.         AutoPositionControls = False
  6487.         AutoSize = False
  6488.         Caption = 'Text Field Data'
  6489.         CaptionFont.Charset = DEFAULT_CHARSET
  6490.         CaptionFont.Color = clWindowText
  6491.         CaptionFont.Height = -11
  6492.         CaptionFont.Name = 'Tahoma'
  6493.         CaptionFont.Style = []
  6494.         CaptionPosition = cpBottom
  6495.         CaptionAlignment = taCenter
  6496.         CompactImageIndex = 20
  6497.         ShowCaption = True
  6498.         ShowRightHandle = False
  6499.         TextAutoOptionMenu = 'Add or Remove Buttons'
  6500.         TextOptionMenu = 'Options'
  6501.         ToolBarStyler = AdvToolBarOfficeStyler1
  6502.         Images = ImgListLarge
  6503.         ParentOptionPicture = True
  6504.         ToolBarIndex = 1
  6505.         object AdvToolBarContainer6: TAdvToolBarContainer
  6506.           Left = 0
  6507.           Top = 0
  6508.           Width = 181
  6509.           Height = 72
  6510.           Align = alClient
  6511.           Caption = ''
  6512.           Color.Color = clWhite
  6513.           Color.ColorTo = clBtnFace
  6514.           Color.Direction = gdHorizontal
  6515.           LineColor = clBtnShadow
  6516.           Line3D = True
  6517.           ShowBorder = False
  6518.           object Label16: TLabel
  6519.             AlignWithMargins = True
  6520.             Left = 3
  6521.             Top = 3
  6522.             Width = 175
  6523.             Height = 15
  6524.             Align = alTop
  6525.             Caption = 'Text field data:'
  6526.           end
  6527.           object txtTextField: TEdit
  6528.             AlignWithMargins = True
  6529.             Left = 4
  6530.             Top = 21
  6531.             Width = 169
  6532.             Height = 25
  6533.             Margins.Left = 4
  6534.             Margins.Top = 0
  6535.             Margins.Right = 8
  6536.             Align = alTop
  6537.             Alignment = taCenter
  6538.             Font.Charset = DEFAULT_CHARSET
  6539.             Font.Color = clWindowText
  6540.             Font.Height = -13
  6541.             Font.Name = 'Segoe UI'
  6542.             Font.Style = []
  6543.             ParentFont = False
  6544.             TabOrder = 0
  6545.             TextHint = 'Enter text field data'
  6546.             OnChange = txtTextFieldChange
  6547.           end
  6548.         end
  6549.       end
  6550.       object tbTextDemo: TAdvToolBar
  6551.         Left = 732
  6552.         Top = 3
  6553.         Width = 113
  6554.         Height = 88
  6555.         UIStyle = tsOffice2019White
  6556.         AllowFloating = True
  6557.         AutoArrangeButtons = False
  6558.         AutoPositionControls = False
  6559.         AutoSize = False
  6560.         Caption = 'Text Demo Options'
  6561.         CaptionFont.Charset = DEFAULT_CHARSET
  6562.         CaptionFont.Color = clWindowText
  6563.         CaptionFont.Height = -11
  6564.         CaptionFont.Name = 'Tahoma'
  6565.         CaptionFont.Style = []
  6566.         CaptionPosition = cpBottom
  6567.         CaptionAlignment = taCenter
  6568.         CompactImageIndex = -1
  6569.         ShowCaption = True
  6570.         ShowRightHandle = False
  6571.         TextAutoOptionMenu = 'Add or Remove Buttons'
  6572.         TextOptionMenu = 'Options'
  6573.         ToolBarStyler = AdvToolBarOfficeStyler1
  6574.         Images = ImgListLarge
  6575.         ParentOptionPicture = True
  6576.         ToolBarIndex = 2
  6577.         object spinCharWidth: TAdvSpinEdit
  6578.           Left = 8
  6579.           Top = 8
  6580.           Width = 48
  6581.           Height = 23
  6582.           Hint = 'Character Width'
  6583.           Color = clWhite
  6584.           Value = 0
  6585.           DateValue = 45728.840859004630000000
  6586.           HexDigits = 0
  6587.           HexValue = 0
  6588.           FlatLineColor = 11250603
  6589.           BorderColor = 11250603
  6590.           CheckMinValue = True
  6591.           CheckMaxValue = True
  6592.           FocusColor = clNone
  6593.           FocusFontColor = 3881787
  6594.           Font.Charset = DEFAULT_CHARSET
  6595.           Font.Color = 4474440
  6596.           Font.Height = -12
  6597.           Font.Name = 'Segoe UI'
  6598.           Font.Style = []
  6599.           IncrementFloat = 0.100000000000000000
  6600.           IncrementFloatPage = 1.000000000000000000
  6601.           LabelCaption = '%'
  6602.           LabelPosition = lpRightCenter
  6603.           LabelFont.Charset = DEFAULT_CHARSET
  6604.           LabelFont.Color = 4474440
  6605.           LabelFont.Height = -12
  6606.           LabelFont.Name = 'Segoe UI'
  6607.           LabelFont.Style = []
  6608.           MaxValue = 500
  6609.           ParentFont = False
  6610.           TabOrder = 0
  6611.           Visible = True
  6612.           Version = '2.0.2.6'
  6613.           OnChange = spinCharWidthChange
  6614.           UIStyle = tsOffice2019White
  6615.           ButtonColor = clWhite
  6616.           ButtonColorHot = 15917525
  6617.           ButtonColorDown = 14925219
  6618.           ButtonTextColor = 2303013
  6619.           ButtonTextColorHot = 2303013
  6620.           ButtonTextColorDown = 2303013
  6621.         end
  6622.         object spinCharSpacing: TAdvSpinEdit
  6623.           Left = 8
  6624.           Top = 36
  6625.           Width = 48
  6626.           Height = 23
  6627.           Hint = 'Character Spacing'
  6628.           Color = clWhite
  6629.           Value = 0
  6630.           DateValue = 45728.840859004630000000
  6631.           HexDigits = 0
  6632.           HexValue = 0
  6633.           FlatLineColor = 11250603
  6634.           BorderColor = 11250603
  6635.           CheckMinValue = True
  6636.           CheckMaxValue = True
  6637.           FocusColor = clNone
  6638.           FocusFontColor = 3881787
  6639.           Font.Charset = DEFAULT_CHARSET
  6640.           Font.Color = 4474440
  6641.           Font.Height = -12
  6642.           Font.Name = 'Segoe UI'
  6643.           Font.Style = []
  6644.           IncrementFloat = 0.100000000000000000
  6645.           IncrementFloatPage = 1.000000000000000000
  6646.           LabelCaption = '%'
  6647.           LabelPosition = lpRightCenter
  6648.           LabelFont.Charset = DEFAULT_CHARSET
  6649.           LabelFont.Color = 4474440
  6650.           LabelFont.Height = -12
  6651.           LabelFont.Name = 'Segoe UI'
  6652.           LabelFont.Style = []
  6653.           MaxValue = 500
  6654.           ParentFont = False
  6655.           TabOrder = 1
  6656.           Visible = True
  6657.           Version = '2.0.2.6'
  6658.           OnChange = spinCharSpacingChange
  6659.           UIStyle = tsOffice2019White
  6660.           ButtonColor = clWhite
  6661.           ButtonColorHot = 15917525
  6662.           ButtonColorDown = 14925219
  6663.           ButtonTextColor = 2303013
  6664.           ButtonTextColorHot = 2303013
  6665.           ButtonTextColorDown = 2303013
  6666.         end
  6667.         object trackCharRotation: TTrackBar
  6668.           Left = 76
  6669.           Top = -2
  6670.           Width = 25
  6671.           Height = 67
  6672.           Max = 360
  6673.           Orientation = trVertical
  6674.           ShowSelRange = False
  6675.           TabOrder = 4
  6676.           TickStyle = tsNone
  6677.           OnChange = trackCharRotationChange
  6678.         end
  6679.       end
  6680.     end
  6681.     object pageImages: TAdvPage
  6682.       Tag = 1
  6683.       Left = -1
  6684.       Top = 48
  6685.       Width = 1043
  6686.       Height = 94
  6687.       Caption = 'Images'
  6688.       ImageIndex = 32
  6689.       object tbImage: TAdvToolBar
  6690.         Left = 3
  6691.         Top = 3
  6692.         Width = 150
  6693.         Height = 88
  6694.         UIStyle = tsOffice2019White
  6695.         AllowFloating = True
  6696.         AutoArrangeButtons = False
  6697.         AutoPositionControls = False
  6698.         AutoSize = False
  6699.         Caption = 'Image Size'
  6700.         CaptionFont.Charset = DEFAULT_CHARSET
  6701.         CaptionFont.Color = clWindowText
  6702.         CaptionFont.Height = -11
  6703.         CaptionFont.Name = 'Tahoma'
  6704.         CaptionFont.Style = []
  6705.         CaptionPosition = cpBottom
  6706.         CaptionAlignment = taCenter
  6707.         CompactImageIndex = -1
  6708.         ShowCaption = True
  6709.         ShowRightHandle = False
  6710.         TextAutoOptionMenu = 'Add or Remove Buttons'
  6711.         TextOptionMenu = 'Options'
  6712.         ToolBarStyler = AdvToolBarOfficeStyler1
  6713.         Images = ImgListLarge
  6714.         ParentOptionPicture = True
  6715.         ToolBarIndex = 0
  6716.         object btnStretchImage: TAdvGlowButton
  6717.           Left = 2
  6718.           Top = 2
  6719.           Width = 64
  6720.           Height = 67
  6721.           Action = actStretchImage
  6722.           Font.Charset = DEFAULT_CHARSET
  6723.           Font.Color = 4474440
  6724.           Font.Height = -12
  6725.           Font.Name = 'Segoe UI'
  6726.           Font.Style = []
  6727.           ImageIndex = 90
  6728.           FocusType = ftHot
  6729.           NotesFont.Charset = DEFAULT_CHARSET
  6730.           NotesFont.Color = clWindowText
  6731.           NotesFont.Height = -11
  6732.           NotesFont.Name = 'Tahoma'
  6733.           NotesFont.Style = []
  6734.           ParentFont = False
  6735.           Rounded = False
  6736.           Transparent = True
  6737.           TabOrder = 1
  6738.           AllowAllUp = True
  6739.           Appearance.BorderColor = clWhite
  6740.           Appearance.BorderColorHot = 16246477
  6741.           Appearance.BorderColorDown = 15187578
  6742.           Appearance.BorderColorChecked = 15187578
  6743.           Appearance.BorderColorDisabled = clNone
  6744.           Appearance.Color = clWhite
  6745.           Appearance.ColorTo = clNone
  6746.           Appearance.ColorChecked = 15187578
  6747.           Appearance.ColorCheckedTo = 15187578
  6748.           Appearance.ColorDisabled = clWhite
  6749.           Appearance.ColorDisabledTo = clWhite
  6750.           Appearance.ColorDown = 15187578
  6751.           Appearance.ColorDownTo = 15187578
  6752.           Appearance.ColorHot = 16246477
  6753.           Appearance.ColorHotTo = 16246477
  6754.           Appearance.ColorMirror = clWhite
  6755.           Appearance.ColorMirrorTo = clWhite
  6756.           Appearance.ColorMirrorHot = 16246477
  6757.           Appearance.ColorMirrorHotTo = 16246477
  6758.           Appearance.ColorMirrorDown = 15187578
  6759.           Appearance.ColorMirrorDownTo = 15187578
  6760.           Appearance.ColorMirrorChecked = 15187578
  6761.           Appearance.ColorMirrorCheckedTo = 15187578
  6762.           Appearance.ColorMirrorDisabled = clWhite
  6763.           Appearance.ColorMirrorDisabledTo = clWhite
  6764.           Appearance.GradientHot = ggVertical
  6765.           Appearance.GradientMirrorHot = ggVertical
  6766.           Appearance.GradientDown = ggVertical
  6767.           Appearance.GradientMirrorDown = ggVertical
  6768.           Appearance.GradientChecked = ggVertical
  6769.           Appearance.TextColorChecked = 4474440
  6770.           Appearance.TextColorDown = 4474440
  6771.           Appearance.TextColorHot = 4474440
  6772.           Layout = blGlyphTopAdjusted
  6773.           Style = bsCheck
  6774.         end
  6775.         object btnLockAspect: TAdvGlowButton
  6776.           Left = 66
  6777.           Top = 2
  6778.           Width = 64
  6779.           Height = 67
  6780.           Action = actLockAspect
  6781.           Font.Charset = DEFAULT_CHARSET
  6782.           Font.Color = 4474440
  6783.           Font.Height = -12
  6784.           Font.Name = 'Segoe UI'
  6785.           Font.Style = []
  6786.           ImageIndex = 59
  6787.           FocusType = ftHot
  6788.           NotesFont.Charset = DEFAULT_CHARSET
  6789.           NotesFont.Color = clWindowText
  6790.           NotesFont.Height = -11
  6791.           NotesFont.Name = 'Tahoma'
  6792.           NotesFont.Style = []
  6793.           ParentFont = False
  6794.           Rounded = False
  6795.           Transparent = True
  6796.           TabOrder = 0
  6797.           Appearance.BorderColor = clWhite
  6798.           Appearance.BorderColorHot = 16246477
  6799.           Appearance.BorderColorDown = 15187578
  6800.           Appearance.BorderColorChecked = 15187578
  6801.           Appearance.BorderColorDisabled = clNone
  6802.           Appearance.Color = clWhite
  6803.           Appearance.ColorTo = clNone
  6804.           Appearance.ColorChecked = 15187578
  6805.           Appearance.ColorCheckedTo = 15187578
  6806.           Appearance.ColorDisabled = clWhite
  6807.           Appearance.ColorDisabledTo = clWhite
  6808.           Appearance.ColorDown = 15187578
  6809.           Appearance.ColorDownTo = 15187578
  6810.           Appearance.ColorHot = 16246477
  6811.           Appearance.ColorHotTo = 16246477
  6812.           Appearance.ColorMirror = clWhite
  6813.           Appearance.ColorMirrorTo = clWhite
  6814.           Appearance.ColorMirrorHot = 16246477
  6815.           Appearance.ColorMirrorHotTo = 16246477
  6816.           Appearance.ColorMirrorDown = 15187578
  6817.           Appearance.ColorMirrorDownTo = 15187578
  6818.           Appearance.ColorMirrorChecked = 15187578
  6819.           Appearance.ColorMirrorCheckedTo = 15187578
  6820.           Appearance.ColorMirrorDisabled = clWhite
  6821.           Appearance.ColorMirrorDisabledTo = clWhite
  6822.           Appearance.GradientHot = ggVertical
  6823.           Appearance.GradientMirrorHot = ggVertical
  6824.           Appearance.GradientDown = ggVertical
  6825.           Appearance.GradientMirrorDown = ggVertical
  6826.           Appearance.GradientChecked = ggVertical
  6827.           Appearance.TextColorChecked = 4474440
  6828.           Appearance.TextColorDown = 4474440
  6829.           Appearance.TextColorHot = 4474440
  6830.           Layout = blGlyphTopAdjusted
  6831.           Style = bsCheck
  6832.         end
  6833.       end
  6834.     end
  6835.     object pageBarCodes: TAdvPage
  6836.       Tag = 1
  6837.       Left = -1
  6838.       Top = 48
  6839.       Width = 1043
  6840.       Height = 94
  6841.       Caption = 'Barcodes'
  6842.       ImageIndex = 33
  6843.       object tbBarCodeType: TAdvToolBar
  6844.         Left = 3
  6845.         Top = 3
  6846.         Width = 242
  6847.         Height = 88
  6848.         UIStyle = tsOffice2019White
  6849.         AllowFloating = True
  6850.         AutoPositionControls = False
  6851.         AutoSize = False
  6852.         Caption = 'Barcode Type'
  6853.         CaptionFont.Charset = DEFAULT_CHARSET
  6854.         CaptionFont.Color = clWindowText
  6855.         CaptionFont.Height = -11
  6856.         CaptionFont.Name = 'Tahoma'
  6857.         CaptionFont.Style = []
  6858.         CaptionPosition = cpBottom
  6859.         CaptionAlignment = taCenter
  6860.         CompactImageIndex = 63
  6861.         ShowCaption = True
  6862.         ShowRightHandle = False
  6863.         TextAutoOptionMenu = 'Add or Remove Buttons'
  6864.         TextOptionMenu = 'Options'
  6865.         ToolBarStyler = AdvToolBarOfficeStyler1
  6866.         Images = ImgListLarge
  6867.         ParentOptionPicture = True
  6868.         ToolBarIndex = 0
  6869.         object Label5: TLabel
  6870.           Left = 8
  6871.           Top = 4
  6872.           Width = 87
  6873.           Height = 15
  6874.           Caption = 'Type of barcode:'
  6875.         end
  6876.         object cmbBarCodeType: TComboBox
  6877.           AlignWithMargins = True
  6878.           Left = 6
  6879.           Top = 20
  6880.           Width = 225
  6881.           Height = 42
  6882.           Margins.Top = 6
  6883.           Style = csOwnerDrawFixed
  6884.           ItemHeight = 36
  6885.           TabOrder = 0
  6886.           OnDrawItem = cmbBarCodeTypeDrawItem
  6887.           OnSelect = cmbBarCodeTypeSelect
  6888.         end
  6889.       end
  6890.       object tbBarCodeProps: TAdvToolBar
  6891.         Left = 493
  6892.         Top = 3
  6893.         Width = 264
  6894.         Height = 88
  6895.         UIStyle = tsOffice2019White
  6896.         AllowFloating = True
  6897.         AutoArrangeButtons = False
  6898.         AutoPositionControls = False
  6899.         AutoSize = False
  6900.         Caption = 'Barcode Properties'
  6901.         CaptionFont.Charset = DEFAULT_CHARSET
  6902.         CaptionFont.Color = clWindowText
  6903.         CaptionFont.Height = -11
  6904.         CaptionFont.Name = 'Tahoma'
  6905.         CaptionFont.Style = []
  6906.         CaptionPosition = cpBottom
  6907.         CaptionAlignment = taCenter
  6908.         CompactImageIndex = 63
  6909.         ShowCaption = True
  6910.         ShowRightHandle = False
  6911.         TextAutoOptionMenu = 'Add or Remove Buttons'
  6912.         TextOptionMenu = 'Options'
  6913.         ToolBarStyler = AdvToolBarOfficeStyler1
  6914.         Images = ImgListLarge
  6915.         ParentOptionPicture = True
  6916.         ToolBarIndex = 2
  6917.         object AdvToolBarSeparator10: TAdvToolBarSeparator
  6918.           Left = 105
  6919.           Top = 12
  6920.           Width = 10
  6921.           Height = 52
  6922.           LineColor = clBtnShadow
  6923.         end
  6924.         object AdvToolBarContainer3: TAdvToolBarContainer
  6925.           AlignWithMargins = True
  6926.           Left = 2
  6927.           Top = 4
  6928.           Width = 102
  6929.           Height = 64
  6930.           Caption = ''
  6931.           Color.Color = clWhite
  6932.           Color.ColorTo = clBtnFace
  6933.           Color.Direction = gdHorizontal
  6934.           LineColor = clBtnShadow
  6935.           Line3D = True
  6936.           ShowBorder = False
  6937.           object AdvGlowButton7: TAdvGlowButton
  6938.             Left = 0
  6939.             Top = 32
  6940.             Width = 102
  6941.             Height = 32
  6942.             Align = alBottom
  6943.             Action = actCutInText
  6944.             AutoSize = True
  6945.             Font.Charset = DEFAULT_CHARSET
  6946.             Font.Color = 4474440
  6947.             Font.Height = -12
  6948.             Font.Name = 'Segoe UI'
  6949.             Font.Style = []
  6950.             ImageIndex = 43
  6951.             FocusType = ftHot
  6952.             NotesFont.Charset = DEFAULT_CHARSET
  6953.             NotesFont.Color = clWindowText
  6954.             NotesFont.Height = -11
  6955.             NotesFont.Name = 'Tahoma'
  6956.             NotesFont.Style = []
  6957.             ParentFont = False
  6958.             Rounded = False
  6959.             Transparent = True
  6960.             TabOrder = 1
  6961.             AllowAllUp = True
  6962.             Appearance.BorderColor = clWhite
  6963.             Appearance.BorderColorHot = 16246477
  6964.             Appearance.BorderColorDown = 15187578
  6965.             Appearance.BorderColorChecked = 15187578
  6966.             Appearance.BorderColorDisabled = clNone
  6967.             Appearance.Color = clWhite
  6968.             Appearance.ColorTo = clNone
  6969.             Appearance.ColorChecked = 15187578
  6970.             Appearance.ColorCheckedTo = 15187578
  6971.             Appearance.ColorDisabled = clWhite
  6972.             Appearance.ColorDisabledTo = clWhite
  6973.             Appearance.ColorDown = 15187578
  6974.             Appearance.ColorDownTo = 15187578
  6975.             Appearance.ColorHot = 16246477
  6976.             Appearance.ColorHotTo = 16246477
  6977.             Appearance.ColorMirror = clWhite
  6978.             Appearance.ColorMirrorTo = clWhite
  6979.             Appearance.ColorMirrorHot = 16246477
  6980.             Appearance.ColorMirrorHotTo = 16246477
  6981.             Appearance.ColorMirrorDown = 15187578
  6982.             Appearance.ColorMirrorDownTo = 15187578
  6983.             Appearance.ColorMirrorChecked = 15187578
  6984.             Appearance.ColorMirrorCheckedTo = 15187578
  6985.             Appearance.ColorMirrorDisabled = clWhite
  6986.             Appearance.ColorMirrorDisabledTo = clWhite
  6987.             Appearance.GradientHot = ggVertical
  6988.             Appearance.GradientMirrorHot = ggVertical
  6989.             Appearance.GradientDown = ggVertical
  6990.             Appearance.GradientMirrorDown = ggVertical
  6991.             Appearance.GradientChecked = ggVertical
  6992.             Appearance.TextColorChecked = 4474440
  6993.             Appearance.TextColorDown = 4474440
  6994.             Appearance.TextColorHot = 4474440
  6995.             Style = bsCheck
  6996.           end
  6997.           object AdvGlowButton8: TAdvGlowButton
  6998.             Left = 0
  6999.             Top = 0
  7000.             Width = 102
  7001.             Height = 32
  7002.             Align = alTop
  7003.             Action = actTextBelow
  7004.             AutoSize = True
  7005.             Font.Charset = DEFAULT_CHARSET
  7006.             Font.Color = 4474440
  7007.             Font.Height = -12
  7008.             Font.Name = 'Segoe UI'
  7009.             Font.Style = []
  7010.             ImageIndex = 43
  7011.             FocusType = ftHot
  7012.             NotesFont.Charset = DEFAULT_CHARSET
  7013.             NotesFont.Color = clWindowText
  7014.             NotesFont.Height = -11
  7015.             NotesFont.Name = 'Tahoma'
  7016.             NotesFont.Style = []
  7017.             ParentFont = False
  7018.             Rounded = False
  7019.             Transparent = True
  7020.             TabOrder = 0
  7021.             AllowAllUp = True
  7022.             Appearance.BorderColor = clWhite
  7023.             Appearance.BorderColorHot = 16246477
  7024.             Appearance.BorderColorDown = 15187578
  7025.             Appearance.BorderColorChecked = 15187578
  7026.             Appearance.BorderColorDisabled = clNone
  7027.             Appearance.Color = clWhite
  7028.             Appearance.ColorTo = clNone
  7029.             Appearance.ColorChecked = 15187578
  7030.             Appearance.ColorCheckedTo = 15187578
  7031.             Appearance.ColorDisabled = clWhite
  7032.             Appearance.ColorDisabledTo = clWhite
  7033.             Appearance.ColorDown = 15187578
  7034.             Appearance.ColorDownTo = 15187578
  7035.             Appearance.ColorHot = 16246477
  7036.             Appearance.ColorHotTo = 16246477
  7037.             Appearance.ColorMirror = clWhite
  7038.             Appearance.ColorMirrorTo = clWhite
  7039.             Appearance.ColorMirrorHot = 16246477
  7040.             Appearance.ColorMirrorHotTo = 16246477
  7041.             Appearance.ColorMirrorDown = 15187578
  7042.             Appearance.ColorMirrorDownTo = 15187578
  7043.             Appearance.ColorMirrorChecked = 15187578
  7044.             Appearance.ColorMirrorCheckedTo = 15187578
  7045.             Appearance.ColorMirrorDisabled = clWhite
  7046.             Appearance.ColorMirrorDisabledTo = clWhite
  7047.             Appearance.GradientHot = ggVertical
  7048.             Appearance.GradientMirrorHot = ggVertical
  7049.             Appearance.GradientDown = ggVertical
  7050.             Appearance.GradientMirrorDown = ggVertical
  7051.             Appearance.GradientChecked = ggVertical
  7052.             Appearance.TextColorChecked = 4474440
  7053.             Appearance.TextColorDown = 4474440
  7054.             Appearance.TextColorHot = 4474440
  7055.             Style = bsCheck
  7056.           end
  7057.         end
  7058.         object AdvToolBarContainer4: TAdvToolBarContainer
  7059.           Left = 112
  7060.           Top = 12
  7061.           Width = 145
  7062.           Height = 49
  7063.           Caption = ''
  7064.           Color.Color = clWhite
  7065.           Color.ColorTo = clBtnFace
  7066.           Color.Direction = gdHorizontal
  7067.           LineColor = clBtnShadow
  7068.           Line3D = True
  7069.           ShowBorder = False
  7070.           object lblQuietZonePc: TLabel
  7071.             AlignWithMargins = True
  7072.             Left = 12
  7073.             Top = 4
  7074.             Width = 121
  7075.             Height = 15
  7076.             Margins.Left = 12
  7077.             Margins.Top = 4
  7078.             Margins.Right = 12
  7079.             Margins.Bottom = 2
  7080.             Align = alTop
  7081.             Caption = 'Quiet Zone: '
  7082.             Font.Charset = DEFAULT_CHARSET
  7083.             Font.Color = 5066061
  7084.             Font.Height = -12
  7085.             Font.Name = 'Segoe UI'
  7086.             Font.Style = []
  7087.             ParentFont = False
  7088.           end
  7089.           object trackQuietZone: TTrackBar
  7090.             Left = 0
  7091.             Top = 21
  7092.             Width = 145
  7093.             Height = 25
  7094.             Hint =
  7095.               'Specify the amount of margin appearing around the printed barcod' +
  7096.               'e'
  7097.             Align = alTop
  7098.             Max = 20
  7099.             PageSize = 5
  7100.             ShowSelRange = False
  7101.             TabOrder = 0
  7102.             OnChange = trackQuietZoneChange
  7103.           end
  7104.         end
  7105.         object btnBarCodeColour: TAdvOfficeColorSelector
  7106.           Left = 276
  7107.           Top = 20
  7108.           Width = 32
  7109.           Height = 32
  7110.           Font.Charset = DEFAULT_CHARSET
  7111.           Font.Color = 4474440
  7112.           Font.Height = -12
  7113.           Font.Name = 'Segoe UI'
  7114.           Font.Style = []
  7115.           FocusType = ftHot
  7116.           NotesFont.Charset = DEFAULT_CHARSET
  7117.           NotesFont.Color = clWindowText
  7118.           NotesFont.Height = -11
  7119.           NotesFont.Name = 'Tahoma'
  7120.           NotesFont.Style = []
  7121.           ParentFont = False
  7122.           Rounded = False
  7123.           Transparent = True
  7124.           Version = '1.6.4.2'
  7125.           TabOrder = 2
  7126.           Visible = False
  7127.           AllowFloating = False
  7128.           CloseOnSelect = False
  7129.           CaptionAppearance.BorderColor = clNone
  7130.           CaptionAppearance.Color = clWhite
  7131.           CaptionAppearance.ColorTo = clNone
  7132.           CaptionAppearance.Direction = gdHorizontal
  7133.           CaptionAppearance.TextColor = clWindowText
  7134.           CaptionAppearance.TextColorHot = clBlack
  7135.           CaptionAppearance.TextColorDown = clBlack
  7136.           CaptionAppearance.ButtonAppearance.BorderColorHot = clBlack
  7137.           CaptionAppearance.ButtonAppearance.BorderColorDown = clBlack
  7138.           CaptionAppearance.ButtonAppearance.Color = clWhite
  7139.           CaptionAppearance.ButtonAppearance.ColorTo = clWhite
  7140.           CaptionAppearance.ButtonAppearance.ColorChecked = 16111818
  7141.           CaptionAppearance.ButtonAppearance.ColorCheckedTo = 16367008
  7142.           CaptionAppearance.ButtonAppearance.ColorDisabled = 15921906
  7143.           CaptionAppearance.ButtonAppearance.ColorDisabledTo = 15921906
  7144.           CaptionAppearance.ButtonAppearance.ColorDown = 4296947
  7145.           CaptionAppearance.ButtonAppearance.ColorDownTo = 4296947
  7146.           CaptionAppearance.ButtonAppearance.ColorHot = 12775167
  7147.           CaptionAppearance.ButtonAppearance.ColorHotTo = 12775167
  7148.           CaptionAppearance.ButtonAppearance.ColorMirror = clSilver
  7149.           CaptionAppearance.ButtonAppearance.ColorMirrorTo = clWhite
  7150.           CaptionAppearance.ButtonAppearance.ColorMirrorHot = 12775167
  7151.           CaptionAppearance.ButtonAppearance.ColorMirrorHotTo = 12775167
  7152.           CaptionAppearance.ButtonAppearance.ColorMirrorDown = 4296947
  7153.           CaptionAppearance.ButtonAppearance.ColorMirrorDownTo = 4296947
  7154.           CaptionAppearance.ButtonAppearance.ColorMirrorChecked = 16102556
  7155.           CaptionAppearance.ButtonAppearance.ColorMirrorCheckedTo = 16768988
  7156.           CaptionAppearance.ButtonAppearance.ColorMirrorDisabled = 11974326
  7157.           CaptionAppearance.ButtonAppearance.ColorMirrorDisabledTo = 15921906
  7158.           CaptionAppearance.ButtonAppearance.GradientHot = ggVertical
  7159.           CaptionAppearance.ButtonAppearance.GradientMirrorHot = ggVertical
  7160.           DragGripAppearance.BorderColor = 13752539
  7161.           DragGripAppearance.Color = clWhite
  7162.           DragGripAppearance.ColorTo = clWhite
  7163.           DragGripAppearance.ColorMirror = clWhite
  7164.           DragGripAppearance.ColorMirrorTo = clWhite
  7165.           DragGripAppearance.Gradient = ggVertical
  7166.           DragGripAppearance.GradientMirror = ggVertical
  7167.           DragGripAppearance.BorderColorHot = 14925219
  7168.           DragGripAppearance.ColorHot = clWhite
  7169.           DragGripAppearance.ColorHotTo = clWhite
  7170.           DragGripAppearance.ColorMirrorHot = clWhite
  7171.           DragGripAppearance.ColorMirrorHotTo = clWhite
  7172.           DragGripAppearance.GradientHot = ggRadial
  7173.           DragGripAppearance.GradientMirrorHot = ggRadial
  7174.           DragGripPosition = gpTop
  7175.           Appearance.BorderColor = clWhite
  7176.           Appearance.BorderColorHot = 16246477
  7177.           Appearance.BorderColorDown = 15187578
  7178.           Appearance.BorderColorChecked = 15187578
  7179.           Appearance.BorderColorDisabled = clNone
  7180.           Appearance.Color = clWhite
  7181.           Appearance.ColorTo = clNone
  7182.           Appearance.ColorChecked = 15187578
  7183.           Appearance.ColorCheckedTo = 15187578
  7184.           Appearance.ColorDisabled = clWhite
  7185.           Appearance.ColorDisabledTo = clWhite
  7186.           Appearance.ColorDown = 15187578
  7187.           Appearance.ColorDownTo = 15187578
  7188.           Appearance.ColorHot = 16246477
  7189.           Appearance.ColorHotTo = 16246477
  7190.           Appearance.ColorMirror = clWhite
  7191.           Appearance.ColorMirrorTo = clWhite
  7192.           Appearance.ColorMirrorHot = 16246477
  7193.           Appearance.ColorMirrorHotTo = 16246477
  7194.           Appearance.ColorMirrorDown = 15187578
  7195.           Appearance.ColorMirrorDownTo = 15187578
  7196.           Appearance.ColorMirrorChecked = 15187578
  7197.           Appearance.ColorMirrorCheckedTo = 15187578
  7198.           Appearance.ColorMirrorDisabled = clWhite
  7199.           Appearance.ColorMirrorDisabledTo = clWhite
  7200.           Appearance.GradientHot = ggVertical
  7201.           Appearance.GradientMirrorHot = ggVertical
  7202.           Appearance.GradientDown = ggVertical
  7203.           Appearance.GradientMirrorDown = ggVertical
  7204.           Appearance.GradientChecked = ggVertical
  7205.           Appearance.TextColorChecked = 4474440
  7206.           Appearance.TextColorDown = 4474440
  7207.           Appearance.TextColorHot = 4474440
  7208.           SelectedColor = clBlack
  7209.           ShowRGBHint = True
  7210.           BorderDropDownColor = 12895944
  7211.           ColorDropDown = 16251129
  7212.           ColorDropDownFloating = 16374724
  7213.           SelectionAppearance.BorderColor = 13948116
  7214.           SelectionAppearance.BorderColorHot = 15917525
  7215.           SelectionAppearance.BorderColorDown = 14925219
  7216.           SelectionAppearance.BorderColorChecked = 14925219
  7217.           SelectionAppearance.BorderColorDisabled = 4473924
  7218.           SelectionAppearance.Color = clWhite
  7219.           SelectionAppearance.ColorTo = clWhite
  7220.           SelectionAppearance.ColorChecked = 15917525
  7221.           SelectionAppearance.ColorCheckedTo = 15917525
  7222.           SelectionAppearance.ColorDisabled = 11711154
  7223.           SelectionAppearance.ColorDisabledTo = clNone
  7224.           SelectionAppearance.ColorDown = 14925219
  7225.           SelectionAppearance.ColorDownTo = 14925219
  7226.           SelectionAppearance.ColorHot = 15917525
  7227.           SelectionAppearance.ColorHotTo = 15917525
  7228.           SelectionAppearance.ColorMirror = clWhite
  7229.           SelectionAppearance.ColorMirrorTo = clWhite
  7230.           SelectionAppearance.ColorMirrorHot = 15917525
  7231.           SelectionAppearance.ColorMirrorHotTo = 15917525
  7232.           SelectionAppearance.ColorMirrorDown = 14925219
  7233.           SelectionAppearance.ColorMirrorDownTo = 14925219
  7234.           SelectionAppearance.ColorMirrorChecked = 15917525
  7235.           SelectionAppearance.ColorMirrorCheckedTo = 15917525
  7236.           SelectionAppearance.ColorMirrorDisabled = 11711154
  7237.           SelectionAppearance.ColorMirrorDisabledTo = clNone
  7238.           SelectionAppearance.GradientHot = ggVertical
  7239.           SelectionAppearance.GradientMirrorHot = ggVertical
  7240.           SelectionAppearance.GradientDown = ggVertical
  7241.           SelectionAppearance.GradientMirrorDown = ggVertical
  7242.           SelectionAppearance.GradientChecked = ggVertical
  7243.           SelectionAppearance.TextColorChecked = 4474440
  7244.           SelectionAppearance.TextColorDown = 4474440
  7245.           SelectionAppearance.TextColorHot = 4474440
  7246.           SelectionAppearance.TextColorDisabled = clGray
  7247.           SelectionAppearance.TextColor = clBlack
  7248.           SelectionAppearance.Rounded = False
  7249.           Tools = <
  7250.             item
  7251.               BackGroundColor = clBlack
  7252.               Caption = 'Automatic'
  7253.               CaptionAlignment = taCenter
  7254.               Enable = True
  7255.               Hint = 'Automatic'
  7256.               ImageIndex = -1
  7257.               ItemType = itFullWidthButton
  7258.             end
  7259.             item
  7260.               BackGroundColor = clBlack
  7261.               CaptionAlignment = taCenter
  7262.               Enable = True
  7263.               ImageIndex = -1
  7264.             end
  7265.             item
  7266.               BackGroundColor = 13209
  7267.               CaptionAlignment = taCenter
  7268.               Enable = True
  7269.               ImageIndex = -1
  7270.             end
  7271.             item
  7272.               BackGroundColor = 13107
  7273.               CaptionAlignment = taCenter
  7274.               Enable = True
  7275.               ImageIndex = -1
  7276.             end
  7277.             item
  7278.               BackGroundColor = 13056
  7279.               CaptionAlignment = taCenter
  7280.               Enable = True
  7281.               ImageIndex = -1
  7282.             end
  7283.             item
  7284.               BackGroundColor = 6697728
  7285.               CaptionAlignment = taCenter
  7286.               Enable = True
  7287.               ImageIndex = -1
  7288.             end
  7289.             item
  7290.               BackGroundColor = clNavy
  7291.               CaptionAlignment = taCenter
  7292.               Enable = True
  7293.               ImageIndex = -1
  7294.             end
  7295.             item
  7296.               BackGroundColor = 3486515
  7297.               CaptionAlignment = taCenter
  7298.               Enable = True
  7299.               ImageIndex = -1
  7300.             end
  7301.             item
  7302.               BackGroundColor = 3355443
  7303.               CaptionAlignment = taCenter
  7304.               Enable = True
  7305.               ImageIndex = -1
  7306.             end
  7307.             item
  7308.               BackGroundColor = clMaroon
  7309.               CaptionAlignment = taCenter
  7310.               Enable = True
  7311.               ImageIndex = -1
  7312.             end
  7313.             item
  7314.               BackGroundColor = 26367
  7315.               CaptionAlignment = taCenter
  7316.               Enable = True
  7317.               ImageIndex = -1
  7318.             end
  7319.             item
  7320.               BackGroundColor = clOlive
  7321.               CaptionAlignment = taCenter
  7322.               Enable = True
  7323.               ImageIndex = -1
  7324.             end
  7325.             item
  7326.               BackGroundColor = clGreen
  7327.               CaptionAlignment = taCenter
  7328.               Enable = True
  7329.               ImageIndex = -1
  7330.             end
  7331.             item
  7332.               BackGroundColor = clTeal
  7333.               CaptionAlignment = taCenter
  7334.               Enable = True
  7335.               ImageIndex = -1
  7336.             end
  7337.             item
  7338.               BackGroundColor = clBlue
  7339.               CaptionAlignment = taCenter
  7340.               Enable = True
  7341.               ImageIndex = -1
  7342.             end
  7343.             item
  7344.               BackGroundColor = 10053222
  7345.               CaptionAlignment = taCenter
  7346.               Enable = True
  7347.               ImageIndex = -1
  7348.             end
  7349.             item
  7350.               BackGroundColor = clGray
  7351.               CaptionAlignment = taCenter
  7352.               Enable = True
  7353.               ImageIndex = -1
  7354.             end
  7355.             item
  7356.               BackGroundColor = clRed
  7357.               CaptionAlignment = taCenter
  7358.               Enable = True
  7359.               ImageIndex = -1
  7360.             end
  7361.             item
  7362.               BackGroundColor = 39423
  7363.               CaptionAlignment = taCenter
  7364.               Enable = True
  7365.               ImageIndex = -1
  7366.             end
  7367.             item
  7368.               BackGroundColor = 52377
  7369.               CaptionAlignment = taCenter
  7370.               Enable = True
  7371.               ImageIndex = -1
  7372.             end
  7373.             item
  7374.               BackGroundColor = 6723891
  7375.               CaptionAlignment = taCenter
  7376.               Enable = True
  7377.               ImageIndex = -1
  7378.             end
  7379.             item
  7380.               BackGroundColor = 13421619
  7381.               CaptionAlignment = taCenter
  7382.               Enable = True
  7383.               ImageIndex = -1
  7384.             end
  7385.             item
  7386.               BackGroundColor = 16737843
  7387.               CaptionAlignment = taCenter
  7388.               Enable = True
  7389.               ImageIndex = -1
  7390.             end
  7391.             item
  7392.               BackGroundColor = clPurple
  7393.               CaptionAlignment = taCenter
  7394.               Enable = True
  7395.               ImageIndex = -1
  7396.             end
  7397.             item
  7398.               BackGroundColor = 10066329
  7399.               CaptionAlignment = taCenter
  7400.               Enable = True
  7401.               ImageIndex = -1
  7402.             end
  7403.             item
  7404.               BackGroundColor = clFuchsia
  7405.               CaptionAlignment = taCenter
  7406.               Enable = True
  7407.               ImageIndex = -1
  7408.             end
  7409.             item
  7410.               BackGroundColor = 52479
  7411.               CaptionAlignment = taCenter
  7412.               Enable = True
  7413.               ImageIndex = -1
  7414.             end
  7415.             item
  7416.               BackGroundColor = clYellow
  7417.               CaptionAlignment = taCenter
  7418.               Enable = True
  7419.               ImageIndex = -1
  7420.             end
  7421.             item
  7422.               BackGroundColor = clLime
  7423.               CaptionAlignment = taCenter
  7424.               Enable = True
  7425.               ImageIndex = -1
  7426.             end
  7427.             item
  7428.               BackGroundColor = clAqua
  7429.               CaptionAlignment = taCenter
  7430.               Enable = True
  7431.               ImageIndex = -1
  7432.             end
  7433.             item
  7434.               BackGroundColor = 16763904
  7435.               CaptionAlignment = taCenter
  7436.               Enable = True
  7437.               ImageIndex = -1
  7438.             end
  7439.             item
  7440.               BackGroundColor = 6697881
  7441.               CaptionAlignment = taCenter
  7442.               Enable = True
  7443.               ImageIndex = -1
  7444.             end
  7445.             item
  7446.               BackGroundColor = clSilver
  7447.               CaptionAlignment = taCenter
  7448.               Enable = True
  7449.               ImageIndex = -1
  7450.             end
  7451.             item
  7452.               BackGroundColor = 13408767
  7453.               CaptionAlignment = taCenter
  7454.               Enable = True
  7455.               ImageIndex = -1
  7456.             end
  7457.             item
  7458.               BackGroundColor = 10079487
  7459.               CaptionAlignment = taCenter
  7460.               Enable = True
  7461.               ImageIndex = -1
  7462.             end
  7463.             item
  7464.               BackGroundColor = 10092543
  7465.               CaptionAlignment = taCenter
  7466.               Enable = True
  7467.               ImageIndex = -1
  7468.             end
  7469.             item
  7470.               BackGroundColor = 13434828
  7471.               CaptionAlignment = taCenter
  7472.               Enable = True
  7473.               ImageIndex = -1
  7474.             end
  7475.             item
  7476.               BackGroundColor = 16777164
  7477.               CaptionAlignment = taCenter
  7478.               Enable = True
  7479.               ImageIndex = -1
  7480.             end
  7481.             item
  7482.               BackGroundColor = 16764057
  7483.               CaptionAlignment = taCenter
  7484.               Enable = True
  7485.               ImageIndex = -1
  7486.             end
  7487.             item
  7488.               BackGroundColor = 16751052
  7489.               CaptionAlignment = taCenter
  7490.               Enable = True
  7491.               ImageIndex = -1
  7492.             end
  7493.             item
  7494.               BackGroundColor = clWhite
  7495.               CaptionAlignment = taCenter
  7496.               Enable = True
  7497.               ImageIndex = -1
  7498.             end
  7499.             item
  7500.               BackGroundColor = -2
  7501.               Caption = 'More Colors...'
  7502.               CaptionAlignment = taCenter
  7503.               Enable = True
  7504.               Hint = 'More Colors'
  7505.               ImageIndex = -1
  7506.               ItemType = itFullWidthButton
  7507.             end>
  7508.           OnSelect = btnBarCodeColourSelect
  7509.           UIStyle = tsOffice2019White
  7510.         end
  7511.       end
  7512.       object tbDataMatrixProps: TAdvToolBar
  7513.         Left = 884
  7514.         Top = 3
  7515.         Width = 369
  7516.         Height = 88
  7517.         UIStyle = tsOffice2019White
  7518.         AllowFloating = True
  7519.         AutoArrangeButtons = False
  7520.         AutoPositionControls = False
  7521.         AutoSize = False
  7522.         Caption = 'DataMatrix Properties'
  7523.         CaptionFont.Charset = DEFAULT_CHARSET
  7524.         CaptionFont.Color = clWindowText
  7525.         CaptionFont.Height = -11
  7526.         CaptionFont.Name = 'Tahoma'
  7527.         CaptionFont.Style = []
  7528.         CaptionPosition = cpBottom
  7529.         CaptionAlignment = taCenter
  7530.         CompactImageIndex = 64
  7531.         ShowCaption = True
  7532.         ShowRightHandle = False
  7533.         TextAutoOptionMenu = 'Add or Remove Buttons'
  7534.         TextOptionMenu = 'Options'
  7535.         ToolBarStyler = AdvToolBarOfficeStyler1
  7536.         Images = ImgListLarge
  7537.         ParentOptionPicture = True
  7538.         ToolBarIndex = 4
  7539.         OnOptionClick = tbDataMatrixPropsOptionClick
  7540.         object Label12: TLabel
  7541.           AlignWithMargins = True
  7542.           Left = 4
  7543.           Top = 4
  7544.           Width = 113
  7545.           Height = 22
  7546.           Margins.Left = 0
  7547.           Margins.Top = 0
  7548.           Margins.Right = 0
  7549.           AutoSize = False
  7550.           Caption = 'Shape/Size'
  7551.           Layout = tlBottom
  7552.         end
  7553.         object Label7: TLabel
  7554.           AlignWithMargins = True
  7555.           Left = 153
  7556.           Top = 4
  7557.           Width = 133
  7558.           Height = 22
  7559.           Margins.Left = 0
  7560.           Margins.Top = 0
  7561.           Margins.Right = 0
  7562.           AutoSize = False
  7563.           Caption = 'Pixel Mode'
  7564.           Layout = tlBottom
  7565.         end
  7566.         object cmbPixelMode: TComboBox
  7567.           Left = 153
  7568.           Top = 28
  7569.           Width = 136
  7570.           Height = 27
  7571.           Style = csOwnerDrawFixed
  7572.           ItemHeight = 21
  7573.           TabOrder = 0
  7574.           OnDrawItem = cmbPixelModeDrawItem
  7575.           OnSelect = cmbPixelModeSelect
  7576.           Items.Strings = (
  7577.             'Standard (Square)'
  7578.             'Dot Peen')
  7579.         end
  7580.         object btnDatamatrixOptions: TAdvGlowButton
  7581.           Left = 299
  7582.           Top = 16
  7583.           Width = 62
  7584.           Height = 45
  7585.           Action = actDataMatrixOptions
  7586.           Font.Charset = DEFAULT_CHARSET
  7587.           Font.Color = 4474440
  7588.           Font.Height = -12
  7589.           Font.Name = 'Segoe UI'
  7590.           Font.Style = []
  7591.           ImageIndex = 66
  7592.           FocusType = ftHot
  7593.           NotesFont.Charset = DEFAULT_CHARSET
  7594.           NotesFont.Color = clWindowText
  7595.           NotesFont.Height = -11
  7596.           NotesFont.Name = 'Tahoma'
  7597.           NotesFont.Style = []
  7598.           ParentFont = False
  7599.           Rounded = False
  7600.           Transparent = True
  7601.           TabOrder = 1
  7602.           Appearance.BorderColor = clWhite
  7603.           Appearance.BorderColorHot = 16246477
  7604.           Appearance.BorderColorDown = 15187578
  7605.           Appearance.BorderColorChecked = 15187578
  7606.           Appearance.BorderColorDisabled = clNone
  7607.           Appearance.Color = clWhite
  7608.           Appearance.ColorTo = clNone
  7609.           Appearance.ColorChecked = 15187578
  7610.           Appearance.ColorCheckedTo = 15187578
  7611.           Appearance.ColorDisabled = clWhite
  7612.           Appearance.ColorDisabledTo = clWhite
  7613.           Appearance.ColorDown = 15187578
  7614.           Appearance.ColorDownTo = 15187578
  7615.           Appearance.ColorHot = 16246477
  7616.           Appearance.ColorHotTo = 16246477
  7617.           Appearance.ColorMirror = clWhite
  7618.           Appearance.ColorMirrorTo = clWhite
  7619.           Appearance.ColorMirrorHot = 16246477
  7620.           Appearance.ColorMirrorHotTo = 16246477
  7621.           Appearance.ColorMirrorDown = 15187578
  7622.           Appearance.ColorMirrorDownTo = 15187578
  7623.           Appearance.ColorMirrorChecked = 15187578
  7624.           Appearance.ColorMirrorCheckedTo = 15187578
  7625.           Appearance.ColorMirrorDisabled = clWhite
  7626.           Appearance.ColorMirrorDisabledTo = clWhite
  7627.           Appearance.GradientHot = ggVertical
  7628.           Appearance.GradientMirrorHot = ggVertical
  7629.           Appearance.GradientDown = ggVertical
  7630.           Appearance.GradientMirrorDown = ggVertical
  7631.           Appearance.GradientChecked = ggVertical
  7632.           Appearance.TextColorChecked = 4474440
  7633.           Appearance.TextColorDown = 4474440
  7634.           Appearance.TextColorHot = 4474440
  7635.           Layout = blGlyphTop
  7636.         end
  7637.         object cmbDMShapeSize: TComboBox
  7638.           Left = 4
  7639.           Top = 28
  7640.           Width = 145
  7641.           Height = 27
  7642.           Style = csOwnerDrawFixed
  7643.           ItemHeight = 21
  7644.           TabOrder = 2
  7645.           OnDrawItem = cmbDMShapeSizeDrawItem
  7646.           OnSelect = cmbDMShapeSizeSelect
  7647.         end
  7648.       end
  7649.       object tbQRCodeProps: TAdvToolBar
  7650.         Left = 1256
  7651.         Top = 3
  7652.         Width = 137
  7653.         Height = 88
  7654.         UIStyle = tsOffice2019White
  7655.         AllowFloating = True
  7656.         AutoArrangeButtons = False
  7657.         AutoPositionControls = False
  7658.         AutoSize = False
  7659.         Caption = 'QR Code Properties'
  7660.         CaptionFont.Charset = DEFAULT_CHARSET
  7661.         CaptionFont.Color = clWindowText
  7662.         CaptionFont.Height = -11
  7663.         CaptionFont.Name = 'Tahoma'
  7664.         CaptionFont.Style = []
  7665.         CaptionPosition = cpBottom
  7666.         CaptionAlignment = taCenter
  7667.         CompactImageIndex = 64
  7668.         ShowCaption = True
  7669.         ShowRightHandle = False
  7670.         TextAutoOptionMenu = 'Add or Remove Buttons'
  7671.         TextOptionMenu = 'Options'
  7672.         ToolBarStyler = AdvToolBarOfficeStyler1
  7673.         Images = ImgListLarge
  7674.         ParentOptionPicture = True
  7675.         ToolBarIndex = 5
  7676.         object Label11: TLabel
  7677.           AlignWithMargins = True
  7678.           Left = 4
  7679.           Top = 4
  7680.           Width = 137
  7681.           Height = 22
  7682.           Margins.Left = 0
  7683.           Margins.Top = 0
  7684.           Margins.Right = 0
  7685.           AutoSize = False
  7686.           Caption = 'Error Correction Level'
  7687.           Layout = tlBottom
  7688.         end
  7689.         object cmbQRErrorCorrection: TComboBox
  7690.           Left = 4
  7691.           Top = 28
  7692.           Width = 121
  7693.           Height = 27
  7694.           Style = csOwnerDrawFixed
  7695.           ItemHeight = 21
  7696.           TabOrder = 0
  7697.           OnDrawItem = cmbQRErrorCorrectionDrawItem
  7698.           OnSelect = cmbQRErrorCorrectionSelect
  7699.           Items.Strings = (
  7700.             'L - 7% damage'
  7701.             'M - 15% damage'
  7702.             'Q - 25% damage'
  7703.             'H - 30% damage')
  7704.         end
  7705.       end
  7706.       object tb2DProps: TAdvToolBar
  7707.         Left = 760
  7708.         Top = 3
  7709.         Width = 121
  7710.         Height = 88
  7711.         UIStyle = tsOffice2019White
  7712.         AllowFloating = True
  7713.         AutoArrangeButtons = False
  7714.         AutoPositionControls = False
  7715.         AutoSize = False
  7716.         Caption = '2D Barcode Properties'
  7717.         CaptionFont.Charset = DEFAULT_CHARSET
  7718.         CaptionFont.Color = clWindowText
  7719.         CaptionFont.Height = -11
  7720.         CaptionFont.Name = 'Tahoma'
  7721.         CaptionFont.Style = []
  7722.         CaptionPosition = cpBottom
  7723.         CaptionAlignment = taCenter
  7724.         CompactImageIndex = 64
  7725.         ShowCaption = True
  7726.         ShowRightHandle = False
  7727.         TextAutoOptionMenu = 'Add or Remove Buttons'
  7728.         TextOptionMenu = 'Options'
  7729.         ToolBarStyler = AdvToolBarOfficeStyler1
  7730.         Images = ImgListLarge
  7731.         ParentOptionPicture = True
  7732.         ToolBarIndex = 3
  7733.         object tbBarCodeAlignment: TAdvToolBarContainer
  7734.           Left = 0
  7735.           Top = 0
  7736.           Width = 121
  7737.           Height = 72
  7738.           Align = alClient
  7739.           Caption = ''
  7740.           Color.Color = clWhite
  7741.           Color.ColorTo = clBtnFace
  7742.           Color.Direction = gdHorizontal
  7743.           LineColor = clBtnShadow
  7744.           Line3D = True
  7745.           ShowBorder = False
  7746.           object Label10: TLabel
  7747.             Left = 10
  7748.             Top = 4
  7749.             Width = 59
  7750.             Height = 22
  7751.             AutoSize = False
  7752.             Caption = 'Alignment:'
  7753.             Font.Charset = DEFAULT_CHARSET
  7754.             Font.Color = 5066061
  7755.             Font.Height = -12
  7756.             Font.Name = 'Segoe UI'
  7757.             Font.Style = []
  7758.             ParentFont = False
  7759.             Layout = tlBottom
  7760.           end
  7761.           object AdvGlowButton4: TAdvGlowButton
  7762.             Left = 8
  7763.             Top = 28
  7764.             Width = 34
  7765.             Height = 34
  7766.             Action = actBarCodeLeft
  7767.             ImageIndex = 10
  7768.             NotesFont.Charset = DEFAULT_CHARSET
  7769.             NotesFont.Color = clWindowText
  7770.             NotesFont.Height = -11
  7771.             NotesFont.Name = 'Tahoma'
  7772.             NotesFont.Style = []
  7773.             Position = bpLeft
  7774.             Rounded = False
  7775.             Transparent = True
  7776.             TabOrder = 0
  7777.             Appearance.BorderColor = clWhite
  7778.             Appearance.BorderColorHot = 16246477
  7779.             Appearance.BorderColorDown = 15187578
  7780.             Appearance.BorderColorChecked = 15187578
  7781.             Appearance.BorderColorDisabled = clNone
  7782.             Appearance.Color = clWhite
  7783.             Appearance.ColorTo = clNone
  7784.             Appearance.ColorChecked = 15187578
  7785.             Appearance.ColorCheckedTo = 15187578
  7786.             Appearance.ColorDisabled = clWhite
  7787.             Appearance.ColorDisabledTo = clWhite
  7788.             Appearance.ColorDown = 15187578
  7789.             Appearance.ColorDownTo = 15187578
  7790.             Appearance.ColorHot = 16246477
  7791.             Appearance.ColorHotTo = 16246477
  7792.             Appearance.ColorMirror = clWhite
  7793.             Appearance.ColorMirrorTo = clWhite
  7794.             Appearance.ColorMirrorHot = 16246477
  7795.             Appearance.ColorMirrorHotTo = 16246477
  7796.             Appearance.ColorMirrorDown = 15187578
  7797.             Appearance.ColorMirrorDownTo = 15187578
  7798.             Appearance.ColorMirrorChecked = 15187578
  7799.             Appearance.ColorMirrorCheckedTo = 15187578
  7800.             Appearance.ColorMirrorDisabled = clWhite
  7801.             Appearance.ColorMirrorDisabledTo = clWhite
  7802.             Appearance.GradientHot = ggVertical
  7803.             Appearance.GradientMirrorHot = ggVertical
  7804.             Appearance.GradientDown = ggVertical
  7805.             Appearance.GradientMirrorDown = ggVertical
  7806.             Appearance.GradientChecked = ggVertical
  7807.             Appearance.TextColorChecked = 4474440
  7808.             Appearance.TextColorDown = 4474440
  7809.             Appearance.TextColorHot = 4474440
  7810.             GroupIndex = 201
  7811.             Style = bsCheck
  7812.           end
  7813.           object AdvGlowButton9: TAdvGlowButton
  7814.             Left = 42
  7815.             Top = 28
  7816.             Width = 34
  7817.             Height = 34
  7818.             Action = actBarCodeCentre
  7819.             ImageIndex = 9
  7820.             NotesFont.Charset = DEFAULT_CHARSET
  7821.             NotesFont.Color = clWindowText
  7822.             NotesFont.Height = -11
  7823.             NotesFont.Name = 'Tahoma'
  7824.             NotesFont.Style = []
  7825.             Position = bpMiddle
  7826.             Rounded = False
  7827.             Transparent = True
  7828.             TabOrder = 1
  7829.             Appearance.BorderColor = clWhite
  7830.             Appearance.BorderColorHot = 16246477
  7831.             Appearance.BorderColorDown = 15187578
  7832.             Appearance.BorderColorChecked = 15187578
  7833.             Appearance.BorderColorDisabled = clNone
  7834.             Appearance.Color = clWhite
  7835.             Appearance.ColorTo = clNone
  7836.             Appearance.ColorChecked = 15187578
  7837.             Appearance.ColorCheckedTo = 15187578
  7838.             Appearance.ColorDisabled = clWhite
  7839.             Appearance.ColorDisabledTo = clWhite
  7840.             Appearance.ColorDown = 15187578
  7841.             Appearance.ColorDownTo = 15187578
  7842.             Appearance.ColorHot = 16246477
  7843.             Appearance.ColorHotTo = 16246477
  7844.             Appearance.ColorMirror = clWhite
  7845.             Appearance.ColorMirrorTo = clWhite
  7846.             Appearance.ColorMirrorHot = 16246477
  7847.             Appearance.ColorMirrorHotTo = 16246477
  7848.             Appearance.ColorMirrorDown = 15187578
  7849.             Appearance.ColorMirrorDownTo = 15187578
  7850.             Appearance.ColorMirrorChecked = 15187578
  7851.             Appearance.ColorMirrorCheckedTo = 15187578
  7852.             Appearance.ColorMirrorDisabled = clWhite
  7853.             Appearance.ColorMirrorDisabledTo = clWhite
  7854.             Appearance.GradientHot = ggVertical
  7855.             Appearance.GradientMirrorHot = ggVertical
  7856.             Appearance.GradientDown = ggVertical
  7857.             Appearance.GradientMirrorDown = ggVertical
  7858.             Appearance.GradientChecked = ggVertical
  7859.             Appearance.TextColorChecked = 4474440
  7860.             Appearance.TextColorDown = 4474440
  7861.             Appearance.TextColorHot = 4474440
  7862.             Down = True
  7863.             GroupIndex = 201
  7864.             Style = bsCheck
  7865.           end
  7866.           object AdvGlowButton10: TAdvGlowButton
  7867.             Left = 76
  7868.             Top = 28
  7869.             Width = 34
  7870.             Height = 34
  7871.             Action = actBarCodeRight
  7872.             ImageIndex = 11
  7873.             NotesFont.Charset = DEFAULT_CHARSET
  7874.             NotesFont.Color = clWindowText
  7875.             NotesFont.Height = -11
  7876.             NotesFont.Name = 'Tahoma'
  7877.             NotesFont.Style = []
  7878.             Position = bpRight
  7879.             Rounded = False
  7880.             Transparent = True
  7881.             TabOrder = 2
  7882.             Appearance.BorderColor = clWhite
  7883.             Appearance.BorderColorHot = 16246477
  7884.             Appearance.BorderColorDown = 15187578
  7885.             Appearance.BorderColorChecked = 15187578
  7886.             Appearance.BorderColorDisabled = clNone
  7887.             Appearance.Color = clWhite
  7888.             Appearance.ColorTo = clNone
  7889.             Appearance.ColorChecked = 15187578
  7890.             Appearance.ColorCheckedTo = 15187578
  7891.             Appearance.ColorDisabled = clWhite
  7892.             Appearance.ColorDisabledTo = clWhite
  7893.             Appearance.ColorDown = 15187578
  7894.             Appearance.ColorDownTo = 15187578
  7895.             Appearance.ColorHot = 16246477
  7896.             Appearance.ColorHotTo = 16246477
  7897.             Appearance.ColorMirror = clWhite
  7898.             Appearance.ColorMirrorTo = clWhite
  7899.             Appearance.ColorMirrorHot = 16246477
  7900.             Appearance.ColorMirrorHotTo = 16246477
  7901.             Appearance.ColorMirrorDown = 15187578
  7902.             Appearance.ColorMirrorDownTo = 15187578
  7903.             Appearance.ColorMirrorChecked = 15187578
  7904.             Appearance.ColorMirrorCheckedTo = 15187578
  7905.             Appearance.ColorMirrorDisabled = clWhite
  7906.             Appearance.ColorMirrorDisabledTo = clWhite
  7907.             Appearance.GradientHot = ggVertical
  7908.             Appearance.GradientMirrorHot = ggVertical
  7909.             Appearance.GradientDown = ggVertical
  7910.             Appearance.GradientMirrorDown = ggVertical
  7911.             Appearance.GradientChecked = ggVertical
  7912.             Appearance.TextColorChecked = 4474440
  7913.             Appearance.TextColorDown = 4474440
  7914.             Appearance.TextColorHot = 4474440
  7915.             GroupIndex = 201
  7916.             Style = bsCheck
  7917.           end
  7918.         end
  7919.       end
  7920.       object tbBarCodeData: TAdvToolBar
  7921.         Left = 248
  7922.         Top = 3
  7923.         Width = 242
  7924.         Height = 88
  7925.         UIStyle = tsOffice2019White
  7926.         AllowFloating = True
  7927.         AutoArrangeButtons = False
  7928.         AutoPositionControls = False
  7929.         AutoSize = False
  7930.         Caption = 'Barcode Data'
  7931.         CaptionFont.Charset = DEFAULT_CHARSET
  7932.         CaptionFont.Color = clWindowText
  7933.         CaptionFont.Height = -11
  7934.         CaptionFont.Name = 'Tahoma'
  7935.         CaptionFont.Style = []
  7936.         CaptionPosition = cpBottom
  7937.         CaptionAlignment = taCenter
  7938.         CompactImageIndex = 20
  7939.         ShowCaption = True
  7940.         ShowRightHandle = False
  7941.         TextAutoOptionMenu = 'Add or Remove Buttons'
  7942.         TextOptionMenu = 'Options'
  7943.         ToolBarStyler = AdvToolBarOfficeStyler1
  7944.         Images = ImgListLarge
  7945.         ParentOptionPicture = True
  7946.         ToolBarIndex = 1
  7947.         object Label6: TLabel
  7948.           AlignWithMargins = True
  7949.           Left = 4
  7950.           Top = 4
  7951.           Width = 236
  7952.           Height = 15
  7953.           Margins.Left = 4
  7954.           Margins.Top = 4
  7955.           Margins.Right = 2
  7956.           Align = alTop
  7957.           Caption = 'Barcode data:'
  7958.         end
  7959.         object lblBarcodeLength: TLabel
  7960.           AlignWithMargins = True
  7961.           Left = 4
  7962.           Top = 51
  7963.           Width = 234
  7964.           Height = 15
  7965.           Margins.Left = 4
  7966.           Margins.Top = 0
  7967.           Margins.Right = 4
  7968.           Align = alTop
  7969.           Alignment = taCenter
  7970.           Caption = 'Length = 0'
  7971.           Font.Charset = DEFAULT_CHARSET
  7972.           Font.Color = clGrayText
  7973.           Font.Height = -12
  7974.           Font.Name = 'Segoe UI'
  7975.           Font.Style = []
  7976.           ParentFont = False
  7977.         end
  7978.         object txtBarCode: TEdit
  7979.           AlignWithMargins = True
  7980.           Left = 4
  7981.           Top = 24
  7982.           Width = 234
  7983.           Height = 25
  7984.           Margins.Left = 4
  7985.           Margins.Top = 2
  7986.           Margins.Right = 4
  7987.           Margins.Bottom = 2
  7988.           Align = alTop
  7989.           Alignment = taCenter
  7990.           Font.Charset = DEFAULT_CHARSET
  7991.           Font.Color = clWindowText
  7992.           Font.Height = -13
  7993.           Font.Name = 'Segoe UI'
  7994.           Font.Style = []
  7995.           ParentFont = False
  7996.           TabOrder = 0
  7997.           TextHint = 'Enter barcode text'
  7998.           OnChange = txtTextFieldChange
  7999.         end
  8000.       end
  8001.     end
  8002.     object pageShapes: TAdvPage
  8003.       Tag = 1
  8004.       Left = -1
  8005.       Top = 48
  8006.       Width = 1043
  8007.       Height = 94
  8008.       Caption = 'Shapes'
  8009.       ImageIndex = 57
  8010.     end
  8011.     object pageDataFields: TAdvPage
  8012.       Tag = 1
  8013.       Left = -1
  8014.       Top = 48
  8015.       Width = 1043
  8016.       Height = 94
  8017.       Caption = 'Data Fields'
  8018.       ImageIndex = 69
  8019.       object tbDataSource: TAdvToolBar
  8020.         Left = 3
  8021.         Top = 3
  8022.         Width = 258
  8023.         Height = 88
  8024.         UIStyle = tsOffice2019White
  8025.         AllowFloating = True
  8026.         AutoSize = False
  8027.         Caption = 'Data Source'
  8028.         CaptionFont.Charset = DEFAULT_CHARSET
  8029.         CaptionFont.Color = clWindowText
  8030.         CaptionFont.Height = -11
  8031.         CaptionFont.Name = 'Tahoma'
  8032.         CaptionFont.Style = []
  8033.         CaptionPosition = cpBottom
  8034.         CaptionAlignment = taCenter
  8035.         CompactImageIndex = -1
  8036.         ShowCaption = True
  8037.         ShowRightHandle = False
  8038.         TextAutoOptionMenu = 'Add or Remove Buttons'
  8039.         TextOptionMenu = 'Options'
  8040.         ToolBarStyler = AdvToolBarOfficeStyler1
  8041.         Images = ImgListLarge
  8042.         ParentOptionPicture = True
  8043.         ToolBarIndex = 0
  8044.         object AdvToolBarContainer5: TAdvToolBarContainer
  8045.           Left = 0
  8046.           Top = 0
  8047.           Width = 258
  8048.           Height = 88
  8049.           Align = alClient
  8050.           Caption = ''
  8051.           Color.Color = clWhite
  8052.           Color.ColorTo = clBtnFace
  8053.           Color.Direction = gdHorizontal
  8054.           LineColor = clBtnShadow
  8055.           Line3D = True
  8056.           ShowBorder = False
  8057.           object Label14: TLabel
  8058.             Left = 8
  8059.             Top = 0
  8060.             Width = 233
  8061.             Height = 15
  8062.             Caption = 'Select the data source for the selected fields:'
  8063.           end
  8064.           object cmbCounterList: TComboBox
  8065.             Left = 8
  8066.             Top = 20
  8067.             Width = 233
  8068.             Height = 23
  8069.             Style = csDropDownList
  8070.             ItemIndex = 0
  8071.             TabOrder = 0
  8072.             Text = 'List 1 Field 1'
  8073.             Items.Strings = (
  8074.               'List 1 Field 1'
  8075.               'List 1 Field 2'
  8076.               'List 1 Field 3'
  8077.               'List 2 Field 1')
  8078.           end
  8079.         end
  8080.       end
  8081.     end
  8082.     object pageSettings: TAdvPage
  8083.       Left = -1
  8084.       Top = 48
  8085.       Width = 1043
  8086.       Height = 94
  8087.       Caption = 'Settings'
  8088.       ImageIndex = 66
  8089.       object tbDesignSettings: TAdvToolBar
  8090.         Left = 3
  8091.         Top = 3
  8092.         Width = 338
  8093.         Height = 88
  8094.         UIStyle = tsOffice2019White
  8095.         AllowFloating = True
  8096.         AutoArrangeButtons = False
  8097.         AutoPositionControls = False
  8098.         AutoSize = False
  8099.         Caption = 'Label Design Settings'
  8100.         CaptionFont.Charset = DEFAULT_CHARSET
  8101.         CaptionFont.Color = clWindowText
  8102.         CaptionFont.Height = -11
  8103.         CaptionFont.Name = 'Tahoma'
  8104.         CaptionFont.Style = []
  8105.         CaptionPosition = cpBottom
  8106.         CaptionAlignment = taCenter
  8107.         CompactCaption = 'Label Design'
  8108.         CompactImageIndex = 4
  8109.         ShowCaption = True
  8110.         ShowRightHandle = False
  8111.         TextAutoOptionMenu = 'Add or Remove Buttons'
  8112.         TextOptionMenu = 'Options'
  8113.         ToolBarStyler = AdvToolBarOfficeStyler1
  8114.         Images = ImgListLarge
  8115.         ParentOptionPicture = True
  8116.         ToolBarIndex = 0
  8117.         object btnShowLabelColouring: TAdvGlowButton
  8118.           Left = 10
  8119.           Top = 0
  8120.           Width = 160
  8121.           Height = 32
  8122.           Action = actShowLabelColouring
  8123.           Font.Charset = DEFAULT_CHARSET
  8124.           Font.Color = 4474440
  8125.           Font.Height = -12
  8126.           Font.Name = 'Segoe UI'
  8127.           Font.Style = []
  8128.           ImageIndex = 44
  8129.           FocusType = ftHot
  8130.           NotesFont.Charset = DEFAULT_CHARSET
  8131.           NotesFont.Color = clGrayText
  8132.           NotesFont.Height = -11
  8133.           NotesFont.Name = 'Segoe UI'
  8134.           NotesFont.Style = []
  8135.           ParentFont = False
  8136.           Rounded = False
  8137.           Transparent = True
  8138.           TabOrder = 0
  8139.           AllowAllUp = True
  8140.           Appearance.BorderColor = clWhite
  8141.           Appearance.BorderColorHot = 16246477
  8142.           Appearance.BorderColorDown = 15187578
  8143.           Appearance.BorderColorChecked = 15187578
  8144.           Appearance.BorderColorDisabled = clNone
  8145.           Appearance.Color = clWhite
  8146.           Appearance.ColorTo = clNone
  8147.           Appearance.ColorChecked = 15187578
  8148.           Appearance.ColorCheckedTo = 15187578
  8149.           Appearance.ColorDisabled = clWhite
  8150.           Appearance.ColorDisabledTo = clWhite
  8151.           Appearance.ColorDown = 15187578
  8152.           Appearance.ColorDownTo = 15187578
  8153.           Appearance.ColorHot = 16246477
  8154.           Appearance.ColorHotTo = 16246477
  8155.           Appearance.ColorMirror = clWhite
  8156.           Appearance.ColorMirrorTo = clWhite
  8157.           Appearance.ColorMirrorHot = 16246477
  8158.           Appearance.ColorMirrorHotTo = 16246477
  8159.           Appearance.ColorMirrorDown = 15187578
  8160.           Appearance.ColorMirrorDownTo = 15187578
  8161.           Appearance.ColorMirrorChecked = 15187578
  8162.           Appearance.ColorMirrorCheckedTo = 15187578
  8163.           Appearance.ColorMirrorDisabled = clWhite
  8164.           Appearance.ColorMirrorDisabledTo = clWhite
  8165.           Appearance.GradientHot = ggVertical
  8166.           Appearance.GradientMirrorHot = ggVertical
  8167.           Appearance.GradientDown = ggVertical
  8168.           Appearance.GradientMirrorDown = ggVertical
  8169.           Appearance.GradientChecked = ggVertical
  8170.           Appearance.TextColorChecked = 4474440
  8171.           Appearance.TextColorDown = 4474440
  8172.           Appearance.TextColorHot = 4474440
  8173.           Down = True
  8174.           Layout = blGlyphLeftAdjusted
  8175.           Style = bsCheck
  8176.         end
  8177.         object AdvGlowButton1: TAdvGlowButton
  8178.           Left = 173
  8179.           Top = 0
  8180.           Width = 160
  8181.           Height = 32
  8182.           Action = actShowBuildColours
  8183.           Font.Charset = DEFAULT_CHARSET
  8184.           Font.Color = 4474440
  8185.           Font.Height = -12
  8186.           Font.Name = 'Segoe UI'
  8187.           Font.Style = []
  8188.           ImageIndex = 43
  8189.           FocusType = ftHot
  8190.           NotesFont.Charset = DEFAULT_CHARSET
  8191.           NotesFont.Color = clGrayText
  8192.           NotesFont.Height = -11
  8193.           NotesFont.Name = 'Segoe UI'
  8194.           NotesFont.Style = []
  8195.           ParentFont = False
  8196.           Rounded = False
  8197.           Transparent = True
  8198.           TabOrder = 1
  8199.           AllowAllUp = True
  8200.           Appearance.BorderColor = clWhite
  8201.           Appearance.BorderColorHot = 16246477
  8202.           Appearance.BorderColorDown = 15187578
  8203.           Appearance.BorderColorChecked = 15187578
  8204.           Appearance.BorderColorDisabled = clNone
  8205.           Appearance.Color = clWhite
  8206.           Appearance.ColorTo = clNone
  8207.           Appearance.ColorChecked = 15187578
  8208.           Appearance.ColorCheckedTo = 15187578
  8209.           Appearance.ColorDisabled = clWhite
  8210.           Appearance.ColorDisabledTo = clWhite
  8211.           Appearance.ColorDown = 15187578
  8212.           Appearance.ColorDownTo = 15187578
  8213.           Appearance.ColorHot = 16246477
  8214.           Appearance.ColorHotTo = 16246477
  8215.           Appearance.ColorMirror = clWhite
  8216.           Appearance.ColorMirrorTo = clWhite
  8217.           Appearance.ColorMirrorHot = 16246477
  8218.           Appearance.ColorMirrorHotTo = 16246477
  8219.           Appearance.ColorMirrorDown = 15187578
  8220.           Appearance.ColorMirrorDownTo = 15187578
  8221.           Appearance.ColorMirrorChecked = 15187578
  8222.           Appearance.ColorMirrorCheckedTo = 15187578
  8223.           Appearance.ColorMirrorDisabled = clWhite
  8224.           Appearance.ColorMirrorDisabledTo = clWhite
  8225.           Appearance.GradientHot = ggVertical
  8226.           Appearance.GradientMirrorHot = ggVertical
  8227.           Appearance.GradientDown = ggVertical
  8228.           Appearance.GradientMirrorDown = ggVertical
  8229.           Appearance.GradientChecked = ggVertical
  8230.           Appearance.TextColorChecked = 4474440
  8231.           Appearance.TextColorDown = 4474440
  8232.           Appearance.TextColorHot = 4474440
  8233.           Layout = blGlyphLeftAdjusted
  8234.           Style = bsCheck
  8235.         end
  8236.         object AdvGlowButton2: TAdvGlowButton
  8237.           Left = 10
  8238.           Top = 32
  8239.           Width = 160
  8240.           Height = 32
  8241.           Action = actShowFieldOutlines
  8242.           Font.Charset = DEFAULT_CHARSET
  8243.           Font.Color = 4474440
  8244.           Font.Height = -12
  8245.           Font.Name = 'Segoe UI'
  8246.           Font.Style = []
  8247.           ImageIndex = 43
  8248.           FocusType = ftHot
  8249.           NotesFont.Charset = DEFAULT_CHARSET
  8250.           NotesFont.Color = clWindowText
  8251.           NotesFont.Height = -11
  8252.           NotesFont.Name = 'Tahoma'
  8253.           NotesFont.Style = []
  8254.           ParentFont = False
  8255.           Rounded = False
  8256.           Transparent = True
  8257.           TabOrder = 3
  8258.           AllowAllUp = True
  8259.           Appearance.BorderColor = clWhite
  8260.           Appearance.BorderColorHot = 16246477
  8261.           Appearance.BorderColorDown = 15187578
  8262.           Appearance.BorderColorChecked = 15187578
  8263.           Appearance.BorderColorDisabled = clNone
  8264.           Appearance.Color = clWhite
  8265.           Appearance.ColorTo = clNone
  8266.           Appearance.ColorChecked = 15187578
  8267.           Appearance.ColorCheckedTo = 15187578
  8268.           Appearance.ColorDisabled = clWhite
  8269.           Appearance.ColorDisabledTo = clWhite
  8270.           Appearance.ColorDown = 15187578
  8271.           Appearance.ColorDownTo = 15187578
  8272.           Appearance.ColorHot = 16246477
  8273.           Appearance.ColorHotTo = 16246477
  8274.           Appearance.ColorMirror = clWhite
  8275.           Appearance.ColorMirrorTo = clWhite
  8276.           Appearance.ColorMirrorHot = 16246477
  8277.           Appearance.ColorMirrorHotTo = 16246477
  8278.           Appearance.ColorMirrorDown = 15187578
  8279.           Appearance.ColorMirrorDownTo = 15187578
  8280.           Appearance.ColorMirrorChecked = 15187578
  8281.           Appearance.ColorMirrorCheckedTo = 15187578
  8282.           Appearance.ColorMirrorDisabled = clWhite
  8283.           Appearance.ColorMirrorDisabledTo = clWhite
  8284.           Appearance.GradientHot = ggVertical
  8285.           Appearance.GradientMirrorHot = ggVertical
  8286.           Appearance.GradientDown = ggVertical
  8287.           Appearance.GradientMirrorDown = ggVertical
  8288.           Appearance.GradientChecked = ggVertical
  8289.           Appearance.TextColorChecked = 4474440
  8290.           Appearance.TextColorDown = 4474440
  8291.           Appearance.TextColorHot = 4474440
  8292.           Layout = blGlyphLeftAdjusted
  8293.           Style = bsCheck
  8294.         end
  8295.         object AdvGlowButton3: TAdvGlowButton
  8296.           Left = 173
  8297.           Top = 32
  8298.           Width = 160
  8299.           Height = 32
  8300.           Action = actShowLabelOutlines
  8301.           Font.Charset = DEFAULT_CHARSET
  8302.           Font.Color = 4474440
  8303.           Font.Height = -12
  8304.           Font.Name = 'Segoe UI'
  8305.           Font.Style = []
  8306.           ImageIndex = 43
  8307.           FocusType = ftHot
  8308.           NotesFont.Charset = DEFAULT_CHARSET
  8309.           NotesFont.Color = clWindowText
  8310.           NotesFont.Height = -11
  8311.           NotesFont.Name = 'Tahoma'
  8312.           NotesFont.Style = []
  8313.           ParentFont = False
  8314.           Rounded = False
  8315.           Transparent = True
  8316.           TabOrder = 2
  8317.           AllowAllUp = True
  8318.           Appearance.BorderColor = clWhite
  8319.           Appearance.BorderColorHot = 16246477
  8320.           Appearance.BorderColorDown = 15187578
  8321.           Appearance.BorderColorChecked = 15187578
  8322.           Appearance.BorderColorDisabled = clNone
  8323.           Appearance.Color = clWhite
  8324.           Appearance.ColorTo = clNone
  8325.           Appearance.ColorChecked = 15187578
  8326.           Appearance.ColorCheckedTo = 15187578
  8327.           Appearance.ColorDisabled = clWhite
  8328.           Appearance.ColorDisabledTo = clWhite
  8329.           Appearance.ColorDown = 15187578
  8330.           Appearance.ColorDownTo = 15187578
  8331.           Appearance.ColorHot = 16246477
  8332.           Appearance.ColorHotTo = 16246477
  8333.           Appearance.ColorMirror = clWhite
  8334.           Appearance.ColorMirrorTo = clWhite
  8335.           Appearance.ColorMirrorHot = 16246477
  8336.           Appearance.ColorMirrorHotTo = 16246477
  8337.           Appearance.ColorMirrorDown = 15187578
  8338.           Appearance.ColorMirrorDownTo = 15187578
  8339.           Appearance.ColorMirrorChecked = 15187578
  8340.           Appearance.ColorMirrorCheckedTo = 15187578
  8341.           Appearance.ColorMirrorDisabled = clWhite
  8342.           Appearance.ColorMirrorDisabledTo = clWhite
  8343.           Appearance.GradientHot = ggVertical
  8344.           Appearance.GradientMirrorHot = ggVertical
  8345.           Appearance.GradientDown = ggVertical
  8346.           Appearance.GradientMirrorDown = ggVertical
  8347.           Appearance.GradientChecked = ggVertical
  8348.           Appearance.TextColorChecked = 4474440
  8349.           Appearance.TextColorDown = 4474440
  8350.           Appearance.TextColorHot = 4474440
  8351.           Layout = blGlyphLeftAdjusted
  8352.           Style = bsCheck
  8353.         end
  8354.       end
  8355.       object tbDesignerSettings: TAdvToolBar
  8356.         Left = 344
  8357.         Top = 3
  8358.         Width = 501
  8359.         Height = 88
  8360.         UIStyle = tsOffice2019White
  8361.         AllowFloating = True
  8362.         AutoArrangeButtons = False
  8363.         AutoPositionControls = False
  8364.         AutoSize = False
  8365.         Caption = 'Designer Settings'
  8366.         CaptionFont.Charset = DEFAULT_CHARSET
  8367.         CaptionFont.Color = clWindowText
  8368.         CaptionFont.Height = -11
  8369.         CaptionFont.Name = 'Tahoma'
  8370.         CaptionFont.Style = []
  8371.         CaptionPosition = cpBottom
  8372.         CaptionAlignment = taCenter
  8373.         CompactCaption = 'Designer'
  8374.         CompactImageIndex = 4
  8375.         ShowCaption = True
  8376.         ShowRightHandle = False
  8377.         TextAutoOptionMenu = 'Add or Remove Buttons'
  8378.         TextOptionMenu = 'Options'
  8379.         ToolBarStyler = AdvToolBarOfficeStyler1
  8380.         Images = ImgListLarge
  8381.         ParentOptionPicture = True
  8382.         ToolBarIndex = 1
  8383.         object Label4: TLabel
  8384.           Left = 160
  8385.           Top = 40
  8386.           Width = 53
  8387.           Height = 15
  8388.           Caption = 'Size (mm)'
  8389.         end
  8390.         object btnAlignGuides: TAdvGlowButton
  8391.           Left = 2
  8392.           Top = 0
  8393.           Width = 145
  8394.           Height = 32
  8395.           Action = actShowAlignGuides
  8396.           AutoSize = True
  8397.           Font.Charset = DEFAULT_CHARSET
  8398.           Font.Color = 4474440
  8399.           Font.Height = -12
  8400.           Font.Name = 'Segoe UI'
  8401.           Font.Style = []
  8402.           ImageIndex = 46
  8403.           FocusType = ftHot
  8404.           NotesFont.Charset = DEFAULT_CHARSET
  8405.           NotesFont.Color = clWindowText
  8406.           NotesFont.Height = -11
  8407.           NotesFont.Name = 'Tahoma'
  8408.           NotesFont.Style = []
  8409.           ParentFont = False
  8410.           Rounded = False
  8411.           Transparent = True
  8412.           TabOrder = 0
  8413.           Appearance.BorderColor = clWhite
  8414.           Appearance.BorderColorHot = 16246477
  8415.           Appearance.BorderColorDown = 15187578
  8416.           Appearance.BorderColorChecked = 15187578
  8417.           Appearance.BorderColorDisabled = clNone
  8418.           Appearance.Color = clWhite
  8419.           Appearance.ColorTo = clNone
  8420.           Appearance.ColorChecked = 15187578
  8421.           Appearance.ColorCheckedTo = 15187578
  8422.           Appearance.ColorDisabled = clWhite
  8423.           Appearance.ColorDisabledTo = clWhite
  8424.           Appearance.ColorDown = 15187578
  8425.           Appearance.ColorDownTo = 15187578
  8426.           Appearance.ColorHot = 16246477
  8427.           Appearance.ColorHotTo = 16246477
  8428.           Appearance.ColorMirror = clWhite
  8429.           Appearance.ColorMirrorTo = clWhite
  8430.           Appearance.ColorMirrorHot = 16246477
  8431.           Appearance.ColorMirrorHotTo = 16246477
  8432.           Appearance.ColorMirrorDown = 15187578
  8433.           Appearance.ColorMirrorDownTo = 15187578
  8434.           Appearance.ColorMirrorChecked = 15187578
  8435.           Appearance.ColorMirrorCheckedTo = 15187578
  8436.           Appearance.ColorMirrorDisabled = clWhite
  8437.           Appearance.ColorMirrorDisabledTo = clWhite
  8438.           Appearance.GradientHot = ggVertical
  8439.           Appearance.GradientMirrorHot = ggVertical
  8440.           Appearance.GradientDown = ggVertical
  8441.           Appearance.GradientMirrorDown = ggVertical
  8442.           Appearance.GradientChecked = ggVertical
  8443.           Appearance.TextColorChecked = 4474440
  8444.           Appearance.TextColorDown = 4474440
  8445.           Appearance.TextColorHot = 4474440
  8446.           Layout = blGlyphLeftAdjusted
  8447.         end
  8448.         object btnPermalignGuides: TAdvGlowButton
  8449.           Left = 2
  8450.           Top = 32
  8451.           Width = 145
  8452.           Height = 32
  8453.           Action = actShowPermalignGuides
  8454.           AutoSize = True
  8455.           Font.Charset = DEFAULT_CHARSET
  8456.           Font.Color = 4474440
  8457.           Font.Height = -12
  8458.           Font.Name = 'Segoe UI'
  8459.           Font.Style = []
  8460.           ImageIndex = 47
  8461.           FocusType = ftHot
  8462.           NotesFont.Charset = DEFAULT_CHARSET
  8463.           NotesFont.Color = clWindowText
  8464.           NotesFont.Height = -11
  8465.           NotesFont.Name = 'Tahoma'
  8466.           NotesFont.Style = []
  8467.           ParentFont = False
  8468.           Rounded = False
  8469.           Transparent = True
  8470.           TabOrder = 1
  8471.           Appearance.BorderColor = clWhite
  8472.           Appearance.BorderColorHot = 16246477
  8473.           Appearance.BorderColorDown = 15187578
  8474.           Appearance.BorderColorChecked = 15187578
  8475.           Appearance.BorderColorDisabled = clNone
  8476.           Appearance.Color = clWhite
  8477.           Appearance.ColorTo = clNone
  8478.           Appearance.ColorChecked = 15187578
  8479.           Appearance.ColorCheckedTo = 15187578
  8480.           Appearance.ColorDisabled = clWhite
  8481.           Appearance.ColorDisabledTo = clWhite
  8482.           Appearance.ColorDown = 15187578
  8483.           Appearance.ColorDownTo = 15187578
  8484.           Appearance.ColorHot = 16246477
  8485.           Appearance.ColorHotTo = 16246477
  8486.           Appearance.ColorMirror = clWhite
  8487.           Appearance.ColorMirrorTo = clWhite
  8488.           Appearance.ColorMirrorHot = 16246477
  8489.           Appearance.ColorMirrorHotTo = 16246477
  8490.           Appearance.ColorMirrorDown = 15187578
  8491.           Appearance.ColorMirrorDownTo = 15187578
  8492.           Appearance.ColorMirrorChecked = 15187578
  8493.           Appearance.ColorMirrorCheckedTo = 15187578
  8494.           Appearance.ColorMirrorDisabled = clWhite
  8495.           Appearance.ColorMirrorDisabledTo = clWhite
  8496.           Appearance.GradientHot = ggVertical
  8497.           Appearance.GradientMirrorHot = ggVertical
  8498.           Appearance.GradientDown = ggVertical
  8499.           Appearance.GradientMirrorDown = ggVertical
  8500.           Appearance.GradientChecked = ggVertical
  8501.           Appearance.TextColorChecked = 4474440
  8502.           Appearance.TextColorDown = 4474440
  8503.           Appearance.TextColorHot = 4474440
  8504.           Layout = blGlyphLeftAdjusted
  8505.         end
  8506.         object btnShowGrid: TAdvGlowButton
  8507.           Left = 151
  8508.           Top = 0
  8509.           Width = 71
  8510.           Height = 32
  8511.           Action = actShowGrid
  8512.           AutoSize = True
  8513.           Font.Charset = DEFAULT_CHARSET
  8514.           Font.Color = 4474440
  8515.           Font.Height = -12
  8516.           Font.Name = 'Segoe UI'
  8517.           Font.Style = []
  8518.           ImageIndex = 43
  8519.           FocusType = ftHot
  8520.           NotesFont.Charset = DEFAULT_CHARSET
  8521.           NotesFont.Color = clWindowText
  8522.           NotesFont.Height = -11
  8523.           NotesFont.Name = 'Tahoma'
  8524.           NotesFont.Style = []
  8525.           ParentFont = False
  8526.           Rounded = False
  8527.           Transparent = True
  8528.           TabOrder = 3
  8529.           Appearance.BorderColor = clWhite
  8530.           Appearance.BorderColorHot = 16246477
  8531.           Appearance.BorderColorDown = 15187578
  8532.           Appearance.BorderColorChecked = 15187578
  8533.           Appearance.BorderColorDisabled = clNone
  8534.           Appearance.Color = clWhite
  8535.           Appearance.ColorTo = clNone
  8536.           Appearance.ColorChecked = 15187578
  8537.           Appearance.ColorCheckedTo = 15187578
  8538.           Appearance.ColorDisabled = clWhite
  8539.           Appearance.ColorDisabledTo = clWhite
  8540.           Appearance.ColorDown = 15187578
  8541.           Appearance.ColorDownTo = 15187578
  8542.           Appearance.ColorHot = 16246477
  8543.           Appearance.ColorHotTo = 16246477
  8544.           Appearance.ColorMirror = clWhite
  8545.           Appearance.ColorMirrorTo = clWhite
  8546.           Appearance.ColorMirrorHot = 16246477
  8547.           Appearance.ColorMirrorHotTo = 16246477
  8548.           Appearance.ColorMirrorDown = 15187578
  8549.           Appearance.ColorMirrorDownTo = 15187578
  8550.           Appearance.ColorMirrorChecked = 15187578
  8551.           Appearance.ColorMirrorCheckedTo = 15187578
  8552.           Appearance.ColorMirrorDisabled = clWhite
  8553.           Appearance.ColorMirrorDisabledTo = clWhite
  8554.           Appearance.GradientHot = ggVertical
  8555.           Appearance.GradientMirrorHot = ggVertical
  8556.           Appearance.GradientDown = ggVertical
  8557.           Appearance.GradientMirrorDown = ggVertical
  8558.           Appearance.GradientChecked = ggVertical
  8559.           Appearance.TextColorChecked = 4474440
  8560.           Appearance.TextColorDown = 4474440
  8561.           Appearance.TextColorHot = 4474440
  8562.           Layout = blGlyphLeftAdjusted
  8563.         end
  8564.         object spinGridSize: TSpinEdit
  8565.           Left = 216
  8566.           Top = 36
  8567.           Width = 53
  8568.           Height = 24
  8569.           AutoSize = False
  8570.           MaxValue = 20
  8571.           MinValue = 1
  8572.           TabOrder = 2
  8573.           Value = 5
  8574.           OnChange = spinGridSizeChange
  8575.         end
  8576.         object btnShowObjectListAuto: TAdvGlowButton
  8577.           Left = 282
  8578.           Top = 0
  8579.           Width = 211
  8580.           Height = 32
  8581.           Action = actShowObjectListAuto
  8582.           AutoSize = True
  8583.           Font.Charset = DEFAULT_CHARSET
  8584.           Font.Color = 4474440
  8585.           Font.Height = -12
  8586.           Font.Name = 'Segoe UI'
  8587.           Font.Style = []
  8588.           ImageIndex = 95
  8589.           FocusType = ftHot
  8590.           NotesFont.Charset = DEFAULT_CHARSET
  8591.           NotesFont.Color = clWindowText
  8592.           NotesFont.Height = -11
  8593.           NotesFont.Name = 'Tahoma'
  8594.           NotesFont.Style = []
  8595.           ParentFont = False
  8596.           Rounded = False
  8597.           Transparent = True
  8598.           TabOrder = 4
  8599.           Appearance.BorderColor = clWhite
  8600.           Appearance.BorderColorHot = 16246477
  8601.           Appearance.BorderColorDown = 15187578
  8602.           Appearance.BorderColorChecked = 15187578
  8603.           Appearance.BorderColorDisabled = clNone
  8604.           Appearance.Color = clWhite
  8605.           Appearance.ColorTo = clNone
  8606.           Appearance.ColorChecked = 15187578
  8607.           Appearance.ColorCheckedTo = 15187578
  8608.           Appearance.ColorDisabled = clWhite
  8609.           Appearance.ColorDisabledTo = clWhite
  8610.           Appearance.ColorDown = 15187578
  8611.           Appearance.ColorDownTo = 15187578
  8612.           Appearance.ColorHot = 16246477
  8613.           Appearance.ColorHotTo = 16246477
  8614.           Appearance.ColorMirror = clWhite
  8615.           Appearance.ColorMirrorTo = clWhite
  8616.           Appearance.ColorMirrorHot = 16246477
  8617.           Appearance.ColorMirrorHotTo = 16246477
  8618.           Appearance.ColorMirrorDown = 15187578
  8619.           Appearance.ColorMirrorDownTo = 15187578
  8620.           Appearance.ColorMirrorChecked = 15187578
  8621.           Appearance.ColorMirrorCheckedTo = 15187578
  8622.           Appearance.ColorMirrorDisabled = clWhite
  8623.           Appearance.ColorMirrorDisabledTo = clWhite
  8624.           Appearance.GradientHot = ggVertical
  8625.           Appearance.GradientMirrorHot = ggVertical
  8626.           Appearance.GradientDown = ggVertical
  8627.           Appearance.GradientMirrorDown = ggVertical
  8628.           Appearance.GradientChecked = ggVertical
  8629.           Appearance.TextColorChecked = 4474440
  8630.           Appearance.TextColorDown = 4474440
  8631.           Appearance.TextColorHot = 4474440
  8632.           Layout = blGlyphLeftAdjusted
  8633.         end
  8634.       end
  8635.     end
  8636.     object pageDEBUG: TAdvPage
  8637.       Left = -1
  8638.       Top = 48
  8639.       Width = 1043
  8640.       Height = 94
  8641.       Caption = 'DEBUG'
  8642.       ImageIndex = 4
  8643.       object tbDebugTools: TAdvToolBar
  8644.         Left = 3
  8645.         Top = 3
  8646.         Width = 602
  8647.         Height = 88
  8648.         UIStyle = tsOffice2019White
  8649.         AllowFloating = True
  8650.         AutoArrangeButtons = False
  8651.         AutoPositionControls = False
  8652.         AutoSize = False
  8653.         Caption = 'Tools'
  8654.         CaptionFont.Charset = DEFAULT_CHARSET
  8655.         CaptionFont.Color = clWindowText
  8656.         CaptionFont.Height = -11
  8657.         CaptionFont.Name = 'Tahoma'
  8658.         CaptionFont.Style = []
  8659.         CaptionPosition = cpBottom
  8660.         CaptionAlignment = taCenter
  8661.         CompactImageIndex = -1
  8662.         ShowCaption = True
  8663.         ShowRightHandle = False
  8664.         TextAutoOptionMenu = 'Add or Remove Buttons'
  8665.         TextOptionMenu = 'Options'
  8666.         ToolBarStyler = AdvToolBarOfficeStyler1
  8667.         Images = ImgListLarge
  8668.         ParentOptionPicture = True
  8669.         ToolBarIndex = 0
  8670.         object btnClearAllFieldsDebug: TAdvGlowButton
  8671.           Left = 6
  8672.           Top = 6
  8673.           Width = 191
  8674.           Height = 66
  8675.           AutoSize = True
  8676.           Caption = 'Clear all fields'#8230
  8677.           Font.Charset = DEFAULT_CHARSET
  8678.           Font.Color = 4474440
  8679.           Font.Height = -12
  8680.           Font.Name = 'Segoe UI'
  8681.           Font.Style = []
  8682.           ImageIndex = 43
  8683.           Images = ImgListSmall
  8684.           FocusType = ftHot
  8685.           Notes.Strings = (
  8686.             'Clears all data and fixed fields'
  8687.             'from the DesignBox - does not'
  8688.             'affect the label objects. ')
  8689.           NotesFont.Charset = DEFAULT_CHARSET
  8690.           NotesFont.Color = clSilver
  8691.           NotesFont.Height = -11
  8692.           NotesFont.Name = 'Tahoma'
  8693.           NotesFont.Style = []
  8694.           ParentFont = False
  8695.           Rounded = False
  8696.           Transparent = True
  8697.           TabOrder = 0
  8698.           OnClick = btnClearAllFieldsDebugClick
  8699.           Appearance.BorderColor = clWhite
  8700.           Appearance.BorderColorHot = 16246477
  8701.           Appearance.BorderColorDown = 15187578
  8702.           Appearance.BorderColorChecked = 15187578
  8703.           Appearance.BorderColorDisabled = clNone
  8704.           Appearance.Color = clWhite
  8705.           Appearance.ColorTo = clNone
  8706.           Appearance.ColorChecked = 15187578
  8707.           Appearance.ColorCheckedTo = 15187578
  8708.           Appearance.ColorDisabled = clWhite
  8709.           Appearance.ColorDisabledTo = clWhite
  8710.           Appearance.ColorDown = 15187578
  8711.           Appearance.ColorDownTo = 15187578
  8712.           Appearance.ColorHot = 16246477
  8713.           Appearance.ColorHotTo = 16246477
  8714.           Appearance.ColorMirror = clWhite
  8715.           Appearance.ColorMirrorTo = clWhite
  8716.           Appearance.ColorMirrorHot = 16246477
  8717.           Appearance.ColorMirrorHotTo = 16246477
  8718.           Appearance.ColorMirrorDown = 15187578
  8719.           Appearance.ColorMirrorDownTo = 15187578
  8720.           Appearance.ColorMirrorChecked = 15187578
  8721.           Appearance.ColorMirrorCheckedTo = 15187578
  8722.           Appearance.ColorMirrorDisabled = clWhite
  8723.           Appearance.ColorMirrorDisabledTo = clWhite
  8724.           Appearance.GradientHot = ggVertical
  8725.           Appearance.GradientMirrorHot = ggVertical
  8726.           Appearance.GradientDown = ggVertical
  8727.           Appearance.GradientMirrorDown = ggVertical
  8728.           Appearance.GradientChecked = ggVertical
  8729.           Appearance.TextColorChecked = 4474440
  8730.           Appearance.TextColorDown = 4474440
  8731.           Appearance.TextColorHot = 4474440
  8732.           Layout = blGlyphLeftAdjusted
  8733.         end
  8734.         object btnRebuildTemplateDebug: TAdvGlowButton
  8735.           Left = 192
  8736.           Top = 6
  8737.           Width = 224
  8738.           Height = 66
  8739.           AutoSize = True
  8740.           Caption = 'Rebuild Template'
  8741.           Font.Charset = DEFAULT_CHARSET
  8742.           Font.Color = 4474440
  8743.           Font.Height = -12
  8744.           Font.Name = 'Segoe UI'
  8745.           Font.Style = []
  8746.           ImageIndex = 44
  8747.           Images = ImgListSmall
  8748.           FocusType = ftHot
  8749.           Notes.Strings = (
  8750.             'Will re-create all data and fixed fields'
  8751.             'from the underlying template. Must'
  8752.             'Clear All Fields first to avoid dupes. ')
  8753.           NotesFont.Charset = DEFAULT_CHARSET
  8754.           NotesFont.Color = clSilver
  8755.           NotesFont.Height = -11
  8756.           NotesFont.Name = 'Tahoma'
  8757.           NotesFont.Style = []
  8758.           ParentFont = False
  8759.           Rounded = False
  8760.           Transparent = True
  8761.           TabOrder = 2
  8762.           OnClick = btnRebuildTemplateDebugClick
  8763.           Appearance.BorderColor = clWhite
  8764.           Appearance.BorderColorHot = 16246477
  8765.           Appearance.BorderColorDown = 15187578
  8766.           Appearance.BorderColorChecked = 15187578
  8767.           Appearance.BorderColorDisabled = clNone
  8768.           Appearance.Color = clWhite
  8769.           Appearance.ColorTo = clNone
  8770.           Appearance.ColorChecked = 15187578
  8771.           Appearance.ColorCheckedTo = 15187578
  8772.           Appearance.ColorDisabled = clWhite
  8773.           Appearance.ColorDisabledTo = clWhite
  8774.           Appearance.ColorDown = 15187578
  8775.           Appearance.ColorDownTo = 15187578
  8776.           Appearance.ColorHot = 16246477
  8777.           Appearance.ColorHotTo = 16246477
  8778.           Appearance.ColorMirror = clWhite
  8779.           Appearance.ColorMirrorTo = clWhite
  8780.           Appearance.ColorMirrorHot = 16246477
  8781.           Appearance.ColorMirrorHotTo = 16246477
  8782.           Appearance.ColorMirrorDown = 15187578
  8783.           Appearance.ColorMirrorDownTo = 15187578
  8784.           Appearance.ColorMirrorChecked = 15187578
  8785.           Appearance.ColorMirrorCheckedTo = 15187578
  8786.           Appearance.ColorMirrorDisabled = clWhite
  8787.           Appearance.ColorMirrorDisabledTo = clWhite
  8788.           Appearance.GradientHot = ggVertical
  8789.           Appearance.GradientMirrorHot = ggVertical
  8790.           Appearance.GradientDown = ggVertical
  8791.           Appearance.GradientMirrorDown = ggVertical
  8792.           Appearance.GradientChecked = ggVertical
  8793.           Appearance.TextColorChecked = 4474440
  8794.           Appearance.TextColorDown = 4474440
  8795.           Appearance.TextColorHot = 4474440
  8796.           Layout = blGlyphLeftAdjusted
  8797.         end
  8798.         object btnDebugSaveToJson: TAdvGlowButton
  8799.           Left = 410
  8800.           Top = 2
  8801.           Width = 89
  8802.           Height = 71
  8803.           Caption = 'Save design to JSON file'#8230
  8804.           Font.Charset = DEFAULT_CHARSET
  8805.           Font.Color = 4474440
  8806.           Font.Height = -12
  8807.           Font.Name = 'Segoe UI'
  8808.           Font.Style = []
  8809.           ImageIndex = 3
  8810.           Images = ImgListLarge
  8811.           FocusType = ftHot
  8812.           NotesFont.Charset = DEFAULT_CHARSET
  8813.           NotesFont.Color = clSilver
  8814.           NotesFont.Height = -11
  8815.           NotesFont.Name = 'Tahoma'
  8816.           NotesFont.Style = []
  8817.           ParentFont = False
  8818.           Rounded = False
  8819.           Transparent = True
  8820.           TabOrder = 1
  8821.           OnClick = btnDebugSaveToJsonClick
  8822.           Appearance.BorderColor = clWhite
  8823.           Appearance.BorderColorHot = 16246477
  8824.           Appearance.BorderColorDown = 15187578
  8825.           Appearance.BorderColorChecked = 15187578
  8826.           Appearance.BorderColorDisabled = clNone
  8827.           Appearance.Color = clWhite
  8828.           Appearance.ColorTo = clNone
  8829.           Appearance.ColorChecked = 15187578
  8830.           Appearance.ColorCheckedTo = 15187578
  8831.           Appearance.ColorDisabled = clWhite
  8832.           Appearance.ColorDisabledTo = clWhite
  8833.           Appearance.ColorDown = 15187578
  8834.           Appearance.ColorDownTo = 15187578
  8835.           Appearance.ColorHot = 16246477
  8836.           Appearance.ColorHotTo = 16246477
  8837.           Appearance.ColorMirror = clWhite
  8838.           Appearance.ColorMirrorTo = clWhite
  8839.           Appearance.ColorMirrorHot = 16246477
  8840.           Appearance.ColorMirrorHotTo = 16246477
  8841.           Appearance.ColorMirrorDown = 15187578
  8842.           Appearance.ColorMirrorDownTo = 15187578
  8843.           Appearance.ColorMirrorChecked = 15187578
  8844.           Appearance.ColorMirrorCheckedTo = 15187578
  8845.           Appearance.ColorMirrorDisabled = clWhite
  8846.           Appearance.ColorMirrorDisabledTo = clWhite
  8847.           Appearance.GradientHot = ggVertical
  8848.           Appearance.GradientMirrorHot = ggVertical
  8849.           Appearance.GradientDown = ggVertical
  8850.           Appearance.GradientMirrorDown = ggVertical
  8851.           Appearance.GradientChecked = ggVertical
  8852.           Appearance.TextColorChecked = 4474440
  8853.           Appearance.TextColorDown = 4474440
  8854.           Appearance.TextColorHot = 4474440
  8855.           Layout = blGlyphTopAdjusted
  8856.         end
  8857.         object btnExtremeDesignMode: TAdvGlowButton
  8858.           Left = 503
  8859.           Top = 2
  8860.           Width = 89
  8861.           Height = 71
  8862.           Caption = 'Extreme Design Mode'
  8863.           Font.Charset = DEFAULT_CHARSET
  8864.           Font.Color = 4474440
  8865.           Font.Height = -12
  8866.           Font.Name = 'Segoe UI'
  8867.           Font.Style = []
  8868.           ImageIndex = 38
  8869.           Images = ImgListLarge
  8870.           FocusType = ftHot
  8871.           NotesFont.Charset = DEFAULT_CHARSET
  8872.           NotesFont.Color = clWindowText
  8873.           NotesFont.Height = -11
  8874.           NotesFont.Name = 'Tahoma'
  8875.           NotesFont.Style = []
  8876.           ParentFont = False
  8877.           Rounded = False
  8878.           Transparent = True
  8879.           TabOrder = 3
  8880.           OnClick = btnExtremeDesignModeClick
  8881.           Appearance.BorderColor = clWhite
  8882.           Appearance.BorderColorHot = 16246477
  8883.           Appearance.BorderColorDown = 15187578
  8884.           Appearance.BorderColorChecked = 15187578
  8885.           Appearance.BorderColorDisabled = clNone
  8886.           Appearance.Color = clWhite
  8887.           Appearance.ColorTo = clNone
  8888.           Appearance.ColorChecked = 15187578
  8889.           Appearance.ColorCheckedTo = 15187578
  8890.           Appearance.ColorDisabled = clWhite
  8891.           Appearance.ColorDisabledTo = clWhite
  8892.           Appearance.ColorDown = 15187578
  8893.           Appearance.ColorDownTo = 15187578
  8894.           Appearance.ColorHot = 16246477
  8895.           Appearance.ColorHotTo = 16246477
  8896.           Appearance.ColorMirror = clWhite
  8897.           Appearance.ColorMirrorTo = clWhite
  8898.           Appearance.ColorMirrorHot = 16246477
  8899.           Appearance.ColorMirrorHotTo = 16246477
  8900.           Appearance.ColorMirrorDown = 15187578
  8901.           Appearance.ColorMirrorDownTo = 15187578
  8902.           Appearance.ColorMirrorChecked = 15187578
  8903.           Appearance.ColorMirrorCheckedTo = 15187578
  8904.           Appearance.ColorMirrorDisabled = clWhite
  8905.           Appearance.ColorMirrorDisabledTo = clWhite
  8906.           Appearance.GradientHot = ggVertical
  8907.           Appearance.GradientMirrorHot = ggVertical
  8908.           Appearance.GradientDown = ggVertical
  8909.           Appearance.GradientMirrorDown = ggVertical
  8910.           Appearance.GradientChecked = ggVertical
  8911.           Appearance.TextColorChecked = 4474440
  8912.           Appearance.TextColorDown = 4474440
  8913.           Appearance.TextColorHot = 4474440
  8914.           Layout = blGlyphTopAdjusted
  8915.         end
  8916.       end
  8917.       object tbGarbageCollect: TAdvToolBar
  8918.         Left = 608
  8919.         Top = 3
  8920.         Width = 81
  8921.         Height = 88
  8922.         UIStyle = tsOffice2019White
  8923.         AllowFloating = True
  8924.         AutoArrangeButtons = False
  8925.         AutoPositionControls = False
  8926.         AutoSize = False
  8927.         Caption = 'GC'
  8928.         CaptionFont.Charset = DEFAULT_CHARSET
  8929.         CaptionFont.Color = clWindowText
  8930.         CaptionFont.Height = -11
  8931.         CaptionFont.Name = 'Tahoma'
  8932.         CaptionFont.Style = []
  8933.         CaptionPosition = cpBottom
  8934.         CaptionAlignment = taCenter
  8935.         CompactImageIndex = -1
  8936.         ShowCaption = True
  8937.         ShowRightHandle = False
  8938.         TextAutoOptionMenu = 'Add or Remove Buttons'
  8939.         TextOptionMenu = 'Options'
  8940.         ToolBarStyler = AdvToolBarOfficeStyler1
  8941.         Images = ImgListLarge
  8942.         ParentOptionPicture = True
  8943.         ToolBarIndex = 1
  8944.         object AdvToolBarContainer7: TAdvToolBarContainer
  8945.           Left = 0
  8946.           Top = 0
  8947.           Width = 81
  8948.           Height = 72
  8949.           Align = alClient
  8950.           Caption = ''
  8951.           Color.Color = clWhite
  8952.           Color.ColorTo = clBtnFace
  8953.           Color.Direction = gdHorizontal
  8954.           LineColor = clBtnShadow
  8955.           Line3D = False
  8956.           ShowBorder = False
  8957.           object btnGC: TAdvGlowButton
  8958.             Left = 0
  8959.             Top = 0
  8960.             Width = 61
  8961.             Height = 25
  8962.             Caption = 'GC Now'
  8963.             NotesFont.Charset = DEFAULT_CHARSET
  8964.             NotesFont.Color = clWindowText
  8965.             NotesFont.Height = -11
  8966.             NotesFont.Name = 'Tahoma'
  8967.             NotesFont.Style = []
  8968.             Rounded = False
  8969.             Transparent = True
  8970.             TabOrder = 0
  8971.             OnClick = btnGCClick
  8972.             Appearance.BorderColor = clWhite
  8973.             Appearance.BorderColorHot = 16246477
  8974.             Appearance.BorderColorDown = 15187578
  8975.             Appearance.BorderColorChecked = 15187578
  8976.             Appearance.BorderColorDisabled = clNone
  8977.             Appearance.Color = clWhite
  8978.             Appearance.ColorTo = clNone
  8979.             Appearance.ColorChecked = 15187578
  8980.             Appearance.ColorCheckedTo = 15187578
  8981.             Appearance.ColorDisabled = clWhite
  8982.             Appearance.ColorDisabledTo = clWhite
  8983.             Appearance.ColorDown = 15187578
  8984.             Appearance.ColorDownTo = 15187578
  8985.             Appearance.ColorHot = 16246477
  8986.             Appearance.ColorHotTo = 16246477
  8987.             Appearance.ColorMirror = clWhite
  8988.             Appearance.ColorMirrorTo = clWhite
  8989.             Appearance.ColorMirrorHot = 16246477
  8990.             Appearance.ColorMirrorHotTo = 16246477
  8991.             Appearance.ColorMirrorDown = 15187578
  8992.             Appearance.ColorMirrorDownTo = 15187578
  8993.             Appearance.ColorMirrorChecked = 15187578
  8994.             Appearance.ColorMirrorCheckedTo = 15187578
  8995.             Appearance.ColorMirrorDisabled = clWhite
  8996.             Appearance.ColorMirrorDisabledTo = clWhite
  8997.             Appearance.GradientHot = ggVertical
  8998.             Appearance.GradientMirrorHot = ggVertical
  8999.             Appearance.GradientDown = ggVertical
  9000.             Appearance.GradientMirrorDown = ggVertical
  9001.             Appearance.GradientChecked = ggVertical
  9002.             Appearance.TextColorChecked = 4474440
  9003.             Appearance.TextColorDown = 4474440
  9004.             Appearance.TextColorHot = 4474440
  9005.           end
  9006.           object chkAutoGC: TCheckBox
  9007.             Left = 1
  9008.             Top = 28
  9009.             Width = 65
  9010.             Height = 17
  9011.             Caption = 'Auto GC'
  9012.             Checked = True
  9013.             State = cbChecked
  9014.             TabOrder = 1
  9015.           end
  9016.         end
  9017.       end
  9018.       object tbDeviceResolution: TAdvToolBar
  9019.         Left = 692
  9020.         Top = 3
  9021.         Width = 175
  9022.         Height = 88
  9023.         UIStyle = tsOffice2019White
  9024.         AllowFloating = True
  9025.         AutoArrangeButtons = False
  9026.         AutoPositionControls = False
  9027.         AutoSize = False
  9028.         Caption = 'Device Resolution'
  9029.         CaptionFont.Charset = DEFAULT_CHARSET
  9030.         CaptionFont.Color = clWindowText
  9031.         CaptionFont.Height = -11
  9032.         CaptionFont.Name = 'Tahoma'
  9033.         CaptionFont.Style = []
  9034.         CaptionPosition = cpBottom
  9035.         CaptionAlignment = taCenter
  9036.         CompactImageIndex = -1
  9037.         ShowCaption = True
  9038.         ShowRightHandle = False
  9039.         TextAutoOptionMenu = 'Add or Remove Buttons'
  9040.         TextOptionMenu = 'Options'
  9041.         ToolBarStyler = AdvToolBarOfficeStyler1
  9042.         Images = ImgListLarge
  9043.         ParentOptionPicture = True
  9044.         ToolBarIndex = 2
  9045.         object cmbDeviceRes: TComboBox
  9046.           Left = 12
  9047.           Top = 14
  9048.           Width = 145
  9049.           Height = 23
  9050.           Style = csDropDownList
  9051.           TabOrder = 0
  9052.           OnSelect = cmbDeviceResSelect
  9053.         end
  9054.       end
  9055.       object tbToolsDemo: TAdvToolBar
  9056.         Left = 870
  9057.         Top = 3
  9058.         Width = 120
  9059.         Height = 88
  9060.         UIStyle = tsOffice2019White
  9061.         AllowFloating = True
  9062.         AutoPositionMultiRow = True
  9063.         AutoSize = False
  9064.         Caption = 'Tools Demo'
  9065.         CaptionFont.Charset = DEFAULT_CHARSET
  9066.         CaptionFont.Color = clWindowText
  9067.         CaptionFont.Height = -11
  9068.         CaptionFont.Name = 'Tahoma'
  9069.         CaptionFont.Style = []
  9070.         CaptionPosition = cpBottom
  9071.         CaptionAlignment = taCenter
  9072.         CompactImageIndex = -1
  9073.         ShowCaption = True
  9074.         ShowRightHandle = False
  9075.         TextAutoOptionMenu = 'Add or Remove Buttons'
  9076.         TextOptionMenu = 'Options'
  9077.         ToolBarStyler = AdvToolBarOfficeStyler1
  9078.         ParentOptionPicture = True
  9079.         ToolBarIndex = 3
  9080.         object btnDrawShapeDemo: TAdvGlowButton
  9081.           Left = 2
  9082.           Top = 25
  9083.           Width = 101
  9084.           Height = 25
  9085.           Caption = 'Draw Rectangle'
  9086.           Font.Charset = DEFAULT_CHARSET
  9087.           Font.Color = 4474440
  9088.           Font.Height = -12
  9089.           Font.Name = 'Segoe UI'
  9090.           Font.Style = []
  9091.           FocusType = ftHot
  9092.           NotesFont.Charset = DEFAULT_CHARSET
  9093.           NotesFont.Color = clWindowText
  9094.           NotesFont.Height = -11
  9095.           NotesFont.Name = 'Tahoma'
  9096.           NotesFont.Style = []
  9097.           ParentFont = False
  9098.           Rounded = False
  9099.           TabOrder = 1
  9100.           OnClick = btnDrawShapeDemoClick
  9101.           Appearance.BorderColor = clWhite
  9102.           Appearance.BorderColorHot = 16246477
  9103.           Appearance.BorderColorDown = 15187578
  9104.           Appearance.BorderColorChecked = 15187578
  9105.           Appearance.BorderColorDisabled = clNone
  9106.           Appearance.Color = clWhite
  9107.           Appearance.ColorTo = clNone
  9108.           Appearance.ColorChecked = 15187578
  9109.           Appearance.ColorCheckedTo = 15187578
  9110.           Appearance.ColorDisabled = clWhite
  9111.           Appearance.ColorDisabledTo = clWhite
  9112.           Appearance.ColorDown = 15187578
  9113.           Appearance.ColorDownTo = 15187578
  9114.           Appearance.ColorHot = 16246477
  9115.           Appearance.ColorHotTo = 16246477
  9116.           Appearance.ColorMirror = clWhite
  9117.           Appearance.ColorMirrorTo = clWhite
  9118.           Appearance.ColorMirrorHot = 16246477
  9119.           Appearance.ColorMirrorHotTo = 16246477
  9120.           Appearance.ColorMirrorDown = 15187578
  9121.           Appearance.ColorMirrorDownTo = 15187578
  9122.           Appearance.ColorMirrorChecked = 15187578
  9123.           Appearance.ColorMirrorCheckedTo = 15187578
  9124.           Appearance.ColorMirrorDisabled = clWhite
  9125.           Appearance.ColorMirrorDisabledTo = clWhite
  9126.           Appearance.GradientHot = ggVertical
  9127.           Appearance.GradientMirrorHot = ggVertical
  9128.           Appearance.GradientDown = ggVertical
  9129.           Appearance.GradientMirrorDown = ggVertical
  9130.           Appearance.GradientChecked = ggVertical
  9131.           Appearance.TextColorChecked = 4474440
  9132.           Appearance.TextColorDown = 4474440
  9133.           Appearance.TextColorHot = 4474440
  9134.         end
  9135.         object AdvGlowButton19: TAdvGlowButton
  9136.           Left = 2
  9137.           Top = 0
  9138.           Width = 82
  9139.           Height = 25
  9140.           Caption = 'Draw Ellipse'
  9141.           Font.Charset = DEFAULT_CHARSET
  9142.           Font.Color = 4474440
  9143.           Font.Height = -12
  9144.           Font.Name = 'Segoe UI'
  9145.           Font.Style = []
  9146.           FocusType = ftHot
  9147.           NotesFont.Charset = DEFAULT_CHARSET
  9148.           NotesFont.Color = clWindowText
  9149.           NotesFont.Height = -11
  9150.           NotesFont.Name = 'Tahoma'
  9151.           NotesFont.Style = []
  9152.           ParentFont = False
  9153.           Rounded = False
  9154.           TabOrder = 2
  9155.           OnClick = AdvGlowButton19Click
  9156.           Appearance.BorderColor = clWhite
  9157.           Appearance.BorderColorHot = 16246477
  9158.           Appearance.BorderColorDown = 15187578
  9159.           Appearance.BorderColorChecked = 15187578
  9160.           Appearance.BorderColorDisabled = clNone
  9161.           Appearance.Color = clWhite
  9162.           Appearance.ColorTo = clNone
  9163.           Appearance.ColorChecked = 15187578
  9164.           Appearance.ColorCheckedTo = 15187578
  9165.           Appearance.ColorDisabled = clWhite
  9166.           Appearance.ColorDisabledTo = clWhite
  9167.           Appearance.ColorDown = 15187578
  9168.           Appearance.ColorDownTo = 15187578
  9169.           Appearance.ColorHot = 16246477
  9170.           Appearance.ColorHotTo = 16246477
  9171.           Appearance.ColorMirror = clWhite
  9172.           Appearance.ColorMirrorTo = clWhite
  9173.           Appearance.ColorMirrorHot = 16246477
  9174.           Appearance.ColorMirrorHotTo = 16246477
  9175.           Appearance.ColorMirrorDown = 15187578
  9176.           Appearance.ColorMirrorDownTo = 15187578
  9177.           Appearance.ColorMirrorChecked = 15187578
  9178.           Appearance.ColorMirrorCheckedTo = 15187578
  9179.           Appearance.ColorMirrorDisabled = clWhite
  9180.           Appearance.ColorMirrorDisabledTo = clWhite
  9181.           Appearance.GradientHot = ggVertical
  9182.           Appearance.GradientMirrorHot = ggVertical
  9183.           Appearance.GradientDown = ggVertical
  9184.           Appearance.GradientMirrorDown = ggVertical
  9185.           Appearance.GradientChecked = ggVertical
  9186.           Appearance.TextColorChecked = 4474440
  9187.           Appearance.TextColorDown = 4474440
  9188.           Appearance.TextColorHot = 4474440
  9189.         end
  9190.       end
  9191.     end
  9192.     object ribbonFileButton: TAdvShapeButton
  9193.       Left = 0
  9194.       Top = 19
  9195.       Width = 45
  9196.       Height = 30
  9197.       Appearance.Shape = bsOrb
  9198.       Appearance.BorderColor = clWhite
  9199.       Appearance.BorderColorHot = clWhite
  9200.       Appearance.BorderColorDown = 14851584
  9201.       Appearance.BorderColorDisabled = clWhite
  9202.       Appearance.InnerBorderColor = clGray
  9203.       Appearance.InnerBorderColorHot = clGray
  9204.       Appearance.InnerBorderColorDown = clGray
  9205.       Appearance.Color = 12954008
  9206.       Appearance.ColorTo = 15722980
  9207.       Appearance.ColorHot = 14408667
  9208.       Appearance.ColorHotTo = 14408667
  9209.       Appearance.ColorDown = 14851584
  9210.       Appearance.ColorDownTo = 14851584
  9211.       Appearance.ColorDownMirror = 14851584
  9212.       Appearance.ColorDownMirrorTo = 14851584
  9213.       Appearance.ColorDisabled = clGray
  9214.       Appearance.ColorDisabledTo = clGray
  9215.       Font.Charset = DEFAULT_CHARSET
  9216.       Font.Color = 2500134
  9217.       Font.Height = -11
  9218.       Font.Name = 'Tahoma'
  9219.       Font.Style = []
  9220.       ParentBackground = False
  9221.       ParentFont = False
  9222.       TabOrder = 1
  9223.       Text = 'File'
  9224.       Version = '6.2.1.8'
  9225.       OnClick = ribbonFileButtonClick
  9226.     end
  9227.   end
  9228.   object pnlClient: TPanel
  9229.     Left = 0
  9230.     Top = 174
  9231.     Width = 1041
  9232.     Height = 571
  9233.     Align = alClient
  9234.     BevelOuter = bvNone
  9235.     TabOrder = 1
  9236.     object rightSplitter: TSplitter
  9237.       Left = 1038
  9238.       Top = 29
  9239.       Height = 489
  9240.       Align = alRight
  9241.     end
  9242.     object pnlDesignBox: TPanel
  9243.       Left = 0
  9244.       Top = 29
  9245.       Width = 763
  9246.       Height = 489
  9247.       Align = alClient
  9248.       BevelOuter = bvNone
  9249.       TabOrder = 0
  9250.     end
  9251.     object pnlDesign: TSplitView
  9252.       Left = 763
  9253.       Top = 29
  9254.       Width = 275
  9255.       Height = 489
  9256.       BorderWidth = 4
  9257.       CloseStyle = svcCompact
  9258.       CompactWidth = 38
  9259.       OpenedWidth = 275
  9260.       Placement = svpRight
  9261.       TabOrder = 1
  9262.       OnClosed = pnlDesignClosed
  9263.       OnClosing = pnlDesignClosing
  9264.       OnOpened = pnlDesignOpened
  9265.       OnOpening = pnlDesignOpening
  9266.       object pbObjectListTitleVert: TLabel
  9267.         Left = 4
  9268.         Top = 26
  9269.         Width = 19
  9270.         Height = 433
  9271.         Cursor = crHandPoint
  9272.         Align = alLeft
  9273.         Caption = 'Objects & Properties'
  9274.         Font.Charset = DEFAULT_CHARSET
  9275.         Font.Color = clWindowText
  9276.         Font.Height = -13
  9277.         Font.Name = 'Segoe UI'
  9278.         Font.Orientation = 900
  9279.         Font.Style = []
  9280.         ParentFont = False
  9281.         ShowAccelChar = False
  9282.         Visible = False
  9283.         OnClick = pbObjectListTitleVertClick
  9284.       end
  9285.       object pnlToolHeader: TPanel
  9286.         Left = 4
  9287.         Top = 4
  9288.         Width = 267
  9289.         Height = 22
  9290.         Align = alTop
  9291.         BevelOuter = bvNone
  9292.         TabOrder = 0
  9293.         object spdToggleSideBar: TSpeedButton
  9294.           Left = 0
  9295.           Top = 0
  9296.           Width = 23
  9297.           Height = 22
  9298.           Align = alLeft
  9299.           Flat = True
  9300.           Font.Charset = DEFAULT_CHARSET
  9301.           Font.Color = clWindowText
  9302.           Font.Height = -12
  9303.           Font.Name = 'Courier New'
  9304.           Font.Style = [fsBold]
  9305.           ParentFont = False
  9306.           OnClick = spdToggleSideBarClick
  9307.         end
  9308.         object lblObjectListTitle: TLabel
  9309.           AlignWithMargins = True
  9310.           Left = 29
  9311.           Top = 0
  9312.           Width = 238
  9313.           Height = 19
  9314.           Margins.Left = 6
  9315.           Margins.Top = 0
  9316.           Margins.Right = 0
  9317.           Align = alClient
  9318.           Caption = 'Objects & Properties'
  9319.           Font.Charset = DEFAULT_CHARSET
  9320.           Font.Color = clWindowText
  9321.           Font.Height = -12
  9322.           Font.Name = 'Segoe UI'
  9323.           Font.Style = [fsBold]
  9324.           ParentFont = False
  9325.           ShowAccelChar = False
  9326.           Layout = tlCenter
  9327.         end
  9328.       end
  9329.       object pnlObjectList: TPanel
  9330.         Left = 23
  9331.         Top = 26
  9332.         Width = 248
  9333.         Height = 433
  9334.         Align = alClient
  9335.         BevelOuter = bvNone
  9336.         TabOrder = 1
  9337.       end
  9338.       object pnlDesignFooter: TPanel
  9339.         Left = 4
  9340.         Top = 459
  9341.         Width = 267
  9342.         Height = 26
  9343.         Align = alBottom
  9344.         BevelOuter = bvNone
  9345.         ShowCaption = False
  9346.         TabOrder = 2
  9347.       end
  9348.     end
  9349.     object pnlDebugFooter: TPanel
  9350.       AlignWithMargins = True
  9351.       Left = 4
  9352.       Top = 551
  9353.       Width = 1037
  9354.       Height = 20
  9355.       Cursor = crHandPoint
  9356.       Margins.Left = 4
  9357.       Margins.Top = 0
  9358.       Margins.Right = 0
  9359.       Margins.Bottom = 0
  9360.       Align = alBottom
  9361.       Alignment = taLeftJustify
  9362.       BevelOuter = bvNone
  9363.       Caption = 'Debug Footer'
  9364.       ParentBackground = False
  9365.       TabOrder = 2
  9366.       Visible = False
  9367.       OnClick = pnlDebugFooterClick
  9368.       object pbCanvas: TPaintBox
  9369.         Left = 670
  9370.         Top = 0
  9371.         Width = 105
  9372.         Height = 20
  9373.         Align = alRight
  9374.       end
  9375.       object pnlNavParent: TPanel
  9376.         AlignWithMargins = True
  9377.         Left = 775
  9378.         Top = 0
  9379.         Width = 250
  9380.         Height = 20
  9381.         Margins.Left = 0
  9382.         Margins.Top = 0
  9383.         Margins.Right = 12
  9384.         Margins.Bottom = 0
  9385.         Align = alRight
  9386.         BevelOuter = bvNone
  9387.         TabOrder = 0
  9388.         object pnlNavigator: TPanel
  9389.           AlignWithMargins = True
  9390.           Left = 0
  9391.           Top = 0
  9392.           Width = 250
  9393.           Height = 18
  9394.           Cursor = crHandPoint
  9395.           Margins.Left = 0
  9396.           Margins.Top = 0
  9397.           Margins.Right = 0
  9398.           Margins.Bottom = 2
  9399.           Align = alClient
  9400.           BevelOuter = bvNone
  9401.           BevelWidth = 4
  9402.           Caption = 'Label 999 of 999'
  9403.           Color = clWindow
  9404.           Ctl3D = False
  9405.           Font.Charset = DEFAULT_CHARSET
  9406.           Font.Color = clWindowText
  9407.           Font.Height = -11
  9408.           Font.Name = 'Segoe UI'
  9409.           Font.Style = []
  9410.           ParentBackground = False
  9411.           ParentCtl3D = False
  9412.           ParentFont = False
  9413.           TabOrder = 0
  9414.           OnClick = pnlNavigatorClick
  9415.           object btnNextPage: TButton
  9416.             Tag = 1
  9417.             Left = 174
  9418.             Top = 0
  9419.             Width = 24
  9420.             Height = 18
  9421.             Margins.Left = 8
  9422.             Margins.Top = 0
  9423.             Margins.Right = 0
  9424.             Margins.Bottom = 0
  9425.             Action = actNextPage
  9426.             Align = alRight
  9427.             ImageAlignment = iaCenter
  9428.             Images = ImgListSmall
  9429.             TabOrder = 1
  9430.           end
  9431.           object btnPrevPage: TButton
  9432.             Tag = -1
  9433.             Left = 52
  9434.             Top = 0
  9435.             Width = 24
  9436.             Height = 18
  9437.             Margins.Left = 0
  9438.             Margins.Top = 0
  9439.             Margins.Right = 8
  9440.             Margins.Bottom = 0
  9441.             Action = actPrevPage
  9442.             Align = alLeft
  9443.             ImageAlignment = iaCenter
  9444.             Images = ImgListSmall
  9445.             TabOrder = 0
  9446.           end
  9447.           object btnFirstPageX: TButton
  9448.             Left = 0
  9449.             Top = 0
  9450.             Width = 24
  9451.             Height = 18
  9452.             Action = actFirstPage
  9453.             Align = alLeft
  9454.             ImageAlignment = iaCenter
  9455.             Images = ImgListSmall
  9456.             TabOrder = 2
  9457.           end
  9458.           object btnLastPageX: TButton
  9459.             Left = 226
  9460.             Top = 0
  9461.             Width = 24
  9462.             Height = 18
  9463.             Action = actLastPage
  9464.             Align = alRight
  9465.             ImageAlignment = iaCenter
  9466.             Images = ImgListSmall
  9467.             TabOrder = 3
  9468.           end
  9469.           object btnPageLeftX: TButton
  9470.             Left = 24
  9471.             Top = 0
  9472.             Width = 28
  9473.             Height = 18
  9474.             Action = actPagePageLeft
  9475.             Align = alLeft
  9476.             Images = ImgListSmall
  9477.             TabOrder = 4
  9478.           end
  9479.           object btnPageRightX: TButton
  9480.             Left = 198
  9481.             Top = 0
  9482.             Width = 28
  9483.             Height = 18
  9484.             Action = actPagePageRight
  9485.             Align = alRight
  9486.             Images = ImgListSmall
  9487.             TabOrder = 5
  9488.           end
  9489.         end
  9490.       end
  9491.     end
  9492.     object pnlTemplateInfo: TPanel
  9493.       Left = 0
  9494.       Top = 0
  9495.       Width = 1041
  9496.       Height = 29
  9497.       Align = alTop
  9498.       BevelEdges = [beTop, beBottom]
  9499.       BevelKind = bkFlat
  9500.       BevelOuter = bvNone
  9501.       Caption = 'Notification Bar'
  9502.       Color = clTeal
  9503.       Font.Charset = DEFAULT_CHARSET
  9504.       Font.Color = clWindow
  9505.       Font.Height = -13
  9506.       Font.Name = 'Segoe UI'
  9507.       Font.Style = [fsBold]
  9508.       ParentBackground = False
  9509.       ParentFont = False
  9510.       TabOrder = 3
  9511.       object spdCloseTemplateInfo: TSpeedButton
  9512.         Left = 1018
  9513.         Top = 0
  9514.         Width = 23
  9515.         Height = 25
  9516.         Align = alRight
  9517.         Caption = 'X'
  9518.         Flat = True
  9519.         Font.Charset = DEFAULT_CHARSET
  9520.         Font.Color = clWindow
  9521.         Font.Height = -13
  9522.         Font.Name = 'Tahoma'
  9523.         Font.Style = [fsBold]
  9524.         ParentFont = False
  9525.         OnClick = spdCloseTemplateInfoClick
  9526.       end
  9527.     end
  9528.     object pnlDesignBoxFooter: TPanel
  9529.       Left = 0
  9530.       Top = 518
  9531.       Width = 1041
  9532.       Height = 33
  9533.       Align = alBottom
  9534.       BevelOuter = bvNone
  9535.       ParentBackground = False
  9536.       TabOrder = 4
  9537.       object pnlNavScrollInner: TPanel
  9538.         AlignWithMargins = True
  9539.         Left = 73
  9540.         Top = 0
  9541.         Width = 705
  9542.         Height = 33
  9543.         Margins.Left = 4
  9544.         Margins.Top = 0
  9545.         Margins.Right = 4
  9546.         Margins.Bottom = 0
  9547.         Align = alClient
  9548.         BevelOuter = bvNone
  9549.         TabOrder = 0
  9550.         object lblNavScroll: TLabel
  9551.           AlignWithMargins = True
  9552.           Left = 4
  9553.           Top = 4
  9554.           Width = 101
  9555.           Height = 25
  9556.           Cursor = crHandPoint
  9557.           Margins.Left = 4
  9558.           Margins.Top = 4
  9559.           Margins.Right = 4
  9560.           Margins.Bottom = 4
  9561.           Align = alLeft
  9562.           Alignment = taCenter
  9563.           AutoSize = False
  9564.           Caption = 'Label 999/999'
  9565.           Font.Charset = DEFAULT_CHARSET
  9566.           Font.Color = clWindowText
  9567.           Font.Height = -12
  9568.           Font.Name = 'Segoe UI'
  9569.           Font.Style = [fsBold]
  9570.           ParentFont = False
  9571.           Layout = tlCenter
  9572.           OnClick = lblNavScrollClick
  9573.         end
  9574.         object btnPageRight2: TButton
  9575.           AlignWithMargins = True
  9576.           Left = 649
  9577.           Top = 0
  9578.           Width = 28
  9579.           Height = 32
  9580.           Margins.Left = 0
  9581.           Margins.Top = 0
  9582.           Margins.Right = 0
  9583.           Margins.Bottom = 1
  9584.           Action = actPagePageRight
  9585.           Align = alRight
  9586.           ImageAlignment = iaCenter
  9587.           ImageMargins.Left = 2
  9588.           Images = ImgListSmall
  9589.           TabOrder = 2
  9590.         end
  9591.         object btnPageLeft2: TButton
  9592.           AlignWithMargins = True
  9593.           Left = 201
  9594.           Top = 0
  9595.           Width = 28
  9596.           Height = 32
  9597.           Margins.Left = 0
  9598.           Margins.Top = 0
  9599.           Margins.Right = 0
  9600.           Margins.Bottom = 1
  9601.           Action = actPagePageLeft
  9602.           Align = alLeft
  9603.           ImageAlignment = iaCenter
  9604.           ImageMargins.Left = 2
  9605.           Images = ImgListSmall
  9606.           TabOrder = 1
  9607.         end
  9608.         object btnLastPage2: TButton
  9609.           AlignWithMargins = True
  9610.           Left = 677
  9611.           Top = 0
  9612.           Width = 28
  9613.           Height = 32
  9614.           Margins.Left = 0
  9615.           Margins.Top = 0
  9616.           Margins.Right = 0
  9617.           Margins.Bottom = 1
  9618.           Action = actLastPage
  9619.           Align = alRight
  9620.           ImageMargins.Left = 2
  9621.           Images = ImgListSmall
  9622.           TabOrder = 3
  9623.         end
  9624.         object btnFirstPage2: TButton
  9625.           AlignWithMargins = True
  9626.           Left = 173
  9627.           Top = 0
  9628.           Width = 28
  9629.           Height = 32
  9630.           Margins.Left = 0
  9631.           Margins.Top = 0
  9632.           Margins.Right = 0
  9633.           Margins.Bottom = 1
  9634.           Action = actFirstPage
  9635.           Align = alLeft
  9636.           ImageMargins.Left = 2
  9637.           Images = ImgListSmall
  9638.           TabOrder = 0
  9639.         end
  9640.         object btnGotoShortest: TButton
  9641.           AlignWithMargins = True
  9642.           Left = 141
  9643.           Top = 0
  9644.           Width = 32
  9645.           Height = 32
  9646.           Margins.Left = 0
  9647.           Margins.Top = 0
  9648.           Margins.Right = 0
  9649.           Margins.Bottom = 1
  9650.           Action = actGoToShortest
  9651.           Align = alLeft
  9652.           ImageMargins.Left = 2
  9653.           Images = ImgListSmall
  9654.           TabOrder = 4
  9655.         end
  9656.         object btnGotoLongest: TButton
  9657.           AlignWithMargins = True
  9658.           Left = 109
  9659.           Top = 0
  9660.           Width = 32
  9661.           Height = 32
  9662.           Margins.Left = 0
  9663.           Margins.Top = 0
  9664.           Margins.Right = 0
  9665.           Margins.Bottom = 1
  9666.           Action = actGoToLongest
  9667.           Align = alLeft
  9668.           ImageMargins.Left = 2
  9669.           Images = ImgListSmall
  9670.           TabOrder = 5
  9671.         end
  9672.         object sbNavigator: TScrollBar
  9673.           Left = 229
  9674.           Top = 0
  9675.           Width = 420
  9676.           Height = 33
  9677.           Align = alClient
  9678.           PageSize = 0
  9679.           TabOrder = 6
  9680.           OnMouseEnter = sbNavigatorMouseEnter
  9681.           OnMouseLeave = sbNavigatorMouseLeave
  9682.           OnScroll = sbNavigatorScroll
  9683.         end
  9684.       end
  9685.       object pnlScale: TPanel
  9686.         AlignWithMargins = True
  9687.         Left = 782
  9688.         Top = 0
  9689.         Width = 251
  9690.         Height = 31
  9691.         Margins.Left = 0
  9692.         Margins.Top = 0
  9693.         Margins.Right = 8
  9694.         Margins.Bottom = 2
  9695.         Align = alRight
  9696.         BevelOuter = bvNone
  9697.         TabOrder = 1
  9698.         object btnZoomIn: TButton
  9699.           AlignWithMargins = True
  9700.           Left = 219
  9701.           Top = 0
  9702.           Width = 32
  9703.           Height = 31
  9704.           Margins.Left = 0
  9705.           Margins.Top = 0
  9706.           Margins.Right = 0
  9707.           Margins.Bottom = 0
  9708.           Action = actZoomIn
  9709.           Align = alRight
  9710.           ImageAlignment = iaCenter
  9711.           Images = ImgListSmall
  9712.           TabOrder = 2
  9713.         end
  9714.         object btnZoomOut: TButton
  9715.           AlignWithMargins = True
  9716.           Left = 132
  9717.           Top = 0
  9718.           Width = 32
  9719.           Height = 31
  9720.           Margins.Left = 0
  9721.           Margins.Top = 0
  9722.           Margins.Right = 0
  9723.           Margins.Bottom = 0
  9724.           Action = actZoomOut
  9725.           Align = alLeft
  9726.           ImageAlignment = iaCenter
  9727.           Images = ImgListSmall
  9728.           TabOrder = 0
  9729.         end
  9730.         object btnScale: TButton
  9731.           AlignWithMargins = True
  9732.           Left = 164
  9733.           Top = 0
  9734.           Width = 55
  9735.           Height = 31
  9736.           Hint = 'Click to set the view scale.'
  9737.           Margins.Left = 0
  9738.           Margins.Top = 0
  9739.           Margins.Right = 0
  9740.           Margins.Bottom = 0
  9741.           Align = alClient
  9742.           Caption = '100%'
  9743.           ImageAlignment = iaCenter
  9744.           ParentShowHint = False
  9745.           ShowHint = True
  9746.           TabOrder = 1
  9747.           OnClick = btnScaleClick
  9748.         end
  9749.         object btnFitToLabel2: TButton
  9750.           AlignWithMargins = True
  9751.           Left = 0
  9752.           Top = 0
  9753.           Width = 32
  9754.           Height = 31
  9755.           Margins.Left = 0
  9756.           Margins.Top = 0
  9757.           Margins.Right = 1
  9758.           Margins.Bottom = 0
  9759.           Action = actFitToLabel
  9760.           Align = alLeft
  9761.           Images = ImgListSmall
  9762.           TabOrder = 3
  9763.         end
  9764.         object btnZoomTo1002: TButton
  9765.           AlignWithMargins = True
  9766.           Left = 33
  9767.           Top = 0
  9768.           Width = 32
  9769.           Height = 31
  9770.           Margins.Left = 0
  9771.           Margins.Top = 0
  9772.           Margins.Right = 1
  9773.           Margins.Bottom = 0
  9774.           Action = actZoomTo100
  9775.           Align = alLeft
  9776.           Images = ImgListSmall
  9777.           TabOrder = 4
  9778.         end
  9779.         object btnFitToWidth2: TButton
  9780.           AlignWithMargins = True
  9781.           Left = 66
  9782.           Top = 0
  9783.           Width = 32
  9784.           Height = 31
  9785.           Margins.Left = 0
  9786.           Margins.Top = 0
  9787.           Margins.Right = 1
  9788.           Margins.Bottom = 0
  9789.           Action = actFitToWidth
  9790.           Align = alLeft
  9791.           Images = ImgListSmall
  9792.           TabOrder = 5
  9793.         end
  9794.         object btnFitToWindow2: TButton
  9795.           AlignWithMargins = True
  9796.           Left = 99
  9797.           Top = 0
  9798.           Width = 32
  9799.           Height = 31
  9800.           Margins.Left = 0
  9801.           Margins.Top = 0
  9802.           Margins.Right = 1
  9803.           Margins.Bottom = 0
  9804.           Action = actFitToWindow
  9805.           Align = alLeft
  9806.           Images = ImgListSmall
  9807.           TabOrder = 6
  9808.         end
  9809.       end
  9810.       object cmbBuildNav: TComboBox
  9811.         AlignWithMargins = True
  9812.         Left = 0
  9813.         Top = 0
  9814.         Width = 61
  9815.         Height = 28
  9816.         Margins.Left = 0
  9817.         Margins.Top = 0
  9818.         Margins.Right = 8
  9819.         Margins.Bottom = 0
  9820.         Align = alLeft
  9821.         Style = csOwnerDrawFixed
  9822.         ItemHeight = 22
  9823.         ItemIndex = 0
  9824.         TabOrder = 2
  9825.         Text = '1'
  9826.         Visible = False
  9827.         OnDrawItem = cmbBuildNavDrawItem
  9828.         Items.Strings = (
  9829.           '1')
  9830.       end
  9831.     end
  9832.   end
  9833.   object pnlHeader: TPanel
  9834.     Left = 0
  9835.     Top = 0
  9836.     Width = 1041
  9837.     Height = 32
  9838.     Align = alTop
  9839.     BevelOuter = bvNone
  9840.     Color = clWhite
  9841.     ParentBackground = False
  9842.     TabOrder = 3
  9843.     object spdClose: TSpeedButton
  9844.       AlignWithMargins = True
  9845.       Left = 1001
  9846.       Top = 0
  9847.       Width = 34
  9848.       Height = 32
  9849.       Margins.Left = 0
  9850.       Margins.Top = 0
  9851.       Margins.Right = 6
  9852.       Margins.Bottom = 0
  9853.       Action = actClose
  9854.       Align = alRight
  9855.       Flat = True
  9856.       Layout = blGlyphTop
  9857.     end
  9858.     object spdHelp: TSpeedButton
  9859.       AlignWithMargins = True
  9860.       Left = 961
  9861.       Top = 0
  9862.       Width = 34
  9863.       Height = 32
  9864.       Margins.Left = 0
  9865.       Margins.Top = 0
  9866.       Margins.Right = 6
  9867.       Margins.Bottom = 0
  9868.       Action = actHelp
  9869.       Align = alRight
  9870.       Flat = True
  9871.     end
  9872.     object spdSave: TSpeedButton
  9873.       AlignWithMargins = True
  9874.       Left = 40
  9875.       Top = 0
  9876.       Width = 34
  9877.       Height = 32
  9878.       Margins.Left = 0
  9879.       Margins.Top = 0
  9880.       Margins.Right = 6
  9881.       Margins.Bottom = 0
  9882.       Action = actSave
  9883.       Align = alLeft
  9884.       Caption = 'Save'
  9885.       Flat = True
  9886.       Transparent = False
  9887.     end
  9888.     object spdPrint: TSpeedButton
  9889.       AlignWithMargins = True
  9890.       Left = 80
  9891.       Top = 0
  9892.       Width = 34
  9893.       Height = 32
  9894.       Margins.Left = 0
  9895.       Margins.Top = 0
  9896.       Margins.Right = 6
  9897.       Margins.Bottom = 0
  9898.       Action = actPrint
  9899.       Align = alLeft
  9900.       Caption = 'Print'
  9901.       Flat = True
  9902.       Transparent = False
  9903.     end
  9904.     object lblRibbonHeader: TLabel
  9905.       AlignWithMargins = True
  9906.       Left = 132
  9907.       Top = 0
  9908.       Width = 636
  9909.       Height = 29
  9910.       Margins.Left = 12
  9911.       Margins.Top = 0
  9912.       Margins.Right = 0
  9913.       Align = alClient
  9914.       Caption = 'Label Workshop'
  9915.       Layout = tlCenter
  9916.     end
  9917.     object spdDataEntry: TSpeedButton
  9918.       AlignWithMargins = True
  9919.       Left = 0
  9920.       Top = 0
  9921.       Width = 34
  9922.       Height = 32
  9923.       Margins.Left = 0
  9924.       Margins.Top = 0
  9925.       Margins.Right = 6
  9926.       Margins.Bottom = 0
  9927.       Action = actDataEntry
  9928.       Align = alLeft
  9929.       AllowAllUp = True
  9930.       GroupIndex = 31
  9931.       Down = True
  9932.       Flat = True
  9933.     end
  9934.     object pnlSearch: TPanel
  9935.       AlignWithMargins = True
  9936.       Left = 768
  9937.       Top = 2
  9938.       Width = 193
  9939.       Height = 26
  9940.       Margins.Left = 0
  9941.       Margins.Top = 2
  9942.       Margins.Right = 0
  9943.       Margins.Bottom = 4
  9944.       Align = alRight
  9945.       BevelKind = bkTile
  9946.       BevelOuter = bvNone
  9947.       Caption = 'pnlSearch'
  9948.       TabOrder = 0
  9949.       object txtSearchData2: TButtonedEdit
  9950.         AlignWithMargins = True
  9951.         Left = 2
  9952.         Top = 2
  9953.         Width = 185
  9954.         Height = 18
  9955.         Margins.Left = 2
  9956.         Margins.Top = 2
  9957.         Margins.Right = 2
  9958.         Margins.Bottom = 2
  9959.         Align = alClient
  9960.         BevelInner = bvNone
  9961.         BevelKind = bkSoft
  9962.         BevelOuter = bvNone
  9963.         BorderStyle = bsNone
  9964.         Images = ImgListSmall
  9965.         RightButton.ImageIndex = 43
  9966.         RightButton.Visible = True
  9967.         TabOrder = 0
  9968.         TextHint = 'Type and press enter to search'
  9969.         OnKeyDown = txtSearchDataKeyDown
  9970.         OnKeyPress = txtSearchDataKeyPress
  9971.         OnRightButtonClick = txtSearchData2RightButtonClick
  9972.       end
  9973.     end
  9974.   end
  9975.   object ActionList1: TActionList
  9976.     Images = ImgListLarge
  9977.     Left = 68
  9978.     Top = 228
  9979.     object actZoomIn: TAction
  9980.       Category = 'View'
  9981.       ImageIndex = 0
  9982.       OnExecute = actZoomInExecute
  9983.     end
  9984.     object actZoomOut: TAction
  9985.       Category = 'View'
  9986.       ImageIndex = 1
  9987.       OnExecute = actZoomOutExecute
  9988.     end
  9989.     object actPrevPage: TAction
  9990.       Tag = -1
  9991.       Category = 'Page'
  9992.       Hint = 'Go to previous page'
  9993.       ImageIndex = 50
  9994.       OnExecute = actPageChangeExecute
  9995.     end
  9996.     object actNextPage: TAction
  9997.       Tag = 1
  9998.       Category = 'Page'
  9999.       Hint = 'Go to next page'
  10000.       ImageIndex = 51
  10001.       OnExecute = actPageChangeExecute
  10002.     end
  10003.     object actSetFont: TAction
  10004.       Category = 'Font'
  10005.       Caption = 'Font'#8230
  10006.       ImageIndex = 56
  10007.       OnExecute = actSetFontExecute
  10008.     end
  10009.     object actSettings: TAction
  10010.       Category = 'Tools'
  10011.       Caption = 'Settings'
  10012.       ImageIndex = 4
  10013.     end
  10014.     object actClose: TAction
  10015.       Category = 'File'
  10016.       ImageIndex = 5
  10017.       OnExecute = actCloseExecute
  10018.     end
  10019.     object actHelp: TAction
  10020.       Category = 'Help'
  10021.       ImageIndex = 8
  10022.       OnExecute = actHelpExecute
  10023.     end
  10024.     object actDataEntry: TAction
  10025.       Category = 'DataEntry'
  10026.       Checked = True
  10027.       GroupIndex = 31
  10028.       ImageIndex = 20
  10029.       OnExecute = actDataEntryExecute
  10030.     end
  10031.     object actSequence: TAction
  10032.       Category = 'DataEntry'
  10033.       Caption = 'Sequence'#8230
  10034.       ImageIndex = 22
  10035.       OnExecute = DataEntryActionExecute
  10036.     end
  10037.     object actRepeatText: TAction
  10038.       Category = 'DataEntry'
  10039.       Caption = 'Repeat Text'#8230
  10040.       ImageIndex = 23
  10041.       OnExecute = DataEntryActionExecute
  10042.     end
  10043.     object actSymbol: TAction
  10044.       Category = 'DataEntry'
  10045.       Caption = 'Symbol'#8230
  10046.       ImageIndex = 21
  10047.       OnExecute = DataEntryActionExecute
  10048.     end
  10049.     object actESymbol: TAction
  10050.       Category = 'DataEntry'
  10051.       Caption = 'Electrical Symbol'#8230
  10052.       ImageIndex = 27
  10053.       OnExecute = DataEntryActionExecute
  10054.     end
  10055.     object actImportCSV: TAction
  10056.       Category = 'DataEntry'
  10057.       Caption = 'Import CSV'#8230
  10058.       ImageIndex = 24
  10059.       OnExecute = DataEntryActionExecute
  10060.     end
  10061.     object actImportCSVGS1: TAction
  10062.       Category = 'DataEntry'
  10063.       Caption = 'Import CSV/GS1'#8230
  10064.       ImageIndex = 24
  10065.       OnExecute = DataEntryActionExecute
  10066.     end
  10067.     object actImportXLSX: TAction
  10068.       Category = 'DataEntry'
  10069.       Caption = 'Import Excel && CSV'#8230
  10070.       ImageIndex = 25
  10071.       OnExecute = DataEntryActionExecute
  10072.     end
  10073.     object actImportLinkware: TAction
  10074.       Category = 'DataEntry'
  10075.       Caption = 'Linkware Live'#8230
  10076.       ImageIndex = 26
  10077.       OnExecute = DataEntryActionExecute
  10078.     end
  10079.     object actLinkwareLogout: TAction
  10080.       Category = 'DataEntry'
  10081.       Caption = 'Linkware Logout'
  10082.       ImageIndex = 26
  10083.       OnExecute = DataEntryActionExecute
  10084.     end
  10085.     object actBold: TAction
  10086.       Category = 'Font'
  10087.       AutoCheck = True
  10088.       Caption = 'Bold'
  10089.       ImageIndex = 12
  10090.       OnExecute = actBoldExecute
  10091.     end
  10092.     object actItalic: TAction
  10093.       Category = 'Font'
  10094.       AutoCheck = True
  10095.       Caption = 'Italic'
  10096.       ImageIndex = 15
  10097.       OnExecute = actItalicExecute
  10098.     end
  10099.     object actUnderline: TAction
  10100.       Category = 'Font'
  10101.       AutoCheck = True
  10102.       Caption = 'Underline'
  10103.       ImageIndex = 17
  10104.       OnExecute = actUnderlineExecute
  10105.     end
  10106.     object actSave: TAction
  10107.       Category = 'File'
  10108.       Caption = 'Data entry'#8230
  10109.       ImageIndex = 6
  10110.       OnExecute = actSaveExecute
  10111.     end
  10112.     object actPrint: TAction
  10113.       Category = 'File'
  10114.       ImageIndex = 7
  10115.       OnExecute = actPrintExecute
  10116.     end
  10117.     object actStrikeOut: TAction
  10118.       Category = 'Font'
  10119.       AutoCheck = True
  10120.       ImageIndex = 16
  10121.       OnExecute = actStrikeOutExecute
  10122.     end
  10123.     object actAlignLeft: TAction
  10124.       Category = 'Font'
  10125.       AutoCheck = True
  10126.       GroupIndex = 21
  10127.       ImageIndex = 10
  10128.       OnExecute = actAlignExecute
  10129.     end
  10130.     object actAlignCentre: TAction
  10131.       Category = 'Font'
  10132.       AutoCheck = True
  10133.       GroupIndex = 21
  10134.       ImageIndex = 9
  10135.       OnExecute = actAlignExecute
  10136.     end
  10137.     object actAlignRight: TAction
  10138.       Category = 'Font'
  10139.       AutoCheck = True
  10140.       GroupIndex = 21
  10141.       ImageIndex = 11
  10142.       OnExecute = actAlignExecute
  10143.     end
  10144.     object actFontSizeInc: TAction
  10145.       Category = 'Font'
  10146.       ImageIndex = 19
  10147.       OnExecute = actFontSizeIncExecute
  10148.     end
  10149.     object actFontSizeDec: TAction
  10150.       Category = 'Font'
  10151.       ImageIndex = 18
  10152.       OnExecute = actFontSizeDecExecute
  10153.     end
  10154.     object actFontColour: TAction
  10155.       Category = 'Colour'
  10156.       ImageIndex = 13
  10157.       OnExecute = actFontColourExecute
  10158.     end
  10159.     object actFontAutoSize: TAction
  10160.       Category = 'Font'
  10161.       AutoCheck = True
  10162.       GroupIndex = 80
  10163.       ImageIndex = 28
  10164.       OnExecute = actFontAutoSizeExecute
  10165.     end
  10166.     object actStretchToBorders: TAction
  10167.       Category = 'Font'
  10168.       AutoCheck = True
  10169.       Caption = 'Stretch Text'
  10170.       GroupIndex = 80
  10171.       ImageIndex = 34
  10172.       OnExecute = actStretchToBordersExecute
  10173.     end
  10174.     object actResetFont: TAction
  10175.       Category = 'Font'
  10176.       Caption = 'Reset Font'
  10177.       ImageIndex = 29
  10178.       OnExecute = actResetFontExecute
  10179.     end
  10180.     object actAddBarCode: TAction
  10181.       Category = 'NewItem'
  10182.       Caption = 'Barcode'#8230
  10183.       ImageIndex = 33
  10184.       OnExecute = actAddBarCodeExecute
  10185.     end
  10186.     object actColourOptions: TAction
  10187.       Category = 'Colour'
  10188.       Caption = 'Colour Options'#8230
  10189.       ImageIndex = 30
  10190.       OnExecute = actColourOptionsExecute
  10191.     end
  10192.     object actAddWarningSymbol: TAction
  10193.       Category = 'NewItem'
  10194.       Caption = 'Warning symbols'#8230
  10195.       ImageIndex = 31
  10196.       OnExecute = actAddWarningSymbolExecute
  10197.     end
  10198.     object actAddImage: TAction
  10199.       Category = 'NewItem'
  10200.       Caption = 'Image'#8230
  10201.       ImageIndex = 32
  10202.       OnExecute = actAddImageExecute
  10203.     end
  10204.     object actDeleteItems: TAction
  10205.       Category = 'Items'
  10206.       Caption = 'Delete'
  10207.       ImageIndex = 35
  10208.       OnExecute = actDeleteItemsExecute
  10209.     end
  10210.     object actFitToLabel: TAction
  10211.       Category = 'View'
  10212.       AutoCheck = True
  10213.       Caption = 'Fit To Label'
  10214.       ImageIndex = 37
  10215.       OnExecute = actFitToLabelExecute
  10216.     end
  10217.     object actZoomTo100: TAction
  10218.       Category = 'View'
  10219.       AutoCheck = True
  10220.       Caption = 'Actual Size'
  10221.       GroupIndex = 31
  10222.       ImageIndex = 36
  10223.       OnExecute = actZoomTo100Execute
  10224.     end
  10225.     object actShowLabelColouring: TAction
  10226.       Category = 'Settings'
  10227.       AutoCheck = True
  10228.       Caption = 'Show Label Colouring?'
  10229.       Checked = True
  10230.       ImageIndex = 44
  10231.       OnExecute = actShowLabelColouringExecute
  10232.     end
  10233.     object actShowBuildColours: TAction
  10234.       Category = 'Settings'
  10235.       AutoCheck = True
  10236.       Caption = 'Field Colour Coding?'
  10237.       ImageIndex = 43
  10238.       OnExecute = actShowBuildColoursExecute
  10239.     end
  10240.     object actFitToWidth: TAction
  10241.       Category = 'View'
  10242.       AutoCheck = True
  10243.       Caption = 'Fit to Width'
  10244.       GroupIndex = 31
  10245.       ImageIndex = 40
  10246.       OnExecute = actFitToWidthExecute
  10247.     end
  10248.     object actFitToWindow: TAction
  10249.       Category = 'View'
  10250.       AutoCheck = True
  10251.       Caption = 'Fit to Window'
  10252.       GroupIndex = 31
  10253.       ImageIndex = 41
  10254.       OnExecute = actFitToWindowExecute
  10255.     end
  10256.     object actAddDataField: TAction
  10257.       Category = 'NewItem'
  10258.       Caption = 'Data Field'#8230
  10259.       ImageIndex = 65
  10260.       OnExecute = actAddDataFieldExecute
  10261.     end
  10262.     object actAddBuild: TAction
  10263.       Category = 'Build'
  10264.       Caption = 'Add Build'
  10265.       ImageIndex = 39
  10266.       OnExecute = actAddBuildExecute
  10267.     end
  10268.     object actDeleteBuild: TAction
  10269.       Category = 'Build'
  10270.       Caption = 'Delete Build'#8230
  10271.       ImageIndex = 35
  10272.     end
  10273.     object actStretchImage: TAction
  10274.       Category = 'Images'
  10275.       AutoCheck = True
  10276.       Caption = 'Stretch Image'
  10277.       ImageIndex = 90
  10278.       OnExecute = actStretchImageExecute
  10279.     end
  10280.     object actAddFixedText: TAction
  10281.       Category = 'NewItem'
  10282.       Caption = 'Fixed Text'#8230
  10283.       ImageIndex = 56
  10284.       OnExecute = actAddFixedTextExecute
  10285.     end
  10286.     object actBrushColour: TAction
  10287.       Category = 'Shapes'
  10288.       Caption = 'Fill Colour'
  10289.       ImageIndex = 107
  10290.       OnExecute = actBrushColourExecute
  10291.     end
  10292.     object actPenColour: TAction
  10293.       Category = 'Shapes'
  10294.       Caption = 'Line Colour'
  10295.       ImageIndex = 30
  10296.     end
  10297.     object actSaveDesign: TAction
  10298.       Category = 'File'
  10299.       Caption = 'Save Design...'
  10300.       ImageIndex = 6
  10301.       OnExecute = actSaveDesignExecute
  10302.     end
  10303.     object actLoadDesign: TAction
  10304.       Category = 'File'
  10305.       Caption = 'Load Design...'
  10306.     end
  10307.     object actShowFieldOutlines: TAction
  10308.       Category = 'Settings'
  10309.       AutoCheck = True
  10310.       Caption = 'Show Field Outlines?'
  10311.       ImageIndex = 43
  10312.       OnExecute = actShowFieldOutlinesExecute
  10313.     end
  10314.     object actShowLabelOutlines: TAction
  10315.       Category = 'Settings'
  10316.       AutoCheck = True
  10317.       Caption = 'Show printable area? '
  10318.       ImageIndex = 43
  10319.       OnExecute = actShowLabelOutlinesExecute
  10320.     end
  10321.     object actShowAlignGuides: TAction
  10322.       Category = 'Settings'
  10323.       AutoCheck = True
  10324.       Caption = 'Alignment Guides?'
  10325.       ImageIndex = 46
  10326.       OnExecute = actShowAlignGuidesExecute
  10327.     end
  10328.     object actShowPermalignGuides: TAction
  10329.       Category = 'Settings'
  10330.       AutoCheck = True
  10331.       Caption = 'Always On Guides?'
  10332.       ImageIndex = 47
  10333.       OnExecute = actShowPermalignGuidesExecute
  10334.     end
  10335.     object actShowGrid: TAction
  10336.       Category = 'Settings'
  10337.       AutoCheck = True
  10338.       Caption = 'Grid?'
  10339.       ImageIndex = 43
  10340.       OnExecute = actShowGridExecute
  10341.     end
  10342.     object actFirstPage: TAction
  10343.       Category = 'Page'
  10344.       Hint = 'Go to first page'
  10345.       ImageIndex = 48
  10346.       OnExecute = actFirstPageExecute
  10347.     end
  10348.     object actLastPage: TAction
  10349.       Category = 'Page'
  10350.       Hint = 'Go to last page'
  10351.       ImageIndex = 53
  10352.       OnExecute = actLastPageExecute
  10353.     end
  10354.     object actPagePageLeft: TAction
  10355.       Category = 'Page'
  10356.       ImageIndex = 49
  10357.       OnExecute = actPagePageLeftExecute
  10358.     end
  10359.     object actPagePageRight: TAction
  10360.       Category = 'Page'
  10361.       ImageIndex = 52
  10362.       OnExecute = actPagePageRightExecute
  10363.     end
  10364.     object actGoToLongest: TAction
  10365.       Category = 'Find'
  10366.       Caption = 'Longest Text'
  10367.       ImageIndex = 61
  10368.       OnExecute = actGoToLongestExecute
  10369.     end
  10370.     object actGoToShortest: TAction
  10371.       Category = 'Find'
  10372.       Caption = 'Shortest Text'
  10373.       ImageIndex = 60
  10374.       OnExecute = actGoToShortestExecute
  10375.     end
  10376.     object actFindText: TAction
  10377.       Category = 'Find'
  10378.       ImageIndex = 62
  10379.       OnExecute = actFindTextExecute
  10380.     end
  10381.     object actTextBelow: TAction
  10382.       Category = 'Barcode'
  10383.       AutoCheck = True
  10384.       Caption = 'Text Below'
  10385.       ImageIndex = 43
  10386.       OnExecute = actTextBelowExecute
  10387.     end
  10388.     object actCutInText: TAction
  10389.       Category = 'Barcode'
  10390.       AutoCheck = True
  10391.       Caption = 'Cut-in Text'
  10392.       ImageIndex = 43
  10393.       OnExecute = actCutInTextExecute
  10394.     end
  10395.     object actBarCodeLeft: TAction
  10396.       Category = 'Barcode'
  10397.       AutoCheck = True
  10398.       GroupIndex = 201
  10399.       ImageIndex = 10
  10400.       OnExecute = actBarCodeLeftExecute
  10401.     end
  10402.     object actBarCodeCentre: TAction
  10403.       Category = 'Barcode'
  10404.       AutoCheck = True
  10405.       Checked = True
  10406.       GroupIndex = 201
  10407.       ImageIndex = 9
  10408.       OnExecute = actBarCodeCentreExecute
  10409.     end
  10410.     object actBarCodeRight: TAction
  10411.       Category = 'Barcode'
  10412.       AutoCheck = True
  10413.       GroupIndex = 201
  10414.       ImageIndex = 11
  10415.       OnExecute = actBarCodeRightExecute
  10416.     end
  10417.     object actDataMatrixOptions: TAction
  10418.       Category = 'Barcode'
  10419.       Caption = 'Options'#8230
  10420.       ImageIndex = 66
  10421.       OnExecute = actDataMatrixOptionsExecute
  10422.     end
  10423.     object actAlignLeftEdges: TAction
  10424.       Category = 'Align'
  10425.       ImageIndex = 71
  10426.       OnExecute = alignActionExecute
  10427.     end
  10428.     object actAlignRightEdges: TAction
  10429.       Tag = 1
  10430.       Category = 'Align'
  10431.       ImageIndex = 72
  10432.       OnExecute = alignActionExecute
  10433.     end
  10434.     object actAlignTopEdges: TAction
  10435.       Tag = 2
  10436.       Category = 'Align'
  10437.       ImageIndex = 73
  10438.       OnExecute = alignActionExecute
  10439.     end
  10440.     object actAlignBottomEdges: TAction
  10441.       Tag = 3
  10442.       Category = 'Align'
  10443.       ImageIndex = 74
  10444.       OnExecute = alignActionExecute
  10445.     end
  10446.     object actAlignVertCentre: TAction
  10447.       Tag = 4
  10448.       Category = 'Align'
  10449.       ImageIndex = 75
  10450.       OnExecute = alignActionExecute
  10451.     end
  10452.     object actAlignHorzCentre: TAction
  10453.       Tag = 5
  10454.       Category = 'Align'
  10455.       ImageIndex = 76
  10456.       OnExecute = alignActionExecute
  10457.     end
  10458.     object actLabelLeft: TAction
  10459.       Tag = 6
  10460.       Category = 'Align'
  10461.       ImageIndex = 77
  10462.       OnExecute = alignActionExecute
  10463.     end
  10464.     object actLabelRight: TAction
  10465.       Tag = 7
  10466.       Category = 'Align'
  10467.       ImageIndex = 78
  10468.       OnExecute = alignActionExecute
  10469.     end
  10470.     object actLabelTop: TAction
  10471.       Tag = 8
  10472.       Category = 'Align'
  10473.       ImageIndex = 79
  10474.       OnExecute = alignActionExecute
  10475.     end
  10476.     object actLabelBottom: TAction
  10477.       Tag = 9
  10478.       Category = 'Align'
  10479.       ImageIndex = 80
  10480.       OnExecute = alignActionExecute
  10481.     end
  10482.     object actLabelVertCentre: TAction
  10483.       Tag = 10
  10484.       Category = 'Align'
  10485.       ImageIndex = 81
  10486.       OnExecute = alignActionExecute
  10487.     end
  10488.     object actLabelHorzCentre: TAction
  10489.       Tag = 11
  10490.       Category = 'Align'
  10491.       ImageIndex = 82
  10492.       OnExecute = alignActionExecute
  10493.     end
  10494.     object actSizeToWide: TAction
  10495.       Category = 'SizeTo'
  10496.       Caption = 'Size to widest'
  10497.       ImageIndex = 83
  10498.       OnExecute = actSizeToExecute
  10499.     end
  10500.     object actSizeToNarrow: TAction
  10501.       Tag = 1
  10502.       Category = 'SizeTo'
  10503.       Caption = 'Size to narrowest'
  10504.       ImageIndex = 84
  10505.       OnExecute = actSizeToExecute
  10506.     end
  10507.     object actSizeToLabelWidth: TAction
  10508.       Tag = 2
  10509.       Category = 'SizeTo'
  10510.       Caption = 'Size to Label Width'
  10511.       ImageIndex = 85
  10512.       OnExecute = actSizeToExecute
  10513.     end
  10514.     object actSizeToTall: TAction
  10515.       Tag = 3
  10516.       Category = 'SizeTo'
  10517.       Caption = 'Size to Tallest'
  10518.       ImageIndex = 86
  10519.       OnExecute = actSizeToExecute
  10520.     end
  10521.     object actSizeToShort: TAction
  10522.       Tag = 4
  10523.       Category = 'SizeTo'
  10524.       Caption = 'Size to Shortest'
  10525.       ImageIndex = 87
  10526.       OnExecute = actSizeToExecute
  10527.     end
  10528.     object actSizeToLabelHeight: TAction
  10529.       Tag = 5
  10530.       Category = 'SizeTo'
  10531.       Caption = 'Size to Label Height'
  10532.       ImageIndex = 88
  10533.       OnExecute = actSizeToExecute
  10534.     end
  10535.     object actArrangeHorz: TAction
  10536.       Category = 'Arrange'
  10537.       Caption = 'Arrange Horizontally'
  10538.       Hint =
  10539.         'Arranges fields, evenly sized and spaced, horizontally across th' +
  10540.         'e label'
  10541.       ImageIndex = 91
  10542.       OnExecute = actArrangeHorzExecute
  10543.     end
  10544.     object actArrangeVert: TAction
  10545.       Category = 'Arrange'
  10546.       Caption = 'Arrange Vertically'
  10547.       Hint =
  10548.         'Arranges fields, evenly sized and spaced, vertically down the la' +
  10549.         'bel'
  10550.       ImageIndex = 92
  10551.       OnExecute = actArrangeVertExecute
  10552.     end
  10553.     object actLockAspect: TAction
  10554.       Category = 'Images'
  10555.       AutoCheck = True
  10556.       Caption = 'Lock Aspect'
  10557.       ImageIndex = 59
  10558.       OnExecute = actLockAspectExecute
  10559.     end
  10560.     object actShowObjectListAuto: TAction
  10561.       Category = 'Settings'
  10562.       AutoCheck = True
  10563.       Caption = 'Show Object List Automatically'
  10564.       Checked = True
  10565.       ImageIndex = 95
  10566.       OnExecute = actShowObjectListAutoExecute
  10567.     end
  10568.     object actUnderline6: TAction
  10569.       Tag = 6
  10570.       Category = 'TextMods'
  10571.       AutoCheck = True
  10572.       Caption = '6'
  10573.       Checked = True
  10574.       ImageIndex = 96
  10575.       OnExecute = actTextModsClick
  10576.     end
  10577.     object actUnderline8: TAction
  10578.       Tag = 8
  10579.       Category = 'TextMods'
  10580.       AutoCheck = True
  10581.       Caption = '8'
  10582.       ImageIndex = 98
  10583.       OnExecute = actTextModsClick
  10584.     end
  10585.     object actUnderline9: TAction
  10586.       Tag = 9
  10587.       Category = 'TextMods'
  10588.       AutoCheck = True
  10589.       Caption = '9'
  10590.       ImageIndex = 100
  10591.       OnExecute = actTextModsClick
  10592.     end
  10593.     object actSlashZero: TAction
  10594.       Category = 'TextMods'
  10595.       AutoCheck = True
  10596.       Caption = 'Slash Zero'
  10597.       ImageIndex = 94
  10598.       OnExecute = actTextModsClick
  10599.     end
  10600.     object actLayoutTop: TAction
  10601.       Category = 'Font'
  10602.       AutoCheck = True
  10603.       Caption = 'Top'
  10604.       GroupIndex = 22
  10605.       ImageIndex = 105
  10606.       OnExecute = actTextLayoutExecute
  10607.     end
  10608.     object actLayoutMiddle: TAction
  10609.       Tag = 1
  10610.       Category = 'Font'
  10611.       AutoCheck = True
  10612.       Caption = 'Middle'
  10613.       Checked = True
  10614.       GroupIndex = 22
  10615.       ImageIndex = 104
  10616.       OnExecute = actTextLayoutExecute
  10617.     end
  10618.     object actLayoutBottom: TAction
  10619.       Tag = 2
  10620.       Category = 'Font'
  10621.       AutoCheck = True
  10622.       Caption = 'Bottom'
  10623.       GroupIndex = 22
  10624.       ImageIndex = 103
  10625.       OnExecute = actTextLayoutExecute
  10626.     end
  10627.     object actClipToRect: TAction
  10628.       Category = 'Font'
  10629.       AutoCheck = True
  10630.       Caption = 'Clipped'
  10631.       ImageIndex = 106
  10632.       OnExecute = actClipToRectExecute
  10633.     end
  10634.     object actTBSNone: TAction
  10635.       Tag = 2
  10636.       Category = 'TextEffects'
  10637.       AutoCheck = True
  10638.       Caption = 'No Background'
  10639.       GroupIndex = 41
  10640.       ImageIndex = 108
  10641.       OnExecute = actTBSExecute
  10642.     end
  10643.     object actTBSTextOnly: TAction
  10644.       Category = 'TextEffects'
  10645.       AutoCheck = True
  10646.       Caption = 'Text Background'
  10647.       GroupIndex = 41
  10648.       ImageIndex = 109
  10649.       OnExecute = actTBSExecute
  10650.     end
  10651.     object actTBSFull: TAction
  10652.       Tag = 1
  10653.       Category = 'TextEffects'
  10654.       AutoCheck = True
  10655.       Caption = 'Full background'
  10656.       GroupIndex = 41
  10657.       ImageIndex = 110
  10658.       OnExecute = actTBSExecute
  10659.     end
  10660.     object actImportAEMCSV: TAction
  10661.       Category = 'DataEntry'
  10662.       Caption = 'Import AEM CSV'#8230
  10663.       ImageIndex = 111
  10664.       OnExecute = DataEntryActionExecute
  10665.     end
  10666.     object actRectangle: TAction
  10667.       Category = 'Draw'
  10668.       AutoCheck = True
  10669.       Caption = 'Rectangle'
  10670.       ImageIndex = 115
  10671.       OnExecute = actRectangleExecute
  10672.     end
  10673.     object actEllipse: TAction
  10674.       Category = 'Draw'
  10675.       AutoCheck = True
  10676.       Caption = 'Ellipse'
  10677.       ImageIndex = 113
  10678.       OnExecute = actEllipseExecute
  10679.     end
  10680.     object actPolygon: TAction
  10681.       Category = 'Draw'
  10682.       AutoCheck = True
  10683.       Caption = 'Polygon'
  10684.       ImageIndex = 114
  10685.       OnExecute = actPolygonExecute
  10686.     end
  10687.     object actTriangle: TAction
  10688.       Category = 'Draw'
  10689.       AutoCheck = True
  10690.       Caption = 'Triangle'
  10691.       ImageIndex = 116
  10692.       OnExecute = actTriangleExecute
  10693.     end
  10694.     object actLine: TAction
  10695.       Category = 'Draw'
  10696.       AutoCheck = True
  10697.       Caption = 'Line'
  10698.       ImageIndex = 112
  10699.     end
  10700.   end
  10701.   object pmSymbolDropDown: TAdvPopupMenu
  10702.     Images = ImgListSmall
  10703.     Version = '2.7.1.14'
  10704.     UIStyle = tsOffice2019White
  10705.     Left = 152
  10706.     Top = 584
  10707.     object actSymbols1: TMenuItem
  10708.       Action = actSymbol
  10709.     end
  10710.     object ElectricalSymbol1: TMenuItem
  10711.       Action = actESymbol
  10712.     end
  10713.   end
  10714.   object dlgSaveFile: TSaveDialog
  10715.     Left = 68
  10716.     Top = 423
  10717.   end
  10718.   object pmuBarCodes: TPopupMenu
  10719.     Images = ImgListSmall
  10720.     OnPopup = pmuBarCodesPopup
  10721.     Left = 68
  10722.     Top = 527
  10723.     object Code1281: TMenuItem
  10724.       Caption = 'Code 128'
  10725.       Default = True
  10726.       ImageIndex = 33
  10727.     end
  10728.     object Code391: TMenuItem
  10729.       Caption = 'Code 39'
  10730.     end
  10731.     object EAN131: TMenuItem
  10732.       Caption = 'EAN 13'
  10733.     end
  10734.     object Code2of51: TMenuItem
  10735.       Caption = 'Code 2 of 5'
  10736.     end
  10737.   end
  10738.   object editTimer: TTimer
  10739.     Enabled = False
  10740.     OnTimer = editTimerTimer
  10741.     Left = 68
  10742.     Top = 375
  10743.   end
  10744.   object mnuDesigner: TPopupMenu
  10745.     Images = ImgListSmall
  10746.     OnPopup = mnuDesignerPopup
  10747.     Left = 236
  10748.     Top = 528
  10749.     object mnuAdd: TMenuItem
  10750.       Caption = 'Add'
  10751.       ImageIndex = 39
  10752.       object DataField1: TMenuItem
  10753.         Action = actAddDataField
  10754.       end
  10755.       object FixedText1: TMenuItem
  10756.         Action = actAddFixedText
  10757.       end
  10758.       object Image2: TMenuItem
  10759.         Action = actAddImage
  10760.       end
  10761.       object Warningsymbols1: TMenuItem
  10762.         Action = actAddWarningSymbol
  10763.       end
  10764.     end
  10765.     object mnuBarcodes: TMenuItem
  10766.       Caption = 'Barcodes'
  10767.       ImageIndex = 33
  10768.     end
  10769.     object mnuDataEntry: TMenuItem
  10770.       Caption = 'Data'
  10771.       ImageIndex = 20
  10772.       object Sequence1: TMenuItem
  10773.         Action = actSequence
  10774.       end
  10775.       object RepeatText1: TMenuItem
  10776.         Action = actRepeatText
  10777.       end
  10778.       object actSymbols2: TMenuItem
  10779.         Action = actSymbol
  10780.       end
  10781.       object ElectricalSymbol2: TMenuItem
  10782.         Action = actESymbol
  10783.       end
  10784.       object N3: TMenuItem
  10785.         Caption = '-'
  10786.       end
  10787.       object ImportCSV1: TMenuItem
  10788.         Action = actImportCSV
  10789.       end
  10790.       object CSVGS11: TMenuItem
  10791.         Action = actImportCSVGS1
  10792.       end
  10793.       object ExcelCSV1: TMenuItem
  10794.         Action = actImportXLSX
  10795.       end
  10796.       object N8: TMenuItem
  10797.         Caption = '-'
  10798.       end
  10799.       object LinkwareLive1: TMenuItem
  10800.         Action = actImportLinkware
  10801.       end
  10802.       object ImportAEMCSV1: TMenuItem
  10803.         Action = actImportAEMCSV
  10804.       end
  10805.     end
  10806.     object mnuArrange: TMenuItem
  10807.       Caption = 'Arrange'
  10808.       ImageIndex = 91
  10809.       object ArrangeVertically1: TMenuItem
  10810.         Action = actArrangeVert
  10811.       end
  10812.       object ArrangeHorizontally1: TMenuItem
  10813.         Action = actArrangeHorz
  10814.       end
  10815.     end
  10816.     object mnuAlignTolabel: TMenuItem
  10817.       Caption = 'Align to Label'
  10818.       object mnuAlignLabelLeft: TMenuItem
  10819.         Action = actLabelLeft
  10820.         Caption = 'Left'
  10821.       end
  10822.       object mnuLabelVertCentre: TMenuItem
  10823.         Action = actLabelVertCentre
  10824.         Caption = 'Vertical Centre'
  10825.       end
  10826.       object mnuLabelRight: TMenuItem
  10827.         Action = actLabelRight
  10828.         Caption = 'Right'
  10829.       end
  10830.       object mnuLabelTop: TMenuItem
  10831.         Action = actLabelTop
  10832.         Caption = 'Top'
  10833.       end
  10834.       object mnuLabelHorzCentre: TMenuItem
  10835.         Action = actLabelHorzCentre
  10836.         Caption = 'Horizontal Centre'
  10837.       end
  10838.       object mnuLabelBottom: TMenuItem
  10839.         Action = actLabelBottom
  10840.         Caption = 'Bottom'
  10841.       end
  10842.     end
  10843.     object mnuAlignSelection: TMenuItem
  10844.       Caption = 'Align Selection'
  10845.       object mnuAlignLeftEdges: TMenuItem
  10846.         Action = actAlignLeftEdges
  10847.         Caption = 'Left edges'
  10848.       end
  10849.       object AlignVerticalCentres1: TMenuItem
  10850.         Action = actAlignVertCentre
  10851.         Caption = 'Vertical Centres'
  10852.       end
  10853.       object Rightedges1: TMenuItem
  10854.         Action = actAlignRightEdges
  10855.         Caption = 'Right edges'
  10856.       end
  10857.       object mnuAlignTopedges: TMenuItem
  10858.         Action = actAlignTopEdges
  10859.         Caption = 'Top edges'
  10860.       end
  10861.       object mnuAlignHorzCentres: TMenuItem
  10862.         Action = actAlignHorzCentre
  10863.         Caption = 'Horz centres'
  10864.       end
  10865.       object mnuAlignBottomedges: TMenuItem
  10866.         Action = actAlignBottomEdges
  10867.         Caption = 'Bottom edges'
  10868.       end
  10869.     end
  10870.     object mnuSizeTo: TMenuItem
  10871.       Caption = 'Size'
  10872.       ImageIndex = 58
  10873.       object mnuSizeToWide: TMenuItem
  10874.         Action = actSizeToWide
  10875.       end
  10876.       object Sizetonarrowest1: TMenuItem
  10877.         Action = actSizeToNarrow
  10878.       end
  10879.       object SizetoLabelWidth1: TMenuItem
  10880.         Action = actSizeToLabelWidth
  10881.       end
  10882.       object SizetoTallest1: TMenuItem
  10883.         Action = actSizeToTall
  10884.       end
  10885.       object SizetoShortest1: TMenuItem
  10886.         Action = actSizeToShort
  10887.       end
  10888.       object SizetoLabelHeight1: TMenuItem
  10889.         Action = actSizeToLabelHeight
  10890.       end
  10891.     end
  10892.     object mnuDesignOptions: TMenuItem
  10893.       Caption = 'Design Options'
  10894.       object ColourOptions1: TMenuItem
  10895.         Action = actColourOptions
  10896.       end
  10897.       object N6: TMenuItem
  10898.         Caption = '-'
  10899.       end
  10900.       object N61: TMenuItem
  10901.         Action = actUnderline6
  10902.         AutoCheck = True
  10903.       end
  10904.       object N81: TMenuItem
  10905.         Action = actUnderline8
  10906.         AutoCheck = True
  10907.       end
  10908.       object N91: TMenuItem
  10909.         Action = actUnderline9
  10910.         AutoCheck = True
  10911.       end
  10912.       object SlashZero1: TMenuItem
  10913.         Action = actSlashZero
  10914.         AutoCheck = True
  10915.       end
  10916.     end
  10917.     object N1: TMenuItem
  10918.       Caption = '-'
  10919.     end
  10920.     object mnuView: TMenuItem
  10921.       Caption = 'View'
  10922.       object ActualSize1: TMenuItem
  10923.         Action = actZoomTo100
  10924.         AutoCheck = True
  10925.       end
  10926.       object FittoWindow1: TMenuItem
  10927.         Action = actFitToWindow
  10928.         AutoCheck = True
  10929.       end
  10930.       object FittoWidth1: TMenuItem
  10931.         Action = actFitToWidth
  10932.         AutoCheck = True
  10933.       end
  10934.       object FitToLabel1: TMenuItem
  10935.         Action = actFitToLabel
  10936.         AutoCheck = True
  10937.       end
  10938.     end
  10939.     object N2: TMenuItem
  10940.       Caption = '-'
  10941.     end
  10942.     object mnuDelete: TMenuItem
  10943.       Action = actDeleteItems
  10944.     end
  10945.     object N4: TMenuItem
  10946.       Caption = '-'
  10947.     end
  10948.     object mnuDesignthislabel: TMenuItem
  10949.       Caption = 'Design this label'
  10950.       ImageIndex = 38
  10951.       OnClick = btnDesignThisLabelClick
  10952.     end
  10953.   end
  10954.   object tmrGC: TTimer
  10955.     Enabled = False
  10956.     Interval = 400
  10957.     OnTimer = tmrGCTimer
  10958.     Left = 148
  10959.     Top = 375
  10960.   end
  10961.   object pmuTextAutoSize: TPopupMenu
  10962.     Images = ImgListSmall
  10963.     OnPopup = pmuBarCodesPopup
  10964.     Left = 152
  10965.     Top = 527
  10966.     object AutoFontSize1: TMenuItem
  10967.       Action = actFontAutoSize
  10968.       AutoCheck = True
  10969.       Caption = 'Auto Font Size'
  10970.     end
  10971.     object StretchText1: TMenuItem
  10972.       Action = actStretchToBorders
  10973.       AutoCheck = True
  10974.     end
  10975.     object N5: TMenuItem
  10976.       Caption = '-'
  10977.     end
  10978.     object mnuNoTextAutoSize: TMenuItem
  10979.       Caption = 'No auto size'
  10980.       ImageIndex = 102
  10981.       OnClick = mnuNoTextAutoSizeClick
  10982.     end
  10983.   end
  10984.   object ImageCollection1: TImageCollection
  10985.     Images = <
  10986.       {snip}
  10987.       end>
  10988.     Left = 68
  10989.     Top = 272
  10990.   end
  10991.   object ImgListLarge: TVirtualImageList
  10992.     DisabledGrayscale = False
  10993.     DisabledSuffix = '_Disabled'
  10994.     Images = <
  10995.       item
  10996.         CollectionIndex = 0
  10997.         CollectionName = 'zoom-in'
  10998.         Disabled = False
  10999.         Name = 'zoom-in'
  11000.       end
  11001.       item
  11002.         CollectionIndex = 1
  11003.         CollectionName = 'zoom-out'
  11004.         Disabled = False
  11005.         Name = 'zoom-out'
  11006.       end
  11007.       item
  11008.         CollectionIndex = 2
  11009.         CollectionName = 'menu'
  11010.         Disabled = False
  11011.         Name = 'button_rounded_blue_previous'
  11012.       end
  11013.       item
  11014.         CollectionIndex = 3
  11015.         CollectionName = 'save'
  11016.         Disabled = False
  11017.         Name = 'button_rounded_blue_next'
  11018.       end
  11019.       item
  11020.         CollectionIndex = 8
  11021.         CollectionName = 'gear'
  11022.         Disabled = False
  11023.         Name = 'gear'
  11024.       end
  11025.       item
  11026.         CollectionIndex = 21
  11027.         CollectionName = 'close-window'
  11028.         Disabled = False
  11029.         Name = 'close-window'
  11030.       end
  11031.       item
  11032.         CollectionIndex = 3
  11033.         CollectionName = 'save'
  11034.         Disabled = False
  11035.         Name = 'save'
  11036.       end
  11037.       item
  11038.         CollectionIndex = 7
  11039.         CollectionName = 'printer'
  11040.         Disabled = False
  11041.         Name = 'printer'
  11042.       end
  11043.       item
  11044.         CollectionIndex = 19
  11045.         CollectionName = 'movie-filled-help'
  11046.         Disabled = False
  11047.         Name = 'movie-filled-help'
  11048.       end
  11049.       item
  11050.         CollectionIndex = 13
  11051.         CollectionName = 'text-align-center'
  11052.         Disabled = False
  11053.         Name = 'text-align-center'
  11054.       end
  11055.       item
  11056.         CollectionIndex = 14
  11057.         CollectionName = 'text-align-left'
  11058.         Disabled = False
  11059.         Name = 'text-align-left'
  11060.       end
  11061.       item
  11062.         CollectionIndex = 15
  11063.         CollectionName = 'text-align-right'
  11064.         Disabled = False
  11065.         Name = 'text-align-right'
  11066.       end
  11067.       item
  11068.         CollectionIndex = 30
  11069.         CollectionName = 'character-bold-small'
  11070.         Disabled = False
  11071.         Name = 'character-bold-small'
  11072.       end
  11073.       item
  11074.         CollectionIndex = 32
  11075.         CollectionName = 'character-color'
  11076.         Disabled = False
  11077.         Name = 'character-color'
  11078.       end
  11079.       item
  11080.         CollectionIndex = 33
  11081.         CollectionName = 'character-strikethrough-small'
  11082.         Disabled = False
  11083.         Name = 'character-font-small'
  11084.       end
  11085.       item
  11086.         CollectionIndex = 31
  11087.         CollectionName = 'character-italic-small'
  11088.         Disabled = False
  11089.         Name = 'character-italic-small'
  11090.       end
  11091.       item
  11092.         CollectionIndex = 33
  11093.         CollectionName = 'character-strikethrough-small'
  11094.         Disabled = False
  11095.         Name = 'character-strikethrough-small'
  11096.       end
  11097.       item
  11098.         CollectionIndex = 34
  11099.         CollectionName = 'character-underline-small'
  11100.         Disabled = False
  11101.         Name = 'character-underline-small'
  11102.       end
  11103.       item
  11104.         CollectionIndex = 35
  11105.         CollectionName = 'font-decrease'
  11106.         Disabled = False
  11107.         Name = 'font-decrease'
  11108.       end
  11109.       item
  11110.         CollectionIndex = 36
  11111.         CollectionName = 'font-increase'
  11112.         Disabled = False
  11113.         Name = 'font-increase'
  11114.       end
  11115.       item
  11116.         CollectionIndex = 22
  11117.         CollectionName = 'data-edit'
  11118.         Disabled = False
  11119.         Name = 'data-edit'
  11120.       end
  11121.       item
  11122.         CollectionIndex = 24
  11123.         CollectionName = 'emoticon-smile'
  11124.         Disabled = False
  11125.         Name = 'emoticon-smile'
  11126.       end
  11127.       item
  11128.         CollectionIndex = 25
  11129.         CollectionName = 'learning'
  11130.         Disabled = False
  11131.         Name = 'learning'
  11132.       end
  11133.       item
  11134.         CollectionIndex = 28
  11135.         CollectionName = 'sort-down'
  11136.         Disabled = False
  11137.         Name = 'sort-down'
  11138.       end
  11139.       item
  11140.         CollectionIndex = 23
  11141.         CollectionName = 'data-import'
  11142.         Disabled = False
  11143.         Name = 'data-import'
  11144.       end
  11145.       item
  11146.         CollectionIndex = 26
  11147.         CollectionName = 'project-import-ms-excel'
  11148.         Disabled = False
  11149.         Name = 'project-import-ms-excel'
  11150.       end
  11151.       item
  11152.         CollectionIndex = 20
  11153.         CollectionName = 'LinkWareLive'
  11154.         Disabled = False
  11155.         Name = 'LinkWareLive'
  11156.       end
  11157.       item
  11158.         CollectionIndex = 37
  11159.         CollectionName = 'symbol-thunderbolt'
  11160.         Disabled = False
  11161.         Name = 'symbol-thunderbolt'
  11162.       end
  11163.       item
  11164.         CollectionIndex = 38
  11165.         CollectionName = 'character-fonts'
  11166.         Disabled = False
  11167.         Name = 'character-fonts'
  11168.       end
  11169.       item
  11170.         CollectionIndex = 39
  11171.         CollectionName = 'character-font-small-update'
  11172.         Disabled = False
  11173.         Name = 'character-font-small-update'
  11174.       end
  11175.       item
  11176.         CollectionIndex = 40
  11177.         CollectionName = 'adjust-colors-filled'
  11178.         Disabled = False
  11179.         Name = 'adjust-colors-filled'
  11180.       end
  11181.       item
  11182.         CollectionIndex = 41
  11183.         CollectionName = 'button-info'
  11184.         Disabled = False
  11185.         Name = 'button-info'
  11186.       end
  11187.       item
  11188.         CollectionIndex = 42
  11189.         CollectionName = 'image-filled'
  11190.         Disabled = False
  11191.         Name = 'image-filled'
  11192.       end
  11193.       item
  11194.         CollectionIndex = 44
  11195.         CollectionName = 'label-barcode'
  11196.         Disabled = False
  11197.         Name = 'label-barcode'
  11198.       end
  11199.       item
  11200.         CollectionIndex = 45
  11201.         CollectionName = 'text-dimension-aligned-font'
  11202.         Disabled = False
  11203.         Name = 'text-dimension-aligned-font'
  11204.       end
  11205.       item
  11206.         CollectionIndex = 17
  11207.         CollectionName = 'trash'
  11208.         Disabled = False
  11209.         Name = 'trash'
  11210.       end
  11211.       item
  11212.         CollectionIndex = 46
  11213.         CollectionName = 'view-page-100percent'
  11214.         Disabled = False
  11215.         Name = 'view-page-100percent'
  11216.       end
  11217.       item
  11218.         CollectionIndex = 47
  11219.         CollectionName = 'view-page-layout'
  11220.         Disabled = False
  11221.         Name = 'view-page-layout'
  11222.       end
  11223.       item
  11224.         CollectionIndex = 48
  11225.         CollectionName = 'design'
  11226.         Disabled = False
  11227.         Name = 'design'
  11228.       end
  11229.       item
  11230.         CollectionIndex = 49
  11231.         CollectionName = 'button-add'
  11232.         Disabled = False
  11233.         Name = 'button-add'
  11234.       end
  11235.       item
  11236.         CollectionIndex = 51
  11237.         CollectionName = 'view-page-width'
  11238.         Disabled = False
  11239.         Name = 'view-page-width'
  11240.       end
  11241.       item
  11242.         CollectionIndex = 52
  11243.         CollectionName = 'view-page-whole'
  11244.         Disabled = False
  11245.         Name = 'view-page-whole'
  11246.       end
  11247.       item
  11248.         CollectionIndex = 73
  11249.         CollectionName = 'link'
  11250.         Disabled = False
  11251.         Name = 'link'
  11252.       end
  11253.       item
  11254.         CollectionIndex = 9
  11255.         CollectionName = 'symbol-cancel'
  11256.         Disabled = False
  11257.         Name = 'symbol-cancel'
  11258.       end
  11259.       item
  11260.         CollectionIndex = 12
  11261.         CollectionName = 'symbol-ok'
  11262.         Disabled = False
  11263.         Name = 'symbol-ok'
  11264.       end
  11265.       item
  11266.         CollectionIndex = 53
  11267.         CollectionName = 'button-arrow-right'
  11268.         Disabled = False
  11269.         Name = 'button-arrow-right'
  11270.       end
  11271.       item
  11272.         CollectionIndex = 54
  11273.         CollectionName = 'option-radio-selected-filled'
  11274.         Disabled = False
  11275.         Name = 'option-radio-selected-filled'
  11276.       end
  11277.       item
  11278.         CollectionIndex = 55
  11279.         CollectionName = 'option-radio-unselected'
  11280.         Disabled = False
  11281.         Name = 'option-radio-unselected'
  11282.       end
  11283.       item
  11284.         CollectionIndex = 62
  11285.         CollectionName = 'action-goto-previous'
  11286.         Disabled = False
  11287.         Name = 'action-goto-previous'
  11288.       end
  11289.       item
  11290.         CollectionIndex = 63
  11291.         CollectionName = 'action-play-backward'
  11292.         Disabled = False
  11293.         Name = 'action-play-backward'
  11294.       end
  11295.       item
  11296.         CollectionIndex = 64
  11297.         CollectionName = 'action-play-2'
  11298.         Disabled = False
  11299.         Name = 'action-play-2'
  11300.       end
  11301.       item
  11302.         CollectionIndex = 65
  11303.         CollectionName = 'action-play'
  11304.         Disabled = False
  11305.         Name = 'action-play'
  11306.       end
  11307.       item
  11308.         CollectionIndex = 66
  11309.         CollectionName = 'action-play-forward'
  11310.         Disabled = False
  11311.         Name = 'action-play-forward'
  11312.       end
  11313.       item
  11314.         CollectionIndex = 67
  11315.         CollectionName = 'action-goto-next'
  11316.         Disabled = False
  11317.         Name = 'action-goto-next'
  11318.       end
  11319.       item
  11320.         CollectionIndex = 68
  11321.         CollectionName = 'flag-armenia'
  11322.         Disabled = False
  11323.         Name = 'flag-armenia'
  11324.       end
  11325.       item
  11326.         CollectionIndex = 69
  11327.         CollectionName = 'grid'
  11328.         Disabled = False
  11329.         Name = 'grid'
  11330.       end
  11331.       item
  11332.         CollectionIndex = 70
  11333.         CollectionName = 'text'
  11334.         Disabled = False
  11335.         Name = 'text'
  11336.       end
  11337.       item
  11338.         CollectionIndex = 71
  11339.         CollectionName = 'shapes'
  11340.         Disabled = False
  11341.         Name = 'shapes'
  11342.       end
  11343.       item
  11344.         CollectionIndex = 72
  11345.         CollectionName = 'shape-points'
  11346.         Disabled = False
  11347.         Name = 'shape-points'
  11348.       end
  11349.       item
  11350.         CollectionIndex = 74
  11351.         CollectionName = 'link-off'
  11352.         Disabled = False
  11353.         Name = 'link-broken'
  11354.       end
  11355.       item
  11356.         CollectionIndex = 75
  11357.         CollectionName = 'text-dimension-2'
  11358.         Disabled = False
  11359.         Name = 'text-dimension-2'
  11360.       end
  11361.       item
  11362.         CollectionIndex = 76
  11363.         CollectionName = 'text-dimension'
  11364.         Disabled = False
  11365.         Name = 'text-dimension'
  11366.       end
  11367.       item
  11368.         CollectionIndex = 77
  11369.         CollectionName = 'button-symbol-find'
  11370.         Disabled = False
  11371.         Name = 'button-symbol-find'
  11372.       end
  11373.       item
  11374.         CollectionIndex = 78
  11375.         CollectionName = 'label-barcode-settings'
  11376.         Disabled = False
  11377.         Name = 'label-barcode-settings'
  11378.       end
  11379.       item
  11380.         CollectionIndex = 79
  11381.         CollectionName = 'label-qrcode-settings'
  11382.         Disabled = False
  11383.         Name = 'label-qrcode-settings'
  11384.       end
  11385.       item
  11386.         CollectionIndex = 80
  11387.         CollectionName = 'table-row-new'
  11388.         Disabled = False
  11389.         Name = 'text-database-filled'
  11390.       end
  11391.       item
  11392.         CollectionIndex = 81
  11393.         CollectionName = 'settings-options'
  11394.         Disabled = False
  11395.         Name = 'settings-options'
  11396.       end
  11397.       item
  11398.         CollectionIndex = 82
  11399.         CollectionName = 'double-angle-left'
  11400.         Disabled = False
  11401.         Name = 'double-angle-left'
  11402.       end
  11403.       item
  11404.         CollectionIndex = 83
  11405.         CollectionName = 'double-angle-right'
  11406.         Disabled = False
  11407.         Name = 'double-angle-right'
  11408.       end
  11409.       item
  11410.         CollectionIndex = 84
  11411.         CollectionName = 'database-filled-edit'
  11412.         Disabled = False
  11413.         Name = 'database-filled-edit'
  11414.       end
  11415.       item
  11416.         CollectionIndex = 85
  11417.         CollectionName = 'material-bricks-filled'
  11418.         Disabled = False
  11419.         Name = 'material-bricks-filled'
  11420.       end
  11421.       item
  11422.         CollectionIndex = 86
  11423.         CollectionName = 'modify-object-align-horizontal-left'
  11424.         Disabled = False
  11425.         Name = 'modify-object-align-horizontal-left'
  11426.       end
  11427.       item
  11428.         CollectionIndex = 87
  11429.         CollectionName = 'modify-object-align-horizontal-right'
  11430.         Disabled = False
  11431.         Name = 'modify-object-align-horizontal-right'
  11432.       end
  11433.       item
  11434.         CollectionIndex = 88
  11435.         CollectionName = 'modify-object-align-vertical-top'
  11436.         Disabled = False
  11437.         Name = 'modify-object-align-vertical-top'
  11438.       end
  11439.       item
  11440.         CollectionIndex = 89
  11441.         CollectionName = 'modify-object-align-vertical-bottom'
  11442.         Disabled = False
  11443.         Name = 'modify-object-align-vertical-bottom'
  11444.       end
  11445.       item
  11446.         CollectionIndex = 90
  11447.         CollectionName = 'modify-object-align-horizontal-center'
  11448.         Disabled = False
  11449.         Name = 'modify-object-align-horizontal-center'
  11450.       end
  11451.       item
  11452.         CollectionIndex = 91
  11453.         CollectionName = 'modify-object-align-vertical-center'
  11454.         Disabled = False
  11455.         Name = 'modify-object-align-vertical-center'
  11456.       end
  11457.       item
  11458.         CollectionIndex = 92
  11459.         CollectionName = 'object-align-left'
  11460.         Disabled = False
  11461.         Name = 'object-align-left'
  11462.       end
  11463.       item
  11464.         CollectionIndex = 93
  11465.         CollectionName = 'object-align-right'
  11466.         Disabled = False
  11467.         Name = 'object-align-right'
  11468.       end
  11469.       item
  11470.         CollectionIndex = 94
  11471.         CollectionName = 'object-align-top'
  11472.         Disabled = False
  11473.         Name = 'object-align-top'
  11474.       end
  11475.       item
  11476.         CollectionIndex = 95
  11477.         CollectionName = 'align-bottom'
  11478.         Disabled = False
  11479.         Name = 'align-bottom'
  11480.       end
  11481.       item
  11482.         CollectionIndex = 96
  11483.         CollectionName = 'align-center-vertical'
  11484.         Disabled = False
  11485.         Name = 'align-center-vertical'
  11486.       end
  11487.       item
  11488.         CollectionIndex = 97
  11489.         CollectionName = 'align-center'
  11490.         Disabled = False
  11491.         Name = 'align-center'
  11492.       end
  11493.       item
  11494.         CollectionIndex = 98
  11495.         CollectionName = 'adjust-width'
  11496.         Disabled = False
  11497.         Name = 'cell-size-width-arrow-right-2'
  11498.       end
  11499.       item
  11500.         CollectionIndex = 99
  11501.         CollectionName = 'adjust-width-2'
  11502.         Disabled = False
  11503.         Name = 'cell-size-width-arrow-left-2'
  11504.       end
  11505.       item
  11506.         CollectionIndex = 100
  11507.         CollectionName = 'cell-size-width-filled'
  11508.         Disabled = False
  11509.         Name = 'adjust-width'
  11510.       end
  11511.       item
  11512.         CollectionIndex = 101
  11513.         CollectionName = 'adjust-height'
  11514.         Disabled = False
  11515.         Name = 'adjust-height-arrow-up-2'
  11516.       end
  11517.       item
  11518.         CollectionIndex = 102
  11519.         CollectionName = 'adjust-height-2'
  11520.         Disabled = False
  11521.         Name = 'adjust-height-arrow-down-2'
  11522.       end
  11523.       item
  11524.         CollectionIndex = 103
  11525.         CollectionName = 'cell-size-height-filled'
  11526.         Disabled = False
  11527.         Name = 'adjust-height'
  11528.       end
  11529.       item
  11530.         CollectionIndex = 104
  11531.         CollectionName = 'rotate-right'
  11532.         Disabled = False
  11533.         Name = 'rotate-right'
  11534.       end
  11535.       item
  11536.         CollectionIndex = 105
  11537.         CollectionName = 'page-size'
  11538.         Disabled = False
  11539.         Name = 'page-size'
  11540.       end
  11541.       item
  11542.         CollectionIndex = 106
  11543.         CollectionName = 'layout-03'
  11544.         Disabled = False
  11545.         Name = 'layout-03'
  11546.       end
  11547.       item
  11548.         CollectionIndex = 107
  11549.         CollectionName = 'layout-07'
  11550.         Disabled = False
  11551.         Name = 'layout-07'
  11552.       end
  11553.       item
  11554.         CollectionIndex = 108
  11555.         CollectionName = 'colors-filled'
  11556.         Disabled = False
  11557.         Name = 'colors-filled'
  11558.       end
  11559.       item
  11560.         CollectionIndex = 109
  11561.         CollectionName = 'toggle-off'
  11562.         Disabled = False
  11563.         Name = 'toggle-off'
  11564.       end
  11565.       item
  11566.         CollectionIndex = 110
  11567.         CollectionName = 'toggle-on'
  11568.         Disabled = False
  11569.         Name = 'toggle-on'
  11570.       end
  11571.       item
  11572.         CollectionIndex = 111
  11573.         CollectionName = 'grade-06'
  11574.         Disabled = False
  11575.         Name = 'grade-06'
  11576.       end
  11577.       item
  11578.         CollectionIndex = 112
  11579.         CollectionName = 'grade-06-filled'
  11580.         Disabled = False
  11581.         Name = 'grade-06-filled'
  11582.       end
  11583.       item
  11584.         CollectionIndex = 113
  11585.         CollectionName = 'grade-08'
  11586.         Disabled = False
  11587.         Name = 'grade-08'
  11588.       end
  11589.       item
  11590.         CollectionIndex = 114
  11591.         CollectionName = 'grade-08-filled'
  11592.         Disabled = False
  11593.         Name = 'grade-08-filled'
  11594.       end
  11595.       item
  11596.         CollectionIndex = 115
  11597.         CollectionName = 'grade-09'
  11598.         Disabled = False
  11599.         Name = 'grade-09'
  11600.       end
  11601.       item
  11602.         CollectionIndex = 116
  11603.         CollectionName = 'grade-09-filled'
  11604.         Disabled = False
  11605.         Name = 'grade-09-filled'
  11606.       end
  11607.       item
  11608.         CollectionIndex = 117
  11609.         CollectionName = 'character-fonts-forbidden'
  11610.         Disabled = False
  11611.         Name = 'character-fonts-forbidden'
  11612.       end
  11613.       item
  11614.         CollectionIndex = 118
  11615.         CollectionName = 'text-vertical-align-bottom'
  11616.         Disabled = False
  11617.         Name = 'text-vertical-align-bottom'
  11618.       end
  11619.       item
  11620.         CollectionIndex = 119
  11621.         CollectionName = 'text-vertical-align-center'
  11622.         Disabled = False
  11623.         Name = 'text-vertical-align-center'
  11624.       end
  11625.       item
  11626.         CollectionIndex = 120
  11627.         CollectionName = 'text-vertical-align-top'
  11628.         Disabled = False
  11629.         Name = 'text-vertical-align-top'
  11630.       end
  11631.       item
  11632.         CollectionIndex = 121
  11633.         CollectionName = 'tool-crop'
  11634.         Disabled = False
  11635.         Name = 'tool-crop'
  11636.       end
  11637.       item
  11638.         CollectionIndex = 122
  11639.         CollectionName = 'tool-color-fill-filled'
  11640.         Disabled = False
  11641.         Name = 'tool-color-fill-filled'
  11642.       end
  11643.       item
  11644.         CollectionIndex = 123
  11645.         CollectionName = 'tbsClear'
  11646.         Disabled = False
  11647.         Name = 'tbsClear'
  11648.       end
  11649.       item
  11650.         CollectionIndex = 124
  11651.         CollectionName = 'tbsTextOnly'
  11652.         Disabled = False
  11653.         Name = 'tbsTextOnly'
  11654.       end
  11655.       item
  11656.         CollectionIndex = 125
  11657.         CollectionName = 'tbsFullRect'
  11658.         Disabled = False
  11659.         Name = 'tbsFullRect'
  11660.       end
  11661.       item
  11662.         CollectionIndex = 126
  11663.         CollectionName = 'AEM_Logo_Gradient_RGB_24px'
  11664.         Disabled = False
  11665.         Name = 'AEM_Logo_Gradient_RGB_24px'
  11666.       end
  11667.       item
  11668.         CollectionIndex = 127
  11669.         CollectionName = 'draw-line'
  11670.         Disabled = False
  11671.         Name = 'draw-line'
  11672.       end
  11673.       item
  11674.         CollectionIndex = 128
  11675.         CollectionName = 'tool-draw-ellipse'
  11676.         Disabled = False
  11677.         Name = 'tool-draw-ellipse'
  11678.       end
  11679.       item
  11680.         CollectionIndex = 129
  11681.         CollectionName = 'tool-draw-polygon'
  11682.         Disabled = False
  11683.         Name = 'tool-draw-polygon'
  11684.       end
  11685.       item
  11686.         CollectionIndex = 130
  11687.         CollectionName = 'tool-draw-rectangle'
  11688.         Disabled = False
  11689.         Name = 'tool-draw-rectangle'
  11690.       end
  11691.       item
  11692.         CollectionIndex = 131
  11693.         CollectionName = 'triangle'
  11694.         Disabled = False
  11695.         Name = 'triangle'
  11696.       end>
  11697.     ImageCollection = ImageCollection1
  11698.     Width = 24
  11699.     Height = 24
  11700.     Left = 68
  11701.     Top = 324
  11702.   end
  11703.   object ImgListSmall: TVirtualImageList
  11704.     DisabledGrayscale = False
  11705.     DisabledSuffix = '_Disabled'
  11706.     Images = <
  11707.       item
  11708.         CollectionIndex = 0
  11709.         CollectionName = 'zoom-in'
  11710.         Disabled = False
  11711.         Name = 'zoom-in'
  11712.       end
  11713.       item
  11714.         CollectionIndex = 1
  11715.         CollectionName = 'zoom-out'
  11716.         Disabled = False
  11717.         Name = 'zoom-out'
  11718.       end
  11719.       item
  11720.         CollectionIndex = 2
  11721.         CollectionName = 'menu'
  11722.         Disabled = False
  11723.         Name = 'button_rounded_blue_previous'
  11724.       end
  11725.       item
  11726.         CollectionIndex = 3
  11727.         CollectionName = 'save'
  11728.         Disabled = False
  11729.         Name = 'button_rounded_blue_next'
  11730.       end
  11731.       item
  11732.         CollectionIndex = 8
  11733.         CollectionName = 'gear'
  11734.         Disabled = False
  11735.         Name = 'gear'
  11736.       end
  11737.       item
  11738.         CollectionIndex = 21
  11739.         CollectionName = 'close-window'
  11740.         Disabled = False
  11741.         Name = 'close-window'
  11742.       end
  11743.       item
  11744.         CollectionIndex = 3
  11745.         CollectionName = 'save'
  11746.         Disabled = False
  11747.         Name = 'save'
  11748.       end
  11749.       item
  11750.         CollectionIndex = 7
  11751.         CollectionName = 'printer'
  11752.         Disabled = False
  11753.         Name = 'printer'
  11754.       end
  11755.       item
  11756.         CollectionIndex = 19
  11757.         CollectionName = 'movie-filled-help'
  11758.         Disabled = False
  11759.         Name = 'movie-filled-help'
  11760.       end
  11761.       item
  11762.         CollectionIndex = 13
  11763.         CollectionName = 'text-align-center'
  11764.         Disabled = False
  11765.         Name = 'text-align-center'
  11766.       end
  11767.       item
  11768.         CollectionIndex = 14
  11769.         CollectionName = 'text-align-left'
  11770.         Disabled = False
  11771.         Name = 'text-align-left'
  11772.       end
  11773.       item
  11774.         CollectionIndex = 15
  11775.         CollectionName = 'text-align-right'
  11776.         Disabled = False
  11777.         Name = 'text-align-right'
  11778.       end
  11779.       item
  11780.         CollectionIndex = 30
  11781.         CollectionName = 'character-bold-small'
  11782.         Disabled = False
  11783.         Name = 'character-bold-small'
  11784.       end
  11785.       item
  11786.         CollectionIndex = 32
  11787.         CollectionName = 'character-color'
  11788.         Disabled = False
  11789.         Name = 'character-color'
  11790.       end
  11791.       item
  11792.         CollectionIndex = 33
  11793.         CollectionName = 'character-strikethrough-small'
  11794.         Disabled = False
  11795.         Name = 'character-font-small'
  11796.       end
  11797.       item
  11798.         CollectionIndex = 31
  11799.         CollectionName = 'character-italic-small'
  11800.         Disabled = False
  11801.         Name = 'character-italic-small'
  11802.       end
  11803.       item
  11804.         CollectionIndex = 33
  11805.         CollectionName = 'character-strikethrough-small'
  11806.         Disabled = False
  11807.         Name = 'character-strikethrough-small'
  11808.       end
  11809.       item
  11810.         CollectionIndex = 34
  11811.         CollectionName = 'character-underline-small'
  11812.         Disabled = False
  11813.         Name = 'character-underline-small'
  11814.       end
  11815.       item
  11816.         CollectionIndex = 35
  11817.         CollectionName = 'font-decrease'
  11818.         Disabled = False
  11819.         Name = 'font-decrease'
  11820.       end
  11821.       item
  11822.         CollectionIndex = 36
  11823.         CollectionName = 'font-increase'
  11824.         Disabled = False
  11825.         Name = 'font-increase'
  11826.       end
  11827.       item
  11828.         CollectionIndex = 22
  11829.         CollectionName = 'data-edit'
  11830.         Disabled = False
  11831.         Name = 'data-edit'
  11832.       end
  11833.       item
  11834.         CollectionIndex = 24
  11835.         CollectionName = 'emoticon-smile'
  11836.         Disabled = False
  11837.         Name = 'emoticon-smile'
  11838.       end
  11839.       item
  11840.         CollectionIndex = 25
  11841.         CollectionName = 'learning'
  11842.         Disabled = False
  11843.         Name = 'learning'
  11844.       end
  11845.       item
  11846.         CollectionIndex = 28
  11847.         CollectionName = 'sort-down'
  11848.         Disabled = False
  11849.         Name = 'sort-down'
  11850.       end
  11851.       item
  11852.         CollectionIndex = 23
  11853.         CollectionName = 'data-import'
  11854.         Disabled = False
  11855.         Name = 'data-import'
  11856.       end
  11857.       item
  11858.         CollectionIndex = 26
  11859.         CollectionName = 'project-import-ms-excel'
  11860.         Disabled = False
  11861.         Name = 'project-import-ms-excel'
  11862.       end
  11863.       item
  11864.         CollectionIndex = 20
  11865.         CollectionName = 'LinkWareLive'
  11866.         Disabled = False
  11867.         Name = 'LinkWareLive'
  11868.       end
  11869.       item
  11870.         CollectionIndex = 37
  11871.         CollectionName = 'symbol-thunderbolt'
  11872.         Disabled = False
  11873.         Name = 'symbol-thunderbolt'
  11874.       end
  11875.       item
  11876.         CollectionIndex = 38
  11877.         CollectionName = 'character-fonts'
  11878.         Disabled = False
  11879.         Name = 'character-fonts'
  11880.       end
  11881.       item
  11882.         CollectionIndex = 39
  11883.         CollectionName = 'character-font-small-update'
  11884.         Disabled = False
  11885.         Name = 'character-font-small-update'
  11886.       end
  11887.       item
  11888.         CollectionIndex = 40
  11889.         CollectionName = 'adjust-colors-filled'
  11890.         Disabled = False
  11891.         Name = 'adjust-colors-filled'
  11892.       end
  11893.       item
  11894.         CollectionIndex = 41
  11895.         CollectionName = 'button-info'
  11896.         Disabled = False
  11897.         Name = 'button-info'
  11898.       end
  11899.       item
  11900.         CollectionIndex = 42
  11901.         CollectionName = 'image-filled'
  11902.         Disabled = False
  11903.         Name = 'image-filled'
  11904.       end
  11905.       item
  11906.         CollectionIndex = 44
  11907.         CollectionName = 'label-barcode'
  11908.         Disabled = False
  11909.         Name = 'label-barcode'
  11910.       end
  11911.       item
  11912.         CollectionIndex = 45
  11913.         CollectionName = 'text-dimension-aligned-font'
  11914.         Disabled = False
  11915.         Name = 'text-dimension-aligned-font'
  11916.       end
  11917.       item
  11918.         CollectionIndex = 17
  11919.         CollectionName = 'trash'
  11920.         Disabled = False
  11921.         Name = 'trash'
  11922.       end
  11923.       item
  11924.         CollectionIndex = 46
  11925.         CollectionName = 'view-page-100percent'
  11926.         Disabled = False
  11927.         Name = 'view-page-100percent'
  11928.       end
  11929.       item
  11930.         CollectionIndex = 47
  11931.         CollectionName = 'view-page-layout'
  11932.         Disabled = False
  11933.         Name = 'view-page-layout'
  11934.       end
  11935.       item
  11936.         CollectionIndex = 48
  11937.         CollectionName = 'design'
  11938.         Disabled = False
  11939.         Name = 'design'
  11940.       end
  11941.       item
  11942.         CollectionIndex = 49
  11943.         CollectionName = 'button-add'
  11944.         Disabled = False
  11945.         Name = 'button-add'
  11946.       end
  11947.       item
  11948.         CollectionIndex = 51
  11949.         CollectionName = 'view-page-width'
  11950.         Disabled = False
  11951.         Name = 'view-page-width'
  11952.       end
  11953.       item
  11954.         CollectionIndex = 52
  11955.         CollectionName = 'view-page-whole'
  11956.         Disabled = False
  11957.         Name = 'view-page-whole'
  11958.       end
  11959.       item
  11960.         CollectionIndex = 73
  11961.         CollectionName = 'link'
  11962.         Disabled = False
  11963.         Name = 'link'
  11964.       end
  11965.       item
  11966.         CollectionIndex = 9
  11967.         CollectionName = 'symbol-cancel'
  11968.         Disabled = False
  11969.         Name = 'symbol-cancel'
  11970.       end
  11971.       item
  11972.         CollectionIndex = 12
  11973.         CollectionName = 'symbol-ok'
  11974.         Disabled = False
  11975.         Name = 'symbol-ok'
  11976.       end
  11977.       item
  11978.         CollectionIndex = 53
  11979.         CollectionName = 'button-arrow-right'
  11980.         Disabled = False
  11981.         Name = 'button-arrow-right'
  11982.       end
  11983.       item
  11984.         CollectionIndex = 54
  11985.         CollectionName = 'option-radio-selected-filled'
  11986.         Disabled = False
  11987.         Name = 'option-radio-selected-filled'
  11988.       end
  11989.       item
  11990.         CollectionIndex = 55
  11991.         CollectionName = 'option-radio-unselected'
  11992.         Disabled = False
  11993.         Name = 'option-radio-unselected'
  11994.       end
  11995.       item
  11996.         CollectionIndex = 62
  11997.         CollectionName = 'action-goto-previous'
  11998.         Disabled = False
  11999.         Name = 'action-goto-previous'
  12000.       end
  12001.       item
  12002.         CollectionIndex = 63
  12003.         CollectionName = 'action-play-backward'
  12004.         Disabled = False
  12005.         Name = 'action-play-backward'
  12006.       end
  12007.       item
  12008.         CollectionIndex = 64
  12009.         CollectionName = 'action-play-2'
  12010.         Disabled = False
  12011.         Name = 'action-play-2'
  12012.       end
  12013.       item
  12014.         CollectionIndex = 65
  12015.         CollectionName = 'action-play'
  12016.         Disabled = False
  12017.         Name = 'action-play'
  12018.       end
  12019.       item
  12020.         CollectionIndex = 66
  12021.         CollectionName = 'action-play-forward'
  12022.         Disabled = False
  12023.         Name = 'action-play-forward'
  12024.       end
  12025.       item
  12026.         CollectionIndex = 67
  12027.         CollectionName = 'action-goto-next'
  12028.         Disabled = False
  12029.         Name = 'action-goto-next'
  12030.       end
  12031.       item
  12032.         CollectionIndex = 68
  12033.         CollectionName = 'flag-armenia'
  12034.         Disabled = False
  12035.         Name = 'flag-armenia'
  12036.       end
  12037.       item
  12038.         CollectionIndex = 69
  12039.         CollectionName = 'grid'
  12040.         Disabled = False
  12041.         Name = 'grid'
  12042.       end
  12043.       item
  12044.         CollectionIndex = 70
  12045.         CollectionName = 'text'
  12046.         Disabled = False
  12047.         Name = 'text'
  12048.       end
  12049.       item
  12050.         CollectionIndex = 71
  12051.         CollectionName = 'shapes'
  12052.         Disabled = False
  12053.         Name = 'shapes'
  12054.       end
  12055.       item
  12056.         CollectionIndex = 72
  12057.         CollectionName = 'shape-points'
  12058.         Disabled = False
  12059.         Name = 'shape-points'
  12060.       end
  12061.       item
  12062.         CollectionIndex = 74
  12063.         CollectionName = 'link-off'
  12064.         Disabled = False
  12065.         Name = 'link-broken'
  12066.       end
  12067.       item
  12068.         CollectionIndex = 75
  12069.         CollectionName = 'text-dimension-2'
  12070.         Disabled = False
  12071.         Name = 'text-dimension-2'
  12072.       end
  12073.       item
  12074.         CollectionIndex = 76
  12075.         CollectionName = 'text-dimension'
  12076.         Disabled = False
  12077.         Name = 'text-dimension'
  12078.       end
  12079.       item
  12080.         CollectionIndex = 77
  12081.         CollectionName = 'button-symbol-find'
  12082.         Disabled = False
  12083.         Name = 'button-symbol-find'
  12084.       end
  12085.       item
  12086.         CollectionIndex = 78
  12087.         CollectionName = 'label-barcode-settings'
  12088.         Disabled = False
  12089.         Name = 'label-barcode-settings'
  12090.       end
  12091.       item
  12092.         CollectionIndex = 79
  12093.         CollectionName = 'label-qrcode-settings'
  12094.         Disabled = False
  12095.         Name = 'label-qrcode-settings'
  12096.       end
  12097.       item
  12098.         CollectionIndex = 80
  12099.         CollectionName = 'table-row-new'
  12100.         Disabled = False
  12101.         Name = 'text-database-filled'
  12102.       end
  12103.       item
  12104.         CollectionIndex = 81
  12105.         CollectionName = 'settings-options'
  12106.         Disabled = False
  12107.         Name = 'settings-options'
  12108.       end
  12109.       item
  12110.         CollectionIndex = 82
  12111.         CollectionName = 'double-angle-left'
  12112.         Disabled = False
  12113.         Name = 'double-angle-left'
  12114.       end
  12115.       item
  12116.         CollectionIndex = 83
  12117.         CollectionName = 'double-angle-right'
  12118.         Disabled = False
  12119.         Name = 'double-angle-right'
  12120.       end
  12121.       item
  12122.         CollectionIndex = 84
  12123.         CollectionName = 'database-filled-edit'
  12124.         Disabled = False
  12125.         Name = 'database-filled-edit'
  12126.       end
  12127.       item
  12128.         CollectionIndex = 85
  12129.         CollectionName = 'material-bricks-filled'
  12130.         Disabled = False
  12131.         Name = 'material-bricks-filled'
  12132.       end
  12133.       item
  12134.         CollectionIndex = 86
  12135.         CollectionName = 'modify-object-align-horizontal-left'
  12136.         Disabled = False
  12137.         Name = 'modify-object-align-horizontal-left'
  12138.       end
  12139.       item
  12140.         CollectionIndex = 87
  12141.         CollectionName = 'modify-object-align-horizontal-right'
  12142.         Disabled = False
  12143.         Name = 'modify-object-align-horizontal-right'
  12144.       end
  12145.       item
  12146.         CollectionIndex = 88
  12147.         CollectionName = 'modify-object-align-vertical-top'
  12148.         Disabled = False
  12149.         Name = 'modify-object-align-vertical-top'
  12150.       end
  12151.       item
  12152.         CollectionIndex = 89
  12153.         CollectionName = 'modify-object-align-vertical-bottom'
  12154.         Disabled = False
  12155.         Name = 'modify-object-align-vertical-bottom'
  12156.       end
  12157.       item
  12158.         CollectionIndex = 90
  12159.         CollectionName = 'modify-object-align-horizontal-center'
  12160.         Disabled = False
  12161.         Name = 'modify-object-align-horizontal-center'
  12162.       end
  12163.       item
  12164.         CollectionIndex = 91
  12165.         CollectionName = 'modify-object-align-vertical-center'
  12166.         Disabled = False
  12167.         Name = 'modify-object-align-vertical-center'
  12168.       end
  12169.       item
  12170.         CollectionIndex = 92
  12171.         CollectionName = 'object-align-left'
  12172.         Disabled = False
  12173.         Name = 'object-align-left'
  12174.       end
  12175.       item
  12176.         CollectionIndex = 93
  12177.         CollectionName = 'object-align-right'
  12178.         Disabled = False
  12179.         Name = 'object-align-right'
  12180.       end
  12181.       item
  12182.         CollectionIndex = 94
  12183.         CollectionName = 'object-align-top'
  12184.         Disabled = False
  12185.         Name = 'object-align-top'
  12186.       end
  12187.       item
  12188.         CollectionIndex = 95
  12189.         CollectionName = 'align-bottom'
  12190.         Disabled = False
  12191.         Name = 'align-bottom'
  12192.       end
  12193.       item
  12194.         CollectionIndex = 96
  12195.         CollectionName = 'align-center-vertical'
  12196.         Disabled = False
  12197.         Name = 'align-center-vertical'
  12198.       end
  12199.       item
  12200.         CollectionIndex = 97
  12201.         CollectionName = 'align-center'
  12202.         Disabled = False
  12203.         Name = 'align-center'
  12204.       end
  12205.       item
  12206.         CollectionIndex = 98
  12207.         CollectionName = 'adjust-width'
  12208.         Disabled = False
  12209.         Name = 'cell-size-width-arrow-right-2'
  12210.       end
  12211.       item
  12212.         CollectionIndex = 99
  12213.         CollectionName = 'adjust-width-2'
  12214.         Disabled = False
  12215.         Name = 'cell-size-width-arrow-left-2'
  12216.       end
  12217.       item
  12218.         CollectionIndex = 100
  12219.         CollectionName = 'cell-size-width-filled'
  12220.         Disabled = False
  12221.         Name = 'adjust-width'
  12222.       end
  12223.       item
  12224.         CollectionIndex = 101
  12225.         CollectionName = 'adjust-height'
  12226.         Disabled = False
  12227.         Name = 'adjust-height-arrow-up-2'
  12228.       end
  12229.       item
  12230.         CollectionIndex = 102
  12231.         CollectionName = 'adjust-height-2'
  12232.         Disabled = False
  12233.         Name = 'adjust-height-arrow-down-2'
  12234.       end
  12235.       item
  12236.         CollectionIndex = 103
  12237.         CollectionName = 'cell-size-height-filled'
  12238.         Disabled = False
  12239.         Name = 'adjust-height'
  12240.       end
  12241.       item
  12242.         CollectionIndex = 104
  12243.         CollectionName = 'rotate-right'
  12244.         Disabled = False
  12245.         Name = 'rotate-right'
  12246.       end
  12247.       item
  12248.         CollectionIndex = 105
  12249.         CollectionName = 'page-size'
  12250.         Disabled = False
  12251.         Name = 'page-size'
  12252.       end
  12253.       item
  12254.         CollectionIndex = 106
  12255.         CollectionName = 'layout-03'
  12256.         Disabled = False
  12257.         Name = 'layout-03'
  12258.       end
  12259.       item
  12260.         CollectionIndex = 107
  12261.         CollectionName = 'layout-07'
  12262.         Disabled = False
  12263.         Name = 'layout-07'
  12264.       end
  12265.       item
  12266.         CollectionIndex = 108
  12267.         CollectionName = 'colors-filled'
  12268.         Disabled = False
  12269.         Name = 'colors-filled'
  12270.       end
  12271.       item
  12272.         CollectionIndex = 109
  12273.         CollectionName = 'toggle-off'
  12274.         Disabled = False
  12275.         Name = 'toggle-off'
  12276.       end
  12277.       item
  12278.         CollectionIndex = 110
  12279.         CollectionName = 'toggle-on'
  12280.         Disabled = False
  12281.         Name = 'toggle-on'
  12282.       end
  12283.       item
  12284.         CollectionIndex = 111
  12285.         CollectionName = 'grade-06'
  12286.         Disabled = False
  12287.         Name = 'grade-06'
  12288.       end
  12289.       item
  12290.         CollectionIndex = 112
  12291.         CollectionName = 'grade-06-filled'
  12292.         Disabled = False
  12293.         Name = 'grade-06-filled'
  12294.       end
  12295.       item
  12296.         CollectionIndex = 113
  12297.         CollectionName = 'grade-08'
  12298.         Disabled = False
  12299.         Name = 'grade-08'
  12300.       end
  12301.       item
  12302.         CollectionIndex = 114
  12303.         CollectionName = 'grade-08-filled'
  12304.         Disabled = False
  12305.         Name = 'grade-08-filled'
  12306.       end
  12307.       item
  12308.         CollectionIndex = 115
  12309.         CollectionName = 'grade-09'
  12310.         Disabled = False
  12311.         Name = 'grade-09'
  12312.       end
  12313.       item
  12314.         CollectionIndex = 116
  12315.         CollectionName = 'grade-09-filled'
  12316.         Disabled = False
  12317.         Name = 'grade-09-filled'
  12318.       end
  12319.       item
  12320.         CollectionIndex = 117
  12321.         CollectionName = 'character-fonts-forbidden'
  12322.         Disabled = False
  12323.         Name = 'character-fonts-forbidden'
  12324.       end
  12325.       item
  12326.         CollectionIndex = 118
  12327.         CollectionName = 'text-vertical-align-bottom'
  12328.         Disabled = False
  12329.         Name = 'text-vertical-align-bottom'
  12330.       end
  12331.       item
  12332.         CollectionIndex = 119
  12333.         CollectionName = 'text-vertical-align-center'
  12334.         Disabled = False
  12335.         Name = 'text-vertical-align-center'
  12336.       end
  12337.       item
  12338.         CollectionIndex = 120
  12339.         CollectionName = 'text-vertical-align-top'
  12340.         Disabled = False
  12341.         Name = 'text-vertical-align-top'
  12342.       end
  12343.       item
  12344.         CollectionIndex = 121
  12345.         CollectionName = 'tool-crop'
  12346.         Disabled = False
  12347.         Name = 'tool-crop'
  12348.       end
  12349.       item
  12350.         CollectionIndex = 122
  12351.         CollectionName = 'tool-color-fill-filled'
  12352.         Disabled = False
  12353.         Name = 'tool-color-fill-filled'
  12354.       end
  12355.       item
  12356.         CollectionIndex = 123
  12357.         CollectionName = 'tbsClear'
  12358.         Disabled = False
  12359.         Name = 'tbsClear'
  12360.       end
  12361.       item
  12362.         CollectionIndex = 124
  12363.         CollectionName = 'tbsTextOnly'
  12364.         Disabled = False
  12365.         Name = 'tbsTextOnly'
  12366.       end
  12367.       item
  12368.         CollectionIndex = 125
  12369.         CollectionName = 'tbsFullRect'
  12370.         Disabled = False
  12371.         Name = 'tbsFullRect'
  12372.       end
  12373.       item
  12374.         CollectionIndex = 126
  12375.         CollectionName = 'AEM_Logo_Gradient_RGB_24px'
  12376.         Disabled = False
  12377.         Name = 'AEM_Logo_Gradient_RGB_24px'
  12378.       end
  12379.       item
  12380.         CollectionIndex = 127
  12381.         CollectionName = 'draw-line'
  12382.         Disabled = False
  12383.         Name = 'draw-line'
  12384.       end
  12385.       item
  12386.         CollectionIndex = 128
  12387.         CollectionName = 'tool-draw-ellipse'
  12388.         Disabled = False
  12389.         Name = 'tool-draw-ellipse'
  12390.       end
  12391.       item
  12392.         CollectionIndex = 129
  12393.         CollectionName = 'tool-draw-polygon'
  12394.         Disabled = False
  12395.         Name = 'tool-draw-polygon'
  12396.       end
  12397.       item
  12398.         CollectionIndex = 130
  12399.         CollectionName = 'tool-draw-rectangle'
  12400.         Disabled = False
  12401.         Name = 'tool-draw-rectangle'
  12402.       end
  12403.       item
  12404.         CollectionIndex = 131
  12405.         CollectionName = 'triangle'
  12406.         Disabled = False
  12407.         Name = 'triangle'
  12408.       end>
  12409.     ImageCollection = ImageCollection1
  12410.     Width = 20
  12411.     Height = 20
  12412.     Left = 148
  12413.     Top = 324
  12414.   end
  12415.   object pmuTextBackground: TPopupMenu
  12416.     Images = ImgListSmall
  12417.     Left = 256
  12418.     Top = 583
  12419.     object extOnly1: TMenuItem
  12420.       Action = actTBSTextOnly
  12421.       AutoCheck = True
  12422.     end
  12423.     object FullField1: TMenuItem
  12424.       Action = actTBSFull
  12425.       AutoCheck = True
  12426.     end
  12427.     object N7: TMenuItem
  12428.       Caption = '-'
  12429.     end
  12430.     object None1: TMenuItem
  12431.       Action = actTBSNone
  12432.       AutoCheck = True
  12433.     end
  12434.   end
  12435.   object AdvToolBarOfficeStyler1: TAdvToolBarOfficeStyler
  12436.     AppColor.AppButtonColor = 14851584
  12437.     AppColor.AppButtonHoverColor = 16755772
  12438.     AppColor.TextColor = 2500134
  12439.     AppColor.HoverColor = 16246477
  12440.     AppColor.HoverTextColor = clBlack
  12441.     AppColor.HoverBorderColor = 16246477
  12442.     AppColor.SelectedColor = 15187578
  12443.     AppColor.SelectedTextColor = clBlack
  12444.     AppColor.SelectedBorderColor = 15187578
  12445.     Style = bsOffice2019White
  12446.     BorderColor = clWhite
  12447.     BorderColorHot = clWhite
  12448.     ButtonAppearance.CaptionTextColor = 4474440
  12449.     ButtonAppearance.CaptionTextColorHot = 4474440
  12450.     ButtonAppearance.BorderDownColor = clNone
  12451.     ButtonAppearance.BorderHotColor = clNone
  12452.     ButtonAppearance.CaptionFont.Charset = DEFAULT_CHARSET
  12453.     ButtonAppearance.CaptionFont.Color = clWindowText
  12454.     ButtonAppearance.CaptionFont.Height = -12
  12455.     ButtonAppearance.CaptionFont.Name = 'Segoe UI'
  12456.     ButtonAppearance.CaptionFont.Style = []
  12457.     CaptionAppearance.CaptionColor = clWhite
  12458.     CaptionAppearance.CaptionTextColor = 2303013
  12459.     CaptionAppearance.CaptionBorderColor = 14851584
  12460.     CaptionAppearance.CaptionColorHot = clWhite
  12461.     CaptionAppearance.CaptionColorHotTo = clWhite
  12462.     CaptionAppearance.CaptionTextColorHot = clBlack
  12463.     CaptionFont.Charset = DEFAULT_CHARSET
  12464.     CaptionFont.Color = clWindowText
  12465.     CaptionFont.Height = -12
  12466.     CaptionFont.Name = 'Segoe UI'
  12467.     CaptionFont.Style = []
  12468.     ContainerAppearance.LineColor = clBtnShadow
  12469.     ContainerAppearance.Line3D = True
  12470.     Color.Color = clWhite
  12471.     Color.ColorTo = clNone
  12472.     Color.Direction = gdVertical
  12473.     Color.Mirror.Color = clWhite
  12474.     Color.Mirror.ColorTo = clNone
  12475.     Color.Mirror.ColorMirror = clWhite
  12476.     Color.Mirror.ColorMirrorTo = clNone
  12477.     ColorHot.Color = clWhite
  12478.     ColorHot.ColorTo = clNone
  12479.     ColorHot.Direction = gdHorizontal
  12480.     ColorHot.Mirror.Color = clWhite
  12481.     ColorHot.Mirror.ColorTo = clNone
  12482.     ColorHot.Mirror.ColorMirror = clWhite
  12483.     ColorHot.Mirror.ColorMirrorTo = clNone
  12484.     CompactGlowButtonAppearance.Color = clWhite
  12485.     CompactGlowButtonAppearance.ColorTo = clWhite
  12486.     CompactGlowButtonAppearance.ColorChecked = 16111818
  12487.     CompactGlowButtonAppearance.ColorCheckedTo = 16367008
  12488.     CompactGlowButtonAppearance.ColorDisabled = 15921906
  12489.     CompactGlowButtonAppearance.ColorDisabledTo = 15921906
  12490.     CompactGlowButtonAppearance.ColorDown = 16111818
  12491.     CompactGlowButtonAppearance.ColorDownTo = 16367008
  12492.     CompactGlowButtonAppearance.ColorHot = 16117985
  12493.     CompactGlowButtonAppearance.ColorHotTo = 16372402
  12494.     CompactGlowButtonAppearance.ColorMirror = clSilver
  12495.     CompactGlowButtonAppearance.ColorMirrorTo = clWhite
  12496.     CompactGlowButtonAppearance.ColorMirrorHot = 16107693
  12497.     CompactGlowButtonAppearance.ColorMirrorHotTo = 16775412
  12498.     CompactGlowButtonAppearance.ColorMirrorDown = 16102556
  12499.     CompactGlowButtonAppearance.ColorMirrorDownTo = 16768988
  12500.     CompactGlowButtonAppearance.ColorMirrorChecked = 16102556
  12501.     CompactGlowButtonAppearance.ColorMirrorCheckedTo = 16768988
  12502.     CompactGlowButtonAppearance.ColorMirrorDisabled = 11974326
  12503.     CompactGlowButtonAppearance.ColorMirrorDisabledTo = 15921906
  12504.     DockColor.Color = clWhite
  12505.     DockColor.ColorTo = clWhite
  12506.     DockColor.Direction = gdHorizontal
  12507.     DockColor.Steps = 1
  12508.     DragGripStyle = dsNone
  12509.     FloatingWindowBorderColor = 7171437
  12510.     Font.Charset = DEFAULT_CHARSET
  12511.     Font.Color = clWindowText
  12512.     Font.Height = -12
  12513.     Font.Name = 'Segoe UI'
  12514.     Font.Style = []
  12515.     GlowButtonAppearance.BorderColor = clWhite
  12516.     GlowButtonAppearance.BorderColorHot = 16246477
  12517.     GlowButtonAppearance.BorderColorDown = 15187578
  12518.     GlowButtonAppearance.BorderColorChecked = 16246477
  12519.     GlowButtonAppearance.Color = clWhite
  12520.     GlowButtonAppearance.ColorTo = clWhite
  12521.     GlowButtonAppearance.ColorChecked = 16246477
  12522.     GlowButtonAppearance.ColorCheckedTo = 16246477
  12523.     GlowButtonAppearance.ColorDisabled = clNone
  12524.     GlowButtonAppearance.ColorDisabledTo = clNone
  12525.     GlowButtonAppearance.ColorDown = 15187578
  12526.     GlowButtonAppearance.ColorDownTo = 15187578
  12527.     GlowButtonAppearance.ColorHot = 16246477
  12528.     GlowButtonAppearance.ColorHotTo = 16246477
  12529.     GlowButtonAppearance.ColorMirror = clWhite
  12530.     GlowButtonAppearance.ColorMirrorTo = clWhite
  12531.     GlowButtonAppearance.ColorMirrorHot = 16246477
  12532.     GlowButtonAppearance.ColorMirrorHotTo = 16246477
  12533.     GlowButtonAppearance.ColorMirrorDown = 15187578
  12534.     GlowButtonAppearance.ColorMirrorDownTo = 15187578
  12535.     GlowButtonAppearance.ColorMirrorChecked = 16246477
  12536.     GlowButtonAppearance.ColorMirrorCheckedTo = 16246477
  12537.     GlowButtonAppearance.ColorMirrorDisabled = 11974326
  12538.     GlowButtonAppearance.ColorMirrorDisabledTo = 15921906
  12539.     GlowButtonAppearance.TextColorChecked = 4474440
  12540.     GlowButtonAppearance.TextColorDown = 4474440
  12541.     GlowButtonAppearance.TextColorHot = 4474440
  12542.     GroupAppearance.Background = clInfoBk
  12543.     GroupAppearance.BorderColor = 10729644
  12544.     GroupAppearance.Color = clWhite
  12545.     GroupAppearance.ColorTo = clWhite
  12546.     GroupAppearance.ColorMirror = clSilver
  12547.     GroupAppearance.ColorMirrorTo = clWhite
  12548.     GroupAppearance.Font.Charset = DEFAULT_CHARSET
  12549.     GroupAppearance.Font.Color = clWindowText
  12550.     GroupAppearance.Font.Height = -11
  12551.     GroupAppearance.Font.Name = 'Segoe UI'
  12552.     GroupAppearance.Font.Style = []
  12553.     GroupAppearance.Gradient = ggVertical
  12554.     GroupAppearance.GradientMirror = ggVertical
  12555.     GroupAppearance.TextColor = clBlue
  12556.     GroupAppearance.CaptionAppearance.CaptionColor = clGray
  12557.     GroupAppearance.PageAppearance.BorderColor = clGray
  12558.     GroupAppearance.PageAppearance.Color = clWhite
  12559.     GroupAppearance.PageAppearance.ColorTo = clWhite
  12560.     GroupAppearance.PageAppearance.ColorMirror = clSilver
  12561.     GroupAppearance.PageAppearance.ColorMirrorTo = clWhite
  12562.     GroupAppearance.PageAppearance.Gradient = ggVertical
  12563.     GroupAppearance.PageAppearance.GradientMirror = ggVertical
  12564.     GroupAppearance.PageAppearance.ShadowColor = 12888726
  12565.     GroupAppearance.PageAppearance.HighLightColor = 16644558
  12566.     GroupAppearance.TabAppearance.BorderColor = clBtnFace
  12567.     GroupAppearance.TabAppearance.BorderColorHot = clBlue
  12568.     GroupAppearance.TabAppearance.BorderColorSelected = clBtnFace
  12569.     GroupAppearance.TabAppearance.BorderColorSelectedHot = clNone
  12570.     GroupAppearance.TabAppearance.BorderColorDisabled = clNone
  12571.     GroupAppearance.TabAppearance.BorderColorDown = clNone
  12572.     GroupAppearance.TabAppearance.Color = clBtnFace
  12573.     GroupAppearance.TabAppearance.ColorTo = clWhite
  12574.     GroupAppearance.TabAppearance.ColorSelected = clWhite
  12575.     GroupAppearance.TabAppearance.ColorSelectedTo = clBtnFace
  12576.     GroupAppearance.TabAppearance.ColorDisabled = clNone
  12577.     GroupAppearance.TabAppearance.ColorDisabledTo = clNone
  12578.     GroupAppearance.TabAppearance.ColorHot = clYellow
  12579.     GroupAppearance.TabAppearance.ColorHotTo = clNone
  12580.     GroupAppearance.TabAppearance.ColorMirror = clWhite
  12581.     GroupAppearance.TabAppearance.ColorMirrorTo = clWhite
  12582.     GroupAppearance.TabAppearance.ColorMirrorHot = clNone
  12583.     GroupAppearance.TabAppearance.ColorMirrorHotTo = clNone
  12584.     GroupAppearance.TabAppearance.ColorMirrorSelected = clWhite
  12585.     GroupAppearance.TabAppearance.ColorMirrorSelectedTo = clWhite
  12586.     GroupAppearance.TabAppearance.ColorMirrorDisabled = clNone
  12587.     GroupAppearance.TabAppearance.ColorMirrorDisabledTo = clNone
  12588.     GroupAppearance.TabAppearance.Font.Charset = DEFAULT_CHARSET
  12589.     GroupAppearance.TabAppearance.Font.Color = clWindowText
  12590.     GroupAppearance.TabAppearance.Font.Height = -11
  12591.     GroupAppearance.TabAppearance.Font.Name = 'Segoe UI'
  12592.     GroupAppearance.TabAppearance.Font.Style = []
  12593.     GroupAppearance.TabAppearance.Gradient = ggVertical
  12594.     GroupAppearance.TabAppearance.GradientMirror = ggVertical
  12595.     GroupAppearance.TabAppearance.GradientHot = ggVertical
  12596.     GroupAppearance.TabAppearance.GradientMirrorHot = ggVertical
  12597.     GroupAppearance.TabAppearance.GradientSelected = ggVertical
  12598.     GroupAppearance.TabAppearance.GradientMirrorSelected = ggVertical
  12599.     GroupAppearance.TabAppearance.GradientDisabled = ggVertical
  12600.     GroupAppearance.TabAppearance.GradientMirrorDisabled = ggVertical
  12601.     GroupAppearance.TabAppearance.TextColor = clBlue
  12602.     GroupAppearance.TabAppearance.TextColorHot = clBlue
  12603.     GroupAppearance.TabAppearance.TextColorSelected = clBlue
  12604.     GroupAppearance.TabAppearance.TextColorDisabled = clWhite
  12605.     GroupAppearance.TabAppearance.ShadowColor = 15255470
  12606.     GroupAppearance.TabAppearance.HighLightColor = 16775871
  12607.     GroupAppearance.TabAppearance.HighLightColorHot = 16643309
  12608.     GroupAppearance.TabAppearance.HighLightColorSelected = 6540536
  12609.     GroupAppearance.TabAppearance.HighLightColorSelectedHot = 12451839
  12610.     GroupAppearance.TabAppearance.HighLightColorDown = 16776144
  12611.     GroupAppearance.ToolBarAppearance.Color.Color = clWhite
  12612.     GroupAppearance.ToolBarAppearance.Color.ColorTo = clBtnFace
  12613.     GroupAppearance.ToolBarAppearance.Color.Direction = gdHorizontal
  12614.     GroupAppearance.ToolBarAppearance.ColorHot.Color = clNone
  12615.     GroupAppearance.ToolBarAppearance.ColorHot.ColorTo = clNone
  12616.     GroupAppearance.ToolBarAppearance.ColorHot.Direction = gdHorizontal
  12617.     PageAppearance.BorderColor = clWhite
  12618.     PageAppearance.Color = clWhite
  12619.     PageAppearance.ColorTo = clWhite
  12620.     PageAppearance.ColorMirror = clWhite
  12621.     PageAppearance.ColorMirrorTo = clWhite
  12622.     PageAppearance.Gradient = ggVertical
  12623.     PageAppearance.GradientMirror = ggVertical
  12624.     PageAppearance.ShadowColor = 12888726
  12625.     PageAppearance.HighLightColor = 16644558
  12626.     PagerCaption.BorderColor = clGray
  12627.     PagerCaption.Color = clWhite
  12628.     PagerCaption.ColorTo = clWhite
  12629.     PagerCaption.ColorMirror = clSilver
  12630.     PagerCaption.ColorMirrorTo = clWhite
  12631.     PagerCaption.Gradient = ggVertical
  12632.     PagerCaption.GradientMirror = ggVertical
  12633.     PagerCaption.TextColor = 2500134
  12634.     PagerCaption.TextColorExtended = 2500134
  12635.     PagerCaption.Font.Charset = DEFAULT_CHARSET
  12636.     PagerCaption.Font.Color = clWindowText
  12637.     PagerCaption.Font.Height = -11
  12638.     PagerCaption.Font.Name = 'Segoe UI'
  12639.     PagerCaption.Font.Style = []
  12640.     PagerCaption.SystemFont = False
  12641.     QATAppearance.BorderColor = clGray
  12642.     QATAppearance.Color = clWhite
  12643.     QATAppearance.ColorTo = clSilver
  12644.     QATAppearance.FullSizeBorderColor = clBlack
  12645.     QATAppearance.FullSizeColor = 12951425
  12646.     QATAppearance.FullSizeColorTo = 14922381
  12647.     RightHandleColor = clWhite
  12648.     RightHandleColorTo = clWhite
  12649.     RightHandleColorHot = 15917525
  12650.     RightHandleColorHotTo = 15917525
  12651.     RightHandleColorDown = 14925219
  12652.     RightHandleColorDownTo = 14925219
  12653.     TabAppearance.BorderColor = clNone
  12654.     TabAppearance.BorderColorHot = 16316922
  12655.     TabAppearance.BorderColorSelected = clWhite
  12656.     TabAppearance.BorderColorSelectedHot = clWhite
  12657.     TabAppearance.BorderColorDisabled = clGray
  12658.     TabAppearance.BorderColorDown = clNone
  12659.     TabAppearance.Color = clWhite
  12660.     TabAppearance.ColorTo = clNone
  12661.     TabAppearance.ColorSelected = clWhite
  12662.     TabAppearance.ColorSelectedTo = clNone
  12663.     TabAppearance.ColorDisabled = clSilver
  12664.     TabAppearance.ColorDisabledTo = clNone
  12665.     TabAppearance.ColorHot = 16316922
  12666.     TabAppearance.ColorHotTo = clNone
  12667.     TabAppearance.ColorMirror = clNone
  12668.     TabAppearance.ColorMirrorTo = clNone
  12669.     TabAppearance.ColorMirrorHot = clNone
  12670.     TabAppearance.ColorMirrorHotTo = clNone
  12671.     TabAppearance.ColorMirrorSelected = clNone
  12672.     TabAppearance.ColorMirrorSelectedTo = clNone
  12673.     TabAppearance.ColorMirrorDisabled = clNone
  12674.     TabAppearance.ColorMirrorDisabledTo = clNone
  12675.     TabAppearance.Font.Charset = DEFAULT_CHARSET
  12676.     TabAppearance.Font.Color = clWindowText
  12677.     TabAppearance.Font.Height = -12
  12678.     TabAppearance.Font.Name = 'Segoe UI'
  12679.     TabAppearance.Font.Style = []
  12680.     TabAppearance.Gradient = ggVertical
  12681.     TabAppearance.GradientMirror = ggVertical
  12682.     TabAppearance.GradientHot = ggVertical
  12683.     TabAppearance.GradientMirrorHot = ggVertical
  12684.     TabAppearance.GradientSelected = ggVertical
  12685.     TabAppearance.GradientMirrorSelected = ggVertical
  12686.     TabAppearance.GradientDisabled = ggVertical
  12687.     TabAppearance.GradientMirrorDisabled = ggVertical
  12688.     TabAppearance.SystemFont = False
  12689.     TabAppearance.TextColor = 4474440
  12690.     TabAppearance.TextColorHot = 14851584
  12691.     TabAppearance.TextColorSelected = 4474440
  12692.     TabAppearance.TextColorDisabled = clGray
  12693.     TabAppearance.ShadowColor = clNone
  12694.     TabAppearance.HighLightColor = clNone
  12695.     TabAppearance.HighLightColorHot = clNone
  12696.     TabAppearance.HighLightColorSelected = clNone
  12697.     TabAppearance.HighLightColorSelectedHot = clNone
  12698.     TabAppearance.HighLightColorDown = clNone
  12699.     TabAppearance.BackGround.Color = clWhite
  12700.     TabAppearance.BackGround.ColorTo = clWhite
  12701.     TabAppearance.BackGround.Direction = gdHorizontal
  12702.     Left = 68
  12703.     Top = 476
  12704.   end
  12705. end
Advertisement
Add Comment
Please, Sign In to add comment