object lib_form: Tlib_form Left = 60 Top = 220 AutoScroll = False BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Caption = ' library templates' ClientHeight = 696 ClientWidth = 200 Color = 15852503 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -14 Font.Name = 'Arial' Font.Style = [fsBold] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDeactivate = FormDeactivate OnResize = FormResize OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object datestamp_label: TLabel Left = 0 Top = 692 Width = 200 Height = 4 AutoSize = False end object empty_label: TLabel Left = 16 Top = 36 Width = 153 Height = 81 Alignment = taCenter AutoSize = False Caption = 'there are no library templates in your storage box' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -17 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end object lib_label: TLabel Left = 0 Top = 558 Width = 198 Height = 56 AutoSize = False Caption = 'Viewer shows all library templates currently in the storage box.' + ' Click one to copy it to the control.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object count_label: TLabel Left = 8 Top = 666 Width = 100 Height = 24 AutoSize = False Caption = '0 templates' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False Layout = tlBottom end object lib_listbox: TListBox Left = 0 Top = 0 Width = 200 Height = 552 Cursor = crHandPoint Color = 14745568 Ctl3D = False ItemHeight = 132 ParentCtl3D = False Style = lbOwnerDrawFixed TabOrder = 1 Visible = False OnClick = lib_listboxClick OnDrawItem = lib_listboxDrawItem OnMouseMove = lib_listboxMouseMove end object hide_panel: TPanel Left = 130 Top = 666 Width = 70 Height = 26 Alignment = taLeftJustify Caption = ' hide' Color = clYellow Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = hide_buttonClick object hide_button: TButton Left = 50 Top = 6 Width = 16 Height = 16 Cancel = True Caption = ' ' TabOrder = 0 OnClick = hide_buttonClick end end object group_to_library_button: TButton Left = 0 Top = 610 Width = 166 Height = 23 Hint = ' copy the group templates and convert them to library templates ' Caption = 'copy group to library' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = group_to_library_buttonClick end object store_control_button: TButton Left = 0 Top = 640 Width = 124 Height = 23 Hint = ' store the control template as a library template ' Caption = 'store as library' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = store_control_buttonClick end end