⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 symbol.standardforms.xml

📁 Barcode label printing on Zebra printers Using Print DLL s. To use this code, we have to download su
💻 XML
📖 第 1 页 / 共 2 页
字号:
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Symbol.StandardForms</name>
    </assembly>
    <members>
        <member name="T:Symbol.Controls.CheckList">
            <summary>
            The CheckList class is derived from SymList. It provides the capability of 
            displaying a list of checkboxes with associated labels. 
            </summary>
            <remarks>
            This class is used by the BarcodeForms.Enabled decoders class in order to 
            provide an easy way to select a decoder type and set whether or not it is 
            enabled.
            </remarks>
        </member>
        <member name="T:Symbol.Controls.SymList">
            <summary>
            The SymList class defines a list box that is used to host other controls.
            </summary>
            <remarks>
            The SymList class is used as a base class for the CheckList and ComboList custom
            controls. It can hold multiple controls on the same row. Any controls can be 
            used.
            </remarks>
        </member>
        <member name="M:Symbol.Controls.SymList.#ctor(System.String,System.Windows.Forms.Panel,System.Int32,System.Int32,System.Boolean)">
            <summary>
            SymList constructor with settable parameters.
            </summary>
            <param name="sTitle">The title of the SymList control. Can be null or 
            "" if not title is required.</param>
            <param name="MainPanel">The panel in which the Symlist control will
            reside.</param>
            <param name="nRowHeight">The Height of each row in pixels.</param>
            <param name="nBorderWidth">The border width in pixels.</param>
            <param name="bRemoveBorder">Borders for internal controls will be removed
            when this flag is set to true.</param>
        </member>
        <member name="M:Symbol.Controls.SymList.#ctor(System.String,System.Windows.Forms.Panel,System.Int32,System.Int32,System.Int32,System.Int32)">
            <summary>
            SymList constructor with settable parameters.
            </summary>
            <param name="sTitle">The title of the SymList control. Can be null or 
            "" if not title is required.</param>
            <param name="MainPanel">The panel in which the Symlist control will
            reside.</param>
            <param name="nRowHeight">The Height of each row in pixels.</param>
            <param name="nBorderWidth">The border width in pixels.</param>
            <param name="nBorderHeight">The border height in pixels (not used).</param>
            <param name="nTopOffset">The offset from the top of the screen (not used).</param>
        </member>
        <member name="M:Symbol.Controls.SymList.Add">
            <summary>
            Adds a new entry to the SymList control.
            </summary>
        </member>
        <member name="M:Symbol.Controls.SymList.Add(System.Windows.Forms.Control[])">
            <summary>
            Adds a set of controls to the SymList control in horizontal direction.
            </summary>
            <param name="ctrls">An array of controls to be placed on a SymList row.</param>
        </member>
        <member name="M:Symbol.Controls.SymList.Remove">
            <summary>
            Removes the last row of controls from the SymList control.
            </summary>
        </member>
        <member name="M:Symbol.Controls.SymList.Clear">
            <summary>
            Clears the SymList control of all items.
            </summary>
        </member>
        <member name="M:Symbol.Controls.SymList.v_ValueChanged(System.Object,System.EventArgs)">
            <summary>
            Event notification handler for vertical scroll button.
            </summary>
            <param name="sender">The sender scroll bar.</param>
            <param name="e">A standard event args object.</param>
        </member>
        <member name="P:Symbol.Controls.SymList.ClientWidth">
            <summary>
            The total size of the client area width
            </summary>
            <value>
            An integer that contains the number of pixels in the client area width.
            </value> 
        </member>
        <member name="P:Symbol.Controls.SymList.ClientHeight">
            <summary>
            Gets/Sets the client window size.
            </summary>
            <value>
            An integer that contains the number of pixels in the client area height.
            </value>
        </member>
        <member name="P:Symbol.Controls.SymList.VisibleRowCount">
            <summary>
            Returns the number of rows visible in the client area.
            </summary>
            <value>
            The number of rows visible.
            </value>
        </member>
        <member name="P:Symbol.Controls.SymList.SelectedRow">
            <summary>
            Gets/Sets the selected row in the symlist control.
            </summary>
        </member>
        <member name="P:Symbol.Controls.SymList.TitleHeight">
            <summary>
            Height in of the SymList title.
            </summary>
            <value>
            Height in pixels of the title. 0 if not present.
            </value>
        </member>
        <member name="P:Symbol.Controls.SymList.IsVScrollBarNeeded">
            <summary>
            Determines the need for a scroll bar.
            </summary>
            <value>
            A boolean flag that specifies whether or not a scroll bar is needed.
            </value>
        </member>
        <member name="P:Symbol.Controls.SymList.VerticalScrollBar">
            <summary>
            Gets the vertical scroll bar assocated with SymList control.
            </summary>
            <value>
            A VScrollBar object.
            </value>
        </member>
        <member name="P:Symbol.Controls.SymList.VisiblePanel">
            <summary>
            Gets the VisiblePanel from the SymList control. This panel can be used to 
            add new controls to the display.
            </summary>
            <value>
            A Panel object that can be used to add new controls.
            </value>
        </member>
        <member name="P:Symbol.Controls.SymList.Text">
            <summary>
            Set the title of the SymList control.
            </summary>
            <value>
            A string that contains the SymList title.
            </value>
        </member>
        <member name="M:Symbol.Controls.CheckList.#ctor(System.String,System.Windows.Forms.Panel,System.Windows.Forms.Panel)">
            <summary>
            The CheckList constructor takes in the title and two panels. The first is 
            the main panel and the second is what it can expand too.
            </summary>
            <param name="sTitle">A string that contains the title of the checklist box.</param>
            <param name="MainPanel">A panel where the initial control will be placed.</param>
            <param name="ExpandPanel">A panel that contain information about the expanded
            version of the panel.</param>
        </member>
        <member name="M:Symbol.Controls.CheckList.#ctor(System.String,System.Windows.Forms.Panel,System.Windows.Forms.Panel,System.Int32)">
            <summary>
            The CheckList constructor takes in the title and two panels. The first is 
            the main panel and the second is what it can expand too.
            </summary>
            <param name="sTitle">A string that contains the title of the checklist box.</param>
            <param name="MainPanel">A panel where the initial control will be placed.</param>
            <param name="ExpandPanel">A panel that contain information about the expanded
            version of the panel.</param>
            <param name="nRowHeight">The RowHeight</param>
        </member>
        <member name="M:Symbol.Controls.CheckList.Add(System.String,System.Boolean)">
            <summary>
            Add a new row to the CheckBox list.
            </summary>
            <param name="sSymLabelText">The label of the check box.</param>
            <param name="bChecked">The checked state of the check box.</param>
        </member>
        <member name="M:Symbol.Controls.CheckList.Add(System.String,System.Boolean,System.Boolean)">
            <summary>
            Add a new row to the CheckBox list.
            </summary>
            <param name="sSymLabelText">The label of the check box.</param>
            <param name="bChecked">The checked state of the check box.</param>
            <param name="bShowCheck">A flag that specifies whether or not the 
            check box should be shown.</param>
        </member>
        <member name="M:Symbol.Controls.CheckList.Remove">
            <summary>
            Removes the last row in the list.
            </summary>
        </member>
        <member name="M:Symbol.Controls.CheckList.Clear">
            <summary>
            Clear all items in combo list control.
            </summary>
        </member>
        <member name="M:Symbol.Controls.CheckList.GetLabel(System.Int32)">
            <summary>
            Returns the SymLabel object associated with the given index in the list
            items.
            </summary>
            <param name="nIndex">The row index where the SymLabel resides.</param>
            <returns>A SymLabel control object.</returns>
        </member>
        <member name="P:Symbol.Controls.CheckList.SelectedIndex">
            <summary>
            Returns the currently selected row index.
            </summary>
            <value>
            A integer that contains the row index of the currently selected item.
            </value>
        </member>
        <member name="P:Symbol.Controls.CheckList.SelectedLabel">
            <summary>
            Returns the currently selected label.
            </summary>
            <value>
            A SymLabel object located in the currently row.
            </value>
        </member>
        <member name="P:Symbol.Controls.CheckList.Expand">
            <summary>
            Gets/Sets expansion of panel.
            </summary>
            <value>
            A boolean flag that specifies whether or not the main panel is expanded.
            </value>
        </member>
        <member name="E:Symbol.Controls.CheckList.LabelStateChanged">
            <summary>
            Gets fired when the label changes highlight state.
            </summary>
        </member>
        <member name="E:Symbol.Controls.CheckList.CheckStateChanged">
            <summary>
            Gets fired when the check box changes state.
            </summary>
        </member>
        <member name="T:Symbol.Controls.ComboList">
            <summary>
            Summary description for list.
            </summary>
        </member>
        <member name="M:Symbol.Controls.ComboList.#ctor(System.String,System.Windows.Forms.Panel)">
            <summary>
            Constructor takes a panel
            </summary>
        </member>
        <member name="M:Symbol.Controls.ComboList.#ctor(System.String,System.Windows.Forms.Panel,System.Int32)">
            <summary>
            Constructor takes a panel
            </summary>
        </member>
        <member name="M:Symbol.Controls.ComboList.AddString(System.String,System.String,System.Boolean)">
            <summary>
            Adds a new row to the ComboList. This row will not be visible until the Update
            method has been called.
            </summary>
            <param name="sLabelText">The text label for the row.</param>
            <param name="s">The read only string that defines the property.</param>
            <param name="bReadOnly">A boolean flag that specifies whether or not the
            property is read only.</param>
        </member>
        <member name="M:Symbol.Controls.ComboList.AddCombo(System.String,System.String[],System.Int32,System.Boolean)">
            <summary>
            Adds a new row to the ComboList. This row will not be visible until the Update
            method has been called.
            </summary>
            <param name="sLabelText">The text label for the row.</param>
            <param name="ss">The list of combo items or button text.</param>
            <param name="nIndex">The index of the selected item in the combo box.</param>
            <param name="bReadOnly">A boolean flag that specifies whether or not the
            property is read only.</param>
        </member>
        <member name="M:Symbol.Controls.ComboList.Remove">
            <summary>
            Removes the last row in the list.
            </summary>
        </member>
        <member name="M:Symbol.Controls.ComboList.Clear">
            <summary>
            Clear all items in combo list control.
            </summary>
        </member>
        <member name="M:Symbol.Controls.ComboList.UpdateControl">
            <summary>
            Draws all added items into control. Calculations are made to make sure label
            is big enough to display text.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -