layout PIViewFormLabel
{
    view subview(grow: false,
                 height: 100,
                 identifier: "IDD_PROP_INSPECT_FORM_LABEL",
                 resizeChildren: false,
                 shouldConstrain: true,
                 spacing: 5,
                 width: 700)
    {
        row(indent: 49,
            spacing: 5)
        {
            column(indent: 15,
                   spacing: 6)
            {
                static_text(characters: 4,
                            identifier: "IDC_STATIC_TYPE",
                            name: "$$$/PropInspectFormLabel/Label/RadioButton=Label");
            }

            separator(minLength: 43,
                      orientation: @vertical);

            column(indent: 6,
                   spacing: 9)
            {
                row(indent: 6)
                {
                    static_text(horizontal: @align_right,
                                identifier: "IDC_STATIC_NAME",
                                name: "$$$/PropInspectFormLabel/Label/Name=&For");
                }
            }

            column(indent: 3)
            {
                combobox(horizontal: @align_fill,
                         identifier: "IDC_COMBO_LABEL_ID",
		         popup_minimum_width_chars: 5,
                         vertical_scroll: true);
            }
        }
    }
}
